| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removed pointless initialization to 0 of DIR fields | Carmelo Amoroso | 2007-12-07 | 1 | -1/+0 |
* | Fix opendir problem when statically linked due to a missing | Carmelo Amoroso | 2007-12-05 | 1 | -0/+1 |
* | Add some necessary Makefile bits for UCLIBC_FORMAT_FLAT_SEP_DATA. | Bernd Schmidt | 2007-11-23 | 1 | -0/+3 |
* | Some shared flat improvements. | Bernd Schmidt | 2007-11-23 | 1 | -0/+7 |
* | Do not return error when fprintf returns 0 in addmntent(). | Khem Raj | 2007-11-10 | 1 | -5/+2 |
* | also fix bug 1012 by moschny in 64bit version of readdir | Mike Frysinger | 2007-09-15 | 1 | -1/+1 |
* | bug 1310: drop hidden aliases to data since some arches crap with this due to... | Mike Frysinger | 2007-09-15 | 1 | -14/+13 |
* | make regex_old.c, ruserpass.c use __uc_malloc, | Denis Vlasenko | 2007-07-30 | 3 | -9/+10 |
* | make utent.c, getpass.c use __uc_malloc | Denis Vlasenko | 2007-07-30 | 1 | -4/+8 |
* | change the auxvt code from being dependent on MMU to !LDSO as auxvt things ar... | Mike Frysinger | 2007-06-01 | 1 | -5/+5 |
* | Nickolai Zeldovich writes: if the temp name already exists, then the retry co... | Mike Frysinger | 2007-05-06 | 1 | -10/+9 |
* | svn 17941/17943 broke the build. 18032 made the threaded case compile | Rob Landley | 2007-03-08 | 1 | -9/+4 |
* | Fix a build break due to errno and h_errno being unresolved symbols. | Rob Landley | 2007-03-07 | 1 | -2/+2 |
* | need to double check internal errno handling wrt libpthread | Mike Frysinger | 2007-02-22 | 1 | -0/+2 |
* | add missing file for previous commit as pointed out by Peter Kjellerstedt | Mike Frysinger | 2007-02-21 | 1 | -0/+21 |
* | redo errno handling so that it should work both in thread and non-threaded si... | Mike Frysinger | 2007-02-21 | 3 | -26/+10 |
* | - should look if LFS is enabled as suggested by pkj in #1131. This generates ... | Bernhard Reutner-Fischer | 2007-01-30 | 1 | -1/+1 |
* | - fix compilation of GNU glob with !LFS | Bernhard Reutner-Fischer | 2007-01-29 | 1 | -1/+1 |
* | Peter Mazinger pointed out that my last commit was faulty. | Joakim Tjernlund | 2007-01-11 | 1 | -1/+1 |
* | Fix SEGV for static builds in exit() path. | Joakim Tjernlund | 2007-01-10 | 2 | -1/+26 |
* | create new menu so people can select what format they wish to build uClibc | Mike Frysinger | 2006-12-11 | 2 | -9/+9 |
* | these weaks are also needed in libc.so for the time being | Eric Andersen | 2006-12-09 | 1 | -1/+1 |
* | oops, use __pthread_mutex_unlock() not pthread_mutex_unlock() | Eric Andersen | 2006-12-09 | 1 | -1/+2 |
* | silence a lot of warnings and fix a few genuine bugs while I'm at it. | Eric Andersen | 2006-12-09 | 3 | -2/+28 |
* | Richard Sandiford writes: add support for init/fini arrays in shared flat lib... | Mike Frysinger | 2006-12-08 | 5 | -5/+149 |
* | finish the pthread locking cleanups. This should get things compiling again | Eric Andersen | 2006-12-08 | 1 | -1/+1 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 14 | -152/+135 |
* | (no commit message) | "Steven J. Hill" | 2006-12-02 | 1 | -0/+5 |
* | fix from cmetcalf to make sure we clear the auxvt table before using it | Mike Frysinger | 2006-11-27 | 1 | -0/+1 |
* | I failed to check the patch adding support for the new (stupid) US 2007 | Eric Andersen | 2006-11-07 | 1 | -1/+3 |
* | mips64 patch from Atsushi Nemoto: | Eric Andersen | 2006-11-06 | 1 | -1/+1 |
* | In bug 622, JohnAta writes: | Eric Andersen | 2006-11-02 | 1 | -4/+38 |
* | fix bug 1012 as noted by moschny | Eric Andersen | 2006-08-30 | 1 | -1/+1 |
* | sync with psm: update errno handling to be the same on all arches | Mike Frysinger | 2006-08-23 | 2 | -0/+15 |
* | psm writes: | Eric Andersen | 2006-07-13 | 2 | -36/+1 |
* | patch from psm: | Eric Andersen | 2006-07-13 | 1 | -19/+15 |
* | remove jump relocs, with minor related cleanups | Eric Andersen | 2006-07-05 | 2 | -40/+53 |
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 19 | -22/+3 |
* | minor updates | Eric Andersen | 2006-07-05 | 2 | -52/+56 |
* | gcc 4.1.x is apparently miscompiling gnu glob on mips. This ports the latest... | Eric Andersen | 2006-07-04 | 2 | -228/+771 |
* | expand comment a little more as to why _stdio_init() is weak thanks to mjn3 | Mike Frysinger | 2006-05-06 | 1 | -0/+2 |
* | use weak_alias() for data symbols, not strong_alias() | Mike Frysinger | 2006-05-04 | 3 | -7/+5 |
* | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d... | Peter S. Mazinger | 2006-03-23 | 3 | -2/+20 |
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 8 | -11/+18 |
* | Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP... | Peter S. Mazinger | 2006-03-22 | 9 | -12/+19 |
* | some more fixes from rholzmann in Bug 716 ... make sure the code actually fun... | Mike Frysinger | 2006-03-22 | 1 | -21/+41 |
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger | 2006-03-10 | 10 | -45/+3 |
* | Remove __libc_internal_tsd_{s,g}et, they do not exist anymore | Peter S. Mazinger | 2006-03-09 | 2 | -36/+0 |
* | Add UCLIBC_HAS_SSP_COMPAT option guarding gcc-3.x ssp support | Peter S. Mazinger | 2006-03-07 | 1 | -3/+10 |
* | return NULL if year is too big | Mike Frysinger | 2006-03-01 | 1 | -0/+12 |