Age | Commit message (Expand) | Author |
2005-05-10 | Change strptime so that it only modifies struct tm fields specified. | Manuel Novoa III |
2005-04-28 | Added support for clock_getres() and clock_settime() in addition to | Peter Kjellerstedt |
2005-04-24 | Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctl | Joakim Tjernlund |
2005-04-16 | In Bug 116, dicksnippe writes: | Mike Frysinger |
2005-04-16 | cbachman writes Bug 195: | Mike Frysinger |
2005-03-20 | Prepare for moving ldso FINI handling into libc. | Joakim Tjernlund |
2005-02-12 | no more cvs | Mike Frysinger |
2005-01-25 | merge parallel build support | Mike Frysinger |
2005-01-11 | Jean writes: | Eric Andersen |
2004-12-22 | Patch from Peter S. Mazinger: | Eric Andersen |
2004-10-31 | Revert Peter's __lib_gettimeofday patch. There's the minor issue of | Manuel Novoa III |
2004-10-27 | Fix up __uClibc_init() for so that we prevent starting SUID | Eric Andersen |
2004-10-19 | Peter S. Mazinger writes: | Eric Andersen |
2004-09-28 | Atsushi Nemoto writes: | Joakim Tjernlund |
2004-09-10 | Hide some x86-specific devel asserts. | Manuel Novoa III |
2004-08-16 | I will always test before I commit. | Eric Andersen |
2004-08-16 | Setup __pagesize from inside __uClibc_init(), or else when registering | Eric Andersen |
2004-08-16 | Be a bit more prominant about the fact that setuid handling | Eric Andersen |
2004-08-16 | The variable used to store pagesize is not the same as the | Eric Andersen |
2004-08-13 | Fixup PAGE_SIZE problems | Eric Andersen |
2004-08-04 | doh | Eric Andersen |
2004-08-04 | Add missing header file needed to define PAGE_SIZE | Eric Andersen |
2004-08-03 | As Joakim Tjernlund rightly notes, I should have used PAGE_SIZE | Eric Andersen |
2004-07-28 | Do not grovel about in the ELF header for the page size when | Eric Andersen |
2004-06-12 | Oops. Missed a spot. | Eric Andersen |
2004-06-06 | scrap the goofy time + getpid() based "randomness" and use | Eric Andersen |
2004-05-14 | Joakim Tjernlund writes: | Eric Andersen |
2004-05-11 | Setup a _dl_pagesize value for use by staticly linked apps | Eric Andersen |
2004-05-11 | make certain that getpagesize() returns correct the value for mips | Eric Andersen |
2004-05-11 | Purge trailing white space | Eric Andersen |
2004-05-08 | Obligatory forgotten file... | Manuel Novoa III |
2004-05-08 | Change clock() to allow wrapping. | Manuel Novoa III |
2004-05-07 | "Fix" this so that at least things will link when threading is disabled. | Manuel Novoa III |
2004-04-06 | Fix a bug noticed by Oleg I. Vdovikin, oleg at cs dot msu dot su. | Eric Andersen |
2004-03-18 | Reduce memory used by static buffers and allocate that memory dynamicly | Eric Andersen |
2004-03-11 | Rewrite the err/warn functions as they were broken (__noreturn__ funcs | Manuel Novoa III |
2004-02-11 | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III |
2004-01-21 | Split up syscalls.c, since it had grown to be quite large and ugly. | Eric Andersen |
2004-01-17 | Prevent runaway asserts, which can happen if there's a problem with | Manuel Novoa III |
2004-01-14 | Add a dummy (always fails) wcsftime. This is needed for the libstdc++ locale | Manuel Novoa III |
2004-01-04 | My mistake. We do need some weak pthread_* funcs. But we were previously | Manuel Novoa III |
2004-01-02 | Peter S. Mazinger writes: | Eric Andersen |
2003-12-27 | Handle the app_fini stuff in exit without requiring atexit(). | Manuel Novoa III |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-12-14 | Fix some dst issues in _time_mktime(). | Manuel Novoa III |
2003-12-14 | Fix a couple of 'declaration after statement' errors. | Manuel Novoa III |
2003-12-04 | Building of iconv.o was accidently always disabled. | Manuel Novoa III |
2003-11-20 | Always include locale.h, which was included by libintl.h only when | Manuel Novoa III |
2003-11-16 | I forgot to update the thread locking in the last dst fix. | Manuel Novoa III |
2003-11-08 | For now, disable the iconv utility | Eric Andersen |