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