Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Two touches to make this work with ELF. | 2002-08-11 | 1 | -24/+11 | |
| | | | | | - use _C_LABEL(__cerror) and not cerror to avoid polluting the name space. - Use weak symbols for libc_r syscalls. | ||||
* | We need to keep K&R compat macros for some ports where the assemnbler is | 2002-02-19 | 1 | -1/+6 | |
| | | | | still using -traditional-cpp. | ||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -6/+1 | |
| | |||||
* | Add PSEUDO_NOERROR similar to that used by NetBSD. | 2001-09-20 | 1 | -9/+18 | |
| | | | | | | | | | | | 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). | ||||
* | #(endif|else) foo is incorrect, make it #endif /* foo */ | 2001-08-12 | 1 | -3/+3 | |
| | | | | deraadt@ ok | ||||
* | damn it, i have had it with this untested weak shit | 2000-10-17 | 1 | -9/+14 | |
| | |||||
* | re-add weak sparc support; d@ | 2000-10-16 | 1 | -14/+9 | |
| | |||||
* | back out weak symbols; deraadt@ | 2000-10-11 | 1 | -46/+38 | |
| | |||||
* | use weak symbols in sparc's libc | 2000-10-04 | 1 | -38/+46 | |
| | |||||
* | _THREAD_SAFE; nominal testing by fries | 1999-01-06 | 1 | -7/+28 | |
| | |||||
* | Fix RCS ids | 1996-08-19 | 1 | -4/+1 | |
| | | | | Make sure everything uses {SYS,}LIBC_SCCS properly | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+90 | |