summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* minor cleanupEric Andersen2003-11-047-15/+15
* Minor cleanupEric Andersen2003-11-041-2/+2
* Minor makefile tweaksEric Andersen2003-11-041-1/+3
* Begin preparations for the next releaseEric Andersen2003-11-031-1/+1
* Remove warning that apparently is not needed for e1Eric Andersen2003-11-031-1/+0
* Updated to match the other architectures. Fixes problem with "fcntl:Tobias Anderberg2003-11-031-29/+67
* Additional passwd and group testsEric Andersen2003-11-025-46/+157
* Implement getgrent_r. Rework getpwent and getgrent a bit furtherEric Andersen2003-11-022-24/+38
* Both setegid and seteuid were implemented suboptimally, such thatEric Andersen2003-11-022-3/+42
* Add some missing prototypesEric Andersen2003-11-021-1/+19
* Be extra careful to check uid and gid converstions to kernel typesEric Andersen2003-11-021-17/+74
* Make the syscall locally, avoid an externEric Andersen2003-11-021-2/+6
* If realloc failed, we'd lose the pointer to the exit function table.Manuel Novoa III2003-11-021-6/+8
* Hopefully fix the struct tm extension problem once and for all.Manuel Novoa III2003-11-022-25/+67
* Add some additional pwd/grp tests, to prevent me fromEric Andersen2003-11-014-1/+158
* Fix things (properly) to open /etc/passd and /etc/group ifEric Andersen2003-11-014-24/+36
* this script is no longer used, and can be removed.Eric Andersen2003-11-011-84/+0
* Fix Erik's typo.Manuel Novoa III2003-10-311-1/+1
* Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III2003-10-317-43/+14
* getpwent(), getpwent_r(), and getgrent(), getgrent_r() would allEric Andersen2003-10-313-1/+8
* gdb wants to dlopen "libthread_db.so.1", so be sure to assignEric Andersen2003-10-311-1/+1
* properly deal with soft-float when profiling as wellEric Andersen2003-10-254-0/+12
* Add -msoft-float to SAFECFLAGS when necessary.Manuel Novoa III2003-10-251-0/+3
* Sigh. It seems some stupid programs expect this...Eric Andersen2003-10-241-0/+1
* Disable optimizations with debuggingEric Andersen2003-10-241-2/+2
* better tuning for xscale that copes with generally available toolchainsEric Andersen2003-10-241-2/+2
* Peter Kjellerstedt writes:Eric Andersen2003-10-231-68/+65
* Peter S. Mazinger pointed out that I missed a spot. I shouldEric Andersen2003-10-221-1/+3
* Per suggestion and patch from Ken Staton, emulates poll usingEric Andersen2003-10-222-1/+196
* Atsushi Nemoto writes:Eric Andersen2003-10-221-0/+2
* It seems we need to also define SI_LOAD_SHIFT since that wasEric Andersen2003-10-221-0/+1
* Those crazy binutils folks changed their abi. Add this so olderEric Andersen2003-10-211-0/+5
* Doh! In include/bits/uClibc_config.h when we define things, we appropriatelyEric Andersen2003-10-211-1/+1
* Fix a stupid bug that caused uClibc to never provide the correctEric Andersen2003-10-202-1/+2
* Patch from Peter S. Mazinger:Eric Andersen2003-10-201-1/+1
* Merge some newer/updated bits from the glibc elf.hEric Andersen2003-10-201-106/+226
* We were failing to properly set h_errno on success, which couldEric Andersen2003-10-191-0/+3
* more install changesEric Andersen2003-10-181-19/+19
* Do not install the uClibc wrapper toolchain by default. MakeEric Andersen2003-10-181-1/+1
* the runtime should not install a /bin dirEric Andersen2003-10-181-1/+0
* Add a new RUNTIME_PREFIXEric Andersen2003-10-182-16/+19
* Peter Kjellerstedt writes:Eric Andersen2003-10-1825-83/+69
* Peter Kjellerstedt writes:Eric Andersen2003-10-1896-194/+188
* Peter Kjellerstedt writes:Eric Andersen2003-10-1814-95/+97
* Implement putgrent to make Peter S. Mazing happyEric Andersen2003-10-182-1/+57
* Doh!!!Eric Andersen2003-10-171-1/+1
* Point people to the kernel.org mirrors for downloading the devEric Andersen2003-10-173-30/+31
* Do not set errno when they asked for size 0Eric Andersen2003-10-161-1/+1
* Code formatting cleanup.Miles Bader2003-10-161-5/+6
* Don't set errno if for zero SIZE returns.Miles Bader2003-10-161-11/+14