Age | Commit message (Expand) | Author |
2003-11-11 | Stefan Allius writes: | Eric Andersen |
2003-11-08 | Darn. Fix compilation for soft-float, which I inadvertantly | Eric Andersen |
2003-11-08 | kill mention of the wrapper | Eric Andersen |
2003-11-08 | For now, disable the iconv utility | Eric Andersen |
2003-11-08 | Fix up several errors related to filename length and errno that | Eric Andersen |
2003-11-07 | Add clock_gettime() submitted by Justus Pendleton <uc@ryoohki.net>. | Manuel Novoa III |
2003-11-06 | Sigh... I wasn't checking if the gid field in a group line actually | Manuel Novoa III |
2003-11-06 | Add a utility macro. | Manuel Novoa III |
2003-11-06 | Oops... don't need recursive mutexes. | Manuel Novoa III |
2003-11-06 | Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf). | Manuel Novoa III |
2003-11-06 | Add in aliases provided by the non arch specific implementations | Eric Andersen |
2003-11-06 | George Thanos writes: | Eric Andersen |
2003-11-06 | The curse of cut-n-paste | Eric Andersen |
2003-11-06 | Add some initial x86 string optimizations. These make no attempt to use nifty | Eric Andersen |
2003-11-05 | Remove erroneous trailing semicolon. | Manuel Novoa III |
2003-11-05 | Rip the guts out of the dynamically generated sysconf.c, and live with a simple | Eric Andersen |
2003-11-05 | last but certinaly not least, kill off initfini.c | Eric Andersen |
2003-11-05 | Add quick hacks to create fake crti.o and crtn.o files. These architectures | Eric Andersen |
2003-11-05 | Kill initfini.awk | Eric Andersen |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen |
2003-11-05 | Arthur Shipkowski, art ! videon-central ! com, writes: | Eric Andersen |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen |
2003-11-05 | Continue the conversion to using per-arch crti.S and crtn.S | Eric Andersen |
2003-11-05 | Begin the conversion to using per-arch crti.S and crtn.S | Eric Andersen |
2003-11-04 | minor cleanup | Eric Andersen |
2003-11-03 | Remove warning that apparently is not needed for e1 | Eric Andersen |
2003-11-03 | Updated to match the other architectures. Fixes problem with "fcntl: | Tobias Anderberg |
2003-11-02 | Implement getgrent_r. Rework getpwent and getgrent a bit further | Eric Andersen |
2003-11-02 | Both setegid and seteuid were implemented suboptimally, such that | Eric Andersen |
2003-11-02 | Be extra careful to check uid and gid converstions to kernel types | Eric Andersen |
2003-11-02 | Make the syscall locally, avoid an extern | Eric Andersen |
2003-11-02 | If realloc failed, we'd lose the pointer to the exit function table. | Manuel Novoa III |
2003-11-02 | Hopefully fix the struct tm extension problem once and for all. | Manuel Novoa III |
2003-11-01 | Fix things (properly) to open /etc/passd and /etc/group if | Eric Andersen |
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 |