summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/arm/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The kernel returns the pending set; this stub has to save it throughguenther2012-07-011-4/+8
| | | | | | the pointer ok miod@ kettenis@
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-12/+5
| | | | | | | | | 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-32/+0
|
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+48
| | | | | | 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-2/+4
| | | | | | On mips64, also correct the name called from plain cerror to __cerror. "looks correct" miod@
* add some missing $, ok djm@ 'That looks fine to me' millert@jsg2004-10-011-0/+1
|
* Remove WARN_REFERENCES incorrectly imported from NetBSD. ok miod@drahn2004-02-162-8/+2
|
* Update from netbsd, prodded by miod@drahn2004-02-121-2/+2
|
* Do not generate text relocations in PIC code.drahn2004-02-073-11/+11
|
* Add missing minbrk symbol, fixes profiling builds.drahn2004-02-021-1/+5
|
* ARGH, forgot tags.drahn2004-02-0110-0/+10
|
* arm libc support. From NetBSD. currently supports softfloat.drahn2004-02-0112-0/+629