summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More random fixes and additions.Eric Andersen2000-10-2713-17/+535
* Fix up signal handlingEric Andersen2000-10-275-2/+140
* Add in getprotobyname, getservicebyname, and related junkEric Andersen2000-10-273-2/+348
* Not needed. Seems to work fine without asm...Eric Andersen2000-10-271-1/+1
* Ignore leftovers...Eric Andersen2000-10-271-0/+2
* Add in a fork test. Fix select so it works.Eric Andersen2000-10-263-5/+121
* This had some nasty x86 asm inlines it. Throw them away.Eric Andersen2000-10-261-144/+14
* Fix makefile bugsEric Andersen2000-10-261-4/+4
* Not needed -- apps simply need to link vs libgcc.Eric Andersen2000-10-261-1/+1
* Link vs libgcc to include needed stuff.Eric Andersen2000-10-267-7/+7
* Remove some minor glibc'isms.Eric Andersen2000-10-262-3/+3
* Remove redundant clone file. Fix Makefile so archs build again.Eric Andersen2000-10-261-0/+3
* Fix it so it compiles again.Eric Andersen2000-10-261-1/+1
* Add in arm specific bits.Eric Andersen2000-10-2632-0/+2909
* Add some more stuff -- {get|set}mntent, getline, getdelim, etc.Eric Andersen2000-10-2612-65/+400
* Move syscalls to sysdeps/linux/common (since they are common).Eric Andersen2000-10-255-17/+1037
* A few more syscalls.Eric Andersen2000-10-253-1/+394
* Try adding in a generic cross platform _start.c to make futureEric Andersen2000-10-251-1/+1
* Support even more syscalls.Eric Andersen2000-10-241-0/+178
* Fix a few more screwups.Eric Andersen2000-10-232-2/+6
* Forgot a few things...Eric Andersen2000-10-232-1/+9
* More reorg. A place for everything and everything in its place...Eric Andersen2000-10-2319-24/+716
* Dependancy fixEric Andersen2000-10-231-3/+3
* Fix dependancy problemEric Andersen2000-10-231-2/+3
* Another bug fix. ioctl lacked a ;Eric Andersen2000-10-231-1/+1
* Updates (list_syscalls.sh was missing _syscall0 calls).Eric Andersen2000-10-231-1/+1
* Revert Makefie changes.Eric Andersen2000-10-231-3/+1
* First pass at arm arch support. Works on my netwinder...Eric Andersen2000-10-231-0/+61
* Cleanup arch supportEric Andersen2000-10-231-4/+11
* Try removing no-builtinEric Andersen2000-10-231-3/+2
* Include real prototype for bcmpEric Andersen2000-10-231-1/+1
* Link w libcc.Eric Andersen2000-10-231-1/+3
* Need this now.Eric Andersen2000-10-221-0/+43
* 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
* 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
* 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