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