summaryrefslogtreecommitdiffstats
path: root/libc/misc/syslog
Commit message (Expand)AuthorAgeFilesLines
* - less verbose make cleanBernhard Reutner-Fischer2008-11-071-4/+4
* Fix hard-to-rigger locking bug in vsyslog():Denis Vlasenko2008-06-061-9/+13
* syslog.c: fix a buglet in prev-last commit: logic inversion in closelogDenis Vlasenko2008-06-031-3/+3
* syslog.c: fix indentation and style. No code changes.Denis Vlasenko2008-06-031-47/+46
* Fix bug 575 and other small problems noticed along the way.Denis Vlasenko2008-06-031-42/+46
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-0/+2
* - shrink a little bit.Bernhard Reutner-Fischer2008-05-301-14/+10
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-6/+6
* Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko2008-04-281-1/+1
* blah, enable the stupid hidden proto for fcntlMike Frysinger2008-01-051-1/+1
* krichy writes in 292:Mike Frysinger2008-01-051-1/+1
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-23/+19
* fixup my copyright notice, trim stale remnants of older notices whichEric Andersen2006-07-051-1/+0
* libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a...Peter S. Mazinger2006-02-131-11/+8
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-45/+63
* Convert all users of earlier hiddensPeter S. Mazinger2005-12-131-1/+1
* fix warningMike Frysinger2005-12-101-1/+1
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-4/+5
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-1/+1
* Convert the rest of users to hiddenPeter S. Mazinger2005-12-081-1/+1
* Reorder and remove prototypesPeter S. Mazinger2005-12-081-61/+55
* Add prototype for __time, #define time __time is not usable herePeter S. Mazinger2005-12-061-2/+2
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-6/+3
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-17/+25
* Hide mostly used functionsPeter S. Mazinger2005-12-011-17/+15
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+2
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Use strchr instead of index (BSD)Peter S. Mazinger2005-11-101-1/+1
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-39/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+26
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-9/+8
* Clean up pthread include mess. Some of these will be needed to support NPTL, ..."Steven J. Hill"2005-10-041-0/+4
* cbachman writes Bug 195:Mike Frysinger2005-04-161-0/+4
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Jean writes:Eric Andersen2005-01-111-1/+9
* Fix a bug noticed by Oleg I. Vdovikin, oleg at cs dot msu dot su.Eric Andersen2004-04-061-4/+0
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Patch from Marshall M. Midden:Eric Andersen2003-04-191-33/+39
* Patch from Tiago Marques <tmarques@viaconnect.inf.br> -- fall back toEric Andersen2002-09-101-3/+12
* Tobias Anderberg <tobias.anderberg@axis.com> noticed thatEric Andersen2002-07-101-1/+1
* Oops. missed a spotEric Andersen2002-07-021-0/+1
* openlog could deadlock when called from vsyslog, soEric Andersen2002-07-021-1/+1
* Fix thread locking so it worksEric Andersen2002-06-181-45/+20
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-211-1/+1
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-1/+1