Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Jan 2000 18:53:30 -0800 (PST)
From:      Jason Evans <jasone@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern init_sysent.c sys_generic.c syscalls.c syscalls.master uipc_socket.c uipc_socket2.c vfs_aio.c src/sys/sys aio.h socketvar.h syscall-hide.h syscall.h syscall.mk sysproto.h
Message-ID:  <200001140253.SAA53905@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jasone      2000/01/13 18:53:30 PST

  Modified files:
    sys/kern             init_sysent.c sys_generic.c syscalls.c 
                         syscalls.master uipc_socket.c 
                         uipc_socket2.c vfs_aio.c 
    sys/sys              aio.h socketvar.h syscall-hide.h 
                         syscall.h syscall.mk sysproto.h 
  Log:
  Add aio_waitcomplete().  Make aio work correctly for socket descriptors.
  Make gratuitous style(9) fixes (me, not the submitter) to make the aio
  code more readable.
  
  PR:		kern/12053
  Submitted by:	Chris Sedore <cmsedore@maxwell.syr.edu>
  
  Revision  Changes    Path
  1.77      +2 -1      src/sys/kern/init_sysent.c
  1.54      +3 -1      src/sys/kern/sys_generic.c
  1.69      +2 -1      src/sys/kern/syscalls.c
  1.70      +2 -1      src/sys/kern/syscalls.master
  1.68      +2 -1      src/sys/kern/uipc_socket.c
  1.53      +4 -1      src/sys/kern/uipc_socket2.c
  1.65      +634 -503  src/sys/kern/vfs_aio.c
  1.13      +37 -10    src/sys/sys/aio.h
  1.46      +5 -2      src/sys/sys/socketvar.h
  1.63      +2 -1      src/sys/sys/syscall-hide.h
  1.67      +3 -2      src/sys/sys/syscall.h
  1.21      +3 -2      src/sys/sys/syscall.mk
  1.57      +6 -1      src/sys/sys/sysproto.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?200001140253.SAA53905>