glibc/sysdeps/unix/sysv/linux
Ulrich Drepper 8a52392237 update from main archive 961126
Wed Nov 27 06:10:10 1996  Ulrich Drepper  <drepper@cygnus.com>

	* Makefile: Fix typo.

	* configure: Require autoconf-2.11.

	* elf/dl-deps.c: Terminate duplicate list.

	* libio/libio.h: Add prototypes for _IO_seekoff and _IO_seekpos.
	* libio/strfile.h: Update from current libg++.
	* libio/strops.c: Likewise.

	* login/Makefile (routines): Update after correction of reentrant
	interface.
	* login/endutent.c: Removed.
	* login/endutent_r.c: Likewise.
	* login/pututline.c: Likewise.
	* login/pututline_r.c: Likewise.
	* login/setutent.c: Likewise.
	* login/setutent_r.c: Likewise.
	* login/getutent.c: Update for new interface.
	* login/getutent_r.c: Likewise.
	* login/getutid.c: Likewise.
	* login/getutid_r.c: Likewise.
	* login/getutline.c: Likewise.
	* login/getutline_r.c: Likewise.
	* login/login.c: Likewise.
	* login/logout.c: Likewise.
	* login/logwtmp.c: Likewise.
	* login/utmp.h: Likewise.
	* sysdeps/unix/getlogin.c: Likewise.
	* sysdeps/unix/getlogin_r.c: Likewise.
	* login/utmp-private.h: New private header.
	* login/utmp_db.c: Stub DB backend for utmp handler.
	* login/utmp_file.c: File backend for utmp handler.
	* sysdeps/gnu/utmpbits.h (struct utmp): Add some more fields.
	(enum utlogin): List of record types.
	(struct exit_status): Record to align with other implementations.

	* sysdeps/generic/paths.h: Add _PATH_UTMP_DB.
	* sysdeps/unix/sysv/linux/paths.h: Likewise.

	* sysdeps/generic/pty.c: Use getgrnam_r instead of getgrnam.

	* sysdeps/stub/getlogin.c: Update copyright.
	* sysdeps/stub/getlogin_r.c: Likewise.

	* nss/getXXbyYY_r.c: Use -1l for error-pointer value instead of -1.
	* nss/getXXent_r.c: Likewise.
	* nss/nsswitch.c: Likewise.

	* posix/Makefile (headers): Add wait.h.
	* posix/wait.h: New file.

	* posix/sys/types.h: Always define intN_t types.

	* stdio-common/Makefile: Update copyright.
	Use -Wno-format flag for scanf4.c and scanf7.c.

	* stdlib/stdlib.h: Reformat.

	* time/africa: Update from ADO tzdata1996m.
	* time/antarctica: Likewise.
	* time/asia: Likewise.
	* time/australia: Likewise.
	* time/etcetera: Likewise.
	* time/europe: Likewise.
	* time/northamerica: Likewise.
	* time/southamerica: Likewise.
	* time/zone.tab: Likewise.

Fri Nov 22 19:34:12 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/posix/getcwd.c (__getcwd): After resizing the buffer
	move the current contents to the end and relocate file name
	pointer to upper half of the buffer.

Sun Nov 24 04:56:19 1996  Ulrich Drepper  <drepper@cygnus.com>

	* time/africa: Update from ADO tzdata1996m.
	* time/antarctica: Likewise.
	* time/asia: Likewise.
	* time/australia: Likewise.
	* time/etcetera: Likewise.
	* time/europe: Likewise.
	* time/nothamerica: Likewise.
	* time/southameria: Likewise.
	* time/zone.tab: Likewise.

	* sysdeps/unix/sysv/linux/sys/serial.h: New file.
	* sysdeps/unix/sysv/linux/Makefile [$(subdir)=misc] (sysdep_headers):
	Add sys/serial.h.
	* sysdeps/unix/sysv/linux/Dist: Add sys/serial.h.

	* posix/wait.h: New file.
	* posix/Makefile (headers): Add wait.h.

Sat Nov 23 17:27:52 1996  Roland McGrath  <roland@gnu.ai.mit.edu>

	* Makeconfig ($(common-objpfx)soversions.mk): Use regular
	expression instead of shell pattern matching.
	* shlib-versions: Change to regular expressions.

Sat Nov 23 13:24:55 1996  Ulrich Drepper  <drepper@cygnus.com>

	* io/stat.c: Add section from libgcc to copyright comment
	to allow this file to be statically linked in applications.
	* io/fstat.c: Likewise.
	* io/lstat.c: Likewise.
	* io/mknod.c: Likewise.

Fri Nov 22 15:14:23 1996  Ulrich Drepper  <drepper@cygnus.com>

	* csu/initfini.c: Add section from libgcc to copyright comment
	to allow this file to be statically linked in applications.

	* malloc/obstack.h [!_LIBC && !HAVE_STRING_H]: Define memcpy if
	not already defined.
	(obstack_grow, obstack_grow0): Correct placement of braces.

	* gnu-versions.h (_GNU_OBSTACK_INTERFACE_VERSION): Define to 2.
	* malloc/obstack.c (OBSTACK_INTERFACE_VERSION): Define to 2.

Thu Nov 21 19:54:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* Makerules (make-link): Simplify by changing directory only if
	not using rellns-sh; check whether we really have symbolic links.

	* rellns-sh: Fix the case of $(dirname $2) being a prefix of
	$(dirname $1); use status of ln for exit code; make more robust
	against multiple slashes in a row.

Thu Nov 21 13:05:21 1996  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

	* configure.in (after AC_CANONICAL_HOST): mutate *-*-gnu* names
	into *-*-gnu-gnu*.
	* shlib-versions (gnu versions): Recognize *-*-gnu-gnu* instead of
	the three-part name, to distinguish correctly from *-*-linux-gnu*.

	* sysdeps/mach/hurd/Makefile ($(libdir)/libc.so): Depend on
	$(rpcuserlibs).

	* sysdeps/mach/hurd/Makefile (install-others): Add
	$(libdir)/libc_p.a.
	($(libdir)/libc_p.a): New rule.
	* sysdeps/mach/hurd/libc_p-ldscript: New file.
	* sysdeps/mach/hurd/Dist: Add libc_p-ldscript.

Wed Nov 20 20:28:21 1996  Richard Henderson  <rth@tamu.edu>

	* Makerules (make-link): Use $(shell) to find rellns-sh before we cd.
	* time/Makefile: Likewise.

	* sysdeps/alpha/elf/Makefile: New file.  Build crtbegin.o & crtend.o.
	* sysdeps/alpha/elf/Dist: New file.
	* sysdeps/alpha/elf/crtbegin.S, sysdeps/alpha/elf/crtend.S: New files.
	The bits currently distributed with GCC fail in two ways -- they don't
	understand multiple .got subsections and the extents of the lists are
	dynamicly bound meaning that the application's lists get executed
	multiple times and the library's lists never get executed.

Wed Nov 20 00:42:45 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* stdlib/strtod.c: Fix previous change.

Wed Nov 20 22:07:58 1996  Andreas Jaeger  <aj@arthur.pfalz.de>

	* time/Makefile ($(installed-localtime-file)): Use $(..) to find
	rellns-sh script.

Wed Nov 20 12:50:54 1996  Ulrich Drepper  <drepper@cygnus.com>

	* stdio-common/Makefile: Add CFLAGS-scanf7.c to prevent warning.
	Likesie for scanf4.c
1996-11-27 06:13:15 +00:00
..
alpha update from main archive 961119 1996-11-20 03:45:51 +00:00
gnu update from main archive 961114 1996-11-15 04:08:00 +00:00
i386 update from 961105, second try 1996-11-07 01:35:04 +00:00
m68k update from main archive 961113 1996-11-14 02:04:07 +00:00
net add missing files 1996-10-13 10:40:32 +00:00
netinet update from main archive 961116 1996-11-17 03:15:52 +00:00
nfs Sat Oct 14 02:52:36 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> 1995-10-16 01:37:51 +00:00
sparc update from main archive 961119 1996-11-20 03:45:51 +00:00
sys update from main archive 961126 1996-11-27 06:13:15 +00:00
Dist update from main archive 961126 1996-11-27 06:13:15 +00:00
Implies Wed May 22 01:48:54 1996 Ulrich Drepper <drepper@cygnus.com> 1996-05-22 02:11:55 +00:00
Makefile update from main archive 961126 1996-11-27 06:13:15 +00:00
accept.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
adjtime.c update from main archive 1996-09-27 03:45:24 +00:00
bind.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
configure update from main archive 961119 1996-11-20 03:45:51 +00:00
configure.in Sun Jul 28 23:46:14 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-29 03:49:00 +00:00
connect.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
direntry.h update from main archive 961114 1996-11-15 04:08:00 +00:00
dl-sysdep.c * sysdeps/mach/hurd/brk.c (DATA_SIZE): Bump to 128MB. 1995-12-03 10:00:22 +00:00
errnos.h update from main archive 961119 1996-11-20 03:45:51 +00:00
fcntlbits.h update from main archive 960828 1996-08-29 00:31:18 +00:00
ftime.c Update to 960810. 1996-08-11 01:08:23 +00:00
gethostid.c update from main archive 961009 1996-10-10 01:07:18 +00:00
gethostname.c update from main archive 1996-09-27 03:45:24 +00:00
getpeername.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
getpriority.c update from 961105, second try 1996-11-07 01:35:04 +00:00
getsockname.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
getsockopt.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
getsysstats.c update from main archive 961119 1996-11-20 03:45:51 +00:00
init-first.c update from main archive 961001 1996-10-02 01:40:17 +00:00
init-first.h update from main archive 960910 1996-09-11 01:52:48 +00:00
ioctl-types.h update from main archive 961114 1996-11-15 04:08:00 +00:00
ioctls.h Sun Apr 28 14:14:35 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-28 18:25:22 +00:00
iovec.h Mon Mar 25 03:35:16 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-25 17:48:26 +00:00
listen.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
local_lim.h update from main archive 961114 1996-11-15 04:08:00 +00:00
madvise.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
msgctl.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
msgget.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
msgrcv.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
msgsnd.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
paths.h update from main archive 961126 1996-11-27 06:13:15 +00:00
poll.c Thu Oct 26 23:11:11 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> 1995-10-30 16:40:52 +00:00
posix_opt.h update from 961105, second try 1996-11-07 01:35:04 +00:00
profil.c Mon May 13 12:03:03 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-13 17:30:42 +00:00
ptrace.c update from main archive 1996-09-27 03:45:24 +00:00
reboot.c update from main archive 961016 1996-10-17 01:51:38 +00:00
recv.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
recvfrom.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
recvmsg.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
resourcebits.h update from main archive 961114 1996-11-15 04:08:00 +00:00
schedbits.h update from main archive 960912 1996-09-13 03:21:39 +00:00
semctl.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
semget.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
semop.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
send.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
sendmsg.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
sendto.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
setegid.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
seteuid.c Sun Jan 21 00:55:25 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1996-01-21 10:01:05 +00:00
sethostid.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
setsockopt.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
shmat.c Sun Jan 21 00:55:25 1996 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1996-01-21 10:01:05 +00:00
shmctl.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
shmdt.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
shmget.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
shutdown.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
sigaction.h * hurd/hurdstartup.c (_hurd_startup): Use new 1995-10-26 03:59:27 +00:00
sigcontext.h update from main archive 961011 1996-10-12 00:56:05 +00:00
siglist.c update from main archive 961020 1996-10-21 01:26:31 +00:00
siglist.h update from main archive 961020 1996-10-21 01:26:31 +00:00
signal.c Thu Oct 26 23:11:11 1995 Ulrich Drepper <drepper@ipd.info.uni-karlsruhe.de> 1995-10-30 16:40:52 +00:00
signum.h update from main archive 961114 1996-11-15 04:08:00 +00:00
sigsuspend.c update from main archive 961119 1996-11-20 03:45:51 +00:00
sleep.c update from main archive 961016 1996-10-17 01:51:38 +00:00
socketbits.h * posix/glob.h (__glob_opendir_hook, __glob_readdir_hook, 1996-07-09 23:17:59 +00:00
socketpair.S Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
speed.c update from main archvie 961013 1996-10-13 21:35:39 +00:00
statbuf.h update from main archive 961114 1996-11-15 04:08:00 +00:00
statfsbuf.h Tue Apr 23 15:56:56 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-04-24 00:58:47 +00:00
syscall.h update from main archive 961114 1996-11-15 04:08:00 +00:00
syscalls.list update from 961105, second try 1996-11-07 01:35:04 +00:00
sysctl.c Wed May 1 09:10:04 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-05-01 13:55:18 +00:00
system.c Use POSIX version of version.c. 1996-09-12 18:29:32 +00:00
tcdrain.c update from main archive 1996-09-27 03:45:24 +00:00
tcflow.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
tcflush.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
tcgetattr.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
tcgetpgrp.c Mon Mar 18 13:20:46 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-18 18:32:47 +00:00
tcsetattr.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
tcsetpgrp.c Mon Mar 18 13:20:46 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-18 18:32:47 +00:00
termbits.h update from main archive 961114 1996-11-15 04:08:00 +00:00
termio.h * sysdeps/unix/sysv/linux/Makefile [$(subdir)=termios] (headers): 1996-05-27 20:16:19 +00:00
timebits.h update from main archive 961101 1996-11-02 01:28:01 +00:00
ualarm.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
ulimit.c update from main archive 1996-09-27 03:45:24 +00:00
usleep.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
ustatbits.h Thu Jul 18 04:33:21 1996 Roland McGrath <roland@baalperazim.frob.com> 1996-07-18 08:43:26 +00:00
utsnamelen.h Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
vfork.c Document new files for Linux i386/ELF port. 1995-09-08 17:02:25 +00:00
wait.c Mon Mar 18 22:54:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-21 00:37:31 +00:00
wait3.c Mon Mar 18 22:54:32 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-03-21 00:37:31 +00:00
waitflags.h update from main archive 961114 1996-11-15 04:08:00 +00:00
waitpid.c update from main archive 1996-09-27 03:45:24 +00:00