| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rename some files, that will conflict w/ IMA | Peter S. Mazinger | 2006-02-13 | 4 | -3/+3 |
* | Remove unused files | Peter S. Mazinger | 2006-02-13 | 5 | -160/+0 |
* | rholzmann writes in Bug 716: | Mike Frysinger | 2006-02-11 | 1 | -13/+12 |
* | include stdint.h and check __intptr_t_defined to see if we need to setup uint... | Mike Frysinger | 2006-02-07 | 1 | -1/+2 |
* | rfelker reports in Bug 683 that we leak file descriptors if the fcntl() fails... | Mike Frysinger | 2006-02-04 | 1 | -8/+13 |
* | add note about racecondition | Mike Frysinger | 2006-02-04 | 1 | -0/+5 |
* | use O_DIRECTORY when possible, saves us from having to use stat() thus cuttin... | Mike Frysinger | 2006-02-04 | 1 | -1/+6 |
* | add some copyright/license info | Mike Frysinger | 2006-02-04 | 11 | -0/+67 |
* | err() is not used internally | Peter S. Mazinger | 2006-02-03 | 1 | -1/+0 |
* | even the hidden version of the weaks in libc (as strong in libpthread) have t... | Peter S. Mazinger | 2006-02-02 | 2 | -2/+2 |
* | Make it build w/ HAVE_SHARED disabled and SSP enabled | Peter S. Mazinger | 2006-02-01 | 1 | -6/+13 |
* | gcc41 does not like this at all | Peter S. Mazinger | 2006-02-01 | 1 | -2/+0 |
* | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 7 | -19/+21 |
* | add comment to know why it's weak | Peter S. Mazinger | 2006-01-31 | 1 | -0/+1 |
* | change strong to weak_alias, arm fails, thx Khem Raj | Peter S. Mazinger | 2006-01-31 | 1 | -1/+1 |
* | strlen is -cheaper- then strnlen | Peter S. Mazinger | 2006-01-30 | 1 | -8/+7 |
* | some more prototypes | Peter S. Mazinger | 2006-01-30 | 2 | -1/+6 |