summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/m68k/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-7/+6
| | | | | | | | | so that it can't get a signal while still running on the parent thread's stack. Also, pass in sizeof(struct __tfork) to provide forward compat when more members are added. This is an ABI change, so switch syscall numbers and bump lib majors this time. ok deraadt@ matthew@
* remove rfork(); ok guenther miodderaadt2012-04-121-40/+0
|
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+70
| | | | | | it can be used for not-strictly-threading purposes ok matthew@ kurt@
* On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL()deraadt2011-04-091-2/+2
| | | | ok miod
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-2/+4
| | | | | | On mips64, also correct the name called from plain cerror to __cerror. "looks correct" miod@
* zap rcsid.espie2005-08-0713-65/+13
| | | | okay deraadt@ (tested them all)
* Use an unsigned comparison against minbrk.miod2003-12-251-2/+2
| | | | ok deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0213-78/+26
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Rename cerror to __cerror and curbrk to __curbrk, to avoid namespacemiod2002-11-058-25/+25
| | | | pollution. Conforming to art@'s evil plans.
* rfork() needs a fork.S-like stub as well; ok artderaadt2002-02-171-0/+48
|
* #(endif|else) foo is incorrect, make it #endif /* foo */heko2001-08-121-2/+2
| | | | deraadt@ ok
* replacement pipe() system call; copies data into place inside kernel, soderaadt1999-06-071-50/+0
| | | | that EFAULT return value is possible
* mi ptraced1999-02-011-61/+0
|
* _THREAD_SAFEd1999-01-065-10/+11
|
* generate reboot.o like other system callsderaadt1996-12-111-47/+0
|
* Fix RCS idstholo1996-08-1915-60/+45
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-1815-0/+890