summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2012-06-15ssp: rework, sync messages with the ones in glibcPeter S. Mazinger
2012-06-15syslog.c: disable locking in setlogmaskPeter S. Mazinger
2012-06-15syslog.c: no need for hidden vsyslog, use a static __vsyslog insteadPeter S. Mazinger
2012-06-15make UCLIBC_HAS_PROGRAM_INVOCATION_NAME and UCLIBC_HAS___PROGNAME independent...Peter S. Mazinger
2012-06-15tempname.c: remove unneeded attribute_hidden, change type to unsignedPeter S. Mazinger
2012-06-15wordexp.c: use vfork instead of fork on non-MMU archsPeter S. Mazinger
2012-06-15dl-iterate-phdr.c: no need for visible __dl_iterate_phdr, make it staticPeter S. Mazinger
2012-06-15adapt regex to new regex.hPeter S. Mazinger
2012-06-15ftw.c: errno.h has to be included before undefining _LIBCPeter S. Mazinger
2012-06-15regex_old.c: adapt to new regex.hPeter S. Mazinger
2012-06-15errno, h_errno: correct them for non-TLSPeter S. Mazinger
2012-06-15__uClibc_main.c: do not include unused headersPeter S. Mazinger
2012-06-15iconv: Do not include __iconv_codesets into iconv utilityPeter S. Mazinger
2012-06-15errno and *_init cleanupPeter S. Mazinger
2012-06-15__uClibc_main.c: make __uClibc_init hiddenPeter S. Mazinger
2012-06-15getttyent.c: include stdio_ext.h only when neededPeter S. Mazinger
2012-06-15time.c: fix a guard to avoid a warning about unused labelPeter S. Mazinger
2012-06-15resolv.c,time.c,_atexit.c: hide 3 locksPeter S. Mazinger
2012-06-15_hsearch_r.c: use stdlib.h instead of malloc.h for callocPeter S. Mazinger
2012-06-15fnmatch: replace __memset and __memcmpPeter S. Mazinger
2012-06-15locale.c, uClibc_locale.h: provide hidden __curlocale[_set]Peter S. Mazinger
2012-06-15err.c: add attribute_noreturn to static functionsPeter S. Mazinger
2012-06-15err.c, err.h: no need for hidden functionsPeter S. Mazinger
2012-06-15tsd.c: fix commentPeter S. Mazinger
2012-06-15alphasort*.c: use strcoll instead of strcmp to support localesPeter S. Mazinger
2012-06-15scandir,readdir[_t]: use one common source for X() and X64()Peter S. Mazinger
2012-06-15versionsort*.c, alphasort*.c: do not need *64 compiled for __WORDSIZE = 64Peter S. Mazinger
2012-06-15move __getdents[64] prototypes to dirent.hPeter S. Mazinger
2012-06-15dirstream.h: remove unused constantsPeter S. Mazinger
2012-06-15make __uClibc_fini() hiddenPeter S. Mazinger
2012-06-15no need for hidden lockf64Peter S. Mazinger
2012-06-15utent.c, wtent.c: move functions from utxent.cPeter S. Mazinger
2012-06-15utent.c: go back to use static __X() functions without size increasePeter S. Mazinger
2012-06-15regex_old.c: remove unneeded guardPeter S. Mazinger
2012-06-15obstack.c: use libintl.hPeter S. Mazinger
2012-06-15parser_config.[ch]: remove duplicated hidden functionsPeter S. Mazinger
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2012-06-15do not include xlocale.h, it is included by locale.h when neededPeter S. Mazinger
2012-06-15wordexp.c, sysconf.c: include ctype.h for isspacePeter S. Mazinger
2012-05-18ldso: sh: handle _dl_skip_args in linker startup instead of __uClibc_mainFilippo Arcidiacono
2012-04-17locale: avoid segfault freelocale()Bernhard Reutner-Fischer
2012-04-17wchar: Fix BOM emitting in iconv_open()Ed W
2012-04-17ipc: eventually use stat64 in ftok()Bernhard Reutner-Fischer
2012-04-17parse_config: tweak indentationBernhard Reutner-Fischer
2012-04-08regex: silence set-but-unused warningsMike Frysinger
2012-03-26time.c: Readability improvements - no code changesDenys Vlasenko
2011-12-03getutid: add a hidden defMike Frysinger
2011-11-17misc: hide __gen_tempnameBernhard Reutner-Fischer
2011-11-17regex_old: make some internal helpers staticBernhard Reutner-Fischer
2011-10-12libc: fix daylight saving time handlingGuillaume Bourcier