Home | History | Annotate | Download | only in sys
History log of /src/lib/libc/sys/pwrite.c
RevisionDateAuthorComments
 1.9  22-Nov-2007  dsl Change all the syscall C 'glue' functions (most of which just add in an
extra argument to ensure that 'off_t' parameters are even numbered
parameters for stack alignment reasons on 32 bit systems) to use a normal
'syscall' wrapper for __foo instead of using __syscall(SYS_foo, ... ).
This saves all the faffing needed to get a 32bit return value on sparc.
Auto-generate the extra syscall wrappers.
Move swapon.c into the correct list (swapon() uses swapctl()).
This probably means there are very few users of syscall() and __syscall() left.
 1.8  10-Nov-2006  christos branches: 1.8.8;
fix lint.
 1.7  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.6  18-Jan-2003  thorpej Merge the nathanw_sa branch.
 1.5  22-Jan-2000  mycroft branches: 1.5.6;
Delint.
Remove trailing ; from uses of __weak_alias(). The macro inserts this if
needed.
 1.4  15-Nov-1998  christos delint
 1.3  14-Oct-1998  kleink Need internal names for ftruncate(), lseek(), mmap(), pread() and pwrite().
 1.2  02-Jul-1998  thorpej int -> ssize_t ... today is not my day.
 1.1  02-Jul-1998  thorpej Wrappers around the indirected positional i/o system calls; the off_t
arguments must be padded.
 1.5.6.1  02-Aug-2002  nathanw Adapt to new syscall stub and weak name convention.
 1.8.8.1  09-Jan-2008  matt sync with HEAD

RSS XML Feed