Age | Commit message (Expand) | Author |
2003-11-20 | Fixup dependancies to ensure arch specific string functions | Eric Andersen |
2003-11-19 | Fix the return value for fputs when passed an empty string. | Manuel Novoa III |
2003-11-17 | If __NR_ftruncate64 isn't defined, do the best we can. | Manuel Novoa III |
2003-11-16 | I forgot to update the thread locking in the last dst fix. | Manuel Novoa III |
2003-11-16 | Fix a build problem when using 2.2.x kernel headers. | Manuel Novoa III |
2003-11-12 | Add support for missing ntp_gettime and ntp_adjtime | Eric Andersen |
2003-11-11 | Fix for the last "fix". | Manuel Novoa III |
2003-11-11 | Protect some header inclusions. | Manuel Novoa III |
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 |