summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-10-27Ignore leftovers...Eric Andersen
2000-10-26Add in a fork test. Fix select so it works.Eric Andersen
2000-10-26This had some nasty x86 asm inlines it. Throw them away.Eric Andersen
2000-10-26Fix makefile bugsEric Andersen
2000-10-26Not needed -- apps simply need to link vs libgcc.Eric Andersen
2000-10-26Link vs libgcc to include needed stuff.Eric Andersen
2000-10-26Remove some minor glibc'isms.Eric Andersen
2000-10-26Remove redundant clone file. Fix Makefile so archs build again.Eric Andersen
2000-10-26Fix it so it compiles again.Eric Andersen
2000-10-26Add in arm specific bits.Eric Andersen
2000-10-26Add some more stuff -- {get|set}mntent, getline, getdelim, etc.Eric Andersen
2000-10-25Move syscalls to sysdeps/linux/common (since they are common).Eric Andersen
2000-10-25A few more syscalls.Eric Andersen
2000-10-25Try adding in a generic cross platform _start.c to make futureEric Andersen
2000-10-24Support even more syscalls.Eric Andersen
2000-10-23Fix a few more screwups.Eric Andersen
2000-10-23Forgot a few things...Eric Andersen
2000-10-23More reorg. A place for everything and everything in its place...Eric Andersen
2000-10-23Dependancy fixEric Andersen
2000-10-23Fix dependancy problemEric Andersen
2000-10-23Another bug fix. ioctl lacked a ;Eric Andersen
2000-10-23Updates (list_syscalls.sh was missing _syscall0 calls).Eric Andersen
2000-10-23Revert Makefie changes.Eric Andersen
2000-10-23First pass at arm arch support. Works on my netwinder...Eric Andersen
2000-10-23Cleanup arch supportEric Andersen
2000-10-23Try removing no-builtinEric Andersen
2000-10-23Include real prototype for bcmpEric Andersen
2000-10-23Link w libcc.Eric Andersen
2000-10-22Need this now.Eric Andersen
2000-10-22Remove ioEric Andersen
2000-10-20Switch to doing syscalls in C. Makes things much more easily portable.Eric Andersen
2000-10-20A smaller, kinder, gentler regexp implementation.Eric Andersen
2000-10-20ignore more stuffEric Andersen
2000-10-20Strip all object files of all non global symbols and .note andEric Andersen
2000-10-18More updates. Implement strsignal. Add pwd_grp testsEric Andersen
2000-10-18Signal test. One test written and already found a bug.Eric Andersen
2000-10-17Naming fixEric Andersen
2000-10-17Fix up ctype.hEric Andersen
2000-10-17More stuffEric Andersen
2000-10-17Better syscall building mechanismEric Andersen
2000-10-17Ignore more junkEric Andersen
2000-10-17Clean up after ourselvesEric Andersen
2000-10-17Update excludesEric Andersen
2000-10-17Update to assert behaviorEric Andersen
2000-10-17More updatesEric Andersen
2000-10-17Bypass problem with signals for the moment...Eric Andersen
2000-10-16Stupid makefile bug,Eric Andersen
2000-10-12Makefile updateEric Andersen
2000-10-12Screwed up non-mmu support. #define was backwards.Eric Andersen
2000-10-11Finish reorganizing things. At least I think I've finished.Eric Andersen