glibc/socket
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
..
bits * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define 2007-09-26 20:45:18 +00:00
sys * Versions.def (glibc): Add GLIBC_2.9. 2008-07-25 04:51:56 +00:00
.cvsignore
accept.c
bind.c
connect.c
getpeername.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
getsockname.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
getsockopt.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
isfdtype.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
listen.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
Makefile * Versions.def (glibc): Add GLIBC_2.9. 2008-07-25 04:51:56 +00:00
opensock.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
paccept.c * Versions.def (glibc): Add GLIBC_2.9. 2008-07-25 04:51:56 +00:00
recv.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
recvfrom.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
recvmsg.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
send.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
sendmsg.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
sendto.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
setsockopt.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
shutdown.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
sockatmark.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
socket.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
socketpair.c Moved to csu/errno-loc.c. 2005-12-14 15:06:39 +00:00
Versions * Versions.def (glibc): Add GLIBC_2.9. 2008-07-25 04:51:56 +00:00