glibc/sysdeps/mach/hurd
Ulrich Drepper b2bffca2e3 Update.
2002-05-11  Jakub Jelinek  <jakub@redhat.com>

	* include/netinet/in.h (bindresvport_internal): Add prototype.
	* include/rpc/auth.h  (authunix_create_internal,
	authunix_create_default_internal, authnone_create_internal,
	authdes_pk_create_internal): Add prototypes.
	* include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
	clntudp_create_internal, clntudp_bufcreate_internal,
	clntunix_create_internal): Add prototypes.
	* include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
	svc_getreq_internal, svc_getreq_common_internal,
	svc_getreqset_internal, svc_getreq_poll_internal,
	svc_register_internal, svc_unregister_internal,
	svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
	* include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
	* include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
	__setsockopt, __getsockname, __bind, __listen): Add prototypes.
	* inet/rexec.c (rexec_af): Use __listen and __getsockname.
	* inet/rcmd.c (rcmd_af): Use __listen.
	(rresvport_af): Use __bind.
	* sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
	authunix_create, authunix_create_default, authnone_create,
	authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
	clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
	svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
	svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
	_authenticate, add INTDEF after such function definitions.
	Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
	__setsockopt, __getsockname instead of non-__ variants.
	* sunrpc/pmap_rmt.c: Likewise.
	* sunrpc/rtime.c: Likewise.
	* sunrpc/svc_udp.c: Likewise.
	* sunrpc/clnt_unix.c: Likewise.
	* sunrpc/svc_unix.c: Likewise.
	* sunrpc/bindrsvprt.c: Likewise.
	* sunrpc/svc_tcp.c: Likewise.
	* sunrpc/auth_none.c: Likewise.
	* sunrpc/clnt_raw.c: Likewise.
	* sunrpc/clnt_tcp.c: Likewise.
	* sunrpc/auth_unix.c: Likewise.
	* sunrpc/key_call.c: Likewise.
	* sunrpc/clnt_gen.c: Likewise.
	* sunrpc/pm_getmaps.c: Likewise.
	* sunrpc/clnt_simp.c: Likewise.
	* sunrpc/pmap_clnt.c: Likewise.
	* sunrpc/svc_run.c: Likewise.
	* sunrpc/svc.c: Likewise.
	* sunrpc/svc_simple.c: Likewise.
	* sunrpc/pm_getport.c: Likewise.
	* sunrpc/auth_des.c: Likewise.
	* sunrpc/svc_auth.c: Likewise.
	* sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
	__register_frame_info_table_bases, __deregister_frame_info_bases):
	Add INTDEF.
	(__register_frame_info_bases_internal,
	__register_frame_info_table_bases_internal,
	__deregister_frame_info_bases_internal): Add prototypes.
	(__register_frame_info, __register_frame): Use INTUSE in call to
	__register_frame_info_bases.
	(__register_frame_info_table): Similarly.
	(__deregister_frame_info, __deregister_frame): Similarly.
	* sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
	sendto as weak alias.
	* sysdeps/mach/hurd/sendto.c: Likewise.
	* sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
	recvfrom as weak alias.
	* sysdeps/mach/hurd/recvfrom.c: Likewise.
	* sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
	* sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
	recvmsg as weak alias.
	* sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
	* sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
	sendmsg as weak alias.
	* sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
	* sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
	setsockopt, add setsockopt as weak alias.
	* sysdeps/mach/hurd/setsockopt.c: Likewise.
	* sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
	weak alias.
	* sysdeps/mach/hurd/bind.c: Likewise.
	* sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
	as weak alias.
	* sysdeps/mach/hurd/listen.c: Likewise.
	* sysdeps/generic/getsockname.c (__getsockname): Renamed from
	getsockname, add getsockname as weak alias.
	* sysdeps/mach/hurd/getsockname.c: Likewise.
	* sysdeps/unix/sysv/aix/getsockname.c: Likewise.
	* sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
	* sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
	* sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
	__recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
	* sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
	Add aliases.
	* sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
	* sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
	* sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
	* sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
	* sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
	* sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
	* sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
	* sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
	* sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.

2002-05-10  Jakub Jelinek  <jakub@redhat.com>

	* locale/programs/localedef.h (show_archive_content): Add verbose
	argument.
	* locale/programs/localedef.c (main): Adjust caller.
	* locale/programs/locarchive.c (struct nameent, struct dataent): New.
	(nameentcmp, dataentcmp): New functions.
	(xstrcmp): Remove.
	(show_archive_content): Print verbose listing with --list-archive -v.

	* locale/programs/locarchive.c (open_archive): Take extra argument
	readonly.  If true open file with O_RDONLY and don't create the
	archive if it doesn't exist.
	Adapt all callers.
	(close_archive): Don't do anything if fd element is -1.
	* locale/programs/localedef.h (open_archive): Adjust prototype.
	* locale/programs/locfile.c (write_all_categories): Adjust open_archive
	call.

	* malloc/malloc.c (__posix_memalign): Correct check for size of
	alignment value [PR libc/3444].
2002-05-15 00:22:23 +00:00
..
alpha 2002-05-01 Roland McGrath <roland@frob.com> 2002-05-02 21:13:45 +00:00
bits Fix bogus regeneration. 2002-03-24 22:43:02 +00:00
hppa * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code 2002-01-02 09:52:33 +00:00
i386 2002-04-22 Roland McGrath <roland@frob.com> 2002-04-23 03:48:54 +00:00
mips Update. 2002-03-13 06:33:52 +00:00
net Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
nfs Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
powerpc Update. 2002-03-13 06:33:52 +00:00
sys Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
_exit.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
.cvsignore initial import 1995-02-18 01:27:10 +00:00
accept.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
access.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
adjtime.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
bind.c Update. 2002-05-15 00:22:23 +00:00
brk.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
chdir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
check_fds.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
chflags.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
chmod.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
chown.c Update. 2002-04-09 20:36:24 +00:00
chroot.c 2002-05-13 Marcus Brinkmann <marcus@gnu.org> 2002-05-13 01:48:25 +00:00
clock.c * sysdeps/mach/hurd/clock.c: New file. 2001-08-13 02:05:11 +00:00
close.c * sysdeps/mach/hurd/close.c: #undef __close before function defn, 2002-05-02 21:14:03 +00:00
closedir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
configure 2002-04-30 Roland McGrath <roland@frob.com> 2002-04-30 22:00:59 +00:00
configure.in 2002-04-30 Roland McGrath <roland@frob.com> 2002-04-30 22:00:59 +00:00
connect.c Update. 2002-04-09 20:36:24 +00:00
cthreads.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
device-nrs.h 2001-07-20 Roland McGrath <roland@frob.com> 2001-07-21 06:02:09 +00:00
dirfd.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
dirstream.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
Dist * sysdeps/mach/hurd/fstatfs64.c: New file. * sysdeps/mach/hurd/fstatvfs64.c: New file. * sysdeps/mach/hurd/statfs64.c: New file. * sysdeps/mach/hurd/statvfs64.c: New file. * sysdeps/mach/hurd/statfsconv.c: New file. * sysdeps/mach/hurd/Dist: Add statfsconv.c. 2001-01-07 00:13:43 +00:00
dl-cache.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
dl-sysdep.c * sysdeps/mach/hurd/close.c: #undef __close before function defn, 2002-05-02 21:14:03 +00:00
dup2.c Update. 2002-04-09 20:36:24 +00:00
enbl-secure.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
err_hurd.sub Update. 1998-06-02 12:58:14 +00:00
errlist.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
errnos.awk 2002-03-11 Roland McGrath <roland@frob.com> 2002-03-11 21:28:28 +00:00
euidaccess.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
execve.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fchdir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fchflags.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fchmod.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fchown.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fcntl.c * sysdeps/mach/hurd/close.c: #undef __close before function defn, 2002-05-02 21:14:03 +00:00
fdatasync.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fexecve.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
flock.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fork.c Update. 2002-04-09 20:36:24 +00:00
fpathconf.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fstatfs64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fstatfs.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fstatvfs64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fstatvfs.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fsync.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ftruncate.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fxstat64.c Update. 2002-04-14 08:47:01 +00:00
fxstat.c Update. 2002-04-14 08:47:01 +00:00
getclktck.c * sysdeps/mach/hurd/clock.c: New file. 2001-08-13 02:05:11 +00:00
getcwd.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getdents.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getdomain.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getdtsz.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getegid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
geteuid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getgid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getgroups.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
gethostid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
gethostname.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getitimer.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getlogin_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getlogin.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getpeername.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getpgid.c Update. 2002-04-14 08:47:01 +00:00
getpid.c Update. 2002-04-14 08:47:01 +00:00
getppid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getpriority.c 2002-04-23 Roland McGrath <roland@frob.com> 2002-04-23 22:22:24 +00:00
getrlimit.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getrusage.c 2001-08-04 Roland McGrath <roland@frob.com> 2001-08-05 20:39:59 +00:00
getsid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getsockname.c Update. 2002-05-15 00:22:23 +00:00
getsockopt.c * mach/setup-thread.c (__mach_setup_thread): int -> natural_t 2002-04-08 02:16:43 +00:00
getuid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
group_member.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
if_index.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
Implies Wed May 22 01:48:54 1996 Ulrich Drepper <drepper@cygnus.com> 1996-05-22 02:11:55 +00:00
init-posix.c * sysdeps/mach/hurd/clock.c: New file. 2001-08-13 02:05:11 +00:00
ioctl.c * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]: 2002-02-17 22:54:39 +00:00
isatty.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
jmp-unwind.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
kill.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lchown.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
libc_p-ldscript update from main archive 961203 1996-12-04 01:41:39 +00:00
libc-ldscript update from main archive 961203 1996-12-04 01:41:39 +00:00
link.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
listen.c Update. 2002-05-15 00:22:23 +00:00
lseek64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lseek.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lxstat64.c Update. 2002-04-15 05:35:10 +00:00
lxstat.c Update. 2002-04-15 05:35:10 +00:00
Makefile Update. 2002-02-23 08:47:54 +00:00
mig-reply.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mkdir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mlock.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mmap.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
munlock.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
open.c Update. 2002-04-14 20:15:40 +00:00
opendir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
pathconf.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
pipe.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
poll.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
pread64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
pread.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
prof-freq.c update from main archive 960909 1996-09-10 02:00:15 +00:00
profil.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
pselect.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ptrace.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ptsname.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
pwrite64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
pwrite.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
read.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
readdir64_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
readdir64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
readdir_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
readdir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
readlink.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
reboot.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
recv.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
recvfrom.c Update. 2002-05-15 00:22:23 +00:00
recvmsg.c Update. 2002-05-15 00:22:23 +00:00
rename.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
revoke.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
rewinddir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
rmdir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sbrk.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
seekdir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
select.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
send.c 2002-04-23 Roland McGrath <roland@frob.com> 2002-04-23 22:22:24 +00:00
sendmsg.c Update. 2002-05-15 00:22:23 +00:00
sendto.c Update. 2002-05-15 00:22:23 +00:00
set-init.c Update. 2002-02-23 08:47:54 +00:00
setdomain.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setegid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
seteuid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setgid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setgroups.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sethostid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sethostname.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setitimer.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setlogin.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setpgid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setpriority.c * sysdeps/mach/hurd/times.c: Fix typo in last change. 2002-02-19 00:22:30 +00:00
setregid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setreuid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setrlimit.c 2001-10-07 Roland McGrath <roland@frob.com> 2001-10-10 20:10:51 +00:00
setsid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setsockopt.c Update. 2002-05-15 00:22:23 +00:00
settimeofday.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setuid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
shutdown.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sigaction.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sigaltstack.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
siglist.h Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sigpending.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sigprocmask.c * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset, 2002-01-02 10:52:56 +00:00
sigstack.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sigsuspend.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sigwait.c * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset, 2002-01-02 10:52:56 +00:00
socket.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
socketpair.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
spawni.c * hurd/hurdinit.c (_hurd_ports_use): Return error _hurd_ports is null. 2002-01-02 10:23:33 +00:00
statfs64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
statfs.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
statfsconv.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
statvfs64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
statvfs.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
Subdirs Update. 1998-04-20 18:41:05 +00:00
symlink.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sync.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
telldir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
times.c * sysdeps/mach/hurd/times.c: Fix typo in last change. 2002-02-19 00:22:30 +00:00
tmpfile.c 2002-04-19 Roland McGrath <roland@frob.com> 2002-04-20 21:32:49 +00:00
truncate.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ttyname_r.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ttyname.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
umask.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
uname.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
unlink.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
utimes.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
Versions Update. 2002-04-07 17:30:05 +00:00
wait4.c 2002-04-23 Roland McGrath <roland@frob.com> 2002-04-23 22:22:24 +00:00
write.c Update. 2002-04-15 05:35:10 +00:00
xmknod.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
xstat64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
xstat.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
xstatconv.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00