summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/sparc64/SYS.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-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 ismillert2002-02-191-1/+5
| | | | still using -traditional-cpp.
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-5/+1
|
* Always have the real entry point to the syscall called _thread_sys_art2002-01-031-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_rdrahn2001-09-261-16/+41
| | | | bulk of work done by miod.
* Revert last. The ERROR() macro is called from leaf functionsart2001-09-261-2/+6
| | | | and is _not_ supposed to do "call"s.
* Add an ASPICFLAG variable to bsd.own.mk which a platform use to pass flagsdrahn2001-09-251-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.art2001-08-281-1/+7
|
* SYS.h from NetBSD. Not fixed yet for libc_r.art2001-08-281-0/+126