summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/amd64/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Apply retpoline protection to the indirect call to the thread startfuncguenther2019-05-101-2/+7
* Remove FBSDID.kevlo2019-03-151-4/+1
* Don't need .text before ENTRY(), also minor spacing cleanupsderaadt2017-08-192-7/+6
* Clang ignores a .weak directive before a function is actually defined. Sokettenis2016-09-102-4/+4
* Remove sigreturn declaration and the now-unused libc syscall stubguenther2016-05-091-57/+0
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-079-187/+25
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-3/+3
* Rename SYSEXIT() to SYSCALL_END() for consistency with most other archs.guenther2015-10-174-8/+8
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-056-30/+32
* Hide many (194!) symbols that nothing should be using.guenther2015-08-263-71/+11
* Set FUNC symbol sizes of auto-generated and hand-written syscall wrappers.uebayasi2015-06-179-9/+18
* Put END() matching _ENTRY() (== ENTRY() w/o prof).uebayasi2015-06-011-1/+2
* Put END() matching ENTRY().uebayasi2015-06-011-1/+2
* Eliminate the last uses of *fork's second syscall return register; the pidguenther2015-04-211-3/+3
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-071-2/+3
* Simplify fork/vfork logic: the kernel has handled returning zero in the childguenther2015-03-312-15/+3
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-229-18/+18
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-5/+4
* remove rfork(); ok guenther miodderaadt2012-04-121-44/+0
* Move __tfork_thread() from rthreads (libpthread) to libc so thatguenther2012-03-221-0/+94
* Switch sigreturn() to the normal syscall entry instead of int$80.guenther2011-09-051-2/+2
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-2/+4
* The int (32bit) argument must be sign extended on the 64 bit amd64 beforedrahn2006-05-091-3/+5
* Remove the advertising clause in the UCB license which Berkeleyjsg2005-12-1311-66/+22
* Define OSYSCALL* macros, as their SYSCALL* counterparts, but using themiod2004-02-221-2/+2
* errno is int, not long; tracked down by otto@miod2004-02-181-4/+4
* correct syscall() stub; fixes perl and vi.recoverderaadt2004-02-111-2/+3
* Fix PIC cerror. ok miod@ mickey@drahn2004-02-101-2/+3
* CURBRK -> __curbrk changes from mickey, minbrk addition by me, ok mickey@drahn2004-02-102-12/+14
* masks are only 32 bits on openbsdderaadt2004-02-091-2/+2
* things for amd64; from art@mickey2004-01-2812-0/+735