summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-9/+3
* remove rfork(); ok guenther miodderaadt2012-04-121-40/+0
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+74
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-7/+6
* zap rcsid.espie2005-08-0713-65/+13
* Use an unsigned comparison against minbrk.miod2003-12-251-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0213-78/+26
* curbrk -> __curbrk on sparc to avoid name space pollution.art2002-10-062-12/+12
* Two touches to make this work with ELF.art2002-08-111-7/+7
* rfork() needs a fork.S-like stub as well; ok artderaadt2002-02-171-0/+48
* system call entry, art@d2000-01-061-2/+2
* replacement pipe() system call; copies data into place inside kernel, soderaadt1999-06-071-55/+0
* use SYSENTRY, so that libc_r wraps this properlyderaadt1999-05-281-2/+2
* mi ptraced1999-02-011-61/+0
* ENTRY -> SYSENTRY for sparc libc_r (per d@)marc1999-01-223-6/+6
* _THREAD_SAFE; nominal testing by friesd1999-01-061-2/+2
* generate reboot.o like other system callsderaadt1996-12-111-46/+0
* Fix RCS idstholo1996-08-1915-90/+60
* initial import of NetBSD treederaadt1995-10-1815-0/+893