summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/m88k/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-5/+3
* remove rfork(); ok guenther miodderaadt2012-04-121-45/+0
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+55
* On the a.out architectures, WEAK_ALIAS does an implicit _C_LABEL()deraadt2011-04-091-2/+2
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-2/+4
* Change the syscall invocation sequences to no longer fetch the last fewmiod2007-10-241-4/+1
* zap rcsid.espie2005-08-0713-78/+13
* Update stack frame processing after ABI change.miod2004-07-281-5/+5
* Use an unsigned comparison against minbrk.miod2003-12-251-7/+6
* Speed up sbrk() one cycle by removing an unnecessary register shuffling.miod2003-12-191-4/+3
* OR r13, not r9 to match SYS.h; fixes syscall(2) on mvme88k; OK miod@millert2003-12-081-3/+3
* Only a clown like me could put cerror in the data section by mistake...miod2003-10-161-4/+3
* These files are not necessary anymore.miod2003-09-011-45/+0
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0214-98/+42
* duplicate words and spelling fixes in commentsdavid2003-03-101-3/+3
* Waiter! I asked for a working vfork!miod2003-01-161-3/+3
* Get static rcsid correctly, better style for .S files, trim whitespace.miod2003-01-0714-98/+71
* Adapt to recent changes in libc/libc_r wrt weak symbols, so that programsmiod2003-01-025-15/+15
* Rename cerror to __cerror and curbrk to __curbrk, to avoid namespacemiod2003-01-028-37/+38
* rfork() needs a fork.S-like stub as well; ok artderaadt2002-02-171-0/+56
* $OpenBSD$todd2000-03-0113-13/+39
* replacement pipe() system call; copies data into place inside kernel, soderaadt1999-06-071-55/+0
* Fixed brk() and sbrk(). Removal of old mvme88k dir.smurph1999-02-092-8/+5
* mi ptraced1999-02-011-55/+0
* correted sigsetjmp, setjump. Fixed MACHINE_ARCH vs. MACHINE stuff.smurph1998-12-1515-0/+845