Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jul 2004 21:06:36 +0000 (UTC)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/linux linux_socket.c src/sys/kern uipc_syscalls.c src/sys/sys syscallsubr.h
Message-ID:  <200407172106.i6HL6aYi060330@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407172106.i6HL6aYi060330>