summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
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
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