summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/amd64/SYS.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove branch prediction hints from conditional branch instructions. Thesekettenis2016-09-061-3/+3
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-37/+27
* Split the non-syscall ASM bits from SYS.h into DEFS.h and use that in theguenther2015-11-141-24/+2
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-1/+3
* Rename SYSEXIT() to SYSCALL_END() for consistency with most other archs.guenther2015-10-171-17/+6
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-051-4/+6
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-5/+27
* Hide many (194!) symbols that nothing should be using.guenther2015-08-261-2/+1
* Set FUNC symbol sizes of auto-generated and hand-written syscall wrappers.uebayasi2015-06-171-5/+22
* Reuse SYSENTRY_HIDDEN() in SYSENTRY(); no functional changes.uebayasi2015-06-121-2/+2
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-071-5/+23
* Apply "unifdef -D__STDC__" to libc/arch/*/SYS.hmatthew2014-06-041-11/+1
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-221-2/+2
* Change to syscall is done, so delete an XXX commentguenther2011-10-111-5/+1
* Switch sigreturn() to the normal syscall entry instead of int$80.guenther2011-09-051-24/+1
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-1/+2
* Remove the advertising clause in the UCB license which Berkeleyjsg2005-12-131-6/+2
* Define OSYSCALL* macros, as their SYSCALL* counterparts, but using themiod2004-02-221-1/+24
* make old & new SYSENTRY macrosderaadt2004-02-061-7/+12
* things for amd64; from art@mickey2004-01-281-0/+107