Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spent this morning beating i386 nptl into shape | Austin Foxley | 2009-09-22 | 1 | -0/+8 |
| | | | | | | Got it compiling thus far, still working on getting it to run Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-28 | 1 | -7/+4 |
| | |||||
* | Merge/sync with trunk. | "Steven J. Hill" | 2005-08-17 | 1 | -5/+11 |
| | |||||
* | Bring in latest from trunk. | "Steven J. Hill" | 2005-08-12 | 1 | -8/+5 |
| | |||||
* | A merging we will go. A merging we will go. Hi ho the merrio' a merging we ↵ | "Steven J. Hill" | 2005-07-25 | 1 | -50/+24 |
| | | | | will go. | ||||
* | And just like that, clone is now fixed.... Previously the | Eric Andersen | 2004-01-03 | 1 | -26/+38 |
| | | | | | error handling code was mostly broken. -Erik | ||||
* | oops | Eric Andersen | 2004-01-03 | 1 | -6/+0 |
| | |||||
* | Minor changes | Eric Andersen | 2004-01-03 | 1 | -13/+24 |
| | |||||
* | Clone still had a few little PIC problems.... | Eric Andersen | 2003-05-30 | 1 | -39/+84 |
| | |||||
* | In a number of places we erroneously used tests such as '#ifdef PIC' when we | Eric Andersen | 2003-05-30 | 1 | -4/+4 |
| | | | | | | should instead have been testing for '#ifdef __PIC__'. This resulted in NON-PIC code getting mixed into the shared library. Oops!!! -Erik | ||||
* | Fix the clone syscall so it actually works. | Eric Andersen | 2001-11-14 | 1 | -29/+30 |
| | |||||
* | Patch from Michael Shmulevich (michaels@jungo.com) -- functions were not | Manuel Novoa III | 2001-03-05 | 1 | -0/+1 |
| | | | | declared type function. | ||||
* | Remove need for the bloated sysdep.h -- we don't need it, so axe it. | Eric Andersen | 2000-10-30 | 1 | -2/+3 |
| | |||||
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 1 | -7/+4 |
| | |||||
* | More stuff. Down to only 43 missing functions before BusyBox will | Eric Andersen | 2000-08-10 | 1 | -0/+87 |
link. Fixed socket stuff so it doesn't pull in kernel headers and stubbed out fork and clone. A few other header file cleanups. -Erik |