glibc/sysdeps/mach/hurd
Roland McGrath c7414a8e30 * sysdeps/unix/sysv/linux/i386/sigaction.c (restore, restore_rt):
Declare these without `static', to avoid warning that we haven't
	defined them.

	* Makerules (build-module-helper-objlist): New variable,
	broken out of build-module.  Insert --whole-archive/--no-whole-archive
	immediately each *_pic.a file in the link object list.
	(whole-archive): New variable, used by that.
	(build-module-objlist): New variable using build-module-helper-objlist.
	(build-module, build-module-helper): Use it.
	(build-shlib-objlist): New variable using build-module-helper-objlist.
	(build-shlib): Use that.
	* sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Likewise.
2001-06-18 01:09:45 +00:00
..
alpha
bits * sysdeps/mach/hurd/bits/fcntl.h [ __USE_POSIX199309 || __USE_UNIX98]: 2001-06-14 10:06:07 +00:00
hppa
i386 * csu/Makefile ($(objpfx)g$(start-installed-name)): Turn this into a 2001-05-14 23:32:39 +00:00
mips Update. 2000-04-04 06:03:48 +00:00
net * sysdeps/mach/hurd/if_index.c: New file. 2000-03-24 20:59:00 +00:00
nfs
sys
.cvsignore
_exit.c
accept.c
access.c
adjtime.c * hurd/privports.c (__get_privileged_ports): Renamed with __. 2001-04-19 22:53:58 +00:00
bind.c
brk.c * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When shrinking the program's data space, reallocate only the space that was just deallocated to release its backing space. 2000-07-23 21:18:46 +00:00
chdir.c
check_fds.c * sysdeps/mach/hurd/check_fds.c: New file. Implements file descriptor checking in SUID programs for the Hurd. 2000-07-10 21:08:06 +00:00
chflags.c
chmod.c
chown.c
chroot.c * sysdeps/mach/hurd/chroot.c (chroot): Revert 1999-02-27 changes, but change looking up the initial directory port in a similar way as done by _hurd_change_directory_port_from_name. * hurd/fchroot.c (fchroot): Likewise. 2001-01-19 09:37:23 +00:00
close.c
closedir.c
configure Regenerated: autoconf sysdeps/mach/hurd/configure.in 2001-03-12 02:39:35 +00:00
configure.in * sysdeps/mach/hurd/configure.in: Add a sanity check on $prefix. 2001-03-12 02:41:31 +00:00
connect.c
cthreads.c
defs.c 2000-11-30 Roland McGrath <roland@frob.com> 2000-11-30 23:29:35 +00:00
dirfd.c
dirstream.h
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
dl-sysdep.c * hurd/Makefile (routines): Add lookup-retry. 2001-06-17 21:09:28 +00:00
dup2.c
enbl-secure.c
err_hurd.sub
errlist.c
errnos.awk
euidaccess.c
execve.c
fchdir.c
fchflags.c
fchmod.c
fchown.c
fcntl.c Update. 2000-01-24 02:22:13 +00:00
fdatasync.c
fdopen.c Update. 2000-05-23 08:43:26 +00:00
fexecve.c
flock.c
fork.c * sysdeps/mach/hurd/fork.c (LOSE): Put `goto lose' in dead code 2001-06-14 05:32:26 +00:00
fpathconf.c
fstatfs.c
fstatfs64.c * 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
fstatvfs.c * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Add comment about struct statfs' and struct statvfs' being identical. * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise. 2001-01-07 00:18:58 +00:00
fstatvfs64.c * 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
fsync.c
ftruncate.c
fxstat.c
fxstat64.c * sysdeps/mach/hurd/xstatconv.c: New file. * sysdeps/mach/hurd/fxstat64.c: New file. * sysdeps/mach/hurd/lxstat64.c: New file. * sysdeps/mach/hurd/xstat64.c: New file. * sysdeps/mach/hurd/Dist: Add xstatconv.c. 2000-08-15 18:47:06 +00:00
getclktck.c * sysdeps/mach/hurd/Versions [libc] (GLIBC_2.1.1): Remove __libc_clk_tck. * sysdeps/mach/hurd/Makefile [$(subdir)==posix] (sysdep_routines): Remove clk_tck. * sysdeps/mach/hurd/clk_tck.c: Removed. * sysdeps/mach/hurd/getclktck.c: New file. * sysdeps/mach/hurd/setitimer.c (quantize_timeval): Use __getclktck instead of __libc_clk_tck. * sysdeps/mach/hurd/bits/time.h: Use __sysconf for CLK_TCK instead of __libc_clk_tck. * sysdeps/mach/hurd/i386/bits/time.h: Likewise. 2000-11-04 21:26:25 +00:00
getcwd.c
getdents.c
getdomain.c
getdtsz.c * hurd/hurdrlimit.c (init_rlimit): Give the RLIMIT_NOFILE soft limit 2000-03-26 19:17:23 +00:00
getegid.c
geteuid.c
getgid.c
getgroups.c
gethostid.c
gethostname.c Update. 2001-03-17 08:29:27 +00:00
getitimer.c
getlogin.c
getlogin_r.c
getpeername.c * sysdeps/mach/hurd/getpeername.c (__getpeername): Renamed from getpeername. Use ISO C style function definition. (getpeername): Provide weak alias. * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Renamed from setrlimit. Use ISO C style function definition. (setrlimit): Provide weak alias. 2000-08-28 14:05:55 +00:00
getpgid.c
getpid.c
getppid.c
getpriority.c Update. 2000-02-28 05:08:01 +00:00
getrlimit.c * sysdeps/mach/hurd/setrlimit.c (setrlimit): Go into a critical 2000-03-25 20:20:44 +00:00
getrusage.c
getsid.c
getsockname.c
getsockopt.c 2001-06-06 Roland McGrath <roland@frob.com> 2001-06-07 03:35:22 +00:00
getuid.c
group_member.c
if_index.c (__protocol_available): Uncomment, it's not needed at the moment. 2000-12-27 08:14:22 +00:00
Implies
ioctl.c 2000-12-28 Roland McGrath <roland@frob.com> 2000-12-28 20:44:11 +00:00
isatty.c
jmp-unwind.c
kill.c
lchown.c
libc-ldscript
libc_p-ldscript
link.c
listen.c Update. 2001-01-27 21:26:25 +00:00
lseek.c Update. 2000-01-24 02:22:13 +00:00
lseek64.c * sysdeps/mach/hurd/lseek64.c: New file. 2000-08-16 00:19:33 +00:00
lxstat.c
lxstat64.c * sysdeps/mach/hurd/xstatconv.c: New file. * sysdeps/mach/hurd/fxstat64.c: New file. * sysdeps/mach/hurd/lxstat64.c: New file. * sysdeps/mach/hurd/xstat64.c: New file. * sysdeps/mach/hurd/Dist: Add xstatconv.c. 2000-08-15 18:47:06 +00:00
Makefile * sysdeps/unix/sysv/linux/i386/sigaction.c (restore, restore_rt): 2001-06-18 01:09:45 +00:00
mig-reply.c
mkdir.c
mlock.c * sysdeps/mach/hurd/mlock.c: New file. 2001-04-19 23:25:40 +00:00
mmap.c
munlock.c * sysdeps/mach/hurd/mlock.c: New file. 2001-04-19 23:25:40 +00:00
open.c Update. 2000-01-24 02:22:13 +00:00
opendir.c * sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Don't append 2001-04-01 05:04:31 +00:00
pathconf.c
pipe.c * sysdeps/mach/hurd/socketpair.c (__socketpair): Renamed from socketpair. Made socketpair a weak alias. * sysdeps/mach/hurd/pipe.c (__pipe): Reimplemented using __socketpair. Use S_IFIFO protocol to make pipes POSIX conforming, but fall back on the old protocol if the socket server doesn't support it. * include/sys/socket.h: Add prototype for __socketpair. 2000-08-09 21:05:45 +00:00
pipestream.c
poll.c Update. 2001-01-27 05:01:26 +00:00
pread.c * sysdeps/mach/hurd/fork.c (LOSE): Put `goto lose' in dead code 2001-06-14 05:32:26 +00:00
pread64.c * sysdeps/mach/hurd/fork.c (LOSE): Put `goto lose' in dead code 2001-06-14 05:32:26 +00:00
prof-freq.c
profil.c Update. 2000-12-31 19:13:04 +00:00
pselect.c
ptrace.c
ptsname.c
pwrite.c * sysdeps/mach/hurd/fork.c (LOSE): Put `goto lose' in dead code 2001-06-14 05:32:26 +00:00
pwrite64.c * sysdeps/mach/hurd/fork.c (LOSE): Put `goto lose' in dead code 2001-06-14 05:32:26 +00:00
read.c
readdir.c
readdir64.c * sysdeps/mach/hurd/readdir64.c: New file. * sysdeps/mach/hurd/readdir64_r.c: New file. 2001-01-07 00:25:46 +00:00
readdir64_r.c * sysdeps/mach/hurd/readdir64.c: New file. * sysdeps/mach/hurd/readdir64_r.c: New file. 2001-01-07 00:25:46 +00:00
readdir_r.c * sysdeps/mach/hurd/readdir_r.c (__readdir_r): Return error number instead of -1 on failure. Don't forget to copy file name into *ENTRY if successful. Set *RESULT to NULL upon reaching the end of the directory. 2001-01-06 12:31:35 +00:00
readlink.c
reboot.c * hurd/privports.c (__get_privileged_ports): Renamed with __. 2001-04-19 22:53:58 +00:00
recv.c send returns ssize_t. 2001-04-24 13:36:50 +00:00
recvfrom.c send returns ssize_t. 2001-04-24 13:36:50 +00:00
rename.c
revoke.c
rewinddir.c
rmdir.c
sbrk.c Update. 2000-02-28 05:08:01 +00:00
seekdir.c
select.c
send.c send returns ssize_t. 2001-04-24 13:36:50 +00:00
sendto.c send returns ssize_t. 2001-04-24 13:36:50 +00:00
setdomain.c
setegid.c
seteuid.c
setgid.c
setgroups.c
sethostid.c
sethostname.c
setitimer.c * sysdeps/mach/hurd/setitimer.c: Include <time.h>. 2001-02-10 17:10:18 +00:00
setlogin.c
setpgid.c
setpriority.c Update. 2000-02-28 05:08:01 +00:00
setregid.c
setreuid.c
setrlimit.c * sysdeps/mach/hurd/getpeername.c (__getpeername): Renamed from getpeername. Use ISO C style function definition. (getpeername): Provide weak alias. * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Renamed from setrlimit. Use ISO C style function definition. (setrlimit): Provide weak alias. 2000-08-28 14:05:55 +00:00
setsid.c
setsockopt.c
settimeofday.c * hurd/privports.c (__get_privileged_ports): Renamed with __. 2001-04-19 22:53:58 +00:00
setuid.c
shutdown.c
sigaction.c
sigaltstack.c
siglist.h
sigpending.c
sigprocmask.c
sigstack.c * sysdeps/mach/hurd/sigstack.c (sigstack): Remove `const' from 2000-03-09 22:44:39 +00:00
sigsuspend.c
sigwait.c
socket.c
socketpair.c * sysdeps/mach/hurd/socketpair.c (__socketpair): Renamed from socketpair. Made socketpair a weak alias. * sysdeps/mach/hurd/pipe.c (__pipe): Reimplemented using __socketpair. Use S_IFIFO protocol to make pipes POSIX conforming, but fall back on the old protocol if the socket server doesn't support it. * include/sys/socket.h: Add prototype for __socketpair. 2000-08-09 21:05:45 +00:00
statfs.c
statfs64.c * 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
statfsconv.c * 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
statvfs.c * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Add comment about struct statfs' and struct statvfs' being identical. * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise. 2001-01-07 00:18:58 +00:00
statvfs64.c * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Add comment about struct statfs' and struct statvfs' being identical. * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise. 2001-01-07 00:18:58 +00:00
stdio_init.c
Subdirs
symlink.c
sync.c Update. 2001-01-25 09:33:04 +00:00
sysd-stdio.c * sysdeps/mach/hurd/Makefile ($(link-rpcuserlibs)): Don't append 2001-04-01 05:04:31 +00:00
telldir.c
truncate.c
ttyname.c
ttyname_r.c
umask.c
uname.c Update. 2000-09-09 07:59:23 +00:00
unlink.c
utimes.c Update. 2000-02-28 05:08:01 +00:00
vdprintf.c
Versions * sysdeps/mach/hurd/Versions [libc] (GLIBC_2.1.1): Remove __libc_clk_tck. * sysdeps/mach/hurd/Makefile [$(subdir)==posix] (sysdep_routines): Remove clk_tck. * sysdeps/mach/hurd/clk_tck.c: Removed. * sysdeps/mach/hurd/getclktck.c: New file. * sysdeps/mach/hurd/setitimer.c (quantize_timeval): Use __getclktck instead of __libc_clk_tck. * sysdeps/mach/hurd/bits/time.h: Use __sysconf for CLK_TCK instead of __libc_clk_tck. * sysdeps/mach/hurd/i386/bits/time.h: Likewise. 2000-11-04 21:26:25 +00:00
wait4.c
write.c
xmknod.c
xstat.c
xstat64.c * sysdeps/mach/hurd/xstatconv.c: New file. * sysdeps/mach/hurd/fxstat64.c: New file. * sysdeps/mach/hurd/lxstat64.c: New file. * sysdeps/mach/hurd/xstat64.c: New file. * sysdeps/mach/hurd/Dist: Add xstatconv.c. 2000-08-15 18:47:06 +00:00
xstatconv.c * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Don't forget to copy st_atime member. 2001-01-06 01:52:03 +00:00