glibc/sysdeps/unix/sysv/linux/alpha
Ulrich Drepper bdcebfc4c7 * Versions.def (glibc): Add GLIBC_2.9.
* io/Makefile (routines): Add dup3 and pipe2.
	* io/Versions [glibc] (GLIBC_2.9): Add dup3 and pipe2.
	* io/dup3.c: New file.
	* io/pipe2.c: New file.
	* posix/unistd.h: Declare dup3 and pipe2.
	* socket/Makefile (routines): Add paccept.
	* socket/Versions [glibc] (GLIBC_2.9): Add paccept.
	* socket/paccept.c: New file.
	* socket/sys/socket.h: Declare paccept.
	* sysdeps/unix/syscalls.list: Add entry for dup3.
	* sysdeps/unix/sysv/linux/Versions [glibc] (GLIBC_2.9): Add
	epoll_create2 and inotify_init1.
	* sysdeps/unix/sysv/linux/eventfd.c: Use eventfd1 syscall if possible.
	* sysdeps/unix/sysv/linux/paccept.c: New file.
	* sysdeps/unix/sysv/linux/signalfd.c: Use signalfd4 syscall if
	possible.
	* sysdeps/unix/sysv/linux/socketcall.h: Add SOCKOP_paccept.
	* sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create2,
	inotify_init1, and pipe2 entries.
	* sysdeps/unix/sysv/linux/alpha/sys/epoll.h: New file.
	* sysdeps/unix/sysv/linux/alpha/sys/eventfd.h: New file.
	* sysdeps/unix/sysv/linux/alpha/sys/inotify.h: New file.
	* sysdeps/unix/sysv/linux/alpha/sys/signalfd.h: New file.
	* sysdeps/unix/sysv/linux/alpha/sys/timerfd.h: New file.
	* sysdeps/unix/sysv/linux/bits/socket.h: Define SOCK_CLOEXEC and
	SOCK_NONBLOCK.
	* sysdeps/unix/sysv/linux/i386/paccept.S: New file.
	* sysdeps/unix/sysv/linux/sparc/sys/epoll.h: New file.
	* sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: New file.
	* sysdeps/unix/sysv/linux/sparc/sys/inotify.h: New file.
	* sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: New file.
	* sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: New file.
	* sysdeps/unix/sysv/linux/sparc/bits/socket.h: New file.
	* sysdeps/unix/sysv/linux/sys/epoll.h: Define EPOLL_CLOEXEC and
	EPOLL_NONBLOCK.  Declare epoll_create2.
	* sysdeps/unix/sysv/linux/sys/eventfd.h: Define EFD_CLOEXEC and
	EFD_NONBLOCK.
	* sysdeps/unix/sysv/linux/sys/inotify.h: Define IN_CLOEXEC and
	IN_NONBLOCK.  Declare inotify_init1.
	* sysdeps/unix/sysv/linux/sys/signalfd.h: Define SFD_CLOEXEC and
	SFD_NONBLOCK.
	* sysdeps/unix/sysv/linux/sys/timerfd.h: Define TFD_CLOEXEC and
	TFD_NONBLOCK.
2008-07-25 04:51:56 +00:00
..
alpha
alphaev6/fpu * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding. * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New. * sysdeps/alpha/fpu/libm-test-ulps: Regenerate. * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file. * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file. * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file. 2007-03-14 00:40:50 +00:00
alphaev67/fpu * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding. * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New. * sysdeps/alpha/fpu/libm-test-ulps: Regenerate. * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file. * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file. * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file. 2007-03-14 00:40:50 +00:00
bits Define RUSAGE_THREAD and RUSAGE_LWP. 2008-05-01 05:37:45 +00:00
fpu * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding. * sysdeps/alpha/fpu/bits/mathinline.h (__signbitl): New. * sysdeps/alpha/fpu/libm-test-ulps: Regenerate. * sysdeps/unix/sysv/linux/alpha/alphaev6/fpu/Implies: New file. * sysdeps/unix/sysv/linux/alpha/alphaev67/fpu/Implies: New file. * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file. 2007-03-14 00:40:50 +00:00
sys * Versions.def (glibc): Add GLIBC_2.9. 2008-07-25 04:51:56 +00:00
a.out.h
adjtime.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
brk.S
clone.S Add space inf weak_alias use. 2005-05-26 14:30:51 +00:00
dl-auxv.h * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV. 2007-03-13 21:25:16 +00:00
dl-brk.S
dl-support.c * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV. 2007-03-13 21:25:16 +00:00
dl-sysdep.c * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV. 2007-03-13 21:25:16 +00:00
fraiseexcpt.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
fxstat.c
fxstatat.c * sysdeps/alpha/soft-fp/Makefile (CPPFLAGS): Add soft-fp include to math subdir. * sysdeps/alpha/soft-fp/e_sqrtl.c: Don't use local-soft-fp.h. (__ieee754_sqrtl): Add _round local variable. * sysdeps/unix/sysv/linux/alpha/fpu/Implies: Remove. 2006-02-20 22:51:48 +00:00
getclktck.c
getcontext.S * sysdeps/unix/sysv/linux/alpha/getcontext.S (__getcontext_x): 2006-03-16 23:27:51 +00:00
getdents64.c
getdents.c
gethostname.c
getitimer.S * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
getrusage.S * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
getsysstats.c
gettimeofday.S * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
glob.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
ieee_get_fp_control.S
ieee_set_fp_control.S
Implies * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file. 2006-02-01 03:14:01 +00:00
ioperm.c 2007-05-07 Richard Henderson <rth@redhat.com> 2007-05-07 22:57:20 +00:00
ipc_priv.h
kernel_sigaction.h
kernel_stat.h
kernel_sysinfo.h
kernel_termios.h
lxstat.c
makecontext.S
Makefile * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file. 2006-02-01 03:14:01 +00:00
msgctl.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
nldbl-abi.h * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file. 2006-02-01 03:14:01 +00:00
oldglob.c Update. 2005-01-27 20:53:23 +00:00
pipe.S
register-dump.h * sysdeps/unix/sysv/linux/alpha/register-dump.h (regnames): Align. (linefeed): Remove. (register_dump): Rewrite to generate into a flat buffer instead of into iovecs. 2004-11-04 18:39:10 +00:00
rt_sigaction.S
select.S * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
semctl.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
setcontext.S Add space inf weak_alias use. 2005-05-26 14:30:51 +00:00
setfpucw.c
setitimer.S * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
setregid.c Remove sys/syscall.h, sys/types.h, linux/posix_types.h, sysdep.h and pthread-functions.h includes. Include setxid.h. Use INLINE_SETXID_SYSCALL macro instead of INLINE_SYSCALL, kill the HAVE_PTR__NPTL_SETXID guarded snippets. 2004-11-12 01:15:06 +00:00
setresgid.c Remove sys/syscall.h, sys/types.h, linux/posix_types.h, sysdep.h and pthread-functions.h includes. Include setxid.h. Use INLINE_SETXID_SYSCALL macro instead of INLINE_SYSCALL, kill the HAVE_PTR__NPTL_SETXID guarded snippets. 2004-11-12 01:15:06 +00:00
setresuid.c Remove sys/syscall.h, sys/types.h, linux/posix_types.h, sysdep.h and pthread-functions.h includes. Include setxid.h. Use INLINE_SETXID_SYSCALL macro instead of INLINE_SYSCALL, kill the HAVE_PTR__NPTL_SETXID guarded snippets. 2004-11-12 01:15:06 +00:00
setreuid.c Remove sys/syscall.h, sys/types.h, linux/posix_types.h, sysdep.h and pthread-functions.h includes. Include setxid.h. Use INLINE_SETXID_SYSCALL macro instead of INLINE_SYSCALL, kill the HAVE_PTR__NPTL_SETXID guarded snippets. 2004-11-12 01:15:06 +00:00
settimeofday.S * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
shmctl.c * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
sigaction.c * sysdeps/unix/sysv/linux/alpha/fxstatat.c (__fxstatat): Fix typo. (__fxstatat64): Alias from __fxstatat; remove other cnp errors. * sysdeps/unix/sysv/linux/alpha/sigaction.c: Include sys/cdefs.h and stddef.h. * sysdeps/unix/sysv/linux/alpha/bits/mman.h (MREMAP_FIXED): Define. 2005-11-26 00:52:45 +00:00
sigcontextinfo.h
sigprocmask.c
sigsuspend.S * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for 2007-03-13 16:05:44 +00:00
sizes.h
swapcontext.S Add space inf weak_alias use. 2005-05-26 14:30:51 +00:00
syscall.S Add space inf weak_alias use. 2005-05-26 14:30:51 +00:00
syscalls.list * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Add open 2008-03-27 16:23:55 +00:00
sysconf.c * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV. 2007-03-13 21:25:16 +00:00
sysdep.h * sysdeps/unix/sysv/linux/alpha/sysdep.h: Include tls.h. 2007-08-21 08:07:28 +00:00
ucontext-offsets.sym
utimes.S * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
Versions * sysdeps/unix/sysv/linux/sparc/bits/errno.h: Define EOWNERDEAD 2005-12-27 15:27:09 +00:00
wait4.S * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00
wordexp.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
xstat.c
xstatconv.c
xstatconv.h * sysdeps/unix/sysv/linux/alpha/adjtime.c: Use <> instead of "" in 2006-01-08 08:21:40 +00:00