Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused file | Peter S. Mazinger | 2006-02-13 | 1 | -51/+0 |
| | |||||
* | fork/vfork weak in libc, strong in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -3/+3 |
| | |||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -1/+2 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -2/+3 |
| | | | | missing headers, other jump relocs removed | ||||
* | Hide fork and vfork, use the newly introduced *alias | Peter S. Mazinger | 2005-12-15 | 1 | -2/+2 |
| | |||||
* | The vfork system call on powerpc seems to be completely | Eric Andersen | 2003-03-05 | 1 | -3/+9 |
| | | | | broken. Use fork instead, per glibc behavior. | ||||
* | This draws from an old patch by David Blythe for the now-dead | Eric Andersen | 2002-11-15 | 1 | -1/+6 |
| | | | | | | | unified syscall interface. I reworked his old patch considerably and cleaned up his version of bits/syscalls.h with some sneaky macro magic. And I implemented a powerpc correct version of pread/pwrite -Erik | ||||
* | Rewrite vfork() as C, should now work. Changed longjmp.S and setjmp.S | David Schleef | 2001-11-26 | 1 | -0/+38 |
to use GCC's internal ppc-asm.h, and added macro to disable FP save/ restore in longjmp and setjmp. Fixed name of _setjmp() (was __setjmp). Fixed _setjmp to be PIC. |