From 9c9022dd4fdce5d4e13600c1a9a1cca0768c3285 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Sun, 23 Jul 1995 00:41:45 +0000 Subject: [PATCH] *** empty log message *** Sat Jul 22 19:58:54 1995 Michael I Bushnell * 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 . * sysdeps/generic/dl-sysdep.c: Include and declare externals _dl_argc, _dl_argc, and _environ. --- ChangeLog | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 64f2113..a2d197e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ +Sat Jul 22 19:58:54 1995 Michael I Bushnell + + * 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 + * 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 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 . - * sysdeps/generic/dl-sysdep.c: Include 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 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 . + * sysdeps/generic/dl-sysdep.c: Include and declare + externals _dl_argc, _dl_argc, and _environ. + Fri Jul 21 12:57:29 1995 Michael I Bushnell * sysdeps/mach/hurd/socket.c (socket): Consider MIG_BAD_ID and -- 2.7.4