DragonFly BSD
DragonFly submit List (threaded) for 2003-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

syscall separation part 2


From: "David P. Reese Jr." <daver@xxxxxxxxxxxx>
Date: 07 Sep 2003 01:38:20 GMT

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@xxxxxxxxxxxx
                                               http://www.gomerbud.com/daver/



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]