glibc/sysdeps/posix
Ulrich Drepper a3e59be8d1 Update.
Mon Aug 12 03:31:58 1996  Ulrich Drepper  <drepper@cygnus.com>

	* nss/nsswitch.c (__nss_configure_lookup):  New function.
	Allows to specify services.
	* nss/XXX-lookup.h: Rename database variable and make global.
	* nss/databases.def: New file.  Real names of all databases.

	* nss/nss.h: New file.  Contains declaration useful for users
	and service developers.
	* nss/nsswitch.h: Move some declarations to nss/nss.h.
	* nss.h: New file.  Wrapper around nss/nss.h.

	* nss/Makefile (headers): Add nss.h.
	(distributes): Add databases.h.

Sun Aug 11 16:19:42 1996  Ulrich Drepper  <drepper@cygnus.com>

	Help the poor people with fast machines by making sure only
	one `ar' commands works on the library.
	* autolock.sh: New file.  Written by Tom Tromey.
	* Makerules (do-ar): Call autolock.sh shell script instead of
	directly using `ar'.
	* config.make.in: Make configuration variable AUTOLOCK which
	gets initialized by configure.
	* configure.in: Define variable AUTOLOCK to point to autolock.sh
	script and mark it to substitute.

	* string/Makefile: Add -fno-builtin for tst-strlen.c, too.

	* elf/dl-lookup.c (_dl_lookup_symbol): Allow self-referencing.
	Patch by David Mosberger-Tang.

Sun Aug 11 01:12:38 1996  Richard Henderson  <rth@tamu.edu>

	* sysdeps/alpha/dl-machine.h (elf_alpha_fix_plt): Optimize LD_BIND_NOW
	startup by moving Icache flush from here ...
	(ELF_MACHINE_RUNTIME_TRAMPOLINE): ... to here.
	(ELF_MACHINE_USER_ADDRESS_MASK): Delete; it is unused.

	* sysdeps/alpha/divrem.h: Update comment to reflect the actual
	calling conventions.  The code is already correct.

Sun Aug 11 01:06:42 1996  Richard Henderson  <rth@tamu.edu>

	* string/Makefile: Compile tester with -fno-builtin as we want to
	test our implementations, not gcc's.
1996-08-12 01:42:37 +00:00
..
clock.c Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-19 20:21:54 +00:00
ctermid.c initial import 1995-02-18 01:27:10 +00:00
cuserid.c initial import 1995-02-18 01:27:10 +00:00
defs.c initial import 1995-02-18 01:27:10 +00:00
Dist initial import 1995-02-18 01:27:10 +00:00
dup2.c initial import 1995-02-18 01:27:10 +00:00
dup.c initial import 1995-02-18 01:27:10 +00:00
euidaccess.c Wed May 22 01:48:54 1996 Ulrich Drepper <drepper@cygnus.com> 1996-05-22 02:11:55 +00:00
fdopen.c initial import 1995-02-18 01:27:10 +00:00
flock.c initial import 1995-02-18 01:27:10 +00:00
fpathconf.c Wed Jul 3 16:29:41 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-04 00:07:18 +00:00
getcwd.c Update. 1996-08-07 23:50:59 +00:00
getdtsz.c Update. 1996-08-07 23:50:59 +00:00
getpagesize.c initial import 1995-02-18 01:27:10 +00:00
gettimeofday.c initial import 1995-02-18 01:27:10 +00:00
isatty.c initial import 1995-02-18 01:27:10 +00:00
isfdtype.c Wed Jul 3 16:29:41 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-07-04 00:07:18 +00:00
killpg.c initial import 1995-02-18 01:27:10 +00:00
libc_fatal.c Sat Jun 22 21:29:52 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-23 01:31:00 +00:00
Makefile (cded-objdir-includes): New variable replaced cded-objdir-CPPFLAGS; transform $(+includes) instead of $(CPPFLAGS). (mk-stdiolim): Use it instead. 1995-02-19 22:45:57 +00:00
mk-stdiolim.c initial import 1995-02-18 01:27:10 +00:00
mkstemp.c initial import 1995-02-18 01:27:10 +00:00
mktemp.c initial import 1995-02-18 01:27:10 +00:00
pathconf.c Mon Jul 24 03:13:16 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-07-24 07:14:51 +00:00
pipestream.c initial import 1995-02-18 01:27:10 +00:00
profil.c Fri Mar 1 10:09:46 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-01 17:40:28 +00:00
raise.c initial import 1995-02-18 01:27:10 +00:00
readv.c initial import 1995-02-18 01:27:10 +00:00
remove.c initial import 1995-02-18 01:27:10 +00:00
rename.c initial import 1995-02-18 01:27:10 +00:00
sigblock.c initial import 1995-02-18 01:27:10 +00:00
sigintr.c initial import 1995-02-18 01:27:10 +00:00
signal.c initial import 1995-02-18 01:27:10 +00:00
sigpause.c initial import 1995-02-18 01:27:10 +00:00
sigsetmask.c Update. 1996-08-07 23:50:59 +00:00
sigsuspend.c initial import 1995-02-18 01:27:10 +00:00
sigvec.c initial import 1995-02-18 01:27:10 +00:00
sleep.c Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-19 20:21:54 +00:00
stdio_init.c initial import 1995-02-18 01:27:10 +00:00
sysconf.c Update. 1996-08-07 23:50:59 +00:00
system.c Wed Sep 20 18:02:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 1995-09-21 04:01:40 +00:00
tempname.c Update to 960810. 1996-08-11 01:08:23 +00:00
truncate.c * sysdeps/unix/i386/sysdep.h [HAVE_ELF] (ASM_TYPE_DIRECTIVE): 1995-09-27 16:05:25 +00:00
ttyname_r.c Update. 1996-08-12 01:42:37 +00:00
ttyname.c Update. 1996-08-12 01:42:37 +00:00
utimes.c Sun Feb 18 15:08:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-02-19 23:14:44 +00:00
wait3.c initial import 1995-02-18 01:27:10 +00:00
wait.c initial import 1995-02-18 01:27:10 +00:00
writev.c initial import 1995-02-18 01:27:10 +00:00