| Commit message (Expand) | Author | Age | Files | Lines |
* | kill mention of the wrapper | Eric Andersen | 2003-11-08 | 1 | -1/+0 |
* | For now, disable the iconv utility | Eric Andersen | 2003-11-08 | 1 | -8/+7 |
* | Fix up several errors related to filename length and errno that | Eric Andersen | 2003-11-08 | 2 | -35/+123 |
* | Add clock_gettime() submitted by Justus Pendleton <uc@ryoohki.net>. | Manuel Novoa III | 2003-11-07 | 2 | -1/+41 |
* | Sigh... I wasn't checking if the gid field in a group line actually | Manuel Novoa III | 2003-11-06 | 1 | -3/+5 |
* | Add a utility macro. | Manuel Novoa III | 2003-11-06 | 1 | -0/+4 |
* | Oops... don't need recursive mutexes. | Manuel Novoa III | 2003-11-06 | 1 | -3/+3 |
* | Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf). | Manuel Novoa III | 2003-11-06 | 25 | -1865/+1194 |
* | Add in aliases provided by the non arch specific implementations | Eric Andersen | 2003-11-06 | 1 | -0/+6 |
* | George Thanos writes: | Eric Andersen | 2003-11-06 | 2 | -3/+3 |
* | The curse of cut-n-paste | Eric Andersen | 2003-11-06 | 2 | -12/+2 |
* | Add some initial x86 string optimizations. These make no attempt to use nifty | Eric Andersen | 2003-11-06 | 3 | -2/+385 |
* | Remove erroneous trailing semicolon. | Manuel Novoa III | 2003-11-05 | 1 | -1/+1 |
* | Rip the guts out of the dynamically generated sysconf.c, and live with a simple | Eric Andersen | 2003-11-05 | 3 | -221/+4 |
* | last but certinaly not least, kill off initfini.c | Eric Andersen | 2003-11-05 | 1 | -172/+0 |
* | Add quick hacks to create fake crti.o and crtn.o files. These architectures | Eric Andersen | 2003-11-05 | 4 | -4/+116 |
* | Kill initfini.awk | Eric Andersen | 2003-11-05 | 1 | -47/+1 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+102 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+73 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+77 |
* | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen | 2003-11-05 | 3 | -1/+99 |
* | 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 |