cvs commit: src/sys/compat/linux linux_socket.c

Mitsuru IWASAKI iwasaki at FreeBSD.org
Sat Oct 11 08:08:33 PDT 2003


iwasaki     2003/10/11 08:08:32 PDT

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_socket.c 
  Log:
  Fix some problems in linux_sendmsg() and linux_recvmsg().
   - Allocate storage for uap->msg always because it is copyin()'ed in
     native sendmsg().
   - Convert sockopt level from Linux to FreeBSD after native recvmsg() calling.
   - Some cleanups.
  
  Tested with:    Oracle 9i shared server connection mode.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.43      +38 -36    src/sys/compat/linux/linux_socket.c


More information about the cvs-src mailing list