summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2015-06-10strftime: comment on %0xY %+nY %-nYBernhard Reutner-Fischer
2015-04-24merge uClibc changesWaldemar Brodkorb
2015-04-22NPTL: Rename a variableBernhard Reutner-Fischer
2015-03-29merge uClibc git masterWaldemar Brodkorb
2015-03-25utmp: favour POSIX utmpx over SVID utmpBernhard Reutner-Fischer
2015-03-25utmp: Remove unneeded aliasBernhard Reutner-Fischer
2015-03-24utmp: indentBernhard Reutner-Fischer
2015-03-24utmp: Remove unneeded aliasesBernhard Reutner-Fischer
2015-03-24utmp: add _unlocked suffix to internal helpersBernhard Reutner-Fischer
2015-03-24buildsys: HAS_UTMP (XPG2, SVr4 compat) knobBernhard Reutner-Fischer
2015-03-24Revert "utent.c, wtent.c: move functions from utxent.c"Bernhard Reutner-Fischer
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