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
/
alpha
/
bits
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
31
-31
/
+31
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
31
-31
/
+31
*
Add ADDRB from Linux 6.0 to bits/termios-c_cflag.h
Joseph Myers
2022-10-24
1
-0
/
+4
*
Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375)
Andreas Schwab
2022-10-10
1
-12
/
+10
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2022-01-01
31
-31
/
+31
*
Define PTHREAD_STACK_MIN to sysconf(_SC_THREAD_STACK_MIN)
H.J. Lu
2021-07-09
2
-99
/
+20
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2021-01-02
31
-31
/
+31
*
alpha: Remove anonymous union in struct stat [BZ #27042]
Matt Turner
2020-12-21
1
-39
/
+42
*
linux: Move the struct stat{64} to struct_stat.h
Adhemerval Zanella
2020-10-09
1
-37
/
+6
*
Remove mknod wrapper functions, move them to symbols
Adhemerval Zanella
2020-10-09
1
-4
/
+0
*
Remove stat wrapper functions, move them to exported symbols
Adhemerval Zanella
2020-10-09
1
-9
/
+0
*
signal: Add signum-{generic,arch}.h
Adhemerval Zanella
2020-07-07
2
-40
/
+67
*
semaphore: consolidate arch headers into a generic one
Vineet Gupta
2020-05-06
1
-33
/
+0
*
sysv: Define __KERNEL_OLD_TIMEVAL_MATCHES_TIMEVAL64
Alistair Francis
2020-04-02
1
-0
/
+3
*
Use gcc -finput-charset=ascii for check-installed-headers.
Stefan Liebler
2020-02-13
1
-1
/
+1
*
y2038: Define __suseconds64_t type to be used with struct __timeval64
Lukasz Majewski
2020-02-07
1
-0
/
+1
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2020-01-01
32
-32
/
+32
*
Define __STATFS_MATCHES_STATFS64
Alistair Francis
2019-10-24
1
-0
/
+3
*
sysvipc: Set ipc_perm mode as mode_t (BZ#18231)
Adhemerval Zanella
2019-10-10
1
-54
/
+0
*
Prefer https to http for gnu.org and fsf.org URLs
Paul Eggert
2019-09-07
33
-33
/
+33
*
Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]
Florian Weimer
2019-07-24
1
-0
/
+38
*
termios: Consolidate termios.h
Adhemerval Zanella
2019-01-03
1
-69
/
+0
*
termios: Remove Linux _IOT_termios
Adhemerval Zanella
2019-01-03
1
-3
/
+0
*
termios: Consolidate tcflow symbolic constants
Adhemerval Zanella
2019-01-03
1
-5
/
+1
*
termios: Consolidate local mode definitions
Adhemerval Zanella
2019-01-03
2
-21
/
+43
*
termios: Consolidate control mode definitions
Adhemerval Zanella
2019-01-03
2
-13
/
+36
*
termios: Consolidate Baud Rate Selection definitions (BZ#23783)
Adhemerval Zanella
2019-01-03
2
-25
/
+47
*
termios: Consolidate Output Modes definitions
Adhemerval Zanella
2019-01-03
2
-45
/
+67
*
termios: Consolidate Input Modes definitions.
Adhemerval Zanella
2019-01-03
2
-17
/
+39
*
termios: Consolidate termios c_cc symbolic constants
Adhemerval Zanella
2019-01-03
2
-19
/
+41
*
termios: Consolidate struct termios
Adhemerval Zanella
2019-01-03
2
-14
/
+38
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
26
-26
/
+26
*
Use common bits/shm.h for more architectures.
Joseph Myers
2018-10-10
1
-101
/
+0
*
Use common bits/sem.h for more architectures.
Joseph Myers
2018-10-10
1
-85
/
+0
*
Use common bits/msq.h for more architectures.
Joseph Myers
2018-10-10
1
-75
/
+0
*
Complete sys/procfs.h unification.
Joseph Myers
2018-09-25
2
-0
/
+63
*
Add SHM_STAT_ANY from Linux 4.17 to bits/shm.h.
Joseph Myers
2018-06-18
1
-0
/
+1
*
Add SEM_STAT_ANY from Linux 4.17 to bits/sem.h.
Joseph Myers
2018-06-18
1
-0
/
+1
*
Add MSG_STAT_ANY from Linux 4.17 to bits/msq.h.
Joseph Myers
2018-06-18
1
-0
/
+1
*
Add MAP_FIXED_NOREPLACE from Linux 4.17 to bits/mman.h.
Joseph Myers
2018-06-05
1
-0
/
+2
*
Define XTABS to TAB3 on alpha to match Linux 4.16.
Joseph Myers
2018-04-20
1
-1
/
+1
*
hurd: Fix includability of <hurd/signal.h> in all standards
Samuel Thibault
2018-03-05
1
-0
/
+5
*
Alpha: Fix the RLIM_INFINITY and RLIM64_INFINITY constants
Aurelien Jarno
2018-01-05
1
-3
/
+3
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2018-01-01
27
-27
/
+27
*
Fix XPG4.2 bits/sigaction.h namespace (bug 21899).
Joseph Myers
2017-08-07
1
-3
/
+3
*
Factor out shared definitions from bits/signum.h.
Zack Weinberg
2017-06-20
1
-55
/
+14
*
Define struct rusage in sys/wait.h when required (bug 21575).
Joseph Myers
2017-06-19
1
-43
/
+1
*
Remove __need macros from errno.h (__need_Emath, __need_error_t).
Zack Weinberg
2017-06-14
1
-27
/
+15
*
Define SIG_HOLD for XPG4 (bug 21538).
Joseph Myers
2017-06-05
1
-1
/
+1
*
Split up bits/sigstack.h.
Joseph Myers
2017-05-19
1
-27
/
+0
[next]