| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | alpha needs ipc64 funk too | Mike Frysinger | 2006-03-01 | 1 | -1/+1 |
* | Sync w/ glibc | Peter S. Mazinger | 2006-02-28 | 4 | -5/+8 |
* | Cleanup/sync w/ glibc | Peter S. Mazinger | 2006-02-28 | 1 | -18/+11 |
* | Rich Felker's glob() ported to uClibc | Peter S. Mazinger | 2006-02-27 | 3 | -0/+349 |
* | Get rid of redefines on ppc pointed out by vapier | Peter S. Mazinger | 2006-02-27 | 1 | -0/+2 |
* | Don't build glob64 for non-LFS | Peter S. Mazinger | 2006-02-26 | 1 | -1/+4 |
* | Use _lfs_64, reorganize a bit, why did stat*fs64 use stat*fs? | Peter S. Mazinger | 2006-02-26 | 6 | -93/+14 |
* | Remove unneeded hidden_proto(readdir*) | Peter S. Mazinger | 2006-02-26 | 1 | -2/+0 |
* | Use _lfs_64.h in all *64.c | Peter S. Mazinger | 2006-02-26 | 3 | -41/+4 |
* | Define internal readdir*_r() and use _lfs_64.h | Peter S. Mazinger | 2006-02-26 | 2 | -13/+5 |
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 1 | -5/+5 |
* | touchup whitespace | Mike Frysinger | 2006-02-17 | 1 | -11/+10 |
* | Change collated_compare/prefix_array to __x hidden, shrinks glob64 from 2352 ... | Peter S. Mazinger | 2006-02-16 | 1 | -8/+10 |
* | Remove __P(), reorder so that gcc-4.0.2 does not fail w/ multi | Peter S. Mazinger | 2006-02-16 | 3 | -230/+205 |
* | DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]... | Peter S. Mazinger | 2006-02-15 | 4 | -2/+10 |
* | make sure we reset static_fd after it's closed in utmpname() | Mike Frysinger | 2006-02-15 | 1 | -2/+2 |
* | fix fcntl() call so that it actually forces file to be closed on exec() | Mike Frysinger | 2006-02-15 | 1 | -1/+1 |
* | after much deliberation, may i present Joseph S. Myers patch to add support f... | Mike Frysinger | 2006-02-14 | 1 | -0/+55 |
* | remove fstat jump reloc | Peter S. Mazinger | 2006-02-14 | 1 | -0/+1 |
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger | 2006-02-13 | 24 | -492/+247 |
* | environ is GNU extension | Peter S. Mazinger | 2006-02-13 | 1 | -0/+2 |
* | s/#if/#ifdef/ | Peter S. Mazinger | 2006-02-13 | 1 | -3/+3 |
* | 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 | 150 | -0/+1242 |
* | More renames for IMA | Peter S. Mazinger | 2006-02-13 | 2 | -1/+1 |
* | Remove unused file | Peter S. Mazinger | 2006-02-13 | 1 | -457/+0 |