OSDN Git Service

arm: use PATH_MEM in ioperm()
[uclinux-h8/uClibc.git] / libc / misc / syslog /
2011-01-21 Carmelo AmorosoMerge remote branch 'origin/master' into prelink
2011-01-11 Roman I Khimovsyslog: fix 'everyone logs with user facility'
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2009-12-16 Austin FoxleyMerge remote branch 'origin/master' into nptl
2009-12-13 Denys Vlasenkosyslog: use send(MSG_NOSIGNAL) instead of write, thus...
2009-12-13 Denys Vlasenkosyslog: fix openlog(xx, LOG_KERN) and optimize a bit
2009-09-18 Bernhard Reutner... trim Experimentally off and uncommented hidden
2009-09-05 Denys Vlasenkomath.h: fix trivial typo (missing !): !defined __NO_LON...
2009-08-17 Bernhard Reutner... support building out-of-tree
2008-12-01 Denis Vlasenkoon Bernd's request, remove commented-out code snippets
2008-12-01 Denis Vlasenkooptimize signal mask ops. comment out "impossible"...
2008-11-20 Denis VlasenkoLast portion of libc_hidden_proto removal.
2008-11-20 Denis Vlasenkonext portion of libc_hidden_proto removal
2008-11-18 Denis Vlasenkolibc_hidden_proto removal, just a few functions
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-06-06 Denis VlasenkoFix hard-to-rigger locking bug in vsyslog():
2008-06-03 Denis Vlasenkosyslog.c: fix a buglet in prev-last commit: logic inver...
2008-06-03 Denis Vlasenkosyslog.c: fix indentation and style. No code changes.
2008-06-03 Denis VlasenkoFix bug 575 and other small problems noticed along...
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2008-05-30 Bernhard Reutner... - shrink a little bit.
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-04-28 Denis VlasenkoExperimentally move libc_hidden_proto(time) to time.h.
2008-01-05 Mike Frysingerblah, enable the stupid hidden proto for fcntl
2008-01-05 Mike Frysingerkrichy writes in 292:
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-07-05 Eric Andersenfixup my copyright notice, trim stale remnants of older...
2006-02-13 Peter S. Mazingerlibc-{a,so,multi}-y replaced by libc-y covering common...
2006-01-22 Peter S. MazingerEnable _GNU_SOURCE build wide, trying to get consistent...
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-13 Peter S. MazingerConvert all users of earlier hiddens
2005-12-10 Mike Frysingerfix warning
2005-12-09 Peter S. MazingerImplement hidden poll, switch user to hidden *printf...
2005-12-08 Peter S. Mazingermmap/mremap/socket/rewind gone
2005-12-08 Peter S. MazingerConvert the rest of users to hidden
2005-12-08 Peter S. MazingerReorder and remove prototypes
2005-12-06 Peter S. MazingerAdd prototype for __time, #define time __time is not...
2005-12-06 Mike Frysingermacro out the thread funcs in libc if threading is...
2005-12-03 Peter S. MazingerMore hiding, including __mempcpy
2005-12-01 Peter S. MazingerHide mostly used functions
2005-11-27 Peter S. MazingerHide some of mem* and str*
2005-11-21 Peter S. MazingerRemove TOPDIR
2005-11-10 Peter S. MazingerUse strchr instead of index (BSD)
2005-11-01 Peter S. MazingerRemove last unused references to libc-a-pic-, we use...
2005-10-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-04 "Steven J. Hill"Clean up pthread include mess. Some of these will be...
2005-04-16 Mike Frysingercbachman writes Bug 195:
2005-01-25 Mike Frysingermerge parallel build support
2005-01-11 Eric AndersenJean writes:
2004-04-06 Eric AndersenFix a bug noticed by Oleg I. Vdovikin, oleg at cs dot...
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-04-19 Eric AndersenPatch from Marshall M. Midden:
2002-09-10 Eric AndersenPatch from Tiago Marques <tmarques@viaconnect.inf.br...
2002-07-10 Eric AndersenTobias Anderberg <tobias.anderberg@axis.com> noticed...
2002-07-02 Eric AndersenOops. missed a spot
2002-07-02 Eric Andersenopenlog could deadlock when called from vsyslog, so
2002-06-18 Eric AndersenFix thread locking so it works
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-21 Eric AndersenAdjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC...
2001-05-12 Eric AndersenOk, this should finish off my massive ro-organization...
2001-04-06 Eric AndersenFix include/errno.h to not use kernel header, and inste...
2001-02-05 Eric AndersenFix up the networking includes
2001-01-15 Eric AndersenMake the implementation match the header file.
2001-01-11 Eric AndersenA large update from Manuel Novoa III <mnovoa3@bellsouth...
2000-11-04 Eric AndersenFix doc blunder.
2000-11-04 Eric AndersenMake spelling of uClibc be consistant.
2000-10-25 Eric AndersenA few more syscalls.