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
/
mach
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
htl: Fix __pthread_init_thread declaration and definition
Samuel Thibault
2024-07-17
2
-2
/
+3
*
hurd: Fix pthread_self() without libpthread
Samuel Thibault
2024-07-17
3
-11
/
+12
*
Add pthread_getname_np and pthread_setname_np for Hurd
Flavio Cruz
2024-07-16
6
-13
/
+215
*
Convert to autoconf 2.72 (vanilla release, no distribution patches)
Andreas K. Hüttel
2024-06-17
2
-178
/
+184
*
Implement C23 exp2m1, exp10m1
Joseph Myers
2024-06-17
2
-0
/
+32
*
Implement C23 log10p1
Joseph Myers
2024-06-17
2
-0
/
+16
*
Implement C23 logp1
Joseph Myers
2024-06-17
2
-0
/
+16
*
hurd: Fix lsetxattr return value
Samuel Thibault
2024-06-10
1
-1
/
+1
*
Implement C23 log2p1
Joseph Myers
2024-05-20
2
-0
/
+16
*
socket: Use may_alias on sockaddr structs (bug 19622)
Florian Weimer
2024-05-18
1
-2
/
+2
*
htl: Implement some support for TLS_DTV_AT_TP
Sergey Bugaev
2024-03-23
1
-0
/
+9
*
htl: Respect GL(dl_stack_flags) when allocating stacks
Sergey Bugaev
2024-03-23
1
-2
/
+7
*
hurd: Use the RETURN_ADDRESS macro
Sergey Bugaev
2024-03-23
1
-1
/
+1
*
hurd: Disable Prefer_MAP_32BIT_EXEC on non-x86_64 for now
Sergey Bugaev
2024-03-23
2
-2
/
+2
*
Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64
Flavio Cruz
2024-02-17
6
-0
/
+456
*
Use proc_getchildren_rusage when available in getrusage and times.
Flavio Cruz
2024-02-17
4
-3
/
+216
*
Make __getrandom_nocancel set errno and add a _nostatus version
Xi Ruoyao
2024-01-12
1
-1
/
+6
*
hurd: Initializy _dl_pagesize early in static builds
Sergey Bugaev
2024-01-04
1
-0
/
+4
*
hurd: Only init early static TLS if it's used to store stack or pointer guards
Sergey Bugaev
2024-01-04
1
-4
/
+11
*
hurd: Make init-first.c no longer x86-specific
Sergey Bugaev
2024-01-04
1
-2
/
+2
*
hurd: Drop x86-specific assembly from init-first.c
Sergey Bugaev
2024-01-04
1
-9
/
+1
*
hurd: Pass the data pointer to _hurd_stack_setup explicitly
Sergey Bugaev
2024-01-04
3
-9
/
+11
*
mach: Drop SNARF_ARGS macro
Sergey Bugaev
2024-01-03
2
-21
/
+0
*
mach: Drop some unnecessary vm_param.h includes
Sergey Bugaev
2024-01-03
1
-1
/
+0
*
hurd: Add some missing includes
Sergey Bugaev
2024-01-03
1
-0
/
+1
*
Implement C23 <stdbit.h>
Joseph Myers
2024-01-03
2
-0
/
+140
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
416
-416
/
+416
*
hurd: [!__USE_MISC] Do not #undef BSD macros in ioctls
Samuel Thibault
2023-12-02
1
-0
/
+2
*
Remove __access_noerrno
Joseph Myers
2023-11-23
6
-45
/
+5
*
malloc: Use __get_nprocs on arena_get2 (BZ 30945)
Adhemerval Zanella
2023-11-22
1
-6
/
+0
*
hurd: Prevent the final file_exec_paths call from signals
Samuel Thibault
2023-11-20
1
-1
/
+15
*
hurd: Fix spawni returning allocation errors.
Samuel Thibault
2023-11-14
1
-2
/
+8
*
hurd: statfsconv: Add missing f_ffree conversion
Samuel Thibault
2023-11-07
1
-0
/
+1
*
Update BAD_TYPECHECK to work on x86_64
Flavio Cruz
2023-11-06
1
-6
/
+3
*
Use correct subdir when building tst-rfc3484* for mach and arm
Arjun Shankar
2023-11-01
1
-3
/
+2
*
crypt: Remove libcrypt support
Adhemerval Zanella
2023-10-30
3
-12
/
+1
*
hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontext
Samuel Thibault
2023-09-28
3
-11
/
+7
*
htl: avoid exposing the vm_region symbol
Samuel Thibault
2023-09-09
1
-1
/
+1
*
htl: Fix stack information for main thread
Samuel Thibault
2023-09-03
1
-3
/
+27
*
htl: move pthread_attr_setdetachstate into libc
Guy-Fleury Iteriteka
2023-08-24
2
-2
/
+0
*
htl: move pthread_attr_getdetachstate into libc
Guy-Fleury Iteriteka
2023-08-24
2
-2
/
+0
*
htl: move pthread_attr_setschedpolicy into libc
Guy-Fleury Iteriteka
2023-08-24
2
-2
/
+0
*
htl: move pthread_attr_getschedpolicy into libc
Guy-Fleury Iteriteka
2023-08-24
2
-2
/
+0
*
htl: move pthread_attr_setinheritsched into libc
Guy-Fleury Iteriteka
2023-08-24
2
-2
/
+0
*
htl: move pthread_attr_getinheritsched into libc
Guy-Fleury Iteriteka
2023-08-24
2
-2
/
+0
*
htl: move pthread_attr_getschedparam into libc
Guy-Fleury Iteriteka
2023-08-24
2
-2
/
+0
*
htl: move pthread_setschedparam into libc
Guy-Fleury Iteriteka
2023-08-24
2
-2
/
+0
*
htl: move pthread_getschedparam into libc
Guy-Fleury Iteriteka
2023-08-24
2
-2
/
+0
*
htl: move pthread_equal into libc
Guy-Fleury Iteriteka
2023-08-24
2
-2
/
+0
*
hurd: Fix strictness of <mach/thread_state.h>
Samuel Thibault
2023-08-16
1
-3
/
+3
[next]