Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Apr 1999 14:41:29 -0700 (PDT)
From:      Dmitrij Tejblum <dt@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern sys_generic.c sys_pipe.c sys_socket.c syscalls.master vfs_aio.c vfs_vnops.c src/sys/sys file.h socketvar.h
Message-ID:  <199904042141.OAA60572@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dt          1999/04/04 14:41:29 PDT

  Modified files:
    sys/kern             sys_generic.c sys_pipe.c sys_socket.c 
                         syscalls.master vfs_aio.c vfs_vnops.c 
    sys/sys              file.h socketvar.h 
  Log:
  Add standard padding argument to pread and pwrite syscall. That should make them
  NetBSD compatible.
  
  Add parameter to fo_read and fo_write. (The only flag FOF_OFFSET mean that
  the offset is set in the struct uio).
  
  Factor out some common code from read/pread/write/pwrite syscalls.
  
  Revision  Changes    Path
  1.47      +89 -129   src/sys/kern/sys_generic.c
  1.51      +7 -5      src/sys/kern/sys_pipe.c
  1.24      +5 -3      src/sys/kern/sys_socket.c
  1.57      +5 -3      src/sys/kern/syscalls.master
  1.45      +5 -5      src/sys/kern/vfs_aio.c
  1.65      +9 -7      src/sys/kern/vfs_vnops.c
  1.17      +4 -3      src/sys/sys/file.h
  1.37      +5 -3      src/sys/sys/socketvar.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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