glibc/sysdeps/stub
Ulrich Drepper 61eb22d3a8 Update.
1997-09-16 02:14  Ulrich Drepper  <drepper@cygnus.com>

	Implementation of Hesiod NSS module by Mark Kettenis.
	* hesiod/Makefile: New file.
	* hesiod/hesiod.c: New file.
	* hesiod/hesiod.h: New file.
	* hesiod/hesiod_p.h: New file.
	* hesiod/libnss_hesiod.map: New file.
	* hesiod/nss_hesiod/hesiod-grp.c: New file.
	* hesiod/nss_hesiod/hesiod-pwd.c: New file.
	* hesiod/nss_hesiod/hesiod-service.c: New file.
	* sysdeps/unix/inet/Subdirs: Add hesiod.

	* shlib-versions: Add version number for libnss_hesiod.

	* libio/iolibio.h: Remove definition of _IO_* macros.
	* libio/fileops.c: Define close, fstat, lseek, read, and write as
	macros to use __ protected versions.  Use those functions instead
	of _IO_* functions.
	* libio/iopopen.c: Define _IO_close to close.

	* manual/math.texi: Explain the use of the optimizing inline
	functions.
	Describe rand_r function and tell about SysV RNGs in introduction.

	* resolv/res_send.c (res_send): Use socklen_t type for `fromlen'
	variable.

	* string/Makefile (tests): Add noinl-tester.
	* string/noinl-tester.c: New file.
	* string/tester.c: Add more stpcpy tests for constant arguments for
	all short lengths.

	* string/string.h: Always declare __bzero.
	Describe __NO_STRING_INLINES.
	Always include <bits/string.h>.
	* string/bits/string2.h: Add warning about direct use.
	Change __strcpy_small and __stpcpy_small implementation to use
	macros and provide alternative for platforms which cannot do
	unaligned stores.
	* sysdeps/i386/bits/string.h: Don't define anything is
	__NO_STRING_INLINES is defined.
	* sysdeps/i386/i486/bits/string.h: Change __strcpy_small and
	__stpcpy_small implementation to use macros and provide
	alternative for platforms which cannot do unaligned stores.
	* sysdeps/alpha/bzero.S: Define bzero as weak alias of __bzero.
	* sysdeps/generic/bzero.c: Likewise.
	* sysdeps/i386/bzero.c: Likewise.
	* sysdeps/i386/i586/bzero.S: Likewise.
	* sysdeps/vax/bzero.s: Likewise.

	* sysdeps/generic/bits/select.h: Don't use ugly casts to access array.
	* sysdeps/i386/bits/select.h: Likewise.

	* sysdeps/i386/fpu/bits/mathinline.c (__finite): Relax register
	constraints a bit.
	Don't define and test for _BITS_MATHINLINE_H.  Emit warning if used
	directly and not through math.h.

	* sysdeps/i386/i486/atomicity.h: Change return type of compare_and_swap
	to char to get better code.  Fix typo.
	* sysdeps/stub/atomicity.h: Fix typo.

1997-09-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/generic/stpcpy.c: #undef stpcpy and __stpcpy.

1997-09-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* string/bits/string2.h: Add prototypes to avoid warning.

1997-09-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* string/bits/string2.h (strsep): Fix handling of empty REJECT.
	(__strsep_1c): Handle NULL and empty string.
	(__strsep_g): Likewise.

1997-09-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* catgets/Makefile (extra-objs): Set this instead of generated.

	* md5-crypt/Makefile (extra-objs): Add all object file variants of
	onlymd5-entry.

1997-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/generic/sysd-stdio.c (__stdio_read): Fix typo in last
	change.

1997-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

	* sysdeps/m68k/m68020/atomicity.h: New file.

1997-09-15 05:11  Ulrich Drepper  <drepper@cygnus.com>

	* posix/Makefile (distribute): Add globtest.c and globtest.sh.
	Compile and run globtest if not cross-compiling.
	* posix/globtest.c: New file.
	* posix/globtest.sh: New file.
	* posix/glob.c: Pretty print preprocessor stuff.
	(glob_in_dir): If PATTERN is not really a pattern still check
	whether it is a real file in the current directory and return
	error if not.
	Reported by Eugene Mamchits <eugin@ips.ras.ru>.

	* libio/fileops.c (_IO_file_sync): Acquire lock before doing the work.
	* libio/ioseekoff.c (_IO_seekoff): Likewise.
	* libio/ioseekpos.c (_IO_seekpos): Likewise.

1997-09-13 18:06  Ulrich Drepper  <drepper@cygnus.com>

	* configure.in: Prevent configuration for unsupported platforms.

1997-09-13 04:07  Ulrich Drepper  <drepper@cygnus.com>

	* elf/rtld.c (dl_main): Make sure we always have a file argument by
	testing for < 2 arguments after recognizing the options.

1997-09-12 11:47  Fila Kolodny  <fila@ibi.com>

	* string/bits/string2.h (__strsep_1c): Cast out const from __retval.
	(__strsep_g): Likewise.
1997-09-16 00:42:43 +00:00
..
bits Update. 1997-08-14 01:54:13 +00:00
sys Update. 1997-06-27 23:09:40 +00:00
__longjmp.c Update. 1997-06-23 21:55:26 +00:00
_exit.c Update. 1997-05-26 23:01:17 +00:00
accept.c Update. 1997-08-14 01:54:13 +00:00
access.c Update. 1997-06-23 21:55:26 +00:00
acct.c Update. 1997-06-23 21:55:26 +00:00
adjtime.c Update. 1997-06-23 21:55:26 +00:00
alarm.c Update. 1997-06-23 21:55:26 +00:00
asm-syntax.h initial import 1995-02-18 01:27:10 +00:00
atomicity.h Update. 1997-09-16 00:42:43 +00:00
bind.c Update. 1997-08-14 01:54:13 +00:00
brdinit.c Update. 1997-05-26 23:01:17 +00:00
brk.c Update. 1997-06-23 21:55:26 +00:00
bsd-_setjmp.c Update. 1997-06-23 21:55:26 +00:00
bsd-setjmp.c Update. 1997-06-23 21:55:26 +00:00
chdir.c Update. 1997-06-23 21:55:26 +00:00
chflags.c Update. 1997-06-23 21:55:26 +00:00
chmod.c Update. 1997-06-23 21:55:26 +00:00
chown.c Update. 1997-06-23 21:55:26 +00:00
chroot.c Update. 1997-06-23 21:55:26 +00:00
clock.c Update. 1997-06-23 21:55:26 +00:00
close.c Update. 1997-06-23 21:55:26 +00:00
closedir.c Update. 1997-06-23 21:55:26 +00:00
confstr.h initial import 1995-02-18 01:27:10 +00:00
connect.c Update. 1997-08-14 01:54:13 +00:00
console.c Update. 1997-05-26 23:01:17 +00:00
ctermid.c Update. 1997-06-23 21:55:26 +00:00
cuserid.c Update. 1997-06-23 21:55:26 +00:00
dbl2mpn.c Update. 1997-06-23 21:55:26 +00:00
defs.c Update. 1997-05-26 23:01:17 +00:00
des_impl.c Update. 1997-08-29 21:01:47 +00:00
dirfd.c Update. 1997-05-21 01:48:59 +00:00
dirstream.h Update. 1997-06-23 21:55:26 +00:00
dl-machine.h Update. 1997-05-24 02:30:09 +00:00
dup.c Update. 1997-06-23 21:55:26 +00:00
dup2.c Update. 1997-06-23 21:55:26 +00:00
e_acoshl.c Update. 1997-06-19 19:11:22 +00:00
e_acosl.c Update. 1997-06-19 19:11:22 +00:00
e_asinl.c Update. 1997-06-19 19:11:22 +00:00
e_atan2l.c Update. 1997-06-19 19:11:22 +00:00
e_expl.c Update. 1997-06-19 19:11:22 +00:00
e_fmodl.c Update. 1997-06-19 19:11:22 +00:00
e_j0l.c Update. 1997-06-19 19:11:22 +00:00
e_j1l.c Update. 1997-06-19 19:11:22 +00:00
e_jnl.c Update. 1997-06-19 19:11:22 +00:00
e_lgammal_r.c Update. 1997-06-19 19:11:22 +00:00
e_log10l.c Update. 1997-06-19 19:11:22 +00:00
e_logl.c Update. 1997-06-19 19:11:22 +00:00
e_powl.c Update. 1997-06-19 19:11:22 +00:00
e_rem_pio2l.c Update. 1997-06-19 19:11:22 +00:00
e_sqrtl.c Update. 1997-06-19 19:11:22 +00:00
errlist.c Update. 1997-05-26 23:01:17 +00:00
euidaccess.c Update. 1997-03-09 06:16:49 +00:00
exc2signal.c Update. 1997-06-23 21:55:26 +00:00
execve.c Update. 1997-06-23 21:55:26 +00:00
fchdir.c Update. 1997-04-02 14:47:34 +00:00
fchflags.c Update. 1997-06-23 21:55:26 +00:00
fchmod.c Update. 1997-04-02 14:47:34 +00:00
fchown.c Update. 1997-06-23 21:55:26 +00:00
fclrexcpt.c Update. 1997-04-12 23:41:36 +00:00
fcntl.c Update. 1997-06-23 21:55:26 +00:00
fdopen.c Update. 1997-06-23 21:55:26 +00:00
fegetenv.c Update. 1997-04-12 23:41:36 +00:00
fegetround.c Update. 1997-04-12 23:41:36 +00:00
feholdexcpt.c Update. 1997-04-12 23:41:36 +00:00
fesetenv.c Update. 1997-04-12 23:41:36 +00:00
fesetround.c Update. 1997-04-12 23:41:36 +00:00
feupdateenv.c Update. 1997-04-12 23:41:36 +00:00
fexecve.c Update. 1997-06-23 21:55:26 +00:00
fgetexcptflg.c Update. 1997-04-12 23:41:36 +00:00
flock.c Update. 1997-06-23 21:55:26 +00:00
fork.c Update. 1997-06-23 21:55:26 +00:00
fpathconf.c Update. 1997-06-23 21:55:26 +00:00
fpu_control.h Update. 1997-06-23 21:55:26 +00:00
fraiseexcpt.c Update. 1997-04-12 23:41:36 +00:00
fsetexcptflg.c Update. 1997-04-12 23:41:36 +00:00
fstatfs.c Update. 1997-06-23 21:55:26 +00:00
fsync.c Update. 1997-06-23 21:55:26 +00:00
ftestexcept.c Update. 1997-04-12 23:41:36 +00:00
ftruncate.c Update. 1997-09-11 12:09:10 +00:00
fxstat.c Update. 1997-06-23 21:55:26 +00:00
gai_strerror.c update from main archive 970218 1997-02-19 04:43:53 +00:00
getaddrinfo.c update from main archive 961020 1996-10-21 01:26:31 +00:00
getcwd.c Update. 1997-06-23 21:55:26 +00:00
getdents.c Update. 1997-09-11 12:09:10 +00:00
getdtsz.c Update. 1997-06-23 21:55:26 +00:00
getegid.c Update. 1997-06-23 21:55:26 +00:00
getenv.c update from main archive 961207 1996-12-08 08:01:13 +00:00
geteuid.c Update. 1997-06-23 21:55:26 +00:00
getgid.c Update. 1997-06-23 21:55:26 +00:00
getgroups.c Update. 1997-06-23 21:55:26 +00:00
gethostid.c Update. 1997-06-23 21:55:26 +00:00
gethostname.c Update. 1997-06-23 21:55:26 +00:00
getitimer.c Update. 1997-06-23 21:55:26 +00:00
getlogin.c update from main archive 961126 1996-11-27 06:13:15 +00:00
getlogin_r.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
getpagesize.c update from 961105, second try 1996-11-07 01:35:04 +00:00
getpeername.c Update. 1997-06-23 21:55:26 +00:00
getpgid.c Update. 1997-06-23 21:55:26 +00:00
getpid.c Update. 1997-06-23 21:55:26 +00:00
getppid.c Update. 1997-06-23 21:55:26 +00:00
getpriority.c Update. 1997-06-23 21:55:26 +00:00
getrlimit.c Update. 1997-06-23 21:55:26 +00:00
getrusage.c Update. 1997-06-23 21:55:26 +00:00
getsid.c Update. 1997-06-23 21:55:26 +00:00
getsockname.c Update. 1997-08-14 01:54:13 +00:00
getsockopt.c Update. 1997-08-14 01:54:13 +00:00
getsysstats.c Update. 1997-06-23 21:55:26 +00:00
gettimeofday.c Update. 1997-06-23 21:55:26 +00:00
getuid.c Update. 1997-06-23 21:55:26 +00:00
gtty.c Update. 1997-06-23 21:55:26 +00:00
if_index.c Update. 1997-08-02 21:00:51 +00:00
init-first.c Update. 1997-08-10 18:37:15 +00:00
init-posix.c Update. 1997-09-11 12:09:10 +00:00
intr-msg.h *** empty log message *** 1996-09-12 22:22:29 +00:00
ioctl.c Update. 1997-06-23 21:55:26 +00:00
isatty.c Update. 1997-06-23 21:55:26 +00:00
isfdtype.c Update. 1997-06-23 21:55:26 +00:00
jmp-unwind.c Update. 1997-06-23 21:55:26 +00:00
k_cosl.c Update. 1997-06-19 19:11:22 +00:00
k_rem_pio2l.c Update. 1997-06-19 19:11:22 +00:00
k_sinl.c Update. 1997-06-19 19:11:22 +00:00
k_tanl.c Update. 1997-06-19 19:11:22 +00:00
kill.c Update. 1997-06-23 21:55:26 +00:00
killpg.c Update. 1997-06-23 21:55:26 +00:00
lchown.c update from 961105, second try 1996-11-07 01:35:04 +00:00
ldbl2mpn.c Update. 1997-06-23 21:55:26 +00:00
libc_fatal.c Update. 1997-05-26 23:01:17 +00:00
link.c Update. 1997-06-23 21:55:26 +00:00
listen.c Update. 1997-06-23 21:55:26 +00:00
lockfile.c Update. 1997-06-23 21:55:26 +00:00
longjmp-ts.c Update. 1997-06-23 21:55:26 +00:00
lseek.c Update. 1997-06-23 21:55:26 +00:00
lxstat.c Update. 1997-06-23 21:55:26 +00:00
machine-lock.h Update. 1997-06-23 21:55:26 +00:00
machine-sp.h Update. 1997-06-23 21:55:26 +00:00
madvise.c Update. 1997-06-23 21:55:26 +00:00
mkdir.c Update. 1997-06-23 21:55:26 +00:00
mkfifo.c Update. 1997-06-23 21:55:26 +00:00
mkstemp.c update from 961105, second try 1996-11-07 01:35:04 +00:00
mktemp.c update from 961105, second try 1996-11-07 01:35:04 +00:00
mmap.c Update. 1997-06-23 21:55:26 +00:00
morecore.c Update. 1997-06-23 21:55:26 +00:00
mpn2dbl.c Update. 1997-06-23 21:55:26 +00:00
mpn2flt.c Update. 1997-06-23 21:55:26 +00:00
mpn2ldbl.c Update. 1997-06-23 21:55:26 +00:00
mprotect.c Update. 1997-06-23 21:55:26 +00:00
msgctl.c Update. 1997-06-23 21:55:26 +00:00
msgget.c Update. 1997-06-23 21:55:26 +00:00
msgrcv.c Update. 1997-06-23 21:55:26 +00:00
msgsnd.c Update. 1997-06-23 21:55:26 +00:00
msync.c update from main archive 970218 1997-02-19 04:43:53 +00:00
munmap.c Update. 1997-06-23 21:55:26 +00:00
nanosleep.c Update. 1997-06-23 21:55:26 +00:00
nice.c Update. 1997-06-23 21:55:26 +00:00
nlist.c Update. 1997-06-23 21:55:26 +00:00
open.c Update. 1997-06-23 21:55:26 +00:00
opendir.c Update. 1997-06-23 21:55:26 +00:00
pathconf.c Update. 1997-06-23 21:55:26 +00:00
pause.c Update. 1997-06-23 21:55:26 +00:00
pipe.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
pipestream.c Update. 1997-06-23 21:55:26 +00:00
poll.c Update. 1997-06-23 21:55:26 +00:00
profil.c Update. 1997-09-11 12:09:10 +00:00
ptrace.c Update. 1997-06-23 21:55:26 +00:00
putenv.c Update. 1997-06-23 21:55:26 +00:00
raise.c update from main archive 961229 1996-12-30 01:47:46 +00:00
read.c Update. 1997-06-23 21:55:26 +00:00
readdir.c Update. 1997-06-23 21:55:26 +00:00
readdir_r.c Update. 1997-06-23 21:55:26 +00:00
readlink.c Update. 1997-06-23 21:55:26 +00:00
readv.c Update. 1997-05-22 02:19:00 +00:00
reboot.c Update. 1997-09-11 12:09:10 +00:00
recv.c Update. 1997-06-23 21:55:26 +00:00
recvfrom.c Update. 1997-08-14 01:54:13 +00:00
recvmsg.c Update. 1997-06-23 21:55:26 +00:00
remove.c Update. 1997-06-23 21:55:26 +00:00
rename.c Update. 1997-06-23 21:55:26 +00:00
revoke.c Update. 1997-06-23 21:55:26 +00:00
rewinddir.c Update. 1997-06-23 21:55:26 +00:00
rmdir.c Update. 1997-06-23 21:55:26 +00:00
s_atanl.c Update. 1997-06-19 19:11:22 +00:00
s_erfl.c Update. 1997-06-19 19:11:22 +00:00
s_exp2.c Update. 1997-06-19 19:11:22 +00:00
s_exp2f.c Update. 1997-08-10 18:37:15 +00:00
s_exp2l.c Update. 1997-06-19 19:11:22 +00:00
s_expm1l.c Update. 1997-06-19 19:11:22 +00:00
s_log1pl.c Update. 1997-06-19 19:11:22 +00:00
s_log2l.c Update. 1997-06-19 19:11:22 +00:00
sbrk.c Update. 1997-06-23 21:55:26 +00:00
sched_getp.c Update. 1997-06-23 21:55:26 +00:00
sched_gets.c Update. 1997-06-23 21:55:26 +00:00
sched_primax.c Update. 1997-06-23 21:55:26 +00:00
sched_primin.c Update. 1997-06-23 21:55:26 +00:00
sched_rr_gi.c Update. 1997-06-23 21:55:26 +00:00
sched_setp.c Update. 1997-06-23 21:55:26 +00:00
sched_sets.c Update. 1997-06-23 21:55:26 +00:00
sched_yield.c Update. 1997-06-23 21:55:26 +00:00
seekdir.c Update. 1997-06-23 21:55:26 +00:00
select.c Update. 1997-06-23 21:55:26 +00:00
semctl.c Update. 1997-06-23 21:55:26 +00:00
semget.c Update. 1997-06-23 21:55:26 +00:00
semop.c Update. 1997-06-23 21:55:26 +00:00
send.c Update. 1997-08-10 18:37:15 +00:00
sendmsg.c Update. 1997-06-23 21:55:26 +00:00
sendto.c Update. 1997-08-14 01:54:13 +00:00
setdomain.c Update. 1997-06-23 21:55:26 +00:00
setegid.c Update. 1997-06-23 21:55:26 +00:00
setenv.c Update. 1997-06-23 21:55:26 +00:00
seteuid.c Update. 1997-06-23 21:55:26 +00:00
setgid.c Update. 1997-06-23 21:55:26 +00:00
setgroups.c Update. 1997-06-23 21:55:26 +00:00
sethostid.c Update. 1997-06-23 21:55:26 +00:00
sethostname.c Update. 1997-06-23 21:55:26 +00:00
setitimer.c Update. 1997-05-21 01:48:59 +00:00
setjmp.c Update. 1997-06-23 21:55:26 +00:00
setlogin.c Update. 1997-06-23 21:55:26 +00:00
setpgid.c Update. 1997-06-23 21:55:26 +00:00
setpriority.c Update. 1997-06-23 21:55:26 +00:00
setregid.c Update. 1997-06-23 21:55:26 +00:00
setreuid.c Update. 1997-06-23 21:55:26 +00:00
setrlimit.c Update. 1997-06-23 21:55:26 +00:00
setsid.c Update. 1997-06-23 21:55:26 +00:00
setsockopt.c Update. 1997-08-14 01:54:13 +00:00
settimeofday.c Update. 1997-06-23 21:55:26 +00:00
setuid.c Update. 1997-06-23 21:55:26 +00:00
shmat.c Update. 1997-04-21 11:38:46 +00:00
shmctl.c Update. 1997-06-23 21:55:26 +00:00
shmdt.c Update. 1997-04-21 11:38:46 +00:00
shmget.c Update. 1997-06-23 21:55:26 +00:00
shutdown.c Update. 1997-06-23 21:55:26 +00:00
sigaction.c Update. 1997-06-23 21:55:26 +00:00
sigaltstack.c Update. 1997-06-23 21:55:26 +00:00
sigblock.c Update. 1997-06-23 21:55:26 +00:00
sigintr.c Update. 1997-06-23 21:55:26 +00:00
siglist.c Update. 1997-05-26 23:01:17 +00:00
signal.c update from main archive 961229 1996-12-30 01:47:46 +00:00
sigpause.c update from main archive 960105 1997-01-06 22:07:28 +00:00
sigpending.c Update. 1997-06-23 21:55:26 +00:00
sigprocmask.c Update. 1997-06-23 21:55:26 +00:00
sigreturn.c Update. 1997-06-23 21:55:26 +00:00
sigsetmask.c Update. 1997-06-23 21:55:26 +00:00
sigstack.c Update. 1997-06-23 21:55:26 +00:00
sigsuspend.c Update. 1997-06-23 21:55:26 +00:00
sigvec.c Update. 1997-06-23 21:55:26 +00:00
sigwait.c update from main archive 961030 1996-10-31 02:57:12 +00:00
sleep.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
socket.c Update. 1997-06-23 21:55:26 +00:00
socketpair.c Update. 1997-06-23 21:55:26 +00:00
sstk.c Update. 1997-06-23 21:55:26 +00:00
start.c Update. 1997-05-25 01:12:55 +00:00
statfs.c Update. 1997-08-10 18:37:15 +00:00
stdio_init.c Update. 1997-06-23 21:55:26 +00:00
stime.c Update. 1997-06-23 21:55:26 +00:00
strtsupp.c Update. 1997-05-26 23:01:17 +00:00
stty.c Update. 1997-06-23 21:55:26 +00:00
swapoff.c Update. 1997-06-23 21:55:26 +00:00
swapon.c Update. 1997-09-11 12:09:10 +00:00
symlink.c Update. 1997-06-23 21:55:26 +00:00
sync.c Update. 1997-06-23 21:55:26 +00:00
syscall.c Update. 1997-09-11 12:09:10 +00:00
sysconf.c Update. 1997-05-21 01:48:59 +00:00
sysd-stdio.c Update. 1997-06-23 21:55:26 +00:00
sysdep.c initial import 1995-02-18 01:27:10 +00:00
sysdep.h initial import 1995-02-18 01:27:10 +00:00
system.c Update. 1997-06-23 21:55:26 +00:00
sysv_signal.c update from main archive 970120 1997-01-21 06:10:42 +00:00
tcdrain.c Update. 1997-06-23 21:55:26 +00:00
tcflow.c Update. 1997-06-23 21:55:26 +00:00
tcflush.c Update. 1997-06-23 21:55:26 +00:00
tcgetattr.c Update. 1997-06-23 21:55:26 +00:00
tcgetpgrp.c Update. 1997-06-23 21:55:26 +00:00
tcsendbrk.c Update. 1997-06-23 21:55:26 +00:00
tcsetattr.c Update from main archive 961219 1996-12-20 01:39:50 +00:00
tcsetpgrp.c Update. 1997-06-23 21:55:26 +00:00
telldir.c Update. 1997-06-23 21:55:26 +00:00
tempname.c Update. 1997-05-21 01:48:59 +00:00
thread_state.h Update. 1997-06-23 21:55:26 +00:00
time.c Update. 1997-06-23 21:55:26 +00:00
times.c Update. 1997-06-23 21:55:26 +00:00
trampoline.c Update. 1997-06-23 21:55:26 +00:00
truncate.c Update. 1997-06-23 21:55:26 +00:00
ttyname.c Update. 1997-06-23 21:55:26 +00:00
ttyname_r.c Update. 1997-07-19 21:18:32 +00:00
ualarm.c Update. 1997-09-11 12:09:10 +00:00
udiv_qrnnd.c initial import 1995-02-18 01:27:10 +00:00
ulimit.c Update. 1997-06-23 21:55:26 +00:00
umask.c Update. 1997-06-23 21:55:26 +00:00
unlink.c Update. 1997-06-23 21:55:26 +00:00
usleep.c Update. 1997-09-11 12:09:10 +00:00
ustat.c Update. 1997-06-23 21:55:26 +00:00
utime.c Update. 1997-06-23 21:55:26 +00:00
utimes.c Update. 1997-06-23 21:55:26 +00:00
vdprintf.c Update. 1997-06-23 21:55:26 +00:00
vhangup.c Update. 1997-06-23 21:55:26 +00:00
wait.c Update. 1997-06-23 21:55:26 +00:00
wait3.c Update. 1997-06-23 21:55:26 +00:00
wait4.c Update. 1997-06-23 21:55:26 +00:00
waitpid.c Update. 1997-06-23 21:55:26 +00:00
write.c Update. 1997-06-23 21:55:26 +00:00
writev.c Update. 1997-05-22 02:19:00 +00:00
xmknod.c Update. 1997-06-23 21:55:26 +00:00
xstat.c Update. 1997-06-23 21:55:26 +00:00