OSDN Git Service

uclinux-h8/uclibc-ng.git
2000-11-16 Eric AndersenRemove environ from _USE_GNU wrapper.
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 AndersenFix doc blunder
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 AndersenMove config stuff to a file named "Config". Makes...
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 AndersenMore header file updates
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-27 Eric AndersenIgnore leftovers...
2000-10-26 Eric AndersenAdd in a fork test. Fix select so it works.
2000-10-26 Eric AndersenThis had some nasty x86 asm inlines it. Throw them...
2000-10-26 Eric AndersenFix makefile bugs
2000-10-26 Eric AndersenNot needed -- apps simply need to link vs libgcc.
2000-10-26 Eric AndersenLink vs libgcc to include needed stuff.
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-24 Eric AndersenSupport even more syscalls.
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 AndersenRevert Makefie changes.
2000-10-23 Eric AndersenFirst pass at arm arch support. Works on my netwinder...
2000-10-23 Eric AndersenCleanup arch support
2000-10-23 Eric AndersenTry removing no-builtin
2000-10-23 Eric AndersenInclude real prototype for bcmp
2000-10-23 Eric AndersenLink w libcc.
2000-10-22 Eric AndersenNeed this now.
2000-10-22 Eric AndersenRemove io
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 Andersenignore more stuff
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-18 Eric AndersenSignal test. One test written and already found a...
2000-10-17 Eric AndersenNaming fix
2000-10-17 Eric AndersenFix up ctype.h
2000-10-17 Eric AndersenMore stuff
2000-10-17 Eric AndersenBetter syscall building mechanism
2000-10-17 Eric AndersenIgnore more junk
2000-10-17 Eric AndersenClean up after ourselves
2000-10-17 Eric AndersenUpdate excludes
2000-10-17 Eric AndersenUpdate to assert behavior
2000-10-17 Eric AndersenMore updates
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 AndersenTest cleanup
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 AndersenForgot to ignore this
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 AndersenMore makefile updates
2000-10-04 Eric AndersenRemember to remove libc.a on 'make clean'
2000-10-04 Eric AndersenFix all the makefiles. Clean up some warnings, cleanup...
2000-10-04 Eric AndersenThis is making far too much sense.
next