summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/alpha/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-5/+4
| | | | | | | | | 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-36/+0
|
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+57
| | | | | | it can be used for not-strictly-threading purposes ok matthew@ kurt@
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-3/+5
| | | | | | On mips64, also correct the name called from plain cerror to __cerror. "looks correct" miod@
* zap rcsid.espie2005-08-0713-78/+13
| | | | okay deraadt@ (tested them all)
* Rename curbrk to __curbrk on alpha to avoid namespace pollution.art2002-10-062-9/+9
|
* Rename cerror to __cerror on alpha to avoid namespace pollution.art2002-10-061-4/+4
|
* rfork() needs a fork.S-like stub as well; ok artderaadt2002-02-171-0/+41
|
* SYSLEAF, not LEAF. shared libc_r builds now on alpha.art2001-06-131-3/+3
|
* replacement pipe() system call; copies data into place inside kernel, soderaadt1999-06-071-43/+0
| | | | that EFAULT return value is possible
* END -> SYSEND (typo fix)d1999-02-041-3/+3
|
* mi ptraced1999-02-011-45/+0
|
* _THREAD_SAFE; nominal testing by friesd1999-01-066-20/+20
|
* generate reboot.o like other system callsderaadt1996-12-111-41/+0
|
* Merge to NetBSD, added RCSidsniklas1996-11-1315-28/+73
|
* Fix RCS idstholo1996-08-1915-30/+75
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* from cgd@netbsd; be more conservative when setting the gpderaadt1995-12-142-4/+6
|
* initial import of NetBSD treederaadt1995-10-1815-0/+575