summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2003-11-04minor cleanupEric Andersen
2003-11-03Remove warning that apparently is not needed for e1Eric Andersen
2003-11-03Updated to match the other architectures. Fixes problem with "fcntl:Tobias Anderberg
2003-11-02Implement getgrent_r. Rework getpwent and getgrent a bit furtherEric Andersen
2003-11-02Both setegid and seteuid were implemented suboptimally, such thatEric Andersen
2003-11-02Be extra careful to check uid and gid converstions to kernel typesEric Andersen
2003-11-02Make the syscall locally, avoid an externEric Andersen
2003-11-02If realloc failed, we'd lose the pointer to the exit function table.Manuel Novoa III
2003-11-02Hopefully fix the struct tm extension problem once and for all.Manuel Novoa III
2003-11-01Fix things (properly) to open /etc/passd and /etc/group ifEric Andersen
2003-10-31Fix Erik's typo.Manuel Novoa III
2003-10-31Some more soft float fixes... for arm in particular (libfloat).Manuel Novoa III
2003-10-31getpwent(), getpwent_r(), and getgrent(), getgrent_r() would allEric Andersen
2003-10-25properly deal with soft-float when profiling as wellEric Andersen
2003-10-25Add -msoft-float to SAFECFLAGS when necessary.Manuel Novoa III
2003-10-22Peter S. Mazinger pointed out that I missed a spot. I shouldEric Andersen
2003-10-22Per suggestion and patch from Ken Staton, emulates poll usingEric Andersen
2003-10-20Fix a stupid bug that caused uClibc to never provide the correctEric Andersen
2003-10-19We were failing to properly set h_errno on success, which couldEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-18Implement putgrent to make Peter S. Mazing happyEric Andersen
2003-10-17Doh!!!Eric Andersen
2003-10-16Do not set errno when they asked for size 0Eric Andersen
2003-10-16Code formatting cleanup.Miles Bader
2003-10-16Don't set errno if for zero SIZE returns.Miles Bader
2003-10-15Patch from Tony J. White:Eric Andersen
2003-10-14Microblaze port from the uClinux-dist,David McCullough
2003-10-12Don't make two copiesEric Andersen
2003-10-12Sigh. It seems that csh wants glob_pattern_p(), we need toEric Andersen
2003-10-10Implement getgrgid_r and getgrnam_r. Rework group handling code to be fullyEric Andersen
2003-10-09Patch from Rob McMullen:Eric Andersen
2003-10-08Atsushi Nemoto writes:Eric Andersen
2003-10-08Patch from Atsushi Nemoto (with some additions):Eric Andersen
2003-10-08Apply a trivial patch that doesn't change anything, but which is alledged toEric Andersen
2003-10-08Patch from George Thanos adding support for the "e1" architecture.Eric Andersen
2003-10-03Quick implementation of sigwait. Doesn't handle thread cancelationEric Andersen
2003-09-24Hm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do theTobias Anderberg
2003-09-23Quick fix to make sure vfprintf always checks stream orientation whenManuel Novoa III
2003-09-22More fiddling with static free-areas: make sure both their size _and_Miles Bader
2003-09-22Modify _stdio_READ to conform with C99, as stdio input behavior uponManuel Novoa III
2003-09-22Ugh... EOF handling by scanf was completely broken. :-( Regretably,Manuel Novoa III
2003-09-21Fix "subst -g,," problem for SAFECFLAGS.Manuel Novoa III
2003-09-19Added assembler version of startup code. Fix Makefile so it uses the newTobias Anderberg
2003-09-19Make sure we don't allocate too little space for static free-areasMiles Bader
2003-09-19Add dependencies on header files.Miles Bader
2003-09-17Make sure static heaps are aligned correctly.Miles Bader
2003-09-17Fix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64Eric Andersen
2003-09-16This should enabled building of uClibc locale support when using uClibc itself.Manuel Novoa III