Age | Commit message (Expand) | Author | Files | Lines |
2018-08-01 | hurd: Fix exec usage of mach_setup_thread | Samuel Thibault | 3 | -10/+23 |
2018-06-16 | hurd: Avoid PLT references to syscalls | Samuel Thibault | 1 | -1/+2 |
2018-06-16 | hurd: Avoid PLT ref to __mach_msg | Samuel Thibault | 1 | -0/+2 |
2018-06-16 | hurd: Avoid PLT references to shortcuts | Samuel Thibault | 1 | -0/+2 |
2018-06-14 | hurd: Avoid PLTs for __mach_thread_self and __mach_reply_port | Samuel Thibault | 1 | -9/+0 |
2018-04-04 | hurd: Add missing symbols | Samuel Thibault | 1 | -0/+1 |
2018-04-02 | hurd: Avoid some libc.so PLTs | Samuel Thibault | 5 | -0/+10 |
2018-04-02 | hurd: Avoid some PLTs in libc and librt | Samuel Thibault | 1 | -6/+7 |
2018-03-20 | hurd: Code style fixes | Samuel Thibault | 1 | -5/+5 |
2018-03-18 | hurd: Fix copyright years | Samuel Thibault | 1 | -1/+1 |
2018-03-18 | hurd: Reimplement libc locks using mach's gsync | Agustina Arzille | 4 | -30/+129 |
2018-03-18 | hurd: Fix coding style | Samuel Thibault | 1 | -2/+2 |
2018-03-17 | hurd: add TLS support | Samuel Thibault | 1 | -2/+21 |
2018-03-04 | hurd: Fix inclusion of mach headers in all standards | Samuel Thibault | 1 | -13/+0 |
2018-03-04 | hurd: Avoid using ino64_t and loff_t in headers | Samuel Thibault | 1 | -1/+2 |
2018-03-04 | hurd: Move mach/param.h to bits/mach/param.h | Samuel Thibault | 1 | -1/+1 |
2018-03-04 | hurd: Add missing includes | Samuel Thibault | 1 | -3/+6 |
2018-02-17 | hurd: Define EXEC_PAGESIZE | Samuel Thibault | 1 | -1/+1 |
2018-01-29 | hurd: Add expected ABI lists | Samuel Thibault | 1 | -1/+1 |
2018-01-28 | hurd: Build stubs for new gnumach.defs | Samuel Thibault | 1 | -1/+1 |
2018-01-28 | hurd: take __USE_EXTERN_INLINES into account and restrict inlines | Samuel Thibault | 3 | -0/+24 |
2018-01-27 | hurd: drop elder MACH_IPC_COMPAT handling | Samuel Thibault | 2 | -3/+2 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 18 | -18/+18 |
2017-08-28 | hurd: Remove duplicate symbol version | Samuel Thibault | 1 | -4/+0 |
2017-08-28 | hurd: Fix typo | Samuel Thibault | 1 | -1/+1 |
2017-08-27 | hurd: Fix static initialization with -fstack-protector-strong | Samuel Thibault | 1 | -0/+9 |
2017-08-27 | hurd: fix build with -fstack-protector-strong | Samuel Thibault | 3 | -1/+6 |
2017-06-08 | Remove __need macros from stdio.h and wchar.h. | Zack Weinberg | 1 | -5/+1 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 18 | -18/+18 |
2016-09-20 | Fix old-style function definition | Samuel Thibault | 1 | -4/+2 |
2016-09-20 | mach: Fix old-style function definition. | Samuel Thibault | 1 | -3/+1 |
2016-06-09 | mach: Add mach_print sycsall declaration | Samuel Thibault | 1 | -0/+5 |
2016-03-20 | Fix mach-syscalls.mk build | Samuel Thibault | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 18 | -18/+18 |
2015-10-20 | Convert miscellaneous function definitions to prototype style. | Joseph Myers | 1 | -4/+4 |
2015-10-16 | Convert 703 function definitions to prototype style. | Joseph Myers | 1 | -8/+3 |
2015-09-22 | Add missing __mach_host_self_ symbol in Versions | Samuel Thibault | 1 | -0/+3 |
2015-09-16 | Cache the host port like we cache the task port | Justus Winter | 3 | -3/+11 |
2015-06-06 | mach: fix typo | Samuel Thibault | 1 | -1/+1 |
2015-03-21 | Fix warnings | Samuel Thibault | 1 | -1/+1 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 18 | -18/+18 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -4/+0 |
2014-02-22 | Remove obsolete SHLIB_COMPAT conditionalization in Versions files. | Roland McGrath | 1 | -18/+0 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 18 | -18/+18 |
2013-06-10 | Remove trailing whitespace from mach/*.sub. | Joseph Myers | 3 | -31/+31 |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers | 1 | -2/+2 |
2013-06-06 | Fix leading whitespaces. | Ondrej Bilka | 1 | -3/+3 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 18 | -18/+18 |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 2 | -4/+2 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -9/+2 |