glibc/posix
Ulrich Drepper afa0569f3b Update.
* crypt/Makefile (distribute): Add ufc-crypt.h, crypt-private.h,
	ufc.c, speeds.c, README.ufc-crypt, and Banner.

	* sysdeps/sparc/Subdirs: New file.

	* locale/Makefile (distribute): Add weightwc.h and
	programs/localedef.h.

	* time/Makefile (distribute): Add datemsk.

	* sysdeps/ia64/Dist: Add softpipe.h.

	* sysdeps/unix/sysv/aix/Dist: New file.

	* posix/setpgrp.c: Moved to...
	* sysdeps/generic/setpgrp.c: ...here.  New file.
	* io/mknod.c: Moved to...
	* sysdeps/generic/mknod.c: ...here.  New file.

	* sysdeps/unix/sysv/linux/ia64/Dist: New file.

	* sysdeps/unix/sysv/linux/sparc/Dist: Add sys/procfs.h.

	* sysdeps/unix/sysv/linux/arm/Dist: Add oldgetrlimit64.c.

	* sysdeps/powerpc/Dist: Add fprrest.S, fprsave.S, gprsave1.S,
	gprsave0.S, gprrest1.S, and gprrest0.S.

	* sysdeps/generic/Dist: Add bp-thunks.h, bp-sym.h, and bp-start.h.

	* posix/Makefile (routines): Add spawnattr_getsigmask,
	spawnattr_getschedpolicy, spawnattr_getschedparam,
	spawnattr_setsigmask, spawnattr_setschedpolicy, and
	spawnattr_setschedparam.
	* posix/Versions: Add posix_spawnattr_getschedpolicy,
	posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam, and
	posix_spawnattr_setschedparam.

	* posix/spawnattr_setschedparam.c: Fix typo.

	* posix/spawnattr_setsigmask.c (posix_spawnattr_setsigmask):
	Correct typo.

	* login/programs/utmpd.c: Removed.
	* login/programs/utmpd.h: Removed.
	* login/programs/utmpd-private.h: Removed.

	* Makefile (distribute): Add include/db_185.h and include/db.h.

	* iconvdata/Makefile (distribute): Add iso-ir-165.c and
	iso-ir-165.h.

	* elf/Makefile (distribute): Add missing files.

	* dlfcn/Makefile: Add back rules to include eval in libdl.so.
	* elf/eval.c: Moved to...
	* dlfcn/eval.c: ...here.  New file.

	* Makefile (distribute): Also distribute ChangeLog.1?.
2000-06-14 00:55:24 +00:00
..
bits Update. 2000-04-30 17:03:03 +00:00
glob Update. 2000-04-28 05:12:30 +00:00
sys Update. 2000-04-24 03:55:14 +00:00
.cvsignore
annexc.c
bsd-getpgrp.c Update. 2000-05-23 08:43:26 +00:00
confstr.c
cpio.h
execl.c
execle.c Fix size parameter of memcpy. 2000-05-08 15:21:25 +00:00
execlp.c
execv.c
execvp.c
fnmatch_loop.c Update. 2000-05-24 20:22:51 +00:00
fnmatch.c Update. 2000-05-24 20:22:51 +00:00
fnmatch.h
getconf.c Update. 2000-04-13 03:55:50 +00:00
getopt1.c
getopt_init.c
getopt.c Update. 2000-03-31 05:03:53 +00:00
getopt.h
glob.h
globtest.c Update comment about _SLOWDOWN flags. 2000-03-20 00:46:01 +00:00
globtest.sh Remove last entry again since the globtest.sh patch has been reverted. 2000-04-27 04:03:53 +00:00
Makefile Update. 2000-06-14 00:55:24 +00:00
ptestcases.h
PTESTS
PTESTS2C.sed
re_comp.h
regex.c Update. 2000-04-21 04:56:35 +00:00
regex.h
regexbug1.c
runptests.c
runtests.c
sched.h
spawn_faction_addclose.c Update. 2000-05-29 07:31:53 +00:00
spawn_faction_adddup2.c Update. 2000-05-29 07:31:53 +00:00
spawn_faction_addopen.c Update. 2000-05-29 07:31:53 +00:00
spawn_faction_destroy.c Update. 2000-04-15 16:51:16 +00:00
spawn_faction_init.c Update. 2000-04-15 16:51:16 +00:00
spawn_int.h Update. 2000-04-15 16:51:16 +00:00
spawn.c Update. 2000-04-15 16:51:16 +00:00
spawn.h Change posix_spawnattr_getdefault and posix_spawnattr_setdefault to posix_spawnattr_getsigdefault and posix_spawnattr_setsigdefault respectively. 2000-05-01 20:52:04 +00:00
spawnattr_destroy.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_getdefault.c Change posix_spawnattr_getdefault and posix_spawnattr_setdefault to posix_spawnattr_getsigdefault and posix_spawnattr_setsigdefault respectively. 2000-05-01 20:52:04 +00:00
spawnattr_getflags.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_getpgroup.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_getschedparam.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_getschedpolicy.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_getsigmask.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_init.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_setdefault.c Change posix_spawnattr_getdefault and posix_spawnattr_setdefault to posix_spawnattr_getsigdefault and posix_spawnattr_setsigdefault respectively. 2000-05-01 20:52:04 +00:00
spawnattr_setflags.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_setpgroup.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_setschedparam.c Update. 2000-06-14 00:55:24 +00:00
spawnattr_setschedpolicy.c Update. 2000-04-15 16:51:16 +00:00
spawnattr_setsigmask.c Update. 2000-06-14 00:55:24 +00:00
spawni.c Update. 2000-05-29 07:31:53 +00:00
spawnp.c Update. 2000-04-15 16:51:16 +00:00
tar.h
test-vfork.c
testcases.h
testfnm.c Update. 2000-03-26 20:35:45 +00:00
TESTS
TESTS2C.sed
tst-exec.c Update. 2000-05-29 04:40:43 +00:00
tst-fork.c Update. 2000-05-29 01:00:03 +00:00
tst-getaddrinfo.c Update. 2000-04-18 07:56:20 +00:00
tst-getlogin.c
tst-mmap.c
tst-preadwrite64.c Test for pread64 and pwrite64. 2000-05-26 19:48:39 +00:00
tst-preadwrite.c Update. 2000-05-29 07:31:53 +00:00
tst-spawn.c Update. 2000-05-29 07:31:53 +00:00
tst-truncate64.c Update. 2000-05-26 20:31:12 +00:00
tst-truncate.c Update. 2000-05-26 20:49:00 +00:00
tstgetopt.c
unistd.h Update. 2000-04-02 08:05:36 +00:00
Versions Update. 2000-06-14 00:55:24 +00:00
wait.h
wordexp-test.c Correct one of the tests added in the last change. Really get the root passwd entry to check again ~root. 2000-03-14 09:09:43 +00:00
wordexp-tst.sh
wordexp.c
wordexp.h