| Commit message (Expand) | Author | Age | Files | Lines |
* | hurd: Factorize at/non-at functions | Samuel Thibault | 2022-09-17 | 1 | -0/+4 |
* | elf: Remove __libc_init_secure | Fangrui Song | 2022-04-19 | 1 | -1/+0 |
* | posix: Add terminal control setting support for posix_spawn | Adhemerval Zanella | 2022-01-25 | 1 | -0/+2 |
* | io: Refactor close_range and closefrom | Adhemerval Zanella | 2021-11-24 | 1 | -0/+10 |
* | posix: Add posix_spawn_file_actions_addclosefrom_np | Adhemerval Zanella | 2021-07-08 | 1 | -1/+1 |
* | io: Add closefrom [BZ #10353] | Adhemerval Zanella | 2021-07-08 | 1 | -0/+1 |
* | posix: Consolidate fork implementation | Adhemerval Zanella | 2021-06-24 | 1 | -0/+2 |
* | Add hidden prototypes for fsync, fdatasync | Florian Weimer | 2021-06-22 | 1 | -0/+2 |
* | hurd: Add execveat | Samuel Thibault | 2021-05-18 | 1 | -0/+2 |
* | linux: implement ttyname as a wrapper around ttyname_r. | Érico Nogueira | 2021-05-07 | 1 | -2/+2 |
* | nptl: Remove pwrite from libpthread | Adhemerval Zanella | 2021-03-26 | 1 | -1/+1 |
* | nptl: Remove pread from libpthread | Adhemerval Zanella | 2021-03-26 | 1 | -1/+1 |
* | nptl: Remove lseek from libpthread | Adhemerval Zanella | 2021-03-26 | 1 | -2/+1 |
* | hurd: keep only required PLTs in ld.so | Samuel Thibault | 2020-11-11 | 1 | -0/+2 |
* | hurd: Fix ld.so __access override from libc | Samuel Thibault | 2019-12-01 | 1 | -1/+2 |
* | hurd: Fix ld.so __getcwd override from libc | Samuel Thibault | 2019-12-01 | 1 | -1/+2 |
* | hurd: Fix linknamespace of spawni | Samuel Thibault | 2018-12-07 | 1 | -0/+2 |
* | posix: Fix posix_spawnp to not execute invalid binaries in non compat mode (B... | Adhemerval Zanella | 2018-06-08 | 1 | -0/+2 |
* | hurd: Implement faccessat without AT_EACCESS flag | Samuel Thibault | 2018-01-10 | 1 | -0/+3 |
* | Mark internal unistd functions with attribute_hidden [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -28/+32 |
* | hurd: Fix `revoke' symbol exposition from `unlockpt' | Samuel Thibault | 2017-09-28 | 1 | -0/+1 |
* | Consolidate non cancellable pause call | Adhemerval Zanella | 2017-08-22 | 1 | -2/+0 |
* | tunables: Use direct syscall for access (BZ#21744) | Adhemerval Zanella | 2017-07-24 | 1 | -7/+0 |
* | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 2017-05-11 | 1 | -3/+0 |
* | Consolidate Linux write syscall | Adhemerval Zanella | 2017-05-11 | 1 | -0/+1 |
* | Consolidate Linux read syscall | Adhemerval Zanella | 2017-05-11 | 1 | -0/+1 |
* | posix: Fix internal p{read,write} plt usage | Adhemerval Zanella | 2017-05-02 | 1 | -0/+3 |
* | Assume that dup3 is available | Florian Weimer | 2017-04-18 | 1 | -2/+0 |
* | Assume that pipe2 is always available | Florian Weimer | 2017-04-18 | 1 | -1/+0 |
* | Fix hurd __access_noerrno implementation. | Adhemerval Zanella | 2016-11-18 | 1 | -1/+2 |
* | New internal function __access_noerrno | Adhemerval Zanella | 2016-11-16 | 1 | -0/+6 |
* | posix: New Linux posix_spawn{p} implementation | Adhemerval Zanella | 2016-03-07 | 1 | -0/+1 |
* | Mark internal unistd functions hidden in ld.so | H.J. Lu | 2016-01-06 | 1 | -1/+5 |
* | Assume that SOCK_CLOEXEC is available and works | Florian Weimer | 2015-10-17 | 1 | -1/+0 |
* | PLT avoidance for _exit in rtld. | Roland McGrath | 2015-07-09 | 1 | -0/+1 |
* | Fix getlogin_r namespace (bug 18527). | Joseph Myers | 2015-06-12 | 1 | -0/+2 |
* | Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132). | Joseph Myers | 2014-10-10 | 1 | -4/+1 |
* | Clean up __exit_thread. | Roland McGrath | 2014-05-13 | 1 | -3/+0 |
* | add attribute_hidden to __have_{sock_cloexec,pipe2,dup3 | Mike Frysinger | 2012-08-18 | 1 | -3/+3 |
* | split assume pipe2/dup3/sock_cloexec knobs | Mike Frysinger | 2012-08-18 | 1 | -5/+2 |
* | Fix lots of bitrot for stub configurations. | Roland McGrath | 2012-07-30 | 1 | -1/+1 |
* | Hurd: dup3 | Thomas Schwinge | 2012-05-10 | 1 | -1/+2 |
* | First steps to get conformtest fully working | Ulrich Drepper | 2012-02-25 | 1 | -0/+2 |
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 1 | -19/+19 |
* | Fix __readlink declaration. | Roland McGrath | 2011-11-11 | 1 | -1/+1 |
* | Fix a few problems in fopen and freopen | Ulrich Drepper | 2011-05-15 | 1 | -0/+2 |
* | Fix Linux getlogin{_r,} implementation | Ulrich Drepper | 2010-03-24 | 1 | -0/+3 |
* | Make include/unistd.h suitable for C++ test cases. | Duncan Simpson | 2009-07-23 | 1 | -0/+4 |
* | Add missing __execvpe prototype. | Ulrich Drepper | 2009-06-02 | 1 | -0/+2 |
* | * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias. | Ulrich Drepper | 2008-07-27 | 1 | -0/+7 |