summaryrefslogtreecommitdiffstats
path: root/libc/misc
Commit message (Expand)AuthorAgeFilesLines
* getutid: add a hidden defMike Frysinger2011-12-031-0/+1
* misc: hide __gen_tempnameBernhard Reutner-Fischer2011-11-172-4/+4
* regex_old: make some internal helpers staticBernhard Reutner-Fischer2011-11-171-5/+5
* libc: fix daylight saving time handlingGuillaume Bourcier2011-10-121-1/+1
* Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso2011-06-242-55/+34
|\
| * fts: fix warning due to old-style function definitionCarmelo Amoroso2011-06-241-48/+16
| * wordexp: fix mishandled return value of pipe callBernhard Reutner-Fischer2011-05-121-7/+18
* | Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso2011-05-044-0/+1183
|\|
| * Added fts support for traversing UNIX file hierarchies.Salvatore Cro2011-04-204-0/+1183
* | Merge remote-tracking branch 'origin/master' into prelinkCarmelo Amoroso2011-04-0616-63/+56
|\|
| * time.c, time.h: remove unused hidden strftime/strptimePeter S. Mazinger2011-03-101-6/+6
| * ctype.c, ctype.h: remove commented parts that were banned for removal after 0...Peter S. Mazinger2011-03-101-4/+0
| * _wctype.c, wctype.h: remove unused isw* and wctype_l hidden functionsPeter S. Mazinger2011-03-101-7/+16
| * time.c, wchar.h: remove unused hidden wcsftimePeter S. Mazinger2011-03-101-3/+3
| * ctype.c, _collate.c, str[n]casecmp.c, strlcpy.c: remove unused hidden functionsPeter S. Mazinger2011-03-091-1/+0
| * regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.hPeter S. Mazinger2011-03-091-4/+0
| * fnmatch.c: use MB_CUR_MAX from stdlib.h included earlierPeter S. Mazinger2011-03-091-5/+0
| * remove trailing ';' from _syscallX()Peter S. Mazinger2011-03-093-3/+3
| * locale.c: export newlocale only if XLOCALE is definedPeter S. Mazinger2011-03-071-0/+2
| * locale.c, locale.h: no need for hidden duplocalePeter S. Mazinger2011-03-071-1/+0
| * Add support for DSBT ELF to ld.soMark Salter2011-03-051-1/+3
| * update some headersPeter S. Mazinger2011-03-031-0/+1
| * initialize 2 variables to get rid of compiler warningPeter S. Mazinger2011-03-031-1/+1
| * Correct ssp codePeter S. Mazinger2011-03-031-18/+7
| * add missing prototypesPeter S. Mazinger2011-03-031-2/+5
| * add missing prototypesPeter S. Mazinger2011-03-031-0/+1
| * syntax fixesPeter S. Mazinger2011-03-031-2/+2
| * tempname: fix int precision warningsMike Frysinger2011-02-221-1/+4
| * regex: remove set but not used variableBernhard Reutner-Fischer2011-02-141-3/+1
| * fix a problem with hidden getutent in non-threaded buildsDenys Vlasenko2011-02-061-1/+1
* | Merge remote branch 'origin/master' into prelinkCarmelo Amoroso2011-01-211-1/+1
|\|
| * syslog: fix 'everyone logs with user facility'Roman I Khimov2011-01-111-1/+1
* | Merge commit 'origin/master' into prelinkCarmelo Amoroso2010-11-283-9/+18
|\|
| * libc_utmp: Fix getutmp and getutmpx for x86_64Carmelo Amoroso2010-11-281-2/+4
| * wchar: bug #1471: fix cornercase in mbrtowcBernhard Reutner-Fischer2010-11-241-0/+2
| * parse_config: discard rest of incomplete lineNatanael Copa2010-10-141-0/+7
| * config parser: always initialize line pointerNatanael Copa2010-10-141-2/+1
| * config parser: do not assume that realloc return same pointerNatanael Copa2010-10-141-5/+4
* | ldso: Add implementation of ld.so standalone executionFilippo Arcidiacono2010-09-171-1/+17
|/
* misc: utmpx based logging supportSalvatore Cro2010-09-144-0/+115
* misc: Fix build error about missing PAGE_SIZEAbdoulaye Walsimou Gaye2010-09-061-0/+1
* getserv: fix reading services lines w > 80 charsBernhard Reutner-Fischer2010-08-191-4/+7
* config parser: fix memory corruptionTimo Teräs2010-08-061-2/+2
* add config parserBernhard Reutner-Fischer2010-08-052-3/+273
* silence warning about incompatible types with _dl_init_static_tlsBernhard Reutner-Fischer2010-07-271-1/+1
* Fix ctime() standard compliance bugDavid A Ramos2010-07-271-0/+1
* Revert "don't make __errno_location / __h_errno_location hidden"Austin Foxley2010-07-062-0/+4
* don't make __errno_location / __h_errno_location hiddenPeter Korsgaard2010-07-052-4/+0
* more workarounds for GCC PR32219Timo Teräs2010-06-301-2/+2
* nptl/errno: Use a separate __errno_location for libpthread.Khem Raj2010-06-301-1/+5