index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sysdeps
/
unix
/
sysv
/
linux
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-04
elf: Make dl-rseq-symbols Linux only
Adhemerval Zanella
1
-0
/
+4
2024-06-04
Linux: Add epoll ioctls
Joe Damato
1
-0
/
+1
2023-11-30
linux: Make fdopendir fail with O_PATH (BZ 30373)
Adhemerval Zanella
1
-0
/
+1
2023-11-07
linux: Add PR_SET_VMA_ANON_NAME support
Adhemerval Zanella
1
-0
/
+1
2023-09-05
linux: Add pidfd_getpid
Adhemerval Zanella Netto
1
-0
/
+3
2023-09-05
posix: Add pidfd_spawn and pidfd_spawnp (BZ 30349)
Adhemerval Zanella Netto
1
-0
/
+18
2023-09-05
linux: Add posix_spawnattr_{get, set}cgroup_np (BZ 26371)
Adhemerval Zanella Netto
1
-0
/
+5
2023-07-05
Exclude routines from fortification
Frédéric Bérat
1
-0
/
+3
2023-06-28
linux: Split tst-ttyname
Adhemerval Zanella
1
-1
/
+2
2023-05-16
linux: Reformat Makefile.
Carlos O'Donell
1
-6
/
+7
2023-05-01
hurd 64bit: Fix struct msqid_ds and shmid_ds fields
Samuel Thibault
1
-2
/
+0
2023-05-01
hurd 64bit: Fix ipc_perm fields types
Samuel Thibault
1
-1
/
+0
2023-04-28
__check_pf: Add a cancellation cleanup handler [BZ #20975]
H.J. Lu
1
-0
/
+2
2023-04-20
linux: Re-flow and sort multiline Makefile definitions
Adhemerval Zanella
1
-48
/
+158
2023-03-29
Remove --enable-tunables configure option
Adhemerval Zanella Netto
1
-3
/
+1
2023-02-01
linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawn
Adhemerval Zanella Netto
1
-2
/
+1
2022-12-19
Linux: Remove epoll_create, inotify_init from syscalls.list
Florian Weimer
1
-0
/
+2
2022-12-19
Linux: Reflow and sort some Makefile variables
Florian Weimer
1
-62
/
+154
2022-08-12
linux: Fix sys/mount.h usage with kernel headers
Adhemerval Zanella
1
-0
/
+8
2022-08-04
Remove ldd libc4 support
Adhemerval Zanella
1
-2
/
+0
2022-07-25
Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT (bug 27654)
Florian Weimer
1
-6
/
+4
2022-07-05
linux: Add tst-mount to check for Linux new mount API
Adhemerval Zanella
1
-0
/
+1
2022-06-24
linux: Add fsopen
Adhemerval Zanella
1
-0
/
+8
2022-06-02
linux: Add process_mrelease
Adhemerval Zanella
1
-0
/
+1
2022-06-02
linux: Add process_madvise
Adhemerval Zanella
1
-0
/
+5
2022-05-17
linux: Add tst-pidfd.c
Adhemerval Zanella
1
-0
/
+1
2022-05-17
linux: Add pidfd_open
Adhemerval Zanella
1
-1
/
+10
2022-05-17
linux: Add a getauxval test [BZ #23293]
Szabolcs Nagy
1
-0
/
+1
2022-02-25
build: Properly generate .d dependency files [BZ #28922]
H.J. Lu
1
-0
/
+3
2022-01-28
Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsg
Adhemerval Zanella
1
-2
/
+8
2022-01-28
linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ#28350)
Adhemerval Zanella
1
-0
/
+3
2022-01-24
getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)
Siddhesh Poyarekar
1
-1
/
+6
2022-01-17
Linux: Add epoll_pwait2 (BZ #27359)
Adhemerval Zanella
1
-1
/
+3
2022-01-12
Revert "linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ #28350)"
Adhemerval Zanella
1
-3
/
+0
2022-01-12
linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ #28350)
Adhemerval Zanella
1
-0
/
+3
2021-12-09
nptl: Add public rseq symbols and <sys/rseq.h>
Florian Weimer
1
-1
/
+2
2021-12-09
nptl: Add glibc.pthread.rseq tunable to control rseq registration
Florian Weimer
1
-0
/
+8
2021-12-09
nptl: Add rseq registration
Florian Weimer
1
-1
/
+8
2021-11-30
linux: Implement mremap in C
Adhemerval Zanella
1
-0
/
+1
2021-11-30
linux: Add prlimit64 C implementation
Adhemerval Zanella
1
-1
/
+1
2021-11-25
linux: Add fanotify_mark C implementation
Adhemerval Zanella
1
-1
/
+2
2021-11-24
io: Refactor close_range and closefrom
Adhemerval Zanella
1
-1
/
+0
2021-07-21
socket: Add time64 alias for sendmmsg
Florian Weimer
1
-0
/
+2
2021-07-21
Linux: Add time64 alias for prctl
Florian Weimer
1
-1
/
+5
2021-07-14
Add static tests for __clone_internal
H.J. Lu
1
-0
/
+9
2021-07-14
Add an internal wrapper for clone, clone2 and clone3
H.J. Lu
1
-1
/
+2
2021-07-12
Linux: Use 32-bit vDSO for clock_gettime, gettimeofday, time (BZ# 28071)
Adhemerval Zanella
1
-0
/
+6
2021-07-12
Reduce <limits.h> pollution due to dynamic PTHREAD_STACK_MIN
Florian Weimer
1
-1
/
+1
2021-07-09
Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
H.J. Lu
1
-1
/
+2
2021-07-08
io: Add closefrom [BZ #10353]
Adhemerval Zanella
1
-1
/
+2
[next]