Age | Commit message (Expand) | Author |
2008-07-14 | - improve UCLIBC_LINUX_SPECIFIC | Bernhard Reutner-Fischer |
2008-06-16 | - fix build error | Bernhard Reutner-Fischer |
2008-06-12 | Include sys/syscall.h since we are checking for __NR_clock_getres. | Peter Kjellerstedt |
2008-06-12 | Revert revision 19345 plus libc_hidden_proto for __uc_malloc. | Bernd Schmidt |
2008-06-06 | shrink getopt a bit by using smallints. Run tested (busybox testsuite) | Denis Vlasenko |
2008-06-05 | Revert revision 22027 which totally broke getopt. | Bernd Schmidt |
2008-06-03 | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer |
2008-06-01 | add missing includes of unistd.h for smallint usage | Denis Vlasenko |
2008-05-30 | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer |
2008-05-20 | replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe. | Denis Vlasenko |
2008-05-20 | getopt: do not needlessly use static structure. | Denis Vlasenko |
2008-05-20 | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2008-02-12 | add hidden_proto's for __uc_malloc | Denis Vlasenko |
2008-01-23 | give execlp() its own cache on no-mmu to avoid recursive cache fighting | Mike Frysinger |
2008-01-08 | fix memory corruption on no-mmu from doing multiple execls where earlier exec... | Mike Frysinger |
2007-12-22 | plug a memory leak when using execl* functions on no-mmu | Mike Frysinger |
2007-12-22 | add hidden defs for execv/execlp for completeness | Mike Frysinger |
2007-07-30 | make utent.c, getpass.c use __uc_malloc | Denis Vlasenko |
2007-07-18 | execXp should go to next PATH dir on any error except ENOEXEC, | Denis Vlasenko |
2007-05-02 | Daniel Jacobowitz: sleep()/usleep() relies on nanosleep() being a cancellation | Mike Frysinger |
2007-04-13 | Patch by Ricard Wanderlof <ricardw at axis dot com>: | Peter Kjellerstedt |
2007-01-22 | Recognize _SC_MONOTONIC_CLOCK in sysconf() even if __NR_clock_getres | Peter Kjellerstedt |
2007-01-21 | - repair misplaced #endif that got introduced in r17410. Fixes compilation. | Bernhard Reutner-Fischer |
2007-01-20 | The case for _SC_MONOTONIC_CLOCK should only exist if 'clock_getres' does. | "Steven J. Hill" |
2006-09-22 | Added support for sysconf(_SC_MONOTONIC_CLOCK). | Peter Kjellerstedt |
2006-07-05 | replace my @debian.org addr with @uclibc.org. Fixup license on | Eric Andersen |
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen |
2006-07-05 | sync with glibc | Mike Frysinger |
2006-07-05 | update license | Mike Frysinger |
2006-05-30 | Make execle() and chown() available again (corrects commit 15179). | Peter Kjellerstedt |
2006-05-26 | Amir Shalem writes: | Mike Frysinger |
2006-03-23 | Correct typo | Peter S. Mazinger |
2006-03-23 | Mark some functions as BSD only | Peter S. Mazinger |
2006-03-22 | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger |
2006-03-22 | Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP... | Peter S. Mazinger |
2006-03-21 | stderr does not have hidden version anymore, disable it's use | Peter S. Mazinger |
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger |
2006-03-03 | Rename getopt_long-susv3 to -simple | Peter S. Mazinger |
2006-03-03 | Upstream update | Peter S. Mazinger |
2006-02-27 | Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getopt | Peter S. Mazinger |
2006-02-27 | Add Rich Felker's getsubopt, smaller then the glibc copied one | Peter S. Mazinger |
2006-02-27 | Add hidden version for susv3 getopt | Peter S. Mazinger |
2006-02-18 | tweak the idea between having a MMU and actually using it | Mike Frysinger |
2006-02-17 | Take getopt from glibc, disable -W foo support as in the earlier version, siz... | Peter S. Mazinger |
2006-02-17 | Remove hidden_data_def for opt* | Peter S. Mazinger |
2006-02-17 | Sync w/ glibc, no size change | Peter S. Mazinger |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger |
2006-02-13 | Add files for IMA. Yes, I know it's a hack and no, I won't split the affected... | Peter S. Mazinger |
2006-02-13 | Don't compile daemon.c at all for non-MMU | Peter S. Mazinger |