| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+79 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+89 |
* | Arthur Shipkowski, art ! videon-central ! com, writes: | Eric Andersen | 2003-11-05 | 1 | -0/+3 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+113 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+122 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 6 | -2/+157 |
* | Begin the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+100 |
* | minor cleanup | Eric Andersen | 2003-11-04 | 1 | -1/+1 |
* | Remove warning that apparently is not needed for e1 | Eric Andersen | 2003-11-03 | 1 | -1/+0 |
* | Updated to match the other architectures. Fixes problem with "fcntl: | Tobias Anderberg | 2003-11-03 | 1 | -29/+67 |
* | Implement getgrent_r. Rework getpwent and getgrent a bit further | Eric Andersen | 2003-11-02 | 2 | -24/+38 |
* | Both setegid and seteuid were implemented suboptimally, such that | Eric Andersen | 2003-11-02 | 2 | -3/+42 |
* | Be extra careful to check uid and gid converstions to kernel types | Eric Andersen | 2003-11-02 | 1 | -17/+74 |
* | Make the syscall locally, avoid an extern | Eric Andersen | 2003-11-02 | 1 | -2/+6 |
* | If realloc failed, we'd lose the pointer to the exit function table. | Manuel Novoa III | 2003-11-02 | 1 | -6/+8 |
* | Hopefully fix the struct tm extension problem once and for all. | Manuel Novoa III | 2003-11-02 | 1 | -22/+65 |
* | Fix things (properly) to open /etc/passd and /etc/group if | Eric Andersen | 2003-11-01 | 4 | -24/+36 |
* | Fix Erik's typo. | Manuel Novoa III | 2003-10-31 | 1 | -1/+1 |
* | Some more soft float fixes... for arm in particular (libfloat). | Manuel Novoa III | 2003-10-31 | 2 | -18/+4 |
* | getpwent(), getpwent_r(), and getgrent(), getgrent_r() would all | Eric Andersen | 2003-10-31 | 3 | -1/+8 |
* | properly deal with soft-float when profiling as well | Eric Andersen | 2003-10-25 | 4 | -0/+12 |
* | Add -msoft-float to SAFECFLAGS when necessary. | Manuel Novoa III | 2003-10-25 | 1 | -0/+3 |
* | Peter S. Mazinger pointed out that I missed a spot. I should | Eric Andersen | 2003-10-22 | 1 | -1/+3 |
* | Per suggestion and patch from Ken Staton, emulates poll using | Eric Andersen | 2003-10-22 | 2 | -1/+196 |
* | 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 |