Age | Commit message (Expand) | Author |
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-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-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-20 | Fix a stupid bug that caused uClibc to never provide the correct | Eric Andersen |
2003-10-19 | We were failing to properly set h_errno on success, which could | 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-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-15 | Patch from Tony J. White: | Eric Andersen |
2003-10-14 | Microblaze port from the uClinux-dist, | David McCullough |
2003-10-12 | Don't make two copies | Eric Andersen |
2003-10-12 | Sigh. It seems that csh wants glob_pattern_p(), we need to | Eric Andersen |
2003-10-10 | Implement getgrgid_r and getgrnam_r. Rework group handling code to be fully | Eric Andersen |
2003-10-09 | Patch from Rob McMullen: | Eric Andersen |
2003-10-08 | Atsushi Nemoto writes: | Eric Andersen |
2003-10-08 | Patch from Atsushi Nemoto (with some additions): | Eric Andersen |
2003-10-08 | Apply a trivial patch that doesn't change anything, but which is alledged to | Eric Andersen |
2003-10-08 | Patch from George Thanos adding support for the "e1" architecture. | Eric Andersen |
2003-10-03 | Quick implementation of sigwait. Doesn't handle thread cancelation | Eric Andersen |
2003-09-24 | Hm. Keep using crt0.c for now. My fever-hack of crt0.S didn't do the | Tobias Anderberg |
2003-09-23 | Quick fix to make sure vfprintf always checks stream orientation when | Manuel Novoa III |
2003-09-22 | More fiddling with static free-areas: make sure both their size _and_ | Miles Bader |
2003-09-22 | Modify _stdio_READ to conform with C99, as stdio input behavior upon | Manuel Novoa III |
2003-09-22 | Ugh... EOF handling by scanf was completely broken. :-( Regretably, | Manuel Novoa III |
2003-09-21 | Fix "subst -g,," problem for SAFECFLAGS. | Manuel Novoa III |
2003-09-19 | Added assembler version of startup code. Fix Makefile so it uses the new | Tobias Anderberg |
2003-09-19 | Make sure we don't allocate too little space for static free-areas | Miles Bader |
2003-09-19 | Add dependencies on header files. | Miles Bader |
2003-09-17 | Make sure static heaps are aligned correctly. | Miles Bader |
2003-09-17 | Fix fcntl64 when UCLIBC_HAS_LFS is enabled, but __NR_fcntl64 | Eric Andersen |
2003-09-16 | This should enabled building of uClibc locale support when using uClibc itself. | Manuel Novoa III |
2003-09-13 | Fix a problem reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Manuel Novoa III |
2003-09-11 | Patch by Atsushi Nemoto <anemo@mba.ocn.ne.jp> to do arch-required | Manuel Novoa III |
2003-09-11 | Peter Kjellerstedt writes: | Eric Andersen |
2003-09-09 | Make sure that __syscall_fcntl is extern when LFS | Eric Andersen |
2003-09-09 | Fix wctype.c so that wchar can be enabled without ctype table-based functions. | Manuel Novoa III |
2003-09-08 | Oops! I broke pread on mips with my last update. This | Eric Andersen |
2003-09-08 | Fix a trivial compile problem | Eric Andersen |
2003-09-08 | Signifcantly speed out integer to string conversion for printf. | Manuel Novoa III |
2003-09-08 | Add back in table-less ctype funcs for those interested in minimizing | Manuel Novoa III |
2003-09-08 | Use __libc_fork for the uClinux fork stub | Eric Andersen |