Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use the LBL isnan() and isinf() on all platforms with ieee floating point. | 2001-09-10 | 3 | -27/+69 | ||
| | ||||||
* | Use the LBL frexp() on all platforms with ieee floating point. | 2001-09-10 | 1 | -15/+28 | ||
| | ||||||
* | Fix the __infinity constant on powerpc. | 2001-08-25 | 1 | -4/+4 | ||
| | | | | from a7r@andern.org | |||||
* | PowerPC is big endian, not little endian. This fixes isinf() and isnan() | 2001-05-11 | 1 | -9/+10 | ||
| | ||||||
* | Properly implement errno handling for the threaded libc (libc_r) | 2000-11-26 | 1 | -17/+3 | ||
| | | | | | | | | | 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. | |||||
* | weaken syscall symbols in libc by default | 2000-10-06 | 1 | -11/+1 | ||
| | ||||||
* | $OpenBSD$ | 2000-03-01 | 6 | -7/+11 | ||
| | ||||||
* | replace the stub ieeefp functions with the real working functions, | 1999-07-23 | 8 | -45/+318 | ||
| | | | | from NetBSD. | |||||
* | changes required for powerpc libc_r support. | 1999-06-15 | 1 | -4/+9 | ||
| | ||||||
* | replacement pipe() system call; copies data into place inside kernel, so | 1999-06-07 | 1 | -16/+0 | ||
| | | | | that EFAULT return value is possible | |||||
* | missing parts from last commit | 1999-04-25 | 1 | -1/+1 | ||
| | ||||||
* | Fix the _THREAD_SAFE path through the cerror code for powerpc. | 1999-04-21 | 1 | -10/+6 | ||
| | | | | libc_r was never completed for the powerpc arch. | |||||
* | Fixes to the currently unused PIC support in the powerpc asm files. | 1999-03-12 | 4 | -6/+6 | ||
| | | | | contact rahnds@openbsd.org before attempting to use this funcationality. | |||||
* | mi ptrace | 1999-02-01 | 1 | -13/+0 | ||
| | ||||||
* | remove PASSTHRU | 1999-02-01 | 1 | -2/+1 | ||
| | ||||||
* | Preliminary version for PIC support. Builds and runs standard and profiled | 1999-01-28 | 8 | -63/+120 | ||
| | | | | | just fine. pic version has been compiled, but without a ld.so has not been tested. Needs binutils 2.9.1 or later to build pic version. | |||||
* | _thread_sys changes for powerpc SYS.h, code mostly from d, fixed up | 1998-12-23 | 1 | -7/+22 | ||
| | | | | and completed for checkin. | |||||
* | Add correct handling of more systemcalls. either not implemented before | 1998-08-07 | 6 | -6/+47 | ||
| | | | | or poorly implemented. | |||||
* | fix dependancy item for libc. arch is powerpc not ppc. hmmm. | 1998-07-19 | 1 | -2/+2 | ||
| | ||||||
* | Change some of the local symbols into "temporary", removed symbols. | 1998-07-05 | 1 | -6/+4 | ||
| | | | | | makes it easier to debug code to see the function entry not the local branch targets. | |||||
* | Changes to support profiling libraries for the powerpc port. | 1998-07-04 | 1 | -10/+8 | ||
| | ||||||
* | Amazing how much confusion and how much tracing a simple 4 instead of a 3 | 1997-09-27 | 1 | -1/+5 | ||
| | | | | | can cause!! Returned sigmask value was taken from wrong register... So no more zombies!!! | |||||
* | pull in protos | 1997-08-01 | 1 | -1/+4 | ||
| | ||||||
* | tabify | 1997-07-23 | 3 | -12/+12 | ||
| | ||||||
* | frexp version from m68k, both are IEEE so should be fine. | 1997-01-17 | 2 | -1/+66 | ||
| | | | | | | Ok what other routines are missing at this point I wonder, Do we have a standards compilance test? If so, it really needs to be run on this port. | |||||
* | Change order of includes to pick up sys/types.h so that typedefs | 1997-01-02 | 1 | -2/+2 | ||
| | | | | of htonl and friends are not parse errors. | |||||
* | Add fp.c file, reformat to be more readable. | 1997-01-02 | 1 | -1/+3 | ||
| | ||||||
* | Stub routines for set|get fpsticky, fpround, ... | 1997-01-02 | 1 | -0/+44 | ||
| | | | | Fixing this is listed in the Todo section. | |||||
* | Check-in of powerpc library support. | 1996-12-21 | 28 | -0/+1046 | ||
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. |