| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix a stupid bug that caused uClibc to never provide the correct | Eric Andersen | 2003-10-20 | 1 | -1/+1 |
* | We were failing to properly set h_errno on success, which could | Eric Andersen | 2003-10-19 | 1 | -0/+3 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 11 | -28/+16 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 54 | -78/+78 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 2 | -8/+8 |
* | Implement putgrent to make Peter S. Mazing happy | Eric Andersen | 2003-10-18 | 2 | -1/+57 |
* | Doh!!! | Eric Andersen | 2003-10-17 | 1 | -1/+1 |
* | Do not set errno when they asked for size 0 | Eric Andersen | 2003-10-16 | 1 | -1/+1 |
* | Code formatting cleanup. | Miles Bader | 2003-10-16 | 1 | -5/+6 |
* | Don't set errno if for zero SIZE returns. | Miles Bader | 2003-10-16 | 1 | -11/+14 |
* | Patch from Tony J. White: | Eric Andersen | 2003-10-15 | 2 | -1/+313 |
* | Microblaze port from the uClinux-dist, | David McCullough | 2003-10-14 | 23 | -0/+1204 |
* | Don't make two copies | Eric Andersen | 2003-10-12 | 2 | -34/+40 |
* | Sigh. It seems that csh wants glob_pattern_p(), we need to | Eric Andersen | 2003-10-12 | 1 | -5/+3 |
* | Implement getgrgid_r and getgrnam_r. Rework group handling code to be fully | Eric Andersen | 2003-10-10 | 25 | -671/+738 |
* | Patch from Rob McMullen: | Eric Andersen | 2003-10-09 | 1 | -0/+74 |
* | Atsushi Nemoto writes: | Eric Andersen | 2003-10-08 | 4 | -17/+17 |
* | Patch from Atsushi Nemoto (with some additions): | Eric Andersen | 2003-10-08 | 18 | -2/+722 |
* | Apply a trivial patch that doesn't change anything, but which is alledged to | Eric Andersen | 2003-10-08 | 1 | -1/+1 |
* | Patch from George Thanos adding support for the "e1" architecture. | Eric Andersen | 2003-10-08 | 22 | -0/+1712 |
* | Quick implementation of sigwait. Doesn't handle thread cancelation | Eric Andersen | 2003-10-03 | 2 | -7/+35 |
* | Hm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do the | Tobias Anderberg | 2003-09-24 | 1 | -1/+1 |
* | Quick fix to make sure vfprintf always checks stream orientation when | Manuel Novoa III | 2003-09-23 | 1 | -0/+19 |
* | More fiddling with static free-areas: make sure both their size _and_ | Miles Bader | 2003-09-22 | 1 | -5/+5 |
* | Modify _stdio_READ to conform with C99, as stdio input behavior upon | Manuel Novoa III | 2003-09-22 | 1 | -28/+66 |
* | Ugh... EOF handling by scanf was completely broken. :-( Regretably, | Manuel Novoa III | 2003-09-22 | 1 | -67/+66 |
* | Fix "subst -g,," problem for SAFECFLAGS. | Manuel Novoa III | 2003-09-21 | 5 | -5/+5 |
* | Added assembler version of startup code. Fix Makefile so it uses the new | Tobias Anderberg | 2003-09-19 | 2 | -1/+73 |
* | Make sure we don't allocate too little space for static free-areas | Miles Bader | 2003-09-19 | 1 | -1/+3 |
* | Add dependencies on header files. | Miles Bader | 2003-09-19 | 1 | -2/+5 |
* | Make sure static heaps are aligned correctly. | Miles Bader | 2003-09-17 | 1 | -9/+11 |
* | Fix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64 | Eric Andersen | 2003-09-17 | 1 | -4/+4 |
* | This should enabled building of uClibc locale support when using uClibc itself. | Manuel Novoa III | 2003-09-16 | 1 | -4/+7 |
* | Fix a problem reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Manuel Novoa III | 2003-09-13 | 1 | -3/+7 |
* | Patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp> to do arch-required | Manuel Novoa III | 2003-09-11 | 1 | -66/+103 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-09-11 | 1 | -5/+4 |
* | Make sure that __syscall_fcntl is extern when LFS | Eric Andersen | 2003-09-09 | 1 | -0/+2 |
* | Fix wctype.c so that wchar can be enabled without ctype table-based functions. | Manuel Novoa III | 2003-09-09 | 1 | -0/+58 |
* | Oops! I broke pread on mips with my last update. This | Eric Andersen | 2003-09-08 | 1 | -4/+4 |
* | Fix a trivial compile problem | Eric Andersen | 2003-09-08 | 1 | -2/+2 |
* | Signifcantly speed out integer to string conversion for printf. | Manuel Novoa III | 2003-09-08 | 1 | -49/+38 |
* | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III | 2003-09-08 | 6 | -113/+565 |
* | Use __libc_fork for the uClinux fork stub | Eric Andersen | 2003-09-08 | 1 | -2/+2 |
* | mjn3 pointed out that my brain was not in gear.... | Eric Andersen | 2003-09-08 | 1 | -4/+5 |
* | A few minor syscall cleanups | Eric Andersen | 2003-09-07 | 1 | -47/+62 |
* | Some updates from glibc. mjn3 reports this fixes profiling | Eric Andersen | 2003-09-07 | 5 | -14/+44 |
* | i386/mcount.S expects to call __mcount_internal with the 2 args passed | Manuel Novoa III | 2003-09-07 | 1 | -1/+1 |
* | Remove profil.c, since it is constained within gmon.c. | Manuel Novoa III | 2003-09-07 | 2 | -114/+1 |
* | Fix some more problems found by the ltp | Eric Andersen | 2003-09-07 | 2 | -12/+18 |
* | 'extern inline' doesn't work... Use 'static inline' | Eric Andersen | 2003-09-06 | 1 | -5/+5 |