freebsd-skq/lib
John Baldwin bcd9e0dd20 - Add two new system calls: preadv() and pwritev() which are like readv()
and writev() except that they take an additional offset argument and do
  not change the current file position.  In SAT speak:
  preadv:readv::pread:read and pwritev:writev::pwrite:write.
- Try to reduce code duplication some by merging most of the old
  kern_foov() and dofilefoo() functions into new dofilefoo() functions
  that are called by kern_foov() and kern_pfoov().  The non-v functions
  now all generate a simple uio on the stack from the passed in arguments
  and then call kern_foov().  For example, read() now just builds a uio and
  calls kern_readv() and pwrite() just builds a uio and calls kern_pwritev().

PR:		kern/80362
Submitted by:	Marc Olzheim marcolz at stack dot nl (1)
Approved by:	re (scottl)
MFC after:	1 week
2005-07-07 18:17:55 +00:00
..
bind
csu
libalias
libarchive
libatm
libautofs
libbegemot
libbluetooth
libbsnmp
libbz2
libc - Add two new system calls: preadv() and pwritev() which are like readv() 2005-07-07 18:17:55 +00:00
libc_r
libcalendar
libcam
libcom_err
libcompat
libcrypt
libdevinfo
libdevstat Tidy up the markup. 2005-06-30 06:35:51 +00:00
libdisk
libedit
libexpat
libfetch
libform
libftpio
libgeom
libgpib
libio
libipsec
libipx
libkiconv
libkse Clean out the leftovers from the i386_set_gsbase() TLS conversion. 2005-06-29 23:15:36 +00:00
libkvm Fix the alpha build by using the correct argument types for _kvm_kvatop(). 2005-07-02 05:49:29 +00:00
libmagic
libmd
libmenu
libmilter
libmp
libncp
libncurses
libnetgraph
libngatm
libopie
libpam This is sort of an MFS. Peter made these changes to the RELENG_* 2005-07-07 14:16:38 +00:00
libpanel
libpcap
libpmc - Update the CPU version check to recognize P4/EMT64 CPUs. [1] 2005-07-03 16:33:22 +00:00
libpthread Clean out the leftovers from the i386_set_gsbase() TLS conversion. 2005-06-29 23:15:36 +00:00
libradius
librpcsvc
libsbuf
libsdp
libsm
libsmb
libsmdb
libsmutil
libstand
libtacplus
libtelnet
libthr Fix off-by-one nanosecond bug in macro TIMESPEC_ADD. 2005-06-22 22:38:56 +00:00
libthread_db
libufs
libugidfw
libusbhid
libutil
libvgl
libwrap
liby
libypclnt
libz Correct a buffer overflow which occurred in the handling of some 2005-07-06 14:00:52 +00:00
msun
ncurses
Makefile
Makefile.inc