| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make this actually work | 2012-07-01 | 1 | -23/+21 | |
| | | | | | ok miod@ | ||||
| * | __tfork() needs to set the stack address of the new thread in the kernel, | 2012-06-21 | 1 | -6/+2 | |
| | | | | | | | | | | so that it can't get a signal while still running on the parent thread's stack. Also, pass in sizeof(struct __tfork) to provide forward compat when more members are added. This is an ABI change, so switch syscall numbers and bump lib majors this time. ok deraadt@ matthew@ | ||||
| * | remove rfork(); ok guenther miod | 2012-04-12 | 1 | -32/+0 | |
| | | |||||
| * | Move __tfork_thread() from rthreads (libpthread) to libc so that | 2012-03-22 | 1 | -0/+53 | |
| | | | | | | | it can be used for not-strictly-threading purposes ok matthew@ kurt@ | ||||
| * | Move __cerror to ___cerror with a weak alias so that rthreads can override it. | 2011-04-04 | 1 | -2/+4 | |
| | | | | | | | On mips64, also correct the name called from plain cerror to __cerror. "looks correct" miod@ | ||||
| * | 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. | |||||
