cvs commit: src/sys/compat/linux linux_socket.c src/sys/kern uipc_syscalls.c src/sys/sys syscallsubr.h

David Malone dwmalone at FreeBSD.org
Sat Jul 17 14:06:37 PDT 2004


dwmalone    2004-07-17 21:06:36 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_socket.c 
    sys/kern             uipc_syscalls.c 
    sys/sys              syscallsubr.h 
  Log:
  Add a kern_setsockopt and kern_getsockopt which can read the option
  values from either user land or from the kernel. Use them for
  [gs]etsockopt and to clean up some calls to [gs]etsockopt in the
  Linux emulation code that uses the stackgap.
  
  Revision  Changes    Path
  1.48      +17 -63    src/sys/compat/linux/linux_socket.c
  1.199     +87 -35    src/sys/kern/uipc_syscalls.c
  1.11      +5 -0      src/sys/sys/syscallsubr.h


More information about the cvs-src mailing list