Age | Commit message (Expand) | Author |
2013-02-05 | buildsys: switch libc to kbuild-style | Bernhard Reutner-Fischer |
2012-06-15 | ssp: rework, sync messages with the ones in glibc | Peter S. Mazinger |
2012-06-15 | syslog.c: disable locking in setlogmask | Peter S. Mazinger |
2012-06-15 | syslog.c: no need for hidden vsyslog, use a static __vsyslog instead | Peter S. Mazinger |
2012-06-15 | remove __FORCE_GLIBC | Peter S. Mazinger |
2011-01-11 | syslog: fix 'everyone logs with user facility' | Roman I Khimov |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2009-12-13 | syslog: use send(MSG_NOSIGNAL) instead of write, thus no need to handle SIGPIPE | Denys Vlasenko |
2009-12-13 | syslog: fix openlog(xx, LOG_KERN) and optimize a bit | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-09-05 | math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH | Denys Vlasenko |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2008-12-01 | on Bernd's request, remove commented-out code snippets | Denis Vlasenko |
2008-12-01 | optimize signal mask ops. comment out "impossible" errors | 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-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko |
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer |
2008-06-06 | Fix hard-to-rigger locking bug in vsyslog(): | Denis Vlasenko |
2008-06-03 | syslog.c: fix a buglet in prev-last commit: logic inversion in closelog | Denis Vlasenko |
2008-06-03 | syslog.c: fix indentation and style. No code changes. | Denis Vlasenko |
2008-06-03 | Fix bug 575 and other small problems noticed along the way. | Denis Vlasenko |
2008-06-03 | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer |
2008-05-30 | - shrink a little bit. | Bernhard Reutner-Fischer |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2008-04-28 | Experimentally move libc_hidden_proto(time) to time.h. | Denis Vlasenko |
2008-01-05 | blah, enable the stupid hidden proto for fcntl | Mike Frysinger |
2008-01-05 | krichy writes in 292: | Mike Frysinger |
2006-12-07 | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen |
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | 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-13 | Convert all users of earlier hiddens | Peter S. Mazinger |
2005-12-10 | fix warning | Mike Frysinger |
2005-12-09 | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger |
2005-12-08 | mmap/mremap/socket/rewind gone | Peter S. Mazinger |
2005-12-08 | Convert the rest of users to hidden | Peter S. Mazinger |
2005-12-08 | Reorder and remove prototypes | Peter S. Mazinger |
2005-12-06 | Add prototype for __time, #define time __time is not usable here | Peter S. Mazinger |
2005-12-06 | macro out the thread funcs in libc if threading is disabled | Mike Frysinger |
2005-12-03 | More hiding, including __mempcpy | 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-10 | Use strchr instead of index (BSD) | 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 |