summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2010-03-25prettify make cleanBernhard Reutner-Fischer
2010-02-03__uClibc_main: use __pagesize to protect against recursionBernhard Reutner-Fischer
2010-02-02remove two checks for gettimeofday errorDenys Vlasenko
2010-02-01errno: hide __libc_resp, __libc_errno, and __libc_h_errnoKhem Raj
2010-01-24wchar.c: fix indentationDenys Vlasenko
2010-01-23silence some warnings about unused paramsBernhard Reutner-Fischer
2010-01-21wordexp: silence shadow warningBernhard Reutner-Fischer
2010-01-09ctime: do not use static struct tm bufferDenys Vlasenko
2009-12-17check if USE_TLS is defined before useHans-Christian Egtvedt
2009-12-13syslog: use send(MSG_NOSIGNAL) instead of write, thus no need to handle SIGPIPEDenys Vlasenko
2009-12-13syslog: fix openlog(xx, LOG_KERN) and optimize a bitDenys Vlasenko
2009-11-20__assert: include unistd.h for smallintBernhard Reutner-Fischer
2009-11-19msgrcv is of type ssize_tPeter S. Mazinger
2009-11-19assert: make linenumber unsignedPeter S. Mazinger
2009-10-22regex: call memcpy() ourselvesMike Frysinger
2009-10-08ftw() is obsolescent in SUSv4Bernhard Reutner-Fischer
2009-10-07clean up O_CLOEXEC handlingMike Frysinger
2009-09-26errno.c: add tls versions of errno and h_errnoAustin Foxley
2009-09-26dl-support.c: add tls supportAustin Foxley
2009-09-19libc/misc/wctype/_wctype.c: make it more readable. no code changesDenys Vlasenko
2009-09-19remove a few more empty #if/#endif pairsDenys Vlasenko
2009-09-18convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2009-09-18fix make {,install_}{,host}utilsBernhard Reutner-Fischer
2009-09-08time.c: style cleanup. no code changes (verified with objdump)Denys Vlasenko
2009-09-08simpler and shorter read_TZ_file() helperDenys Vlasenko
2009-09-06wordexp.c: cleanup - remove old hidden_proto's; remove unused parameterDenys Vlasenko
2009-09-06wordexp.c: fix a bug where we might close stdoutDenys Vlasenko
2009-09-05do not save/restore errno around free() callsDenys Vlasenko
2009-09-05wtmp code: style fixes, no code changesDenys Vlasenko
2009-09-05CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failureDenys Vlasenko
2009-09-05utent.c: fix a few bugs, and shrink a bitDenys Vlasenko
2009-09-05math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATHDenys Vlasenko
2009-08-17support building out-of-treeBernhard Reutner-Fischer
2009-08-17add hidden aliases for newer regex search functionsBernhard Reutner-Fischer
2009-08-01fnmatch.c: Include unistd.h before undefining _LIBC.Khem Raj
2009-07-31fnmatch.c: Change scope of posixly_correct to be global.Khem Raj
2009-07-28remove erroneous ';'Bernhard Reutner-Fischer
2009-07-23fix dl_iterate_phdr() for FDPIC systemsMike Frysinger
2009-07-20fix building for systems w/out ldso supportMike Frysinger
2009-07-20first pass at implementing *at funcsMike Frysinger
2009-07-20dirent: push dirent type to prototypesMike Frysinger
2009-07-20regex: convert #if to #ifdefMike Frysinger
2009-07-20add hidden aliases for older regex search functionsMike Frysinger
2009-07-05Check #if feature test macros are defined where they may not beRon
2009-07-05Provide token prototypes for functions that are external but have no headerRon
2009-06-28wchar: fix inverted parameters in error messageAndré Goddard Rosa
2009-02-13- fix fallout from r24140 and r24160 for !CTYPE_TABLESBernhard Reutner-Fischer
2009-02-08Add strverscmp() and versionsort[64]().Denis Vlasenko
2009-01-28"make utils" now successfully makes utils for targetDenis Vlasenko