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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-04
hurd: Only init early static TLS if it's used to store stack or pointer guards
Sergey Bugaev
1
-4
/
+11
2024-01-04
hurd: Make init-first.c no longer x86-specific
Sergey Bugaev
1
-2
/
+2
2024-01-04
hurd: Drop x86-specific assembly from init-first.c
Sergey Bugaev
1
-9
/
+1
2024-01-04
hurd: Pass the data pointer to _hurd_stack_setup explicitly
Sergey Bugaev
3
-9
/
+11
2024-01-04
x86-64/cet: Check the restore token in longjmp
H.J. Lu
3
-145
/
+84
2024-01-04
localedata: ru_RU, ru_UA: convert to UTF-8
Mike FABIAN
2
-75
/
+75
2024-01-04
localedata: es_??: convert to UTF-8
Mike FABIAN
20
-114
/
+114
2024-01-04
localedata: miq_NI: convert to UTF-8
Mike FABIAN
1
-7
/
+7
2024-01-04
i386: Ignore --enable-cet
H.J. Lu
9
-130
/
+136
2024-01-03
mach: Drop SNARF_ARGS macro
Sergey Bugaev
2
-21
/
+0
2024-01-03
mach: Drop some unnecessary vm_param.h includes
Sergey Bugaev
2
-2
/
+0
2024-01-03
hurd: Declare _hurd_intr_rpc_msg* with protected visibility
Sergey Bugaev
1
-3
/
+3
2024-01-03
hurd: Add some missing includes
Sergey Bugaev
3
-1
/
+3
2024-01-03
localedata: fy_DE: make this "Western Frisian" to agree with the language code "fy"
Mike FABIAN
1
-29
/
+35
2024-01-03
localedata: fy_DE, fy_NL: convert to UTF-8
Mike FABIAN
2
-3
/
+3
2024-01-03
localedata: ast_ES: convert to UTF-8
Mike FABIAN
1
-9
/
+9
2024-01-03
localedata: ast_ES: Remove wrong copyright text
Mike FABIAN
1
-3
/
+1
2024-01-03
localedata: de_{AT,BE,CH,IT,LU}: convert to UTF-8
Mike FABIAN
5
-24
/
+24
2024-01-03
localedata: lv_LV, it_IT, it_CH: convert to UTF-8
Mike FABIAN
3
-33
/
+33
2024-01-03
localedata: it_IT, lv_LV: currency symbol should follow the amount
Mike FABIAN
2
-6
/
+6
2024-01-03
Implement C23 <stdbit.h>
Joseph Myers
133
-15
/
+7011
2024-01-03
localedata: ms_MY should not use 12-hour format
Mike FABIAN
1
-7
/
+8
2024-01-02
localedata: es_ES: convert to UTF-8
Mike FABIAN
1
-9
/
+9
2024-01-02
localedata: es_ES: Add am_pm strings
Mike FABIAN
1
-1
/
+1
2024-01-02
aarch64: Add longjmp test for SME
Szabolcs Nagy
2
-0
/
+283
2024-01-02
aarch64: Add setcontext support for SME
Szabolcs Nagy
1
-0
/
+19
2024-01-02
aarch64: Add longjmp support for SME
Szabolcs Nagy
1
-0
/
+22
2024-01-02
aarch64: Add SME runtime support
Szabolcs Nagy
3
-3
/
+129
2024-01-02
localedata: convert uz_UZ and uz_UZ@cyrillic to UTF-8
Mike FABIAN
2
-56
/
+56
2024-01-02
localedata: uz_UZ and uz_UZ@cyrillic: Fix decimal point and thousands separator
Mike FABIAN
2
-4
/
+4
2024-01-02
libio: Check remaining buffer size in _IO_wdo_write (bug 31183)
Florian Weimer
1
-1
/
+1
2024-01-02
getaddrinfo: translate ENOMEM to EAI_MEMORY (bug 31163)
Andreas Schwab
1
-1
/
+8
2024-01-01
string: Add additional output in test-strchr failure
Noah Goldstein
1
-5
/
+12
2024-01-01
Add a setjmp/longjmp test between user contexts
H.J. Lu
2
-0
/
+139
2024-01-01
x86/cet: Add -fcf-protection=none before -fcf-protection=branch
H.J. Lu
1
-4
/
+4
2024-01-01
Regenerate libc.pot
Andreas K. Hüttel
1
-159
/
+173
2024-01-01
Omit regex.c pragmas no longer needed
Paul Eggert
1
-4
/
+0
2024-01-01
Update copyright dates not handled by scripts/update-copyrights
Paul Eggert
21
-21
/
+21
2024-01-01
Update copyright in generated files by running "make"
Paul Eggert
2
-2
/
+2
2024-01-01
Update copyright dates with scripts/update-copyrights
Paul Eggert
12589
-12621
/
+12621
2024-01-01
x86/cet: Run some CET tests with shadow stack
H.J. Lu
4
-0
/
+17
2024-01-01
x86/cet: Don't set CET active by default
H.J. Lu
2
-2
/
+15
2024-01-01
x86/cet: Check feature_1 in TCB for active IBT and SHSTK
H.J. Lu
3
-1
/
+35
2024-01-01
x86/cet: Enable shadow stack during startup
H.J. Lu
10
-146
/
+175
2024-01-01
elf: Always provide _dl_get_dl_main_map in libc.a
H.J. Lu
2
-6
/
+3
2024-01-01
x86/cet: Sync with Linux kernel 6.6 shadow stack interface
H.J. Lu
15
-133
/
+173
2023-12-30
RISC-V: Add support for dl_runtime_profile (BZ #31151)
Aurelien Jarno
4
-1
/
+225
2023-12-29
debug: Add fortify wprintf tests
Adhemerval Zanella
2
-0
/
+106
2023-12-29
debug: Add fortify syslog tests
Adhemerval Zanella
2
-0
/
+133
2023-12-29
debug: Add fortify dprintf tests
Adhemerval Zanella
1
-0
/
+22
[prev]
[next]