summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/i386/SYS.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Properly terminate ENTRY with a semicolon, required for asm profiling.drahn2006-04-241-3/+3
| | | | ok miod, espie
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* 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
| | | | still using -traditional-cpp.
* 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
| | | | | | | | | | | Some ports were setting errno in PSEUDO and some were not. Now errno is set for all in PSEUDO and PSEUDO_NOERROR is provided for the non-errno case (only used by _exit). Needs testing on vax and m88k. XXX - hppa and powerpc still lack a real PSEUDO_NOERROR implementation. Currently PSEUDO_NOERROR and PSEUDO are the same (so builds don't break on those platforms).
* 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
| | | | | | | | | | | | | 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
* Fix RCS idstholo1996-08-191-2/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* from netbsd: Removed unused CALL macroderaadt1995-12-301-2/+11
|
* initial import of NetBSD treederaadt1995-10-181-0/+48