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

Maxim Sobolev sobomax at FreeBSD.org
Sat Jan 29 23:20:37 PST 2005


sobomax     2005-01-30 07:20:36 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             uipc_syscalls.c 
    sys/compat/linux     linux_socket.c 
    sys/sys              syscallsubr.h 
  Log:
  Extend kern_sendit() to take another enum uio_seg argument, which specifies
  where the buffer to send lies and use it to eliminate yet another stackgap
  in linuxlator.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.55      +20 -24    src/sys/compat/linux/linux_socket.c
  1.213     +4 -3      src/sys/kern/uipc_syscalls.c
  1.21      +1 -1      src/sys/sys/syscallsubr.h


More information about the cvs-src mailing list