OSDN Git Service

A number of updates from Manuel Novoa III. Things look good...
[uclinux-h8/uClibc.git] / libc /
2000-12-20 Eric AndersenA number of updates from Manuel Novoa III. Things...
2000-12-13 Eric AndersenHandle fork and vfork on a per architecture basis...
2000-12-12 Eric AndersenA few cleanups. Fix fflush so it remembers to init...
2000-11-30 Eric AndersenSeveral updates from W. Greathouse
2000-11-30 Eric AndersenSome cleanups from W. Greathouse <wgreathouse@smva...
2000-11-22 Eric AndersenFix a bug in memcmp -- don't terminate the compare...
2000-11-17 Eric AndersenOops -- this should not have debugging hardcoded...
2000-11-17 Eric AndersenAdd in flock (though nobody should use it...)
2000-11-17 Eric AndersenSome cleanups from Manuel Novoa III <mnovoa3@bellsouth...
2000-11-16 Eric AndersenBad Erik. Repeat after me: "I will always compile...
2000-11-16 Eric AndersenDoh!!! I am an idiot. I had broken malloc by disablin...
2000-11-16 Eric AndersenFix it so files are not stripped when debugging (doh...
2000-11-15 Eric AndersenAdd in tmpnam() support from David Whedon <dwhedon...
2000-11-11 Eric AndersenFix up a few messes so it compiles cleanly again.
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-11-04 Eric AndersenMore cleanups. Fix things so tinylogin compiles.
2000-10-30 Eric AndersenNeed these includes, so add 'em.
2000-10-30 Eric AndersenFix symbol problem. Add in arm support -- might even...
2000-10-30 Eric AndersenRemove need for the bloated sysdep.h -- we don't need...
2000-10-30 Eric Andersengetcwd did not include the alloc-space-as-needed-on...
2000-10-30 Eric AndersenFirst pass at fixing readdir by adding a getdents wrapp...
2000-10-30 Eric AndersenFixup some PMTs
2000-10-30 Eric AndersenHeader file cleanup
2000-10-29 Eric AndersenOops. Fix up stat. Again.
2000-10-29 Eric AndersenFix up stat so we translate from kernel stat to libc...
2000-10-28 Eric AndersenAdd in a platform specific _start
2000-10-28 Eric Andersen_start.c is a failed experiment. Go back to using...
2000-10-27 Eric AndersenMore random fixes and additions.
2000-10-27 Eric AndersenFix up signal handling
2000-10-27 Eric AndersenAdd in getprotobyname, getservicebyname, and related...
2000-10-27 Eric AndersenNot needed. Seems to work fine without asm...
2000-10-26 Eric AndersenAdd in a fork test. Fix select so it works.
2000-10-26 Eric AndersenNot needed -- apps simply need to link vs libgcc.
2000-10-26 Eric AndersenRemove some minor glibc'isms.
2000-10-26 Eric AndersenRemove redundant clone file. Fix Makefile so archs...
2000-10-26 Eric AndersenFix it so it compiles again.
2000-10-26 Eric AndersenAdd in arm specific bits.
2000-10-26 Eric AndersenAdd some more stuff -- {get|set}mntent, getline, getdel...
2000-10-25 Eric AndersenMove syscalls to sysdeps/linux/common (since they are...
2000-10-25 Eric AndersenA few more syscalls.
2000-10-25 Eric AndersenTry adding in a generic cross platform _start.c to...
2000-10-23 Eric AndersenFix a few more screwups.
2000-10-23 Eric AndersenForgot a few things...
2000-10-23 Eric AndersenMore reorg. A place for everything and everything...
2000-10-23 Eric AndersenDependancy fix
2000-10-23 Eric AndersenFix dependancy problem
2000-10-23 Eric AndersenAnother bug fix. ioctl lacked a ;
2000-10-23 Eric AndersenUpdates (list_syscalls.sh was missing _syscall0 calls).
2000-10-23 Eric AndersenFirst pass at arm arch support. Works on my netwinder...
2000-10-20 Eric AndersenSwitch to doing syscalls in C. Makes things much more...
2000-10-20 Eric AndersenA smaller, kinder, gentler regexp implementation.
2000-10-20 Eric AndersenStrip all object files of all non global symbols and...
2000-10-18 Eric AndersenMore updates. Implement strsignal. Add pwd_grp tests
2000-10-17 Eric AndersenFix up ctype.h
2000-10-17 Eric AndersenBetter syscall building mechanism
2000-10-17 Eric AndersenUpdate to assert behavior
2000-10-17 Eric AndersenBypass problem with signals for the moment...
2000-10-16 Eric AndersenStupid makefile bug,
2000-10-12 Eric AndersenMakefile update
2000-10-12 Eric AndersenScrewed up non-mmu support. #define was backwards.
2000-10-11 Eric AndersenFinish reorganizing things. At least I think I've...
2000-10-11 Eric AndersenReorg unistd dir
2000-10-11 Eric AndersenNew misc tree that actually has misc stuff in it.
2000-10-09 Eric AndersenNeeded now.
2000-10-09 Eric AndersenForgot this
2000-10-09 Eric AndersenBug ugly formatting update
2000-10-08 Eric AndersenNew malloc routines.
2000-10-07 Eric AndersenFormatting update
2000-10-07 Eric AndersenFormatting update
2000-10-07 Eric AndersenUpdate and simplification.
2000-10-07 Eric AndersenMore cleanups
2000-10-07 Eric AndersenAdd in support for shm/ipc.
2000-10-07 Eric AndersenDependancy update
2000-10-07 Eric AndersenUpdate dependancies
2000-10-07 Eric AndersenRemove obsolete files. Update dependancies.
2000-10-07 Eric AndersenDependancy update
2000-10-07 Eric AndersenRemove obsolete file. Fix dependancy.
2000-10-07 Eric AndersenDependancy fixup, and remove some obcolete files.
2000-10-07 Eric AndersenWarning cleanup
2000-10-05 Eric AndersenMajor update to string handling. strcmp and friends...
2000-10-04 Eric AndersenFix all the makefiles. Clean up some warnings, cleanup...
2000-10-04 Eric AndersenThis is making far too much sense.
2000-10-04 Eric AndersenMore sanity yet.
2000-10-04 Eric AndersenSanity fix.
2000-10-04 Eric AndersenMakefile sanity fix.
2000-08-11 Eric AndersenYet more updates. Getting closer....
2000-08-11 Eric AndersenAdd in snprintf and vsnprintf
2000-08-10 Eric AndersenMore stuff. Down to only 43 missing functions before...
2000-08-03 Eric AndersenFix spelling
2000-08-03 Eric AndersenUpdated to new scheme for handling syscalls.
2000-07-09 Eric AndersenAdd in a bunch of junk. Busybox now compiles (except...
2000-07-09 Eric Andersenfix sys/vfs so it doesn't pull in kernel stuff.
2000-07-09 Randolph Chungthe rest of the compile fixes
2000-07-09 Eric AndersenForgot this file.
2000-07-07 Eric AndersenA few updates.
2000-07-06 Eric AndersenMore stuff I forgot to commit.
2000-07-06 Eric AndersenSome more major updates to further superate ucLibc...
2000-07-06 Eric AndersenRework all the string handling. Make const stuff be...
2000-07-06 Eric AndersenHacked things so longjmp now works.
next