Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly terminate ENTRY with a semicolon, required for asm profiling. | 2006-04-24 | 1 | -3/+3 | |
| | | | | ok miod, espie | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | ELF fixups, ELF PIC syscall support, asm changes as requested by assembler. | 2003-04-17 | 1 | -3/+18 | |
| | |||||
* | Rename cerror to __cerror on i386 to avoid namespace pollution. | 2002-10-06 | 1 | -3/+3 | |
| | |||||
* | no more _NO_WEAK_ALIASES here. | 2002-06-10 | 1 | -18/+1 | |
| | |||||
* | We need to keep K&R compat macros for some ports where the assemnbler is | 2002-02-19 | 1 | -1/+18 | |
| | | | | still using -traditional-cpp. | ||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -18/+1 | |
| | |||||
* | Add PSEUDO_NOERROR similar to that used by NetBSD. | 2001-09-20 | 1 | -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' - duh | 2000-01-06 | 1 | -2/+2 | |
| | |||||
* | well. that wasnt tested very well. | 2000-01-06 | 1 | -2/+8 | |
| | |||||
* | use weak symbols | 2000-01-06 | 1 | -45/+49 | |
| | |||||
* | use indr_reference instead of PASSTHRU | 1999-01-06 | 1 | -11/+1 | |
| | |||||
* | Add thread-safety to libc, so that libc_r will build (on i386 at least). | 1998-11-20 | 1 | -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 ids | 1996-08-19 | 1 | -2/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | from netbsd: Removed unused CALL macro | 1995-12-30 | 1 | -2/+11 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+48 | |