summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/i386/SYS.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* clang doesn't propagate attributes like "asm labels" and "visibility(hidden)"guenther2017-11-291-25/+2
* Remove branch prediction hint from conditional branch instruction.naddy2017-06-011-2/+2
* Use a Thread Information Block in both single and multi-threaded programs.guenther2016-05-071-35/+16
* Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadguenther2015-10-231-1/+3
* Adds hidden _libc_FOO aliases for the system call stubs.guenther2015-09-051-4/+12
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-1/+25
* Hide many (194!) symbols that nothing should be using.guenther2015-08-261-2/+1
* Make pthread_atfork() track the DSO that called it like atexit() does,guenther2015-04-071-1/+27
* Apply "unifdef -D__STDC__" to libc/arch/*/SYS.hmatthew2014-06-041-14/+1
* Convert cpp | as rules in bsd.lib.mk and lib/libc/sys/Makefile.inc to pure ccpascal2012-08-221-2/+2
* Move __cerror to ___cerror with a weak alias so that rthreads can override it.guenther2011-04-041-3/+4
* Properly terminate ENTRY with a semicolon, required for asm profiling.drahn2006-04-241-3/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* ELF fixups, ELF PIC syscall support, asm changes as requested by assembler.drahn2003-04-171-3/+18
* Rename cerror to __cerror on i386 to avoid namespace pollution.art2002-10-061-3/+3
* no more _NO_WEAK_ALIASES here.fgsch2002-06-101-18/+1
* We need to keep K&R compat macros for some ports where the assemnbler ismillert2002-02-191-1/+18
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-18/+1
* Add PSEUDO_NOERROR similar to that used by NetBSD.millert2001-09-201-10/+23
* use 'x/**/y' as non-ansi concat, and not 'x /**/ y' - duhd2000-01-061-2/+2
* well. that wasnt tested very well.d2000-01-061-2/+8
* use weak symbolsd2000-01-061-45/+49
* use indr_reference instead of PASSTHRUd1999-01-061-11/+1
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-9/+65
* Fix RCS idstholo1996-08-191-2/+1
* from netbsd: Removed unused CALL macroderaadt1995-12-301-2/+11
* initial import of NetBSD treederaadt1995-10-181-0/+48