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
/
gnu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
login: Use unsigned 32-bit types for seconds-since-epoch
Florian Weimer
2024-04-19
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
21
-21
/
+21
*
Add TCP_MD5SIG_FLAG_IFINDEX from Linux 5.6 to netinet/tcp.h.
Tobias Klauser
2023-11-28
1
-1
/
+2
*
configure: Use autoconf 2.71
Siddhesh Poyarekar
2023-07-17
1
-0
/
+1
*
Fix misspellings in sysdeps/ -- BZ 25337
Paul Pluzhnikov
2023-05-30
1
-3
/
+3
*
hurd 64bit: Fix struct msqid_ds and shmid_ds fields
Samuel Thibault
2023-05-01
5
-35
/
+86
*
hurd 64bit: Fix ipc_perm fields types
Samuel Thibault
2023-05-01
3
-12
/
+38
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
18
-18
/
+18
*
errlist: add missing entry for EDEADLOCK (bug 29545)
Andreas Schwab
2022-09-08
1
-0
/
+3
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
18
-18
/
+18
*
Remove "Contributed by" lines
Siddhesh Poyarekar
2021-09-03
3
-3
/
+0
*
hurd: Fix glob lstat compatibility
Samuel Thibault
2021-07-22
1
-1
/
+2
*
Add RFC 8335 Definitions from Linux 5.13
Andreas Roeseler
2021-06-29
1
-0
/
+18
*
posix: Add glob64 with 64-bit time_t support
Adhemerval Zanella
2021-06-15
1
-1
/
+2
*
Annotate additional APIs with GCC attribute access.
Martin Sebor
2021-05-06
1
-1
/
+3
*
Move sysdeps/gnu/unwind-resume.c to sysdeps/generic/unwind-resume.c
Florian Weimer
2021-03-01
1
-83
/
+0
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
19
-19
/
+19
*
string: Fix strerrorname_np return value [BZ #26555]
Adhemerval Zanella
2020-09-29
1
-152
/
+149
*
Remove internal usage of extensible stat functions
Adhemerval Zanella
2020-09-11
2
-2
/
+2
*
signal: Move sys_errlist to a compat symbol
Adhemerval Zanella
2020-07-07
5
-1781
/
+799
*
signal: Move sys_siglist to a compat symbol
Adhemerval Zanella
2020-07-07
1
-78
/
+0
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
22
-22
/
+22
*
Add TCP_TX_DELAY from Linux 5.3 to netinet/tcp.h.
Joseph Myers
2019-09-27
1
-0
/
+1
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
22
-22
/
+22
*
login: Add nonstring attributes to struct utmp, struct utmpx [BZ #24899]
Florian Weimer
2019-08-15
1
-4
/
+8
*
login: Assume that _HAVE_UT_* constants are true
Florian Weimer
2019-08-13
1
-126
/
+0
*
Add UDP_GRO from Linux 5.0 to netinet/udp.h.
Joseph Myers
2019-03-25
1
-0
/
+1
*
Break more lines before not after operators.
Joseph Myers
2019-02-25
3
-17
/
+21
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
23
-23
/
+23
*
hurd: Fix build
Samuel Thibault
2018-10-31
1
-2
/
+2
*
hurd: Document how to translate EIEIO error message
Samuel Thibault
2018-10-31
1
-0
/
+13
*
Update netinet/udp.h from Linux 4.18.
Joseph Myers
2018-08-27
1
-0
/
+1
*
Update netinet/tcp.h from Linux 4.18.
Joseph Myers
2018-08-21
1
-0
/
+16
*
hurd: Fix shmid_ds's shm_segsz field type
Samuel Thibault
2018-06-02
1
-1
/
+1
*
Increase robustness of internal dlopen() by using RTLD_NOW [BZ #22766]
Tulio Magno Quites Machado Filho
2018-04-26
1
-5
/
+2
*
hurd: Fix symbols exposition
Samuel Thibault
2018-04-19
2
-3
/
+3
*
Fix errno values
Samuel Thibault
2018-03-20
1
-16
/
+16
*
Add TCP_FASTOPEN_KEY, TCP_FASTOPEN_NO_COOKIE from Linux 4.15.
Joseph Myers
2018-02-06
1
-0
/
+2
*
LIBC_SLIBDIR_RTLDDIR: substitute arguments in single quotes
Andreas Schwab
2018-01-25
1
-2
/
+2
*
csu: Update __libgcc_s_init comment
Florian Weimer
2018-01-11
1
-2
/
+6
*
hurd: Fix glob64 compatibility symbols
Samuel Thibault
2018-01-06
3
-3
/
+90
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
21
-21
/
+21
*
The -Wstringop-truncation option new in GCC 8 detects common misuses
Martin Sebor
2017-11-15
1
-3
/
+6
*
hurd: Fix `getifaddrs' and `freeifaddrs' symbol exposition
Samuel Thibault
2017-09-28
1
-0
/
+2
*
posix: Sync glob with gnulib [BZ #1062]
Adhemerval Zanella
2017-09-08
2
-3
/
+10
*
Update netinet/tcp.h from Linux 4.13.
Joseph Myers
2017-09-07
1
-2
/
+8
*
Regenerate sysdeps/gnu/errlist.c.
Zack Weinberg
2017-06-04
1
-45
/
+37
*
manual: Convert errno @comments to new @errno macro.
Rical Jasan
2017-05-19
1
-16
/
+5
*
Add TCP_FASTOPEN_CONNECT from Linux 4.11 to netinet/tcp.h.
Joseph Myers
2017-05-01
1
-0
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2017-01-01
21
-21
/
+21
[next]