Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zap rcsid. | 2005-08-07 | 3 | -18/+3 | |
| | | | | okay deraadt@ (tested them all) | ||||
* | These files are not necessary anymore. | 2003-09-01 | 1 | -29/+0 | |
| | |||||
* | Use a logical comparison (unsigned) for pointers. ok drahn@ | 2003-07-10 | 1 | -2/+2 | |
| | |||||
* | kick, kick. Fix these files which did not come from NetBSD, but the | 2002-10-07 | 14 | -6/+375 | |
| | | | | powerpc port by Dale Rahn. | ||||
* | clean up ifdefs for PIC, resulting code unchanged. | 2002-10-07 | 1 | -6/+3 | |
| | |||||
* | s/curbrk/__curbrk/ as suggested by art, a few _ASM_LABEL added as appropriate. | 2002-10-07 | 2 | -14/+14 | |
| | |||||
* | Simpler, smaller, more efficient and equivalent. | 2002-10-07 | 1 | -13/+2 | |
| | |||||
* | cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL() | 2002-10-07 | 5 | -6/+6 | |
| | | | | added as appropriate. | ||||
* | rfork() needs a fork.S-like stub as well; ok art | 2002-02-17 | 1 | -0/+5 | |
| | |||||
* | sigprocmask should return 0 on success, fixes powerpc ntpdate problem. | 2002-01-10 | 1 | -0/+1 | |
| | |||||
* | 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. | ||||
* | replacement pipe() system call; copies data into place inside kernel, so | 1999-06-07 | 1 | -16/+0 | |
| | | | | that EFAULT return value is possible | ||||
* | 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 | 2 | -2/+2 | |
| | | | | contact rahnds@openbsd.org before attempting to use this funcationality. | ||||
* | mi ptrace | 1999-02-01 | 1 | -13/+0 | |
| | |||||
* | 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. | ||||
* | Add correct handling of more systemcalls. either not implemented before | 1998-08-07 | 6 | -6/+47 | |
| | | | | or poorly implemented. | ||||
* | 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. | ||||
* | 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!!! | ||||
* | tabify | 1997-07-23 | 1 | -2/+2 | |
| | |||||
* | Check-in of powerpc library support. | 1996-12-21 | 15 | -0/+178 | |
NOTE: This will not work until the other pieces are checked in. This is primarily the NetBSD powerpc port, with modifications to support ELF. |