Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-02 | three four kill ... | Michael Shalayeff | |
2002-10-31 | gotta 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-31 | marc@ 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-24 | fix __PSEUDO_NOERROR, two ways | Michael Shalayeff | |
2001-09-20 | Add 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-04 | entrieness cleanup | Michael Shalayeff | |
2001-03-29 | fix fork, brk/sbrk; rcsid embedding | Michael Shalayeff | |
1999-11-14 | this seem proper now | Michael Shalayeff | |
1999-09-16 | adopt to the new frame framework | Michael Shalayeff | |
1999-02-01 | remove PASSTHRU | David Leonard | |
1998-12-23 | libc_r support | Michael Shalayeff | |
1998-08-28 | some libc parts; memmove.S to written | Michael Shalayeff | |