Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | 2001-09-27 | 1 | -255/+240 |
| | |||||
* | Put a bandaid on getpgrp behavior | Eric Andersen | 2001-08-14 | 1 | -8/+5 |
| | |||||
* | Don't include asm/unistd.h | Eric Andersen | 2001-06-27 | 1 | -1/+0 |
| | |||||
* | Cleanup the toploevel makefile handing of shared libs. Add weak_alias | Eric Andersen | 2001-06-12 | 1 | -5/+1 |
| | | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik | ||||
* | Fix up breakage resulting from flipping the sense of some defines. Change from | Eric Andersen | 2001-03-19 | 1 | -3/+3 |
| | | | | | | | | defining things to "0" in the disabled case to outright undefining them, lest code that does an "#ifdef FOO" get inadvertantly triggered. Remove now unneeded lines from Rules.mak which makes the command line smaller and avoids redundancy (since this stuff is now pulled in via features.h). -Erik | ||||
* | Patch from James Graves <jgraves@deltamobile.com> to better handle m68k. | Eric Andersen | 2001-01-12 | 1 | -0/+4 |
| | | | | | | Also fixes 2 very important malloc bugs! Anyone using malloc (esp mmu-less) should update and recompile. -Erik | ||||
* | Handle fork and vfork on a per architecture basis... | Eric Andersen | 2000-12-13 | 1 | -1/+4 |
| | |||||
* | Remove environ from _USE_GNU wrapper. | Eric Andersen | 2000-11-16 | 1 | -2/+0 |
| | |||||
* | Add in tmpnam() support from David Whedon <dwhedon@gordian.com>, | Eric Andersen | 2000-11-15 | 1 | -0/+1 |
| | | | | rework include/stdio.h, and fix up the resultant damage. | ||||
* | Fix up a few messes so it compiles cleanly again. | Eric Andersen | 2000-11-11 | 1 | -0/+5 |
| | |||||
* | More cleanups. Fix things so tinylogin compiles. | Eric Andersen | 2000-11-04 | 1 | -116/+908 |
| | | | | Fix a bug in getdelim -- patch from David Whedon <dwhedon@gordian.com>. | ||||
* | Fix a few more screwups. | Eric Andersen | 2000-10-23 | 1 | -0/+4 |
| | |||||
* | Forgot a few things... | Eric Andersen | 2000-10-23 | 1 | -0/+8 |
| | |||||
* | Bug ugly formatting update | Eric Andersen | 2000-10-09 | 1 | -2/+1 |
| | |||||
* | Yet more updates. Getting closer.... | Eric Andersen | 2000-08-11 | 1 | -0/+1 |
| | | | | -Erik | ||||
* | More stuff. Down to only 43 missing functions before BusyBox will | Eric Andersen | 2000-08-10 | 1 | -2/+72 |
| | | | | | | 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 | ||||
* | Lots and lots of cleanups. | Eric Andersen | 2000-07-06 | 1 | -34/+19 |
| | | | | -Erik | ||||
* | More header file cleanup. | Eric Andersen | 2000-07-05 | 1 | -0/+31 |
| | | | | -Erik | ||||
* | Many bugfixes, header cleanups, etc. Added abort and glob. | Eric Andersen | 2000-07-05 | 1 | -0/+4 |
| | | | | | It is getting closer... -Erik | ||||
* | Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1a | Erik Andersen | 2000-05-14 | 1 | -2/+6 |
| | | | | | to allow uC-libc to compile under x86. -Erik | ||||
* | Initial revision0_9_1 | Erik Andersen | 2000-05-14 | 1 | -0/+108 |