OSDN Git Service

uclinux-h8/uclibc-ng.git
2003-11-04 Eric Andersenminor cleanup
2003-11-04 Eric AndersenMinor cleanup
2003-11-04 Eric AndersenMinor makefile tweaks
2003-11-03 Eric AndersenBegin preparations for the next release
2003-11-03 Eric AndersenRemove warning that apparently is not needed for e1
2003-11-03 Tobias AnderbergUpdated to match the other architectures. Fixes problem...
2003-11-02 Eric AndersenAdditional passwd and group tests
2003-11-02 Eric AndersenImplement getgrent_r. Rework getpwent and getgrent...
2003-11-02 Eric AndersenBoth setegid and seteuid were implemented suboptimally...
2003-11-02 Eric AndersenAdd some missing prototypes
2003-11-02 Eric AndersenBe extra careful to check uid and gid converstions...
2003-11-02 Eric AndersenMake the syscall locally, avoid an extern
2003-11-02 Manuel Novoa... If realloc failed, we'd lose the pointer to the exit...
2003-11-02 Manuel Novoa... Hopefully fix the struct tm extension problem once...
2003-11-01 Eric AndersenAdd some additional pwd/grp tests, to prevent me from
2003-11-01 Eric AndersenFix things (properly) to open /etc/passd and /etc/group if
2003-11-01 Eric Andersenthis script is no longer used, and can be removed.
2003-10-31 Manuel Novoa... Fix Erik's typo.
2003-10-31 Manuel Novoa... Some more soft float fixes... for arm in particular...
2003-10-31 Eric Andersengetpwent(), getpwent_r(), and getgrent(), getgrent_r...
2003-10-31 Eric Andersengdb wants to dlopen "libthread_db.so.1", so be sure...
2003-10-25 Eric Andersenproperly deal with soft-float when profiling as well
2003-10-25 Manuel Novoa... Add -msoft-float to SAFECFLAGS when necessary.
2003-10-24 Eric AndersenSigh. It seems some stupid programs expect this...
2003-10-24 Eric AndersenDisable optimizations with debugging
2003-10-24 Eric Andersenbetter tuning for xscale that copes with generally...
2003-10-23 Eric AndersenPeter Kjellerstedt writes:
2003-10-22 Eric AndersenPeter S. Mazinger pointed out that I missed a spot...
2003-10-22 Eric AndersenPer suggestion and patch from Ken Staton, emulates...
2003-10-22 Eric AndersenAtsushi Nemoto writes:
2003-10-22 Eric AndersenIt seems we need to also define SI_LOAD_SHIFT since...
2003-10-21 Eric AndersenThose crazy binutils folks changed their abi. Add...
2003-10-21 Eric AndersenDoh! In include/bits/uClibc_config.h when we define...
2003-10-20 Eric AndersenFix a stupid bug that caused uClibc to never provide...
2003-10-20 Eric AndersenPatch from Peter S. Mazinger:
2003-10-20 Eric AndersenMerge some newer/updated bits from the glibc elf.h
2003-10-19 Eric AndersenWe were failing to properly set h_errno on success...
2003-10-18 Eric Andersenmore install changes
2003-10-18 Eric AndersenDo not install the uClibc wrapper toolchain by default...
2003-10-18 Eric Andersenthe runtime should not install a /bin dir
2003-10-18 Eric AndersenAdd a new RUNTIME_PREFIX
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenImplement putgrent to make Peter S. Mazing happy
2003-10-17 Eric AndersenDoh!!!
2003-10-17 Eric AndersenPoint people to the mirrors for downloading the dev
2003-10-16 Eric AndersenDo not set errno when they asked for size 0
2003-10-16 Miles BaderCode formatting cleanup.
2003-10-16 Miles BaderDon't set errno if for zero SIZE returns.
2003-10-16 Eric AndersenMore detail on the use of MALLOC_DEBUG
2003-10-15 Tobias AnderbergUpdated cris configuration; added support for %m.
2003-10-15 Eric AndersenBrett Nash writes:
2003-10-15 Eric AndersenPatch from Tony J. White:
2003-10-15 Eric AndersenDoh! I was returning with an incorrect pointer type...
2003-10-14 David McCulloughMicroblaze port from the uClinux-dist,
2003-10-14 Eric AndersenEnable full debug support for ld-uClibc and libdl
2003-10-13 Eric Andersensigh. the warn funcs seem to be broken. Use local...
2003-10-13 Eric AndersenPatch from Peter Kjellerstedt:
2003-10-13 Eric AndersenFix an ldd bug, more ldconfig cleanup
2003-10-12 Eric AndersenAlways build and install ldconfig
2003-10-12 Eric AndersenDon't make two copies
2003-10-12 Eric AndersenSigh. It seems that csh wants glob_pattern_p(), we...
2003-10-11 Eric AndersenI forgot to remove this
2003-10-11 Eric AndersenThese are wanted by net-tools
2003-10-10 Eric AndersenWe do not provide gmtime(), so disable the prototype to
2003-10-10 Eric AndersenRemove some stuff that is now done
2003-10-10 Eric AndersenImplement getgrgid_r and getgrnam_r. Rework group...
2003-10-09 Eric AndersenPatch from Rob McMullen:
2003-10-09 Eric Andersenmove the test for loading the wrong C library into the
2003-10-09 Eric AndersenWhen someone would dlopen a shared lib that was already...
2003-10-08 Eric AndersenAtsushi Nemoto writes:
2003-10-08 Eric AndersenPatch from Atsushi Nemoto (with some additions):
2003-10-08 Eric AndersenApply a trivial patch that doesn't change anything...
2003-10-08 Eric AndersenPatch from George Thanos adding support for the "e1...
2003-10-06 Eric Andersens/root_fs-/root_fs_/g
2003-10-04 Eric AndersenFix a stupid bug causing 'ldd' output to not contain...
2003-10-03 Eric AndersenQuick implementation of sigwait. Doesn't handle thread...
2003-10-01 Tobias AnderbergUpdated cris configuration.
2003-09-30 Tobias AnderbergDon't forget addend on relocations + minor other fixes.
2003-09-30 Eric Andersentypo
2003-09-30 Eric Andersengrammar fixes
2003-09-30 Eric AndersenMention that I have updated the dev systems.
2003-09-30 Eric Andersenoops.
2003-09-29 Eric AndersenFix SUPPORT_LD_DEBUG_EARLY on powerpc
2003-09-26 Miles BaderRevert to using uClibc-specific c-symbol-prefix stuff
2003-09-24 Tobias AnderbergHm. Keep using crt0.c for now. My fever-hack of crt0...
2003-09-23 Manuel Novoa... Quick fix to make sure vfprintf always checks stream...
2003-09-22 Manuel Novoa... One more scanf difference.
2003-09-22 Miles BaderMore fiddling with static free-areas: make sure both...
2003-09-22 Manuel Novoa... Document some glibc bugs that Ulrich Drepper refuses...
2003-09-22 Manuel Novoa... Modify _stdio_READ to conform with C99, as stdio input...
2003-09-22 Manuel Novoa... Ugh... EOF handling by scanf was completely broken...
2003-09-21 Manuel Novoa... Fix "subst -g,," problem for SAFECFLAGS.
2003-09-19 Tobias Anderberg* Partial re-write to match other archs and remove...
2003-09-19 Tobias AnderbergCorrected LD_BOOT macro
2003-09-19 Tobias AnderbergInitialize strings as pointers instead of arrays.
2003-09-19 Tobias AnderbergRe-add cris to "define list" when fixing auxvt.
2003-09-19 Tobias AnderbergAdded assembler version of startup code. Fix Makefile...
2003-09-19 Miles BaderMake sure we don't allocate too little space for static...
next