Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | get x86_64 nptl building | Austin Foxley | 2009-12-11 | 1 | -2/+10 |
| | | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Remove stray code alignment (.align 16 and .align 4 directives) | Denis Vlasenko | 2007-07-29 | 1 | -1/+0 |
| | | | | | from i386 and x86_64. | ||||
* | Weaken all internal vfork versions in asm code, wondering why only some of ↵ | Peter S. Mazinger | 2006-02-13 | 1 | -1/+1 |
| | | | | the archs fail | ||||
* | Use #define __NR_vfork __NR_fork consistently | Peter S. Mazinger | 2006-01-25 | 1 | -6/+2 |
| | |||||
* | fork/vfork weak in libc, strong in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -6/+8 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -8/+7 |
| | | | | missing headers, other jump relocs removed | ||||
* | fix errno handling with some magical hacks | Mike Frysinger | 2006-01-08 | 1 | -4/+1 |
| | |||||
* | Hide fork and vfork, use the newly introduced *alias | Peter S. Mazinger | 2005-12-15 | 1 | -5/+6 |
| | |||||
* | use % as the function marker instead of @ | Mike Frysinger | 2005-07-06 | 1 | -1/+1 |
| | |||||
* | remove errno include since we dont use any errno stuff, remove #error left ↵ | Mike Frysinger | 2005-07-01 | 1 | -5/+3 |
| | | | | behind, and touchup syntax | ||||
* | add syscall error handling with jockes simple errno setting solution | Mike Frysinger | 2005-06-29 | 1 | -8/+21 |
| | |||||
* | some more x86_64 source | Mike Frysinger | 2005-02-15 | 1 | -0/+53 |