cvs commit: src/sys/compat/linux linux_socket.c src/sys/fs/portalfs portal_vnops.c src/sys/kern kern_descrip.c src/sys/sys syscallsubr.h

John Baldwin jhb at FreeBSD.org
Sat Jul 8 20:03:40 UTC 2006


jhb         2006-07-08 20:03:39 UTC

  FreeBSD src repository

  Modified files:
    sys/compat/linux     linux_socket.c 
    sys/fs/portalfs      portal_vnops.c 
    sys/kern             kern_descrip.c 
    sys/sys              syscallsubr.h 
  Log:
  Add a kern_close() so that the ABIs can close a file descriptor w/o having
  to populate a close_args struct and change some of the places that do.
  
  Revision  Changes    Path
  1.69      +1 -5      src/sys/compat/linux/linux_socket.c
  1.71      +2 -4      src/sys/fs/portalfs/portal_vnops.c
  1.296     +10 -2     src/sys/kern/kern_descrip.c
  1.41      +1 -0      src/sys/sys/syscallsubr.h


More information about the cvs-src mailing list