syscall separation part 2
David P. Reese Jr.
daver at gomerbud.com
Sat Sep 6 18:38:20 PDT 2003
This time I've got two patches.
The first patch separates listen(), getsockname(), getpeername(), and
socketpair(). It also renames all of the syscalls that have been touched
in uipc_syscalls.c from syscall1() to kern_syscall() and moves the split
syscall prototypes from syscall1.h to kern_syscall.h.
http://gomerbud.com/daver/patches/dragonfly/syscall-separation-2.diff
The second patch makes linux emulation use the syscalls that were split
in the above patch.
http://gomerbud.com/daver/patches/dragonfly/linux-no43-2.diff
Are these ok?
--
David P. Reese, Jr. daver at xxxxxxxxxxxx
http://www.gomerbud.com/daver/
More information about the Submit
mailing list