Change the split syscall naming convention from syscall1() to kern_syscall()
authorDavid P. Reese, Jr. <daver@dragonflybsd.org>
Sun, 7 Sep 2003 20:36:11 +0000 (20:36 +0000)
committerDavid P. Reese, Jr. <daver@dragonflybsd.org>
Sun, 7 Sep 2003 20:36:11 +0000 (20:36 +0000)
commit5969a6f1e4773bc086bf9006b602f030fa359137
tree44606498e6bed9c2f918ab837da514bd6466ee2f
parent304ea05f5c9dea06a14c11f5de37ce26d1ee5ee6
Change the split syscall naming convention from syscall1() to kern_syscall()
while moving the prototypes from sys/syscall1.h to sys/kern_syscall.h.

Split the listen(), getsockname(), getpeername(), and socketpair() syscalls.
sys/emulation/linux/linux_socket.c
sys/kern/uipc_syscalls.c
sys/sys/kern_syscall.h [moved from sys/sys/syscall1.h with 69% similarity]