Age | Commit message (Expand) | Author |
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-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-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-10 | Use strchr instead of index (BSD) | Peter S. Mazinger |
2005-04-16 | cbachman writes Bug 195: | Mike Frysinger |
2005-01-11 | Jean writes: | Eric Andersen |
2004-04-06 | Fix a bug noticed by Oleg I. Vdovikin, oleg at cs dot msu dot su. | Eric Andersen |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-04-19 | Patch from Marshall M. Midden: | Eric Andersen |
2002-09-10 | Patch from Tiago Marques <tmarques@viaconnect.inf.br> -- fall back to | Eric Andersen |
2002-07-10 | Tobias Anderberg <tobias.anderberg@axis.com> noticed that | Eric Andersen |
2002-07-02 | Oops. missed a spot | Eric Andersen |
2002-07-02 | openlog could deadlock when called from vsyslog, so | Eric Andersen |
2002-06-18 | Fix thread locking so it works | Eric Andersen |
2001-11-21 | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen |
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen |
2001-02-05 | Fix up the networking includes | Eric Andersen |
2001-01-15 | Make the implementation match the header file. | Eric Andersen |
2000-10-25 | A few more syscalls. | Eric Andersen |