summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove ioEric Andersen2000-10-221-1/+1
|
* Switch to doing syscalls in C. Makes things much more easily portable.Eric Andersen2000-10-201-10/+3
|
* A smaller, kinder, gentler regexp implementation.Eric Andersen2000-10-205-10978/+6215
|
* ignore more stuffEric Andersen2000-10-201-0/+5
|
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-2024-22/+127
| | | | | .comment, saving a lot of space in the resultant binaries... -Erik
* More updates. Implement strsignal. Add pwd_grp testsEric Andersen2000-10-1814-65/+451
|
* Signal test. One test written and already found a bug.Eric Andersen2000-10-183-0/+151
| | | | -Erik
* Naming fixEric Andersen2000-10-171-2/+2
|
* Fix up ctype.hEric Andersen2000-10-175-83/+154
|
* More stuffEric Andersen2000-10-172-2/+2
|
* Better syscall building mechanismEric Andersen2000-10-171-2/+1
|
* Ignore more junkEric Andersen2000-10-171-0/+3
|
* Clean up after ourselvesEric Andersen2000-10-171-2/+4
|
* Update excludesEric Andersen2000-10-171-0/+2
|
* Update to assert behaviorEric Andersen2000-10-172-8/+34
|
* More updatesEric Andersen2000-10-174-4/+17
|
* Bypass problem with signals for the moment...Eric Andersen2000-10-172-0/+9
|
* Stupid makefile bug,Eric Andersen2000-10-161-3/+3
|
* Makefile updateEric Andersen2000-10-1222-29/+128
|
* Screwed up non-mmu support. #define was backwards.Eric Andersen2000-10-124-6/+5
| | | | -Erik
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-1131-52/+599
|
* Test cleanupEric Andersen2000-10-111-2/+2
|
* Reorg unistd dirEric Andersen2000-10-118-0/+418
|
* New misc tree that actually has misc stuff in it.Eric Andersen2000-10-1116-0/+1821
|
* Needed now.Eric Andersen2000-10-091-0/+141
|
* Forgot thisEric Andersen2000-10-091-0/+33
|
* Bug ugly formatting updateEric Andersen2000-10-0998-10566/+10786
|
* New malloc routines.Eric Andersen2000-10-085-216/+1019
|
* Formatting updateEric Andersen2000-10-0713-317/+313
|
* Formatting updateEric Andersen2000-10-071-19/+17
|
* Update and simplification.Eric Andersen2000-10-0712-489/+434
|
* Forgot to ignore thisEric Andersen2000-10-071-0/+1
|
* More cleanupsEric Andersen2000-10-074-7/+11
|
* Add in support for shm/ipc.Eric Andersen2000-10-075-0/+229
|
* Dependancy updateEric Andersen2000-10-071-5/+8
|
* Update dependanciesEric Andersen2000-10-071-3/+0
|
* Remove obsolete files. Update dependancies.Eric Andersen2000-10-071-2/+1
|
* Dependancy updateEric Andersen2000-10-071-3/+0
|
* Remove obsolete file. Fix dependancy.Eric Andersen2000-10-071-3/+0
|
* Dependancy fixup, and remove some obcolete files.Eric Andersen2000-10-072-7/+13
|
* Warning cleanupEric Andersen2000-10-071-3/+4
|
* Major update to string handling. strcmp and friends were horriblyEric Andersen2000-10-056-483/+257
| | | | | broken. They now test out as working properly. -Erik
* More makefile updatesEric Andersen2000-10-043-9/+6
|
* Remember to remove libc.a on 'make clean'Eric Andersen2000-10-041-0/+1
|
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-0424-592/+678
| | | | -Erik
* This is making far too much sense.Eric Andersen2000-10-041-1/+0
|
* More sanity yet.Eric Andersen2000-10-041-3/+1
|
* Sanity fix.Eric Andersen2000-10-041-7/+5
|
* Makefile sanity fix.Eric Andersen2000-10-041-16/+6
| | | | -Erik
* Major facelift on the test area -- the beginnings of some real testingEric Andersen2000-10-0418-173/+2000
| | | | | stuff so we can get this library into shape. -Erik