summaryrefslogtreecommitdiff
path: root/libc
AgeCommit message (Expand)Author
2002-07-16Do not assume NULL termination on the ut_id field. ThanksEric Andersen
2002-07-15Clean up CLK_TCK situation. clock() and sysconf() now use anManuel Novoa III
2002-07-15stupid cut-n-paste bugEric Andersen
2002-07-15Patch for a silly bug from David BlytheEric Andersen
2002-07-15Silence a couple of silly warningsEric Andersen
2002-07-15Rework pread and pwrite support so it should actually work.Eric Andersen
2002-07-11Kill this stale fileEric Andersen
2002-07-10Tobias Anderberg <tobias.anderberg@axis.com> noticed thatEric Andersen
2002-07-10Per bug report from Ronald Wahl <rwa@peppercon.com>:Eric Andersen
2002-07-10Patch from Ronald Wahl <rwa@peppercon.com> to fix a memory leakEric Andersen
2002-07-08Remove obsolete code.Manuel Novoa III
2002-07-08Fix a preprocessor buglet. Redo sys_siglist/strsignal/psignal.Manuel Novoa III
2002-07-08Finer grained locking in __connect_dns() so we don't hold theEric Andersen
2002-07-07Obligatory forgotten file.Manuel Novoa III
2002-07-07Attempt to clean up the strerror_r situation.Manuel Novoa III
2002-07-07Doh! search-n-replace strikes againEric Andersen
2002-07-07Fix namespace pollution by hiding statfix and statfix64 byEric Andersen
2002-07-07Cleanup namespace leaks by prepending __ to global stuff toEric Andersen
2002-07-07Kill namespace pollution in getrpcent.c. Silence other rpc warningsEric Andersen
2002-07-07Patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to cleanupEric Andersen
2002-07-06Stupid filesystems like cramfs fail to guarantee that st_ino and st_devEric Andersen
2002-07-05Add copyright message and remove dead code.Manuel Novoa III
2002-07-05Add two missing glibc wide string funcs as well as OpenBSD string funcsManuel Novoa III
2002-07-05Only define __uwchar_t if wide char support is enabled.Manuel Novoa III
2002-07-03Add a weak to make apache happyEric Andersen
2002-07-03Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III
2002-07-03Make clone work, part 2.Eric Andersen
2002-07-03Fix clone so it compilesEric Andersen
2002-07-02Oops. missed a spotEric Andersen
2002-07-02openlog could deadlock when called from vsyslog, soEric Andersen
2002-07-01This patch, from Ronald Wahl <rwa@peppercon.com>, fixes theEric Andersen
2002-06-26Several cleanups/fixes from Marshall M. Midden <m4@brecis.com>Eric Andersen
2002-06-21Fix support for 2.0.x linux kernels. Oops.Eric Andersen
2002-06-20Cleanup the function pointer comparisionsEric Andersen
2002-06-20Fix DNS resolution so that it once again works. I'd broken itEric Andersen
2002-06-19Oops. Looks like I broke ttyname. Fix it.Eric Andersen
2002-06-18Cleanup the getcwd implementation (again) since I broke itEric Andersen
2002-06-18Make sure the sccsid tags never get compiled in.Eric Andersen
2002-06-18Eliminate all the pointless globals from getcwd(). DefaultEric Andersen
2002-06-18Add in thread locking for tzset() and associated data. Also, fix a bug soManuel Novoa III
2002-06-18Kill kernel_version.c, which is completely meaningless crapEric Andersen
2002-06-18Rework, reduce the size, add proper lockingEric Andersen
2002-06-18Remove obsolete files.Manuel Novoa III
2002-06-18Fix perror() and printf("%m") to not call strerror(), as required by theManuel Novoa III
2002-06-18Silly name changeEric Andersen
2002-06-18Rework and kill pointless static variableEric Andersen
2002-06-18Fix thread locking so it worksEric Andersen
2002-06-18Fix locking. KillEric Andersen
2002-06-18Some commentaryEric Andersen
2002-06-18Patch from Martin Proulx <mproulx@okiok.com> to supportEric Andersen