summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/i386/sys
AgeCommit message (Expand)AuthorFilesLines
2020-10-18SYS___threxit cannot fail, but this integration looks like a gadget.deraadt1-1/+2
2019-03-15Remove FBSDID.kevlo1-4/+1
2017-08-19Don't need .text before ENTRY(), also minor spacing cleanupsderaadt2-6/+2
2016-05-09Remove sigreturn declaration and the now-unused libc syscall stubguenther1-48/+0
2016-05-07Use a Thread Information Block in both single and multi-threaded programs.guenther9-166/+24
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther1-3/+3
2015-09-05Adds hidden _libc_FOO aliases for the system call stubs.guenther10-26/+44
2015-08-26Hide many (194!) symbols that nothing should be using.guenther3-60/+8
2015-04-21Eliminate the last uses of *fork's second syscall return register; the pidguenther1-3/+3
2015-04-07Make pthread_atfork() track the DSO that called it like atexit() does,guenther1-2/+3
2015-03-31Simplify fork/vfork logic: the kernel has handled returning zero in the childguenther2-15/+3
2012-12-22Make sure the stack is 16-byte aligned otherwise the use of certain SSEkettenis1-1/+4
2012-08-22Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal9-18/+18
2012-06-21__tfork() needs to set the stack address of the new thread in the kernel,guenther1-24/+20
2012-04-12remove rfork(); ok guenther miodderaadt1-39/+0
2012-04-11Mark outermost frame such that backtraces in thread terminate atkettenis1-2/+3
2012-03-22Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther1-0/+122
2011-04-04Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther1-2/+5
2005-08-07zap rcsid, tested there. okay deraadt@espie12-60/+12
2004-10-29fix typo in commenthshoexer1-2/+2
2004-06-21Use _ENTRY(CERROR) instead of CERROR so correct type info is generated.drahn1-2/+2
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert12-72/+24
2003-04-17ELF fixups, ELF PIC syscall support, asm changes as requested by assembler.drahn8-28/+48
2002-10-06Rename curbrk to __curbrk on i386 to avoid namespace pollution.art2-12/+12
2002-10-06Rename cerror to __cerror on i386 to avoid namespace pollution.art7-20/+20
2002-02-17rfork() needs a fork.S-like stub as well; ok artderaadt1-0/+47
2000-01-06missing ';'d1-2/+2
2000-01-06okay then, don't use _C_LABEL. redefine _PROF_PROLOGUE which seems a lot sanerd1-4/+4
2000-01-06use _C_LABEL macrod1-2/+2
1999-06-07replacement pipe() system call; copies data into place inside kernel, soderaadt1-49/+0
1999-02-01mi ptraced1-63/+0
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).d5-63/+8
1997-09-17Pointers are not signed.weingart1-3/+3
1997-07-23tabifykstailey2-4/+4
1996-12-11generate reboot.o like other system callsderaadt1-45/+0
1996-08-19Fix RCS idstholo15-120/+75
1995-10-18initial import of NetBSD treederaadt15-0/+947