summaryrefslogtreecommitdiff
path: root/lib/libc/arch/hppa/SYS.h
AgeCommit message (Collapse)Author
2003-06-02three four kill ...Michael Shalayeff
2002-10-31gotta define SYSEXIT() and make all the rest of sys/*S be thread-safe now, ↵Michael Shalayeff
missed this fuct in the previous take on thread-safe libc
2002-10-31marc@ said we should be always thread-safe, accomodate for that, also ↵Michael Shalayeff
defining the weak symbols which we did not before in either case
2001-10-24fix __PSEUDO_NOERROR, two waysMichael Shalayeff
2001-09-20Add PSEUDO_NOERROR similar to that used by NetBSD.Todd C. Miller
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).
2001-08-12#(endif|else) foo is incorrect, make it #endif /* foo */Heikki Korpela
deraadt@ ok
2001-06-04entrieness cleanupMichael Shalayeff
2001-03-29fix fork, brk/sbrk; rcsid embeddingMichael Shalayeff
1999-11-14this seem proper nowMichael Shalayeff
1999-09-16adopt to the new frame frameworkMichael Shalayeff
1999-02-01remove PASSTHRUDavid Leonard
1998-12-23libc_r supportMichael Shalayeff
1998-08-28some libc parts; memmove.S to writtenMichael Shalayeff