OSDN Git Service

krichy writes in 292:
[uclinux-h8/uClibc.git] / libc / misc / syslog / syslog.c
2008-01-05 Mike Frysingerkrichy writes in 292:
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
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-10 Peter S. MazingerUse strchr instead of index (BSD)
2005-04-16 Mike Frysingercbachman writes Bug 195:
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-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-11-21 Eric AndersenAdjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC...
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.
2000-10-25 Eric AndersenA few more syscalls.