Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-20 | make this compile for kernel | Michael Shalayeff | |
2001-09-11 | Keep the strings fully quoted. | Dale Rahn | |
2001-09-10 | Use the LBL isnan() and isinf() on all platforms with ieee floating point. | Todd C. Miller | |
2001-09-10 | Use the LBL frexp() on all platforms with ieee floating point. | Todd C. Miller | |
2001-09-10 | Use ${LIBCSRCDIR} not ${.CURDIR} for relative path (allows libc_r to build) | Jason Wright | |
2001-09-07 | Adapt to our sigcontext and fix the obvious bugs. | Artur Grabowski | |
2001-09-05 | explicit alignment, just like on alpha. | Artur Grabowski | |
2001-08-29 | Last pieces needed to build libc on sparc64. | Artur Grabowski | |
2001-08-29 | Bunch of necessary files from NetBSD. | Artur Grabowski | |
2001-08-29 | more files from sparc. | Artur Grabowski | |
2001-08-29 | bunch of files from sparc. | Artur Grabowski | |
2001-08-29 | except ffs and strlen we use the generic functions (for now). | Artur Grabowski | |
2001-08-29 | ffs from sparc and strlen from NetBSD. | Artur Grabowski | |
(Don't ask me why our makefiles wouldn't accept using strlen.c) | |||
2001-08-29 | syscall(), trivial | Artur Grabowski | |
2001-08-29 | signal stuff from sparc, cleaned up. | Artur Grabowski | |
2001-08-29 | setlogin from NetBSD | Artur Grabowski | |
2001-08-29 | sbrk from NetBSD | Artur Grabowski | |
2001-08-28 | fork from sparc. cleaned up. | Artur Grabowski | |
2001-08-28 | exect from sparc. | Artur Grabowski | |
2001-08-28 | Add SYSENTRY as on sparc. We'll need it later. | Artur Grabowski | |
2001-08-28 | cerror. based on the same file from sparc, with cleanups. | Artur Grabowski | |
2001-08-28 | brk from NetBSD | Artur Grabowski | |
2001-08-28 | Duh. remove dumb debugging before commit next time. | Artur Grabowski | |
2001-08-28 | Ovfork from sparc, cleaned up. | Artur Grabowski | |
2001-08-28 | abs from NetBSD | Artur Grabowski | |
2001-08-28 | {hton,ntoh}{s,l} from NetBSD. | Artur Grabowski | |
2001-08-28 | SYS.h from NetBSD. Not fixed yet for libc_r. | Artur Grabowski | |
2001-08-25 | Fix the __infinity constant on powerpc. | Dale Rahn | |
from a7r@andern.org | |||
2001-08-23 | Fix the syscall wrappers name generation in, so that libc_r gets the | Miod Vallat | |
correct entry points and programs can link to it. I would have commited this later, but fgs@ insisted. | |||
2001-08-19 | remove unused bits and pieces. | Brad Smith | |
-- Ok'd by art@ | |||
2001-08-12 | #(endif|else) foo is incorrect, make it #endif /* foo */ | Heikki Korpela | |
deraadt@ ok | |||
2001-06-13 | SYSLEAF, not LEAF. shared libc_r builds now on alpha. | Artur Grabowski | |
2001-06-13 | pretty | Artur Grabowski | |
2001-06-13 | "#endif _THREAD_SAFE" is not legal | Artur Grabowski | |
2001-06-04 | oh, just include machine/asm.h | Michael Shalayeff | |
2001-06-04 | entrieness cleanup | Michael Shalayeff | |
2001-05-11 | PowerPC is big endian, not little endian. This fixes isinf() and isnan() | Dale Rahn | |
2001-04-18 | Most of the systems we run on require an emulated EMODD, so avoid using | Hugh Graham | |
it if a CVTDL would do instead. This path is 80x faster on such systems, and falling back to EMODD if necessary hurts little. Helps programs like nawk, a heavy modf user. | |||
2001-03-29 | fix fork, brk/sbrk; rcsid embedding | Michael Shalayeff | |
2001-03-28 | correct arg order addi/subi, newer gas catches this | Michael Shalayeff | |
2001-03-18 | Fix lots of register masks. | Brandon Creighton | |
2001-01-24 | alignment seems like a good idea; after art@alpha | Michael Shalayeff | |
2001-01-24 | Add alignment on this ugly array. | Artur Grabowski | |
Fixes the unaligned accesses in awk. | |||
2001-01-04 | grammer/spelling | Todd T. Fries | |
2000-12-29 | don't use %ebx, that's what %edx is for; Andy Doran <ad@netbsd.org> | Michael Shalayeff | |
2000-11-26 | Properly implement errno handling for the threaded libc (libc_r) | Dale Rahn | |
The powerpc specific code was previously handling system call errors as if kernel threads existed (currently only userlang threads are modeled). Thus if multiple threads existed in a process, the process would not get the correct errno from a system call. This would cause _many_ tests to fail. Fixing this causes a number of the tests in libc_r/TEST to now work, that did not before, however a few still fail. | |||
2000-10-17 | damn it, i have had it with this untested weak shit | Theo de Raadt | |
2000-10-16 | re-add weak sparc support; d@ | Theo de Raadt | |
2000-10-11 | back out weak symbols; deraadt@ | David Leonard | |