Age | Commit message (Expand) | Author |
2002-01-10 | sigprocmask should return 0 on success, fixes powerpc ntpdate problem. | Dale Rahn |
2001-09-20 | change PSEUDO_NOERROR so it is indeed does not set errno. | Dale Rahn |
2001-09-20 | Add PSEUDO_NOERROR similar to that used by NetBSD. | Todd C. Miller |
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-08-25 | Fix the __infinity constant on powerpc. | Dale Rahn |
2001-05-11 | PowerPC is big endian, not little endian. This fixes isinf() and isnan() | Dale Rahn |
2000-11-26 | Properly implement errno handling for the threaded libc (libc_r) | Dale Rahn |
2000-10-06 | weaken syscall symbols in libc by default | David Leonard |
2000-03-01 | $OpenBSD$ | Todd T. Fries |
1999-07-23 | replace the stub ieeefp functions with the real working functions, | Dale S. Rahn |
1999-06-15 | changes required for powerpc libc_r support. | Dale S. Rahn |
1999-06-07 | replacement pipe() system call; copies data into place inside kernel, so | Theo de Raadt |
1999-04-25 | missing parts from last commit | Todd C. Miller |
1999-04-21 | Fix the _THREAD_SAFE path through the cerror code for powerpc. | Dale S. Rahn |
1999-03-12 | Fixes to the currently unused PIC support in the powerpc asm files. | Dale S. Rahn |
1999-02-01 | mi ptrace | David Leonard |
1999-02-01 | remove PASSTHRU | David Leonard |
1999-01-28 | Preliminary version for PIC support. Builds and runs standard and profiled | Dale S. Rahn |
1998-12-23 | _thread_sys changes for powerpc SYS.h, code mostly from d, fixed up | Dale S. Rahn |
1998-08-07 | Add correct handling of more systemcalls. either not implemented before | Dale S. Rahn |
1998-07-19 | fix dependancy item for libc. arch is powerpc not ppc. hmmm. | Dale S. Rahn |
1998-07-05 | Change some of the local symbols into "temporary", removed symbols. | Dale S. Rahn |
1998-07-04 | Changes to support profiling libraries for the powerpc port. | Dale S. Rahn |
1997-09-27 | Amazing how much confusion and how much tracing a simple 4 instead of a 3 | Per Fogelstrom |
1997-08-01 | pull in protos | Theo de Raadt |
1997-07-23 | tabify | kstailey |
1997-01-17 | frexp version from m68k, both are IEEE so should be fine. | Dale S. Rahn |
1997-01-02 | Change order of includes to pick up sys/types.h so that typedefs | Dale S. Rahn |
1997-01-02 | Add fp.c file, reformat to be more readable. | Dale S. Rahn |
1997-01-02 | Stub routines for set|get fpsticky, fpround, ... | Dale S. Rahn |
1996-12-21 | Check-in of powerpc library support. | Dale S. Rahn |