glibc/sysdeps/mach/hurd
Roland McGrath 06b31ad3ef * elf/Makefile (tests): Uncomment tst-array[123].
* Makeconfig (CPPFLAGS-.oS): Add -DLIBC_NONSHARED=1.
	* csu/elf-init.c: New file.
	* csu/Makefile (routines, static-only-routines): Add elf-init.
	* sysdeps/alpha/elf/start.S: Use __libc_csu_init in place of _init
	and __libc_csu_fini in place of _fini.
	* sysdeps/arm/elf/start.S: Likewise.
	* sysdeps/cris/elf/start.S: Likewise.
	* sysdeps/hppa/elf/start.S: Likewise.
	* sysdeps/i386/elf/start.S: Likewise.
	* sysdeps/ia64/elf/start.S: Likewise.
	* sysdeps/m68k/elf/start.S: Likewise.
	* sysdeps/mach/hurd/powerpc/static-start.S: Likewise.
	* sysdeps/mips/elf/start.S: Likewise.
	* sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
	* sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
	* sysdeps/s390/s390-32/elf/start.S: Likewise.
	* sysdeps/s390/s390-64/elf/start.S: Likewise.
	* sysdeps/sh/elf/start.S: Likewise.
	* sysdeps/sparc/sparc32/elf/start.S: Likewise.
	* sysdeps/sparc/sparc64/elf/start.S: Likewise.
	* sysdeps/x86_64/elf/start.S: Likewise.
2002-12-09 20:37:37 +00:00
..
alpha Update. 2002-08-27 16:11:54 +00:00
bits Update. 2002-12-06 11:49:42 +00:00
hppa * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code 2002-01-02 09:52:33 +00:00
i386 2002-11-25 Roland McGrath <roland@redhat.com> 2002-11-26 01:56:30 +00:00
mips Update. 2002-10-03 00:24:35 +00:00
net 2002-08-20 Brian Youmans <3diff@gnu.org> 2002-08-20 21:51:55 +00:00
nfs
powerpc * elf/Makefile (tests): Uncomment tst-array[123]. 2002-12-09 20:37:37 +00:00
sys
_exit.c * include/unistd.h: Uncomment libc_hidden_proto for _exit. 2002-09-17 05:42:29 +00:00
.cvsignore
accept.c
access.c
adjtime.c
bind.c Update. 2002-05-15 00:22:23 +00:00
brk.c
chdir.c
check_fds.c
chflags.c
chmod.c
chown.c Update. 2002-08-03 07:02:10 +00:00
chroot.c 2002-05-13 Marcus Brinkmann <marcus@gnu.org> 2002-05-13 01:48:25 +00:00
clock.c
close.c Update. 2002-08-03 07:02:10 +00:00
closedir.c
configure * configure: Regenerated (using Autoconf 2.54). 2002-10-19 20:07:18 +00:00
configure.in * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD. 2002-10-18 20:28:09 +00:00
connect.c Update. 2002-04-09 20:36:24 +00:00
cthreads.c
device-nrs.h
dirfd.c
dirstream.h 2002-06-08 Roland McGrath <roland@frob.com> 2002-06-11 23:03:07 +00:00
Dist Add i386/dl-brk.S, mips/dl-brk.S, and sparc/dl-brk.S. 2002-08-28 08:41:52 +00:00
dl-cache.c
dl-sysdep.c * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Use INTUSE for 2002-09-28 19:45:42 +00:00
dl-sysdep.h * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional 2002-10-11 10:52:20 +00:00
dup2.c Update. 2002-08-03 07:02:10 +00:00
enbl-secure.c
err_hurd.sub
errlist.c 2002-08-26 Roland McGrath <roland@redhat.com> 2002-08-27 09:22:36 +00:00
errnos.awk 2002-07-19 Roland McGrath <roland@frob.com> 2002-07-22 03:54:21 +00:00
euidaccess.c
execve.c
fchdir.c
fchflags.c
fchmod.c
fchown.c
fcntl.c * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Treat a struct flock with 2002-11-10 23:29:38 +00:00
fdatasync.c
fexecve.c
flock.c
fork.c * sysdeps/mach/hurd/fork.c (__fork): Do not free the signal 2002-09-20 03:31:58 +00:00
fpathconf.c
fstatfs64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
fstatfs.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
fstatvfs64.c
fstatvfs.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
fsync.c
ftruncate.c
futimes.c * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them. 2002-08-27 02:10:01 +00:00
fxstat64.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
fxstat.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
getclktck.c
getcwd.c * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a 2002-06-15 22:19:53 +00:00
getdents.c
getdomain.c * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!). 2002-08-12 02:02:20 +00:00
getdtsz.c
getegid.c
geteuid.c
getgid.c
getgroups.c
gethostid.c
gethostname.c
getitimer.c
getlogin_r.c * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!). 2002-08-12 02:02:20 +00:00
getlogin.c
getpeername.c
getpgid.c Update. 2002-08-03 07:02:10 +00:00
getpid.c * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr, 2002-08-04 03:30:56 +00:00
getppid.c
getpriority.c * include/sys/resource.h: Use libc_hidden_proto for getpriority, 2002-08-04 03:50:21 +00:00
getresgid.c * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command. 2002-10-14 01:03:16 +00:00
getresuid.c * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command. 2002-10-14 01:03:16 +00:00
getrlimit.c
getrusage.c
getsid.c * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr, 2002-08-04 03:30:56 +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
group_member.c
if_index.c * include/sys/wait.h (__waitpid): Add libc_hidden_proto. 2002-08-13 01:08:15 +00:00
ifreq.h * sysdeps/generic/ifreq.h (__if_nextreq): New function. 2002-09-20 20:34:06 +00:00
Implies
init-posix.c
ioctl.c * sysdeps/mach/alpha/setfpucw.c: New file. 2002-05-29 08:10:07 +00:00
isatty.c
jmp-unwind.c
kill.c
lchmod.c 2002-11-25 Roland McGrath <roland@frob.com> 2002-11-26 03:20:30 +00:00
lchown.c
libc_p-ldscript
libc-ldscript
link.c
listen.c Update. 2002-05-15 00:22:23 +00:00
lseek64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
lseek.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
lutimes.c * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them. 2002-08-27 02:10:01 +00:00
lxstat64.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
lxstat.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
Makeconfig 2002-06-14 Roland McGrath <roland@frob.com> 2002-06-15 20:08:25 +00:00
Makefile Update. 2002-02-23 08:47:54 +00:00
mig-reply.c
mkdir.c * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split 2002-08-18 20:37:12 +00:00
mlock.c
mmap.c * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a 2002-06-15 22:19:53 +00:00
munlock.c
open.c Update. 2002-08-03 07:02:10 +00:00
opendir.c
pathconf.c
pipe.c Update. 2002-08-03 07:02:10 +00:00
poll.c Update. 2002-08-03 07:02:10 +00:00
pread64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
pread.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
prof-freq.c
profil.c Update. 2002-08-03 07:02:10 +00:00
pselect.c
ptrace.c
ptsname.c
pwrite64.c * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def. 2002-08-30 01:31:18 +00:00
pwrite.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
read.c Update. 2002-08-03 07:02:10 +00:00
readdir64_r.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
readdir64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
readdir_r.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
readdir.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
readlink.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
reboot.c
recv.c
recvfrom.c Update. 2002-05-15 00:22:23 +00:00
recvmsg.c 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
rename.c
revoke.c
rewinddir.c
rmdir.c
sbrk.c Update. 2002-08-03 07:02:10 +00:00
seekdir.c
select.c Update. 2002-08-03 07:02:10 +00:00
send.c Update. 2002-08-03 07:02:10 +00:00
sendfile64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
sendfile.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
sendmsg.c 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +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
setegid.c 2002-08-13 Jakub Jelinek <jakub@redhat.com> 2002-08-13 00:22:49 +00:00
seteuid.c 2002-08-13 Jakub Jelinek <jakub@redhat.com> 2002-08-13 00:22:49 +00:00
setgid.c
setgroups.c * include/sys/wait.h (__waitpid): Add libc_hidden_proto. 2002-08-13 01:08:15 +00:00
sethostid.c
sethostname.c
setitimer.c
setlogin.c
setpgid.c Update. 2002-08-03 07:02:10 +00:00
setpriority.c * include/sys/resource.h: Use libc_hidden_proto for getpriority, 2002-08-04 03:50:21 +00:00
setregid.c
setresgid.c * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command. 2002-10-14 01:03:16 +00:00
setresuid.c * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command. 2002-10-14 01:03:16 +00:00
setreuid.c
setrlimit.c
setsid.c
setsockopt.c Update. 2002-05-15 00:22:23 +00:00
settimeofday.c
setuid.c
shutdown.c
sigaction.c Update. 2002-08-03 07:02:10 +00:00
sigaltstack.c
siglist.h * sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove. 2002-11-01 20:48:37 +00:00
sigpending.c
sigprocmask.c * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset, 2002-01-02 10:52:56 +00:00
sigstack.c
sigsuspend.c Update. 2002-08-03 07:02:10 +00:00
sigwait.c * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset, 2002-01-02 10:52:56 +00:00
socket.c
socketpair.c
spawni.c 2002-08-26 Brian Youmans <3diff@gnu.org> 2002-08-26 22:40:48 +00:00
statfs64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
statfs.c Update. 2002-08-03 07:02:10 +00:00
statfsconv.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
statvfs64.c
statvfs.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
Subdirs
symlink.c
sync.c
telldir.c
times.c * sysdeps/mach/hurd/times.c: Fix typo in last change. 2002-02-19 00:22:30 +00:00
tmpfile64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
tmpfile.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
truncate.c
ttyname_r.c
ttyname.c
umask.c
uname.c * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname. 2002-08-05 22:47:19 +00:00
unlink.c * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split 2002-08-18 20:37:12 +00:00
utimes.c
Versions * sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location. 2002-09-29 22:48:07 +00:00
wait4.c 2002-04-23 Roland McGrath <roland@frob.com> 2002-04-23 22:22:24 +00:00
write.c Update. 2002-08-03 07:02:10 +00:00
xmknod.c Update. 2002-08-04 09:27:27 +00:00
xstat64.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
xstat.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
xstatconv.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00