cvs commit: src/sys/emulation/linux linux_file.c linux_socket.c src/sys/kern kern_descrip.c src/sys/sys fcntl.h kern_syscall.h
David P. Reese
daver at crater.dragonflybsd.org
Tue Oct 14 23:40:18 PDT 2003
daver 2003/10/14 23:38:46 PDT
Modified files:
sys/emulation/linux linux_file.c linux_socket.c
sys/kern kern_descrip.c
sys/sys fcntl.h kern_syscall.h
Log:
Rename do_dup() to kern_dup() and pull in some changes from FreeBSD-CURRENT.
Implement dup(), dup2() and fcntl(F_DUPFD) with kern_dup().
Split fcntl() into fcntl() and kern_fcntl().
Implement linux_fcntl() using kern_fcntl() and replace a call to fcntl()
in linux_accept() with a call to kern_fcntl().
Revision Changes Path
1.10 +94 -124 src/sys/emulation/linux/linux_file.c
1.15 +1 -9 src/sys/emulation/linux/linux_socket.c
1.16 +166 -113 src/sys/kern/kern_descrip.c
1.5 +10 -0 src/sys/sys/fcntl.h
1.6 +12 -0 src/sys/sys/kern_syscall.h
More information about the Commits
mailing list