GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/glibc.git
gentoo/2.19
gentoo/2.25
gentoo/2.26
gentoo/2.27
gentoo/2.28
gentoo/2.29
gentoo/2.29-hygiene
gentoo/2.30
gentoo/2.31
gentoo/2.32
gentoo/2.32-rv32
gentoo/2.33
gentoo/2.34
gentoo/2.35
gentoo/2.36
gentoo/2.37
gentoo/2.38
gentoo/2.39
gentoo/2.40
gentoo/2.41
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hurd
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
hurd: Fix file name in #error
Sergey Bugaev
2023-04-03
1
-1
/
+1
*
hurd: Swap around two function calls
Sergey Bugaev
2023-04-03
1
-4
/
+4
*
hurd: Remove __hurd_threadvar_stack_{offset,mask}
Sergey Bugaev
2023-04-03
2
-20
/
+0
*
hurd: Make exception subcode a long
Sergey Bugaev
2023-04-03
3
-4
/
+5
*
Remove set-hooks.h from generic includes
Adhemerval Zanella Netto
2023-03-27
1
-0
/
+96
*
hurd: Fix some broken indentation
Sergey Bugaev
2023-03-02
1
-50
/
+51
*
hurd: Remove the ecx kludge
Sergey Bugaev
2023-03-02
1
-5
/
+13
*
hurd: Use proper integer types
Sergey Bugaev
2023-02-20
1
-3
/
+3
*
hurd: Fix unwinding over INTR_MSG_TRAP in shared too
Samuel Thibault
2023-02-14
1
-0
/
+1
*
hurd: Fix xattr error value
Sergey Bugaev
2023-02-12
1
-1
/
+1
*
mach, hurd: Cast through uintptr_t
Sergey Bugaev
2023-02-12
4
-9
/
+17
*
hurd: Use mach_msg_type_number_t where appropriate
Sergey Bugaev
2023-02-12
4
-5
/
+5
*
hurd: Fix unwinding over INTR_MSG_TRAP
Samuel Thibault
2023-02-09
1
-0
/
+3
*
Remove support setting custom demuxers during signal handling.
Flavio Cruz
2023-02-01
1
-17
/
+0
*
hurd: Implement O_TMPFILE
Sergey Bugaev
2023-02-01
1
-0
/
+21
*
hurd: Consolidate file_name_lookup implementation
Sergey Bugaev
2023-02-01
2
-24
/
+37
*
Update copyright dates with scripts/update-copyrights
Joseph Myers
2023-01-06
88
-88
/
+88
*
hurd hurdstartup: Initialize remaining fields of hurd_startup_data
Samuel Thibault
2023-01-02
1
-0
/
+5
*
hurd _S_msg_add_auth: Initialize new arrays to 0
Samuel Thibault
2023-01-02
1
-6
/
+9
*
Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources
Florian Weimer
2022-10-18
1
-2
/
+0
*
Introduce <pointer_guard.h>, extracted from <sysdep.h>
Florian Weimer
2022-10-18
1
-1
/
+1
*
Use atomic_exchange_release/acquire
Wilco Dijkstra
2022-09-26
1
-1
/
+1
*
hurd: Fix vm_size_t incoherencies
Samuel Thibault
2022-08-29
6
-7
/
+8
*
Replace {u}int_fast{16|32} with {u}int32_t
Noah Goldstein
2022-04-13
1
-1
/
+1
[next]