summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Collapse)Author
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-23First pass at arm arch support. Works on my netwinder...Eric Andersen
-Erik
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-20Strip all object files of all non global symbols and .note andEric Andersen
.comment, saving a lot of space in the resultant binaries... -Erik
2000-10-18More updates. Implement strsignal. Add pwd_grp testsEric Andersen
2000-10-17Fix up ctype.hEric Andersen
2000-10-17Better syscall building mechanismEric Andersen
2000-10-17Update to assert behaviorEric 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
-Erik
2000-10-11Finish reorganizing things. At least I think I've finished.Eric Andersen
2000-10-11Reorg unistd dirEric Andersen
2000-10-11New misc tree that actually has misc stuff in it.Eric Andersen
2000-10-09Needed now.Eric Andersen
2000-10-09Forgot thisEric Andersen
2000-10-09Bug ugly formatting updateEric Andersen
2000-10-08New malloc routines.Eric Andersen
2000-10-07Formatting updateEric Andersen
2000-10-07Formatting updateEric Andersen
2000-10-07Update and simplification.Eric Andersen
2000-10-07More cleanupsEric Andersen
2000-10-07Add in support for shm/ipc.Eric Andersen
2000-10-07Dependancy updateEric Andersen
2000-10-07Update dependanciesEric Andersen
2000-10-07Remove obsolete files. Update dependancies.Eric Andersen
2000-10-07Dependancy updateEric Andersen
2000-10-07Remove obsolete file. Fix dependancy.Eric Andersen
2000-10-07Dependancy fixup, and remove some obcolete files.Eric Andersen
2000-10-07Warning cleanupEric Andersen
2000-10-05Major update to string handling. strcmp and friends were horriblyEric Andersen
broken. They now test out as working properly. -Erik
2000-10-04Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen
-Erik
2000-10-04This is making far too much sense.Eric Andersen
2000-10-04More sanity yet.Eric Andersen
2000-10-04Sanity fix.Eric Andersen
2000-10-04Makefile sanity fix.Eric Andersen
-Erik
2000-08-11Yet more updates. Getting closer....Eric Andersen
-Erik
2000-08-11Add in snprintf and vsnprintfEric Andersen
-Erik
2000-08-10More stuff. Down to only 43 missing functions before BusyBox willEric Andersen
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
2000-08-03Fix spellingEric Andersen
2000-08-03Updated to new scheme for handling syscalls.Eric Andersen
-Erik
2000-07-09Add in a bunch of junk. Busybox now compiles (except for mkfs.minix andEric Andersen
fsck.minix). Of course, it doesn't link yet due to missing functions, but hey... At least it is now easy to see what isn't working. :-) -Erik
2000-07-09fix sys/vfs so it doesn't pull in kernel stuff.Eric Andersen
-Erik
2000-07-09the rest of the compile fixesRandolph Chung