summaryrefslogtreecommitdiffstats
path: root/libc/misc/syslog/syslog.c
Commit message (Expand)AuthorAgeFilesLines
* syslog: fix 'everyone logs with user facility'Roman I Khimov2011-01-111-1/+1
* syslog: use send(MSG_NOSIGNAL) instead of write, thus no need to handle SIGPIPEDenys Vlasenko2009-12-131-7/+6
* syslog: fix openlog(xx, LOG_KERN) and optimize a bitDenys Vlasenko2009-12-131-45/+57
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-24/+1
* math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATHDenys Vlasenko2009-09-051-1/+1
* on Bernd's request, remove commented-out code snippetsDenis Vlasenko2008-12-011-4/+0
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-011-4/+3
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-8/+8
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-7/+7
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* 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
* - 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
* 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
* Use strchr instead of index (BSD)Peter S. Mazinger2005-11-101-1/+1
* cbachman writes Bug 195:Mike Frysinger2005-04-161-0/+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
* 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
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-211-1/+1
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-1/+1
* Fix up the networking includesEric Andersen2001-02-051-17/+14
* Make the implementation match the header file.Eric Andersen2001-01-151-3/+2
* A few more syscalls.Eric Andersen2000-10-251-0/+349