cvs commit: src/sys/kern uipc_syscalls.c src/sys/sys kern_syscall.h syscall1.h src/sys/emulation/linux linux_socket.c

David P. Reese daver at crater.dragonflybsd.org
Sun Sep 7 13:36:49 PDT 2003


daver       2003/09/07 13:36:11 PDT

  Modified files:
    sys/kern             uipc_syscalls.c 
    sys/emulation/linux  linux_socket.c 
  Added files:
    sys/sys              kern_syscall.h 
  Removed files:
    sys/sys              syscall1.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.13      +168 -107  src/sys/kern/uipc_syscalls.c
  1.10      +5 -5      src/sys/emulation/linux/linux_socket.c






More information about the Commits mailing list