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
/
include
/
sys
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2
-2
/
+2
2023-11-22
malloc: Use __get_nprocs on arena_get2 (BZ 30945)
Adhemerval Zanella
1
-4
/
+0
2023-11-07
linux: Add PR_SET_VMA_ANON_NAME support
Adhemerval Zanella
1
-0
/
+5
2023-07-05
misc/bits/syslog.h: Clearly separate declaration from definition
Frédéric Bérat
1
-0
/
+4
2023-07-05
misc/bits/select2.h: Clearly separate declaration from definitions
Frédéric Bérat
1
-0
/
+4
2023-07-05
misc/sys/cdefs.h: Create FORTIFY redirects for internal calls
Frédéric Bérat
1
-0
/
+14
2023-06-02
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
1
-2
/
+2
2023-06-01
Use __nonnull for the epoll_wait(2) family of syscalls
Alejandro Colomar
1
-1
/
+2
2023-01-06
Update copyright dates with scripts/update-copyrights
Joseph Myers
2
-2
/
+2
2022-11-08
Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)
Adhemerval Zanella
1
-1
/
+4
2022-09-17
hurd: Factorize at/non-at functions
Samuel Thibault
1
-0
/
+2
2022-06-24
misc: Optimize internal usage of __libc_single_threaded
Adhemerval Zanella
1
-0
/
+11
2022-01-28
Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsg
Adhemerval Zanella
1
-2
/
+8
2022-01-17
Linux: Add epoll_pwait2 (BZ #27359)
Adhemerval Zanella
1
-0
/
+8
2022-01-17
socket: Add the __sockaddr_un_set function
Florian Weimer
1
-0
/
+12
2022-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
2
-2
/
+2
2021-09-27
misc: Add __get_nprocs_sched
Adhemerval Zanella
1
-1
/
+6
2021-09-10
_Static_assert needs two arguments for compatibility with GCC before 9
Florian Weimer
1
-0
/
+7
2021-07-15
socket: Add hidden prototype for setsockopt
Florian Weimer
1
-1
/
+2
2021-06-22
linux: Only use 64-bit syscall if required for select
Adhemerval Zanella
1
-0
/
+5
2021-06-15
time: Add 64-bit time support for getdate
Adhemerval Zanella
1
-1
/
+1
2021-06-15
linux: Add fallback for 64-bit time_t SO_TIMESTAMP{NS}
Adhemerval Zanella
1
-0
/
+5
2021-02-11
linux: Consolidate statvfs implementations
Adhemerval Zanella
1
-2
/
+1
2021-02-11
linux: Consolidate fstatfs implementations
Adhemerval Zanella
1
-4
/
+3
2021-02-10
setrlimit/getrlimit: Use __nonnull to avoid null pointer
Xiaoming Ni
1
-2
/
+2
2021-01-02
Update copyright dates with scripts/update-copyrights
Paul Eggert
2
-2
/
+2
2020-11-11
hurd: Move {,f,l}xstat{,at} and xmknod{at} to compat symbols
Samuel Thibault
1
-31
/
+0
2020-11-11
hurd: keep only required PLTs in ld.so
Samuel Thibault
1
-1
/
+1
2020-10-27
misc: Add internal __getauxval2 function
Florian Weimer
1
-0
/
+5
2020-10-27
time: Add 64-bit time_t support for ftime
Adhemerval Zanella
1
-0
/
+12
2020-10-27
Reinstate ftime and add deprecate message on ftime usage
Adhemerval Zanella
1
-0
/
+1
2020-10-19
Move vtimes to a compatibility symbol
Adhemerval Zanella
1
-1
/
+0
2020-10-16
linux: Add 64-bit time_t support for wait3
Adhemerval Zanella
1
-0
/
+4
2020-10-16
Move ftime to a compatibility symbol
Adhemerval Zanella
1
-1
/
+0
2020-10-15
y2038: Remove not used __fstatat_time64 define
Lukasz Majewski
1
-1
/
+0
2020-10-09
linux: Move xmknod{at} to compat symbols
Adhemerval Zanella
1
-2
/
+2
2020-10-09
linux: Add {f}stat{at} y2038 support
Adhemerval Zanella
1
-0
/
+20
2020-10-09
linux: Disentangle fstatat from fxstatat
Adhemerval Zanella
1
-5
/
+27
2020-10-09
Remove mknod wrapper functions, move them to symbols
Adhemerval Zanella
1
-5
/
+9
2020-10-09
Remove stat wrapper functions, move them to exported symbols
Adhemerval Zanella
1
-37
/
+55
2020-09-28
linux: Add time64 recvmmsg support
Adhemerval Zanella
1
-0
/
+8
2020-09-28
linux: Add time64 select support
Adhemerval Zanella
1
-0
/
+8
2020-09-11
linux: Add time64 pselect support
Adhemerval Zanella
1
-0
/
+16
2020-09-11
Remove internal usage of extensible stat functions
Adhemerval Zanella
1
-0
/
+1
2020-07-09
sysv: linux: Add 64-bit time_t variant for shmctl
Adhemerval Zanella
1
-1
/
+1
2020-07-09
sysv: linux: Add 64-bit time_t variant for msgctl
Adhemerval Zanella
1
-11
/
+1
2020-07-09
sysv: linux: Add 64-bit time_t variant for semctl
Adhemerval Zanella
1
-9
/
+1
2020-07-06
Add the __libc_single_threaded variable
Florian Weimer
1
-0
/
+1
2020-05-20
y2038: linux: Provide __adjtime64 implementation
Lukasz Majewski
1
-0
/
+9
2020-04-30
Add a C wrapper for prctl [BZ #25896]
H.J. Lu
1
-0
/
+1
[next]