summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/i386/sys (follow)
Commit message (Collapse)AuthorAgeFilesLines
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-24/+20
| | | | | | | | | 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-39/+0
|
* Mark outermost frame such that backtraces in thread terminate atkettenis2012-04-111-2/+3
| | | | | | __tfork_thread(). ok guenther@
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+122
| | | | | | 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/+5
| | | | | | On mips64, also correct the name called from plain cerror to __cerror. "looks correct" miod@
* zap rcsid, tested there. okay deraadt@espie2005-08-0712-60/+12
|
* fix typo in commenthshoexer2004-10-291-2/+2
| | | | jolan@ tdeval@ pvalchev@ jaredy@
* Use _ENTRY(CERROR) instead of CERROR so correct type info is generated.drahn2004-06-211-2/+2
| | | | ok marc@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0212-72/+24
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* ELF fixups, ELF PIC syscall support, asm changes as requested by assembler.drahn2003-04-178-28/+48
|
* Rename curbrk to __curbrk on i386 to avoid namespace pollution.art2002-10-062-12/+12
|
* Rename cerror to __cerror on i386 to avoid namespace pollution.art2002-10-067-20/+20
|
* rfork() needs a fork.S-like stub as well; ok artderaadt2002-02-171-0/+47
|
* missing ';'d2000-01-061-2/+2
|
* okay then, don't use _C_LABEL. redefine _PROF_PROLOGUE which seems a lot sanerd2000-01-061-4/+4
|
* use _C_LABEL macrod2000-01-061-2/+2
|
* replacement pipe() system call; copies data into place inside kernel, soderaadt1999-06-071-49/+0
| | | | that EFAULT return value is possible
* mi ptraced1999-02-011-63/+0
|
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-205-63/+8
| | | | | | | | | | | | | All POSIX libc api now there (to P1003.1c/D10) (more md stuff is needed for other libc/arch/*) (setlogin is no longer a special syscall) Add -pthread option to gcc (that makes it use -lc_r and -D_POSIX_THREADS). Doc some re-entrant routines Add libc_r to intro(3) dig() uses some libc srcs and an extra -I was needed there. Add more md stuff to libc_r. Update includes for the pthreads api Update libc_r TODO
* Pointers are not signed.weingart1997-09-171-3/+3
|
* tabifykstailey1997-07-232-4/+4
|
* generate reboot.o like other system callsderaadt1996-12-111-45/+0
|
* Fix RCS idstholo1996-08-1915-120/+75
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-1815-0/+947