| Commit message (Expand) | Author | Age | Files | Lines |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -8/+8 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 1 | -3/+3 |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 1 | -1/+1 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
* | Revert revision 19347, plus libc_hidden_proto for __uc_malloc. | Bernd Schmidt | 2008-06-12 | 1 | -3/+3 |
* | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -1/+1 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -3/+3 |
* | add hidden_proto's for __uc_malloc | Denis Vlasenko | 2008-02-12 | 1 | -0/+1 |
* | make regex_old.c, ruserpass.c use __uc_malloc, | Denis Vlasenko | 2007-07-30 | 1 | -3/+2 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -5/+7 |
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 1 | -1/+1 |
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger | 2006-02-13 | 1 | -11/+8 |
* | rename local tty variable to not shadow tty func | Mike Frysinger | 2006-01-29 | 1 | -2/+2 |
* | 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/+5 |
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -10/+13 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -12/+18 |
* | Convert users | Peter S. Mazinger | 2005-12-16 | 1 | -1/+4 |
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 |
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 1 | -32/+34 |
* | Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte... | Peter S. Mazinger | 2005-12-03 | 1 | -1/+1 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -6/+6 |
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 1 | -0/+2 |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | Use strchr instead of index (BSD) | Peter S. Mazinger | 2005-11-10 | 1 | -3/+3 |
* | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger | 2005-11-01 | 1 | -1/+0 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -30/+8 |
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 1 | -0/+25 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -8/+7 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
* | "Fix" this so that at least things will link when threading is disabled. | Manuel Novoa III | 2004-05-07 | 1 | -4/+8 |
* | Reduce memory used by static buffers and allocate that memory dynamicly | Eric Andersen | 2004-03-18 | 1 | -1/+9 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | Shuffle the logic around a bit | Eric Andersen | 2002-06-17 | 1 | -56/+49 |
* | Patch from Steven J. Hill to disable __fsetlocking when | Eric Andersen | 2002-03-25 | 1 | -0/+2 |
* | Support getttyent and friends so ncurses will compile | Eric Andersen | 2002-03-21 | 2 | -0/+237 |