Age | Commit message (Expand) | Author |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2010-04-02 | Merge commit 'origin/master' into nptl | Austin Foxley |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2009-10-17 | cancellation support for a large amount of the required syscalls | Austin Foxley |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-02-25 | Reinstate __libc_foo's needed for linuxthreads.old. | Denis Vlasenko |
2008-12-10 | *: remove some __libc_XXX functions: | Denis Vlasenko |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer |
2008-09-09 | Fill in termios_p data structure only if ioctl syscall | Carmelo Amoroso |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-05-20 | Introduce and use small[u]int type. Changes in size: | Denis Vlasenko |
2008-05-20 | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2007-05-02 | Nickolai Zeldovich writes: | Mike Frysinger |
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen |
2006-06-21 | Added a missing baud rate (614400) to the speeds[] table. | Peter Kjellerstedt |
2006-03-23 | Mark some functions as BSD only | Peter S. Mazinger |
2006-02-22 | * Allow baud rates above 115200 again. | Peter Kjellerstedt |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger |
2006-02-13 | Add back the 115200 limit | Peter S. Mazinger |
2006-01-29 | remove unneeded duplicate sid definition | Mike Frysinger |
2006-01-29 | sync with glibc | Mike Frysinger |
2006-01-26 | Get rid of missing prototype warnings | Peter S. Mazinger |
2006-01-24 | Convert all the strong_aliases to weak that are cancelable in libpthread | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-16 | s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ... | Peter S. Mazinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2005-12-16 | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ... | Peter S. Mazinger |
2005-12-13 | Convert all users of earlier hiddens | Peter S. Mazinger |
2005-12-13 | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger |
2005-12-10 | fix a warning | Mike Frysinger |
2005-12-08 | Use internal versions | Peter S. Mazinger |
2005-12-07 | Hide more | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
2005-11-01 | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger |
2005-11-01 | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger |
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger |
2005-01-25 | merge parallel build support | Mike Frysinger |
2004-07-15 | Cleanup a few of the more egregiously broken sysconf values to | Eric Andersen |
2004-01-13 | Add another devfs subdir to the list of checked subdirs. | Manuel Novoa III |
2004-01-02 | Kept the same approach, but rewrote the code for the most part. | Manuel Novoa III |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen |
2003-09-06 | Running ltp 20030905 showed that tcsendbreak was broken. | Eric Andersen |