Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sparc: use HIDDEN_JUMPTARGET for errno | Mike Frysinger | 2009-11-09 | 1 | -1/+1 |
| | | | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | 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 | -7/+3 |
| | |||||
* | 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 | ||||
* | need features.h for the alias macros | Mike Frysinger | 2006-01-11 | 1 | -0/+1 |
| | |||||
* | Hide fork and vfork, use the newly introduced *alias | Peter S. Mazinger | 2005-12-15 | 1 | -8/+7 |
| | |||||
* | update style | Mike Frysinger | 2005-07-09 | 1 | -9/+15 |
| | |||||
* | Rework sparc architecture support so it will compile | Eric Andersen | 2003-01-02 | 1 | -13/+35 |
| | | | | | and run. Seems to be working... -Erik | ||||
* | Some sparc updates from Stanley <ngstanley@cwc.nus.edu.sg> | Eric Andersen | 2001-06-12 | 1 | -2/+2 |
| | |||||
* | Make sure these use the local sysdep.h header file | Eric Andersen | 2001-06-12 | 1 | -1/+1 |
| | |||||
* | Initial sparc port, thanks to Mathew Bosworth <mbosworth@metaflow.com>, | Eric Andersen | 2001-05-04 | 1 | -0/+30 |
who sent this to me a month ago and I forgot to check it in. Oops. Better late then never. -Erik |