summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386
AgeCommit message (Expand)Author
2001-02-09Revert stdio to initializing itself. Not quite a pretty but that ensures thatEric Andersen
2001-01-25Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.aManuel Novoa III
2001-01-16"I will always compile before I commit."Eric Andersen
2001-01-16Update the comments a wee bit.Eric Andersen
2001-01-16Remove an extra "/" from the crt0 pathEric Andersen
2001-01-16Makefile fixesEric Andersen
2001-01-16Facelist/cleanup for several syscalls. Added poll.Eric Andersen
2001-01-16Added common handling of errno.Eric Andersen
2001-01-15Fix termios handling. Now synced with behavior of GNU libc.Eric Andersen
2001-01-15Use the name crt0.o, and cp it to $(TOPDIR)/libcrt0.oEric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-12-13Handle fork and vfork on a per architecture basis...Eric Andersen
2000-11-04Fix doc blunder.Eric Andersen
2000-11-04Make spelling of uClibc be consistant.Eric Andersen
2000-11-04More cleanups. Fix things so tinylogin compiles.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-30Fixup some PMTsEric Andersen
2000-10-30Header file cleanupEric Andersen
2000-10-29Fix up stat so we translate from kernel stat to libc stat. Try to fixEric Andersen
2000-10-28_start.c is a failed experiment. Go back to using asm...Eric Andersen
2000-10-27Not needed. Seems to work fine without asm...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-23Fix dependancy problemEric 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-09Forgot this file.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-05Completely rearchitected the sysdeps directory.Eric Andersen
2000-05-14Initial revisionErik Andersen