Age | Commit message (Expand) | Author |
2003-11-03 | Remove warning that apparently is not needed for e1 | Eric Andersen |
2003-11-03 | Updated to match the other architectures. Fixes problem with "fcntl: | Tobias Anderberg |
2003-11-02 | Additional passwd and group tests | Eric Andersen |
2003-11-02 | Implement getgrent_r. Rework getpwent and getgrent a bit further | Eric Andersen |
2003-11-02 | Both setegid and seteuid were implemented suboptimally, such that | Eric Andersen |
2003-11-02 | Add some missing prototypes | Eric Andersen |
2003-11-02 | Be extra careful to check uid and gid converstions to kernel types | Eric Andersen |
2003-11-02 | Make the syscall locally, avoid an extern | Eric Andersen |
2003-11-02 | If realloc failed, we'd lose the pointer to the exit function table. | Manuel Novoa III |
2003-11-02 | Hopefully fix the struct tm extension problem once and for all. | Manuel Novoa III |
2003-11-01 | Add some additional pwd/grp tests, to prevent me from | Eric Andersen |
2003-11-01 | Fix things (properly) to open /etc/passd and /etc/group if | Eric Andersen |
2003-11-01 | this script is no longer used, and can be removed. | Eric Andersen |
2003-10-31 | Fix Erik's typo. | Manuel Novoa III |
2003-10-31 | Some more soft float fixes... for arm in particular (libfloat). | Manuel Novoa III |
2003-10-31 | getpwent(), getpwent_r(), and getgrent(), getgrent_r() would all | Eric Andersen |
2003-10-31 | gdb wants to dlopen "libthread_db.so.1", so be sure to assign | Eric Andersen |
2003-10-25 | properly deal with soft-float when profiling as well | Eric Andersen |
2003-10-25 | Add -msoft-float to SAFECFLAGS when necessary. | Manuel Novoa III |
2003-10-24 | Sigh. It seems some stupid programs expect this... | Eric Andersen |
2003-10-24 | Disable optimizations with debugging | Eric Andersen |
2003-10-24 | better tuning for xscale that copes with generally available toolchains | Eric Andersen |
2003-10-23 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-22 | Peter S. Mazinger pointed out that I missed a spot. I should | Eric Andersen |
2003-10-22 | Per suggestion and patch from Ken Staton, emulates poll using | Eric Andersen |
2003-10-22 | Atsushi Nemoto writes: | Eric Andersen |
2003-10-22 | It seems we need to also define SI_LOAD_SHIFT since that was | Eric Andersen |
2003-10-21 | Those crazy binutils folks changed their abi. Add this so older | Eric Andersen |
2003-10-21 | Doh! In include/bits/uClibc_config.h when we define things, we appropriately | Eric Andersen |
2003-10-20 | Fix a stupid bug that caused uClibc to never provide the correct | Eric Andersen |
2003-10-20 | Patch from Peter S. Mazinger: | Eric Andersen |
2003-10-20 | Merge some newer/updated bits from the glibc elf.h | Eric Andersen |
2003-10-19 | We were failing to properly set h_errno on success, which could | Eric Andersen |
2003-10-18 | more install changes | Eric Andersen |
2003-10-18 | Do not install the uClibc wrapper toolchain by default. Make | Eric Andersen |
2003-10-18 | the runtime should not install a /bin dir | Eric Andersen |
2003-10-18 | Add a new RUNTIME_PREFIX | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-10-18 | Implement putgrent to make Peter S. Mazing happy | Eric Andersen |
2003-10-17 | Doh!!! | Eric Andersen |
2003-10-17 | Point people to the kernel.org mirrors for downloading the dev | Eric Andersen |
2003-10-16 | Do not set errno when they asked for size 0 | Eric Andersen |
2003-10-16 | Code formatting cleanup. | Miles Bader |
2003-10-16 | Don't set errno if for zero SIZE returns. | Miles Bader |
2003-10-16 | More detail on the use of MALLOC_DEBUG | Eric Andersen |
2003-10-15 | Updated cris configuration; added support for %m. | Tobias Anderberg |
2003-10-15 | Brett Nash writes: | Eric Andersen |
2003-10-15 | Patch from Tony J. White: | Eric Andersen |