summaryrefslogtreecommitdiff
path: root/lib/libc/arch/vax/sys
AgeCommit message (Collapse)Author
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2002-11-05Rename cerror to __cerror and curbrk to __curbrk, to avoid namespaceMiod Vallat
pollution. Conforming to art@'s evil plans.
2002-02-17rfork() needs a fork.S-like stub as well; ok artTheo de Raadt
2001-08-23Fix the syscall wrappers name generation in, so that libc_r gets theMiod Vallat
correct entry points and programs can link to it. I would have commited this later, but fgs@ insisted.
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
deraadt@ ok
2001-03-18Fix lots of register masks.Brandon Creighton
1999-06-07replacement pipe() system call; copies data into place inside kernel, soTheo de Raadt
that EFAULT return value is possible
1999-02-01mi ptraceDavid Leonard
1998-05-17ENTRY takes 2 args nowadaysNiklas Hallqvist
1996-12-11generate reboot.o like other system callsTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1995-12-14from netbsd:Theo de Raadt
Didn't take care of errors when return parameter was long long. Bug pointed out by Arne Henrik Juul.
1995-10-18initial import of NetBSD treeTheo de Raadt