summaryrefslogtreecommitdiffstats
path: root/lib/libc/arch/alpha/SYS.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename cerror to __cerror on alpha to avoid namespace pollution.art2002-10-061-2/+2
|
* system calls are made thru _thread_sys_* with weak symbols of the real namedrahn2002-01-041-23/+16
| | | | | pointing to the _thread_sys_ version. ok pval, fgs
* Add PSEUDO_NOERROR similar to that used by NetBSD.millert2001-09-201-1/+9
| | | | | | | | | | | 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).
* prettyart2001-06-131-2/+2
|
* "#endif _THREAD_SAFE" is not legalart2001-06-131-3/+3
|
* _THREAD_SAFE; nominal testing by friesd1999-01-061-14/+45
|
* Sync with kernel, from NetBSDniklas1996-11-131-21/+37
|
* Fix RCS idstholo1996-08-191-1/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+53