Age | Commit message (Expand) | Author |
2017-11-19 | remove unused FORTIFY code fragments | Waldemar Brodkorb |
2017-07-28 | nptl: remove sysdep-cancel ASM macros, convert to C | Waldemar Brodkorb |
2017-06-22 | remove __FAVOR_BSD | Waldemar Brodkorb |
2015-11-08 | add support for euidaccess/eaccess legacy functions | Waldemar Brodkorb |
2015-11-03 | unistd: fix #if condition | Thomas Petazzoni |
2015-10-14 | syncfs: add system call support | Bartosz Golaszewski |
2015-03-13 | unistd.h: put getppid under XOPEN2K8 | Bernhard Reutner-Fischer |
2014-08-18 | libc: add issetugid() | Anthony G. Basile |
2013-02-20 | truncate: Use truncate64 if arch does not have the truncate syscall | Markos Chandras |
2013-02-20 | symlink: Use symlinkat if arch does not have the symlink syscall | Markos Chandras |
2013-02-20 | readlink: Use readlinkat if arch does not have the readlink syscall | Markos Chandras |
2013-02-20 | chown: Use fchownat if arch does not have the chown syscall | Markos Chandras |
2013-02-20 | unlink: Use unlinkat if arch does not have the unlink syscall | Markos Chandras |
2013-02-20 | link: Use linkat if arch does not have the link syscall | Markos Chandras |
2013-02-20 | access: Use faccessat if arch does not have the access syscall | Markos Chandras |
2013-02-20 | dup2: Use dup3 if arch does not have the dup2 syscall | Markos Chandras |
2013-02-18 | libc: add non standard execvpe function | Henning Heinold |
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-11-14 | libc/sysdeps: add dup3 syscall wrapper | Mike Frysinger |
2012-06-15 | lseek, lseek64: add cancellation for all THREADS | Peter S. Mazinger |
2012-06-15 | fork: provide __libc_fork only if THREADS are enabled | Peter S. Mazinger |
2012-06-15 | add cancellation for read, write, close | Peter S. Mazinger |
2012-06-15 | getpagesize.c, unistd.h: hide __pagesize | Peter S. Mazinger |
2012-06-15 | unistd.h: partial update, mostly related to POSIX 2008 | Peter S. Mazinger |
2012-06-15 | no need for hidden lockf64 | Peter S. Mazinger |
2012-06-15 | cleanup fork() | Peter S. Mazinger |
2012-06-15 | posix_opt.h: update to glibc's NPTL version | Peter S. Mazinger |
2011-11-17 | unistd: hide relocations | Bernhard Reutner-Fischer |
2011-05-12 | linux_specific: handle accept4 and pipe2 | Bernhard Reutner-Fischer |
2011-05-11 | add pipe2() | Bernhard Reutner-Fischer |
2011-03-09 | disable _POSIX2_LOCALEDEF | Peter S. Mazinger |
2009-07-21 | s/UCLIBC_INTERNAL/_LIBC/g | Denys Vlasenko |
2009-04-07 | implement daemon() using clone() on no-mmu systems as suggested by Jamie Lokier | Mike Frysinger |
2009-02-24 | Fix __attribute__ (( __attribute__ ((noreturn)))), which doesn't compile. | Rob Landley |
2009-02-13 | - repair my r25322 that ment to deal with getdomainname()'s visibility | Bernhard Reutner-Fischer |
2009-02-13 | - we may need getdomainname internally | Bernhard Reutner-Fischer |
2008-12-31 | Merge some pre-work from branch, needed by NPTL. | Khem Raj |
2008-12-29 | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko |
2008-11-15 | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer |
2008-11-15 | - revert wrong r24049 | Bernhard Reutner-Fischer |
2008-11-15 | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer |
2008-07-08 | New .config option UCLIBC_HAS_STUBS, enables fork() stub on NOMMU | Denis Vlasenko |
2008-06-05 | - make libcrypt optional. Untested. | Bernhard Reutner-Fischer |
2008-06-03 | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer |
2008-06-01 | Rework smallint machinery so that it will reliably fail to compile | Denis Vlasenko |
2008-05-20 | Introduce and use small[u]int type. Changes in size: | Denis Vlasenko |