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. | ||||
* | We need to keep K&R compat macros for some ports where the assemnbler is | 2002-02-19 | 1 | -1/+5 | |
| | | | | still using -traditional-cpp. | ||||
* | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | 2002-02-19 | 1 | -5/+1 | |
| | |||||
* | Always have the real entry point to the syscall called _thread_sys_ | 2002-01-03 | 1 | -20/+3 | |
| | | | | | and provide the real name as a weak alias. This is the last piece needed for libc_r on sparc64 (plus debugging). | ||||
* | Changes to SYS.h for sparc64 to make it work with libc_r | 2001-09-26 | 1 | -16/+41 | |
| | | | | bulk of work done by miod. | ||||
* | Revert last. The ERROR() macro is called from leaf functions | 2001-09-26 | 1 | -2/+6 | |
| | | | | and is _not_ supposed to do "call"s. | ||||
* | Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flags | 2001-09-25 | 1 | -6/+2 | |
| | | | | | | | to 'as' to make it compile pic. add defaults for sparc64 which needs picflags set to -fPIC and ASPICFLAGS to -KPIC. Also simplifies the systemcall generation for sparc64 PIC mode. ok epsie@. | ||||
* | Add SYSENTRY as on sparc. We'll need it later. | 2001-08-28 | 1 | -1/+7 | |
| | |||||
* | SYS.h from NetBSD. Not fixed yet for libc_r. | 2001-08-28 | 1 | -0/+126 | |