History log of /netbsd/lib/libc/sys/pwritev.c (Results 1 – 7 of 7)
Revision Date Author Comments
# c9c2c287 20-Mar-2012 matt <matt@NetBSD.org>

Convert to C89 prototypes. Remove use of __P


# 2b37ebdd 23-Nov-2007 uebayasi <uebayasi@NetBSD.org>

KNF; no variable name in function prototype.


# b0b7248d 22-Nov-2007 dsl <dsl@NetBSD.org>

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

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.

show more ...


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 8cc3f315 15-Nov-1998 christos <christos@NetBSD.org>

delint


# a644188b 02-Jul-1998 thorpej <thorpej@NetBSD.org>

int -> ssize_t ... today is not my day.


# 637dff35 02-Jul-1998 thorpej <thorpej@NetBSD.org>

Wrappers around the indirected positional i/o system calls; the off_t
arguments must be padded.