summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1995-07-23 00:41:45 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1995-07-23 00:41:45 +0000
commit9c9022dd4fdce5d4e13600c1a9a1cca0768c3285 (patch)
treedfb14e91dfce39d37f9439e1d9b90f4452263f29
parent08d5417a6ffd80753dac62081bd3cbaa11fbd76f (diff)
*** empty log message ***
Sat Jul 22 19:58:54 1995 Michael I Bushnell <mib@geech.gnu.ai.mit.edu> * inet/Makefile (routines): Added `ruserpass'. * inet/ruserpass.c: New file, from BSD Net-2 sources for the FTP client. Modified to remove the fourth arg AACCT. Do nothing for the `account' and `macdef' keywords. Other incidental changes because we are not in the FTP source tree. * sysdeps/stub/init-posix.c: Removed stub warning. instead of unix/sysv. Fixes to help Linux, inspired by drepper's work: * sysdeps/posix/utimes.c: New file. * sysdeps/generic/getdomain.c: New file. * sysdeps/i386/init-first.c: Removed gratuitous #include <hurd.h>. * sysdeps/generic/dl-sysdep.c: Include <unistd.h> and declare externals _dl_argc, _dl_argc, and _environ.
-rw-r--r--ChangeLog25
1 files changed, 18 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 64f2113214..a2d197eb30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
+Sat Jul 22 19:58:54 1995 Michael I Bushnell <mib@geech.gnu.ai.mit.edu>
+
+ * inet/Makefile (routines): Added `ruserpass'.
+ * inet/ruserpass.c: New file, from BSD Net-2 sources for the FTP
+ client. Modified to remove the fourth arg AACCT. Do nothing for
+ the `account' and `macdef' keywords. Other incidental changes
+ because we are not in the FTP source tree.
+
Sat Jul 22 01:56:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+ * sysdeps/stub/init-posix.c: Removed stub warning.
+
* Makefile (autoconf-it): Make it executable and unwritable.
* configure.in (sysnames): Under --enable-debug-configure, spew
@@ -27,14 +37,8 @@ Sat Jul 22 01:56:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
Rewritten, #include'ing unix/i386/sysdep.S for most of the code.
* sysdeps/unix/i386/sysdep.S [PIC]: Store into `errno' through the GOT.
- Fixes to help Linux, inspired by drepper's work:
* configure.in (os=linux*): Use unix/sysv/sysv4 for $base_os,
- instead of unix/sysv.
- * sysdeps/posix/utimes.c: New file.
- * sysdeps/generic/getdomain.c: New file.
- * sysdeps/i386/init-first.c: Removed gratuitous #include <hurd.h>.
- * sysdeps/generic/dl-sysdep.c: Include <unistd.h> and declare
- externals _dl_argc, _dl_argc, and _environ.
+ instead of unix/sysv.
* sysdeps/unix/sysv/linux/{accept,connect,getsockname,rename,
socketpair,waitpid,bind,getpeername,listen,setsid,wait4}.S: Moved
to new directory sysdeps/unix/sysv/sysv4/linux.
@@ -43,6 +47,13 @@ Sat Jul 22 01:56:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
to new directory sysdeps/unix/sysv/sysv4/linux/i386.
* sysdeps/unix/sysv/linux/i386: Directory removed.
+ Fixes to help Linux, inspired by drepper's work:
+ * sysdeps/posix/utimes.c: New file.
+ * sysdeps/generic/getdomain.c: New file.
+ * sysdeps/i386/init-first.c: Removed gratuitous #include <hurd.h>.
+ * sysdeps/generic/dl-sysdep.c: Include <unistd.h> and declare
+ externals _dl_argc, _dl_argc, and _environ.
+
Fri Jul 21 12:57:29 1995 Michael I Bushnell <mib@geech.gnu.ai.mit.edu>
* sysdeps/mach/hurd/socket.c (socket): Consider MIG_BAD_ID and