Age | Commit message (Expand) | Author |
2015-03-29 | merge uClibc git master | Waldemar Brodkorb |
2015-03-25 | utmp: favour POSIX utmpx over SVID utmp | Bernhard Reutner-Fischer |
2015-03-25 | utmp: Remove unneeded alias | Bernhard Reutner-Fischer |
2015-03-24 | utmp: indent | Bernhard Reutner-Fischer |
2015-03-24 | utmp: Remove unneeded aliases | Bernhard Reutner-Fischer |
2015-03-24 | utmp: add _unlocked suffix to internal helpers | Bernhard Reutner-Fischer |
2015-03-24 | buildsys: HAS_UTMP (XPG2, SVr4 compat) knob | Bernhard Reutner-Fischer |
2015-03-24 | Revert "utent.c, wtent.c: move functions from utxent.c" | Bernhard Reutner-Fischer |
2015-01-26 | merge upstream changes | Waldemar Brodkorb |
2015-01-22 | libc: Avoid redundant setting of ENOMEM | Bernhard Reutner-Fischer |
2015-01-01 | remove apparently unused code, this time for real | Thorsten Glaser |
2014-12-15 | mkostemp: fix implementation | Anthony G. Basile |
2014-12-10 | mkostemp: fix implementation | Anthony G. Basile |
2014-11-19 | locale: Add wcsftime() | Bernhard Reutner-Fischer |
2014-08-18 | libc: add issetugid() | Anthony G. Basile |
2014-04-23 | weak symbols need to be "defined" weak but "declared" strong | Vineet Gupta |
2014-04-23 | LT.old: Make __errno_location/__h_errno_location thread safe | Vineet Gupta |
2014-02-15 | libc: silence warning in fts | Bernhard Reutner-Fischer |
2013-11-06 | time.c: make ll_tzname* static again | Bernhard Reutner-Fischer |
2013-11-06 | misc: fix nm 'No such file' error | Baruch Siach |
2013-11-06 | Fix weak/strong attribute of __errno_location and it's __GI alias | Vineet Gupta |
2013-08-02 | libc: add isfdtype() | Anthony G. Basile |
2013-07-04 | insque: fix segfault on (prev == NULL) | Bartosz Golaszewski |
2013-06-28 | libc: Fix _obstack_newchunk public symbol vis | Bernhard Reutner-Fischer |
2013-06-14 | libc: hide obstack relocations | Bernhard Reutner-Fischer |
2013-06-14 | libc/misc/gnu/obprintf.c: implement obstack_printf and obstack_vprintf | Anthony G. Basile |
2013-06-14 | config: UCLIBC_HAS_OBSTACK to optionally enable obstack support | Anthony G. Basile |
2013-05-28 | libc: elf: explicitly include uClibc_page.h to make PAGE_SIZE visible | Carmelo Amoroso |
2013-05-13 | libc: deal with aux vect inside __uClibc_main only if !SHARED | Filippo ARCIDIACONO |
2013-03-14 | libc/ipc: Make IPC_64 0 for common-generic ABI | Vineet Gupta |
2013-02-20 | libc/ipc: Allow architectures to define their own __IPC_64 macro | Markos Chandras |
2013-02-20 | fstatfs64: Prefer fstatfs64 system call instead of __libc_fstatfs | Markos Chandras |
2013-02-20 | libc/statfs64: Skip conversion code for new architectures | Markos Chandras |
2013-02-07 | buildsys: switch warning into a TODO | Bernhard Reutner-Fischer |
2013-02-05 | buildsys: switch libc to kbuild-style | Bernhard Reutner-Fischer |
2013-01-21 | libc: fix typo in statvfs | Bernhard Reutner-Fischer |
2013-01-21 | libc: fix typo in statvfs | Bernhard Reutner-Fischer |
2013-01-17 | statfs: towards _STATFS_F_FLAGS | Bernhard Reutner-Fischer |
2013-01-17 | statfs: support f_frsize | Bernhard Reutner-Fischer |
2013-01-16 | buildsys: link libgcc_eh if DODEBUG | Bernhard Reutner-Fischer |
2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger |
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger |
2012-10-31 | __uclibc_main: remove stray trailing space | Bernhard Reutner-Fischer |
2012-06-15 | error.c: no need for __error and __error_at_line | Peter S. Mazinger |
2012-06-15 | fts.c: add a comment about wrong usage of _lfs_64.h | Peter S. Mazinger |
2012-06-15 | shm.c: do not use __libc_X internally | Peter S. Mazinger |
2012-06-15 | use open_not_cancel_2 instead of open_not_cancel | Peter S. Mazinger |
2012-06-15 | ssp: rework, sync messages with the ones in glibc | Peter S. Mazinger |
2012-06-15 | syslog.c: disable locking in setlogmask | Peter S. Mazinger |
2012-06-15 | syslog.c: no need for hidden vsyslog, use a static __vsyslog instead | Peter S. Mazinger |