summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux
AgeCommit message (Expand)Author
2000-11-04Make spelling of uClibc be consistant.Eric Andersen
2000-11-04More cleanups. Fix things so tinylogin compiles.Eric Andersen
2000-10-30Need these includes, so add 'em.Eric Andersen
2000-10-30Fix symbol problem. Add in arm support -- might even work...Eric Andersen
2000-10-30Remove need for the bloated sysdep.h -- we don't need it, so axe it.Eric Andersen
2000-10-30First pass at fixing readdir by adding a getdents wrapper...Eric Andersen
2000-10-30Fixup some PMTsEric Andersen
2000-10-30Header file cleanupEric Andersen
2000-10-29Oops. Fix up stat. Again.Eric Andersen
2000-10-29Fix up stat so we translate from kernel stat to libc stat. Try to fixEric Andersen
2000-10-28Add in a platform specific _startEric Andersen
2000-10-28_start.c is a failed experiment. Go back to using asm...Eric Andersen
2000-10-27More random fixes and additions.Eric Andersen
2000-10-27Not needed. Seems to work fine without asm...Eric Andersen
2000-10-26Add in a fork test. Fix select so it works.Eric Andersen
2000-10-26Not needed -- apps simply need to link vs libgcc.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-25Try adding in a generic cross platform _start.c to make futureEric 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-23First pass at arm arch support. Works on my netwinder...Eric Andersen
2000-10-20Switch to doing syscalls in C. Makes things much more easily portable.Eric Andersen
2000-10-20Strip all object files of all non global symbols and .note andEric Andersen
2000-10-17Better syscall building mechanismEric Andersen
2000-10-12Makefile updateEric Andersen
2000-10-09Needed now.Eric Andersen
2000-10-09Bug ugly formatting updateEric Andersen
2000-10-07Add in support for shm/ipc.Eric Andersen
2000-10-04Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen
2000-08-11Yet more updates. Getting closer....Eric Andersen
2000-08-10More stuff. Down to only 43 missing functions before BusyBox willEric Andersen
2000-08-03Fix spellingEric Andersen
2000-08-03Updated to new scheme for handling syscalls.Eric Andersen
2000-07-09fix sys/vfs so it doesn't pull in kernel stuff.Eric Andersen
2000-07-09the rest of the compile fixesRandolph Chung
2000-07-09Forgot this file.Eric Andersen
2000-07-07A few updates.Eric Andersen
2000-07-06Some more major updates to further superate ucLibc from the kernelEric Andersen
2000-07-06Hacked things so longjmp now works.Eric Andersen
2000-07-06Lots and lots of cleanups.Eric Andersen
2000-07-05Completely rearchitected the sysdeps directory.Eric Andersen