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
/
hurd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hurd: Fix restoring message to be retried
Samuel Thibault
2024-07-13
1
-1
/
+4
*
hurd: Fix getxattr/listxattr returning ERANGE
Samuel Thibault
2024-06-10
1
-4
/
+21
*
hurd: Fix setxattr return value on replacing
Samuel Thibault
2024-06-10
1
-4
/
+3
*
hurd: Fix getxattr("gnu.translator") returning ENODATA
Samuel Thibault
2024-06-10
1
-1
/
+10
*
hurd: Stop mapping AT_NO_AUTOMOUNT to O_NOTRANS
Sergey Bugaev
2024-04-30
1
-2
/
+0
*
hurd: Stop relying on VM_MAX_ADDRESS
Sergey Bugaev
2024-03-23
1
-4
/
+4
*
hurd: Move internal functions to internal header
Sergey Bugaev
2024-03-23
1
-87
/
+0
*
hurd: Reformat Makefile.
Carlos O'Donell
2024-02-25
1
-42
/
+129
*
hurd: Declare _hurd_intr_rpc_msg* with protected visibility
Sergey Bugaev
2024-01-03
1
-3
/
+3
*
hurd: Add some missing includes
Sergey Bugaev
2024-01-03
1
-1
/
+1
*
Update copyright dates with scripts/update-copyrights
Paul Eggert
2024-01-01
89
-89
/
+89
*
Update code to handle the new ABI for sending inlined port rights.
Flavio Cruz
2023-12-17
1
-2
/
+24
*
Revert "Update code to handle the new ABI for sending inlined port rights."
Samuel Thibault
2023-12-03
1
-24
/
+2
*
Revert "hurd: Fix build"
Samuel Thibault
2023-12-03
1
-1
/
+1
*
hurd: Fix build
Samuel Thibault
2023-12-03
1
-1
/
+1
*
Update code to handle the new ABI for sending inlined port rights.
Flavio Cruz
2023-12-03
1
-2
/
+24
*
hurd: fix restarting reauth_dtable on signal
Samuel Thibault
2023-11-21
1
-12
/
+23
*
hurd: Prevent the final file_exec_paths call from signals
Samuel Thibault
2023-11-20
1
-0
/
+12
*
Remove untyped mach RPC code.
Flavio Cruz
2023-11-19
2
-73
/
+0
*
_hurd_intr_rpc_mach_msg: handle message iteration correctly.
Flavio Cruz
2023-11-19
1
-12
/
+12
*
hurd: Make _hurd_intr_rpc_mach_msg avoid returning MACH_SEND_INTERRUPTED
Samuel Thibault
2023-11-14
1
-0
/
+6
*
hurd: Avoid including thread_state.h in installed header
Samuel Thibault
2023-09-05
1
-2
/
+1
*
hurd: Add prototype for and thus fix _hurdsig_abort_rpcs call
Samuel Thibault
2023-08-15
2
-10
/
+7
*
hurd: Do not include full <stdarg.h> in <hurd.h>
Florian Weimer
2023-08-03
1
-2
/
+2
*
Fix all the remaining misspellings -- BZ 25337
Paul Pluzhnikov
2023-06-02
5
-5
/
+5
*
Fix build for hurd/thread-self.c for i386.
Flavio Cruz
2023-05-22
1
-0
/
+1
*
hurd: Use __hurd_fail () instead of assigning errno
Sergey Bugaev
2023-05-20
5
-36
/
+14
*
hurd: Fix using interposable hurd_thread_self
Sergey Bugaev
2023-05-19
2
-1
/
+5
*
hurd: Use __mach_setup_thread_call ()
Sergey Bugaev
2023-05-17
1
-4
/
+6
*
hurd: Use MACHINE_THREAD_STATE_SETUP_CALL
Sergey Bugaev
2023-05-17
1
-2
/
+2
*
Update hurd/hurdselect.c to be more portable.
Flavio Cruz
2023-05-06
2
-21
/
+15
*
Update hurd/intr-msg.c to be more portable
Flavio Cruz
2023-05-05
1
-13
/
+21
*
hurd: Replace reply port with a dead name on failed interruption
Sergey Bugaev
2023-05-01
2
-3
/
+13
*
hurd: Mark error functions as __COLD
Sergey Bugaev
2023-04-29
2
-5
/
+5
*
hurd: Fix FS_RETRY_MAGICAL "machtype" handling
Sergey Bugaev
2023-04-29
1
-7
/
+4
*
hurd: Respect existing FD_CLOEXEC in S_msg_set_fd
Sergey Bugaev
2023-04-29
1
-1
/
+7
*
hurd: Don't leak the auth port in msg* RPCs
Sergey Bugaev
2023-04-29
1
-9
/
+58
*
hurd: Mark various conditions as unlikely
Sergey Bugaev
2023-04-29
2
-7
/
+7
*
hurd: Move libc_hidden_def's around
Sergey Bugaev
2023-04-29
1
-4
/
+5
*
hurd: Simplify _hurd_critical_section_lock a bit
Sergey Bugaev
2023-04-29
1
-13
/
+6
*
hurd: Avoid leaking task & thread ports
Sergey Bugaev
2023-04-18
1
-0
/
+6
*
hurd: Simplify _S_catch_exception_raise
Sergey Bugaev
2023-04-18
1
-7
/
+1
*
hurd: Run init_pids () before init_dtable ()
Sergey Bugaev
2023-04-17
1
-9
/
+9
*
hurd: Avoid extra ctty RPCs in init_dtable ()
Sergey Bugaev
2023-04-17
1
-7
/
+39
*
hurd: Remove __hurd_local_reply_port
Sergey Bugaev
2023-04-14
1
-7
/
+0
*
hurd: Improve reply port handling when exiting signal handlers
Sergey Bugaev
2023-04-10
1
-13
/
+11
*
hurd: Do not declare local variables volatile
Sergey Bugaev
2023-04-10
1
-1
/
+1
*
hurd: Microoptimize _hurd_self_sigstate ()
Sergey Bugaev
2023-04-03
1
-3
/
+5
*
hurd: Fix _hurd_setup_sighandler () signature
Sergey Bugaev
2023-04-03
1
-5
/
+5
*
hurd: Disable O_TRUNC and FS_RETRY_MAGICAL in rtld
Sergey Bugaev
2023-04-03
1
-2
/
+5
[next]