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
master
Gentoo vendor branches of the glibc code
Gentoo toolchain team <toolchain@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hurd
Commit message (
Expand
)
Author
Age
Files
Lines
*
hurd: Fix comment style
Samuel Thibault
2019-03-16
1
-2
/
+1
*
hurd: Document how EINTR should be handled in critical sections
Samuel Thibault
2019-03-16
1
-1
/
+7
*
Fix -Wempty-body warnings in Hurd-specific code.
Joseph Myers
2019-02-27
1
-4
/
+6
*
Break more lines before not after operators.
Joseph Myers
2019-02-25
7
-32
/
+33
*
Break some lines before not after operators.
Joseph Myers
2019-02-22
15
-79
/
+79
*
hurd: Fix initial sigaltstack state
Samuel Thibault
2019-01-24
1
-0
/
+1
*
hurd: Support AT_EMPTY_PATH
Samuel Thibault
2019-01-22
1
-0
/
+20
*
Update copyright dates with scripts/update-copyrights.
Joseph Myers
2019-01-01
87
-87
/
+87
*
hurd: Handle "pid" magical lookup retry
Justus Winter
2018-12-28
1
-13
/
+65
*
Add __v*printf_internal with flags arguments
Zack Weinberg
2018-12-05
1
-1
/
+1
*
hurd: Fix spawni's user_link reallocation
Samuel Thibault
2018-11-11
1
-2
/
+2
*
Hurd: export _hurd_port_move
Samuel Thibault
2018-11-10
1
-0
/
+4
*
Hurd: Fix ulinks in fd table reallocation
Samuel Thibault
2018-11-10
2
-0
/
+49
*
hurd: Add pci RPC stubs
Samuel Thibault
2018-10-31
1
-1
/
+1
*
hurd: return EIEIO instead of EIO
Samuel Thibault
2018-10-29
1
-2
/
+2
*
hurd: Fix race between calling RPC and handling a signal
Samuel Thibault
2018-10-28
2
-16
/
+5
*
hurd: Return EIO on non-responding interrupted servers
Samuel Thibault
2018-10-28
1
-5
/
+9
*
hurd: set interrupt timeout to 1 minute
Samuel Thibault
2018-10-28
1
-1
/
+1
*
hurd: Fix exec usage of mach_setup_thread
Samuel Thibault
2018-08-01
1
-0
/
+2
*
hurd: Silence warning
Samuel Thibault
2018-04-04
1
-0
/
+8
*
Revert parts of "hurd: Avoid more libc.so local PLTs"
Samuel Thibault
2018-04-03
2
-3
/
+3
*
hurd: Avoid more libc.so local PLTs
Samuel Thibault
2018-04-03
2
-3
/
+3
*
hurd: Avoid more libc.so PLTs
Samuel Thibault
2018-04-02
2
-0
/
+2
*
hurd: Avoid some libc.so PLTs
Samuel Thibault
2018-04-02
8
-27
/
+36
*
hurd: Avoid some PLTs in libc and librt
Samuel Thibault
2018-04-02
6
-15
/
+16
*
hurd: Code style fixes
Samuel Thibault
2018-03-20
1
-37
/
+42
*
hurd: Fix build with latest htl
Samuel Thibault
2018-03-19
1
-1
/
+1
*
hurd: Fix O_DIRECTORY | O_NOFOLLOW
Samuel Thibault
2018-03-18
2
-1
/
+3
*
hurd: Fix O_NOFOLLOW
Samuel Thibault
2018-03-18
1
-16
/
+20
*
hurd: Fix copyright years
Samuel Thibault
2018-03-18
2
-2
/
+2
*
hurd: Reimplement libc locks using mach's gsync
Agustina Arzille
2018-03-18
7
-6
/
+356
*
hurd: Fix coding style
Samuel Thibault
2018-03-18
2
-2
/
+2
*
hurd: Fix link cthread/pthread symbol exposition.
Samuel Thibault
2018-03-17
2
-15
/
+15
*
hurd: Replace threadvars with TLS
Samuel Thibault
2018-03-17
7
-119
/
+39
*
hurd: Fix getting signal thread stack layout for fork
Samuel Thibault
2018-03-17
1
-1
/
+19
*
hurd: add TLS support
Samuel Thibault
2018-03-17
1
-0
/
+1
*
hurd: Fix includability of <hurd/signal.h> in all standards
Samuel Thibault
2018-03-05
1
-0
/
+1
*
Separate out error_t definition
Samuel Thibault
2018-03-04
7
-0
/
+9
*
hurd: Make almost all hurd headers includable in all standards
Samuel Thibault
2018-03-04
4
-14
/
+18
*
hurd: Avoid using ino64_t and loff_t in headers
Samuel Thibault
2018-03-04
1
-0
/
+2
*
hurd: fix header conformity
Samuel Thibault
2018-03-04
1
-1
/
+1
*
hurd: avoid including hurd/signal.h when not needed
Samuel Thibault
2018-03-04
2
-2
/
+5
*
hurd: Add missing includes
Samuel Thibault
2018-03-03
3
-0
/
+4
*
Mechanically remove _IO_ name aliases for types and constants.
Zack Weinberg
2018-02-21
1
-1
/
+1
*
hurd: Fix preprocessor indentation
Samuel Thibault
2018-01-29
5
-35
/
+35
*
hurd: Add expected ABI lists
Samuel Thibault
2018-01-29
1
-3
/
+4
*
hurd: Include <sigsetops.h> from hurd/hurd/signal.h
Samuel Thibault
2018-01-28
1
-0
/
+5
*
hurd: fix typo
Samuel Thibault
2018-01-28
1
-1
/
+1
*
hurd: take __USE_EXTERN_INLINES into account and restrict inlines
Samuel Thibault
2018-01-28
7
-0
/
+126
*
hurd: Add missing fcntl-internal.h
Thomas Schwinge
2018-01-28
1
-0
/
+62
[next]