OSDN Git Service

uclinux-h8/uClibc.git
2001-01-16 Eric AndersenRemove the nonexistant __sigaction
2001-01-16 Eric AndersenAdd wrapper for old termio interface
2001-01-16 Eric AndersenAdd poll, so this is now needed
2001-01-16 Eric AndersenSymbol cleanup/bugfix. Add in needed global.
2001-01-16 Eric AndersenClean all subdirs on 'make clean'
2001-01-16 Eric AndersenFacelist/cleanup for several syscalls. Added poll.
2001-01-16 Eric AndersenAdded common handling of errno.
2001-01-16 Eric Andersenlinux 2.0.x kernels have broken header files. It is...
2001-01-15 Eric AndersenFix termios handling. Now synced with behavior of...
2001-01-15 Eric AndersenRemove and ignore unwanted generated binaries
2001-01-15 Eric AndersenFirst pass at making this work with the new libcrt0...
2001-01-15 Eric AndersenIf they have an x86, but HAS_MMU is false, warn and...
2001-01-15 Eric AndersenWarn using $(WARNINGS)
2001-01-15 Eric Anderseninit var to 0 to avoid warning
2001-01-15 Eric AndersenRemove generated files. Bring Makefile behavior into...
2001-01-15 Eric AndersenUse the right name.
2001-01-15 Eric AndersenUse the name crt0.o, and cp it to $(TOPDIR)/libcrt0.o
2001-01-15 Eric AndersenUSe the name crt0.o, and cp it to $(TOPDIR)/libcrt0.o
2001-01-15 Eric AndersenFix naming error. s/sigsetjmp/__sigsetjmp/g
2001-01-15 Eric AndersenReduce dependancies -- don't use sysconf() internal...
2001-01-15 Eric AndersenMake the implementation match the header file.
2001-01-15 Eric AndersenI've been working on fixing up the rpc crap. now it...
2001-01-15 Eric AndersenMakeheader files be more like GNU
2001-01-12 Eric Andersen"I will always compile before I commit."
2001-01-12 Eric AndersenPatch from James Graves <jgraves@deltamobile.com> to...
2001-01-12 Eric AndersenThanks to James Graves <jgraves@deltamobile.com>, we...
2001-01-12 Eric AndersenClean test dir on 'make clean'
2001-01-12 Eric AndersenUpdate makefile to match the new malloc code
2001-01-12 Eric AndersenManuel Novoa III modified malloc.c and avlmacro.h to...
2001-01-12 Eric AndersenCannot portably pass a short via va_args, since it...
2001-01-12 Eric AndersenIgnore generated files.
2001-01-12 Eric AndersenMakefile cleanups. For starters, OPTIMIZATION was...
2001-01-12 Eric AndersenWhen doing a 'make clean', clean all subdirs, not just...
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2001-01-05 Eric AndersenMake error msg even friendlier.
2001-01-02 Eric AndersenOops. left strftime.c in twice.
2001-01-02 Eric AndersenPatch from James Graves <jgraves@deltamobile.com> to get
2001-01-02 Eric AndersenOops. Extra #endif...
2001-01-02 Eric AndersenDuh. This was so wrong.
2001-01-01 Eric AndersenCarefully tell folks when their Config is screwed up.
2001-01-01 Eric AndersenA bunch of updates, part from Manuel Novoa III (such...
2000-12-30 Eric AndersenSeems I forgot these...
2000-12-23 Eric AndersenMove stuff out if pwd_gep that doesn't belong there...
2000-12-23 Eric AndersenJust define __kernel_off_t ourselves...
2000-12-21 Eric AndersenThis file violated policy and directly used kernel...
2000-12-21 Eric AndersenSync version number with Makefile
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 AndersenAdd yet another missing header file
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 AndersenAdd in an additional test for memcmp suggested by Mathi...
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-17 Eric AndersenTurn off debug noise
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-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...
next