summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2015-01-26merge upstream changesWaldemar Brodkorb
2015-01-22libc: Avoid redundant setting of ENOMEMBernhard Reutner-Fischer
2015-01-01remove apparently unused code, this time for realThorsten Glaser
2014-12-15mkostemp: fix implementationAnthony G. Basile
2014-12-10mkostemp: fix implementationAnthony G. Basile
2014-11-19locale: Add wcsftime()Bernhard Reutner-Fischer
2014-08-18libc: add issetugid()Anthony G. Basile
2014-04-23weak symbols need to be "defined" weak but "declared" strongVineet Gupta
2014-04-23LT.old: Make __errno_location/__h_errno_location thread safeVineet Gupta
2014-02-15libc: silence warning in ftsBernhard Reutner-Fischer
2013-11-06time.c: make ll_tzname* static againBernhard Reutner-Fischer
2013-11-06misc: fix nm 'No such file' errorBaruch Siach
2013-11-06Fix weak/strong attribute of __errno_location and it's __GI aliasVineet Gupta
2013-08-02libc: add isfdtype()Anthony G. Basile
2013-07-04insque: fix segfault on (prev == NULL)Bartosz Golaszewski
2013-06-28libc: Fix _obstack_newchunk public symbol visBernhard Reutner-Fischer
2013-06-14libc: hide obstack relocationsBernhard Reutner-Fischer
2013-06-14libc/misc/gnu/obprintf.c: implement obstack_printf and obstack_vprintfAnthony G. Basile
2013-06-14config: UCLIBC_HAS_OBSTACK to optionally enable obstack supportAnthony G. Basile
2013-05-28libc: elf: explicitly include uClibc_page.h to make PAGE_SIZE visibleCarmelo Amoroso
2013-05-13libc: deal with aux vect inside __uClibc_main only if !SHAREDFilippo ARCIDIACONO
2013-03-14libc/ipc: Make IPC_64 0 for common-generic ABIVineet Gupta
2013-02-20libc/ipc: Allow architectures to define their own __IPC_64 macroMarkos Chandras
2013-02-20fstatfs64: Prefer fstatfs64 system call instead of __libc_fstatfsMarkos Chandras
2013-02-20libc/statfs64: Skip conversion code for new architecturesMarkos Chandras
2013-02-07buildsys: switch warning into a TODOBernhard Reutner-Fischer
2013-02-05buildsys: switch libc to kbuild-styleBernhard Reutner-Fischer
2013-01-21libc: fix typo in statvfsBernhard Reutner-Fischer
2013-01-21libc: fix typo in statvfsBernhard Reutner-Fischer
2013-01-17statfs: towards _STATFS_F_FLAGSBernhard Reutner-Fischer
2013-01-17statfs: support f_frsizeBernhard Reutner-Fischer
2013-01-16buildsys: link libgcc_eh if DODEBUGBernhard Reutner-Fischer
2012-11-18drop support for pre ISO-C compilersMike Frysinger
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-10-31__uclibc_main: remove stray trailing spaceBernhard Reutner-Fischer
2012-06-15error.c: no need for __error and __error_at_linePeter S. Mazinger
2012-06-15fts.c: add a comment about wrong usage of _lfs_64.hPeter S. Mazinger
2012-06-15shm.c: do not use __libc_X internallyPeter S. Mazinger
2012-06-15use open_not_cancel_2 instead of open_not_cancelPeter S. Mazinger
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