summaryrefslogtreecommitdiffstats
path: root/libc/misc/syslog
Commit message (Expand)AuthorAgeFilesLines
* syslog: fix 'everyone logs with user facility'Roman I Khimov2011-01-111-1/+1
* prettify make cleanBernhard Reutner-Fischer2010-03-251-2/+2
* 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
* support building out-of-treeBernhard Reutner-Fischer2009-08-171-0/+2
* 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
* - 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