| Commit message (Expand) | Author | Age | Files | Lines |
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -14/+1 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -7/+7 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -2/+2 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -4/+4 |
* | give execlp() its own cache on no-mmu to avoid recursive cache fighting | Mike Frysinger | 2008-01-23 | 1 | -37/+57 |
* | fix memory corruption on no-mmu from doing multiple execls where earlier exec... | Mike Frysinger | 2008-01-08 | 1 | -10/+3 |
* | plug a memory leak when using execl* functions on no-mmu | Mike Frysinger | 2007-12-22 | 1 | -9/+17 |
* | add hidden defs for execv/execlp for completeness | Mike Frysinger | 2007-12-22 | 1 | -0/+4 |
* | execXp should go to next PATH dir on any error except ENOEXEC, | Denis Vlasenko | 2007-07-18 | 1 | -3/+3 |
* | update license | Mike Frysinger | 2006-07-05 | 1 | -13/+1 |
* | Make execle() and chown() available again (corrects commit 15179). | Peter Kjellerstedt | 2006-05-30 | 1 | -0/+1 |
* | Amir Shalem writes: | Mike Frysinger | 2006-05-26 | 1 | -0/+1 |
* | Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP... | Peter S. Mazinger | 2006-03-22 | 1 | -1/+2 |
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger | 2006-03-10 | 1 | -1/+0 |
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 1 | -1/+1 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 1 | -1/+0 |
* | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger | 2006-01-16 | 1 | -0/+1 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -23/+27 |
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 |
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 1 | -1/+1 |
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 1 | -2/+9 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -1/+1 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -5/+5 |
* | Sigh... Fall back to alloca() if munmap is broken (uClinux). | Manuel Novoa III | 2004-02-17 | 1 | -8/+6 |
* | s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g | Eric Andersen | 2004-01-16 | 1 | -2/+2 |
* | Redo the exec functions to comply with SUSv3. | Manuel Novoa III | 2004-01-02 | 1 | -0/+319 |