| Commit message (Expand) | Author | Age | Files | Lines |
* | hurd: Export _hurd_libc_proc_init | Samuel Thibault | 2021-04-12 | 2 | -0/+8 |
* | hurd: handle EINTR during critical sections | Samuel Thibault | 2021-03-23 | 7 | -2/+37 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 88 | -88/+88 |
* | hurd: set sigaction for signal preemptors in arch-independent file | Samuel Thibault | 2020-12-26 | 2 | -7/+18 |
* | Hurd: make sigstates hold a reference on thread ports | Richard Braun | 2020-12-21 | 2 | -7/+29 |
* | hurd: implement SA_SIGINFO signal handlers. | Jeremie Koenig | 2020-12-21 | 4 | -5/+10 |
* | hurd: Also turn KERN_INVALID_ADDRESS to EINVAL | Samuel Thibault | 2020-12-19 | 1 | -0/+1 |
* | hurd: Add __libc_open and __libc_close | Samuel Thibault | 2020-12-16 | 1 | -0/+1 |
* | hurd: Add __lll_abstimed_wait_intr | Samuel Thibault | 2020-12-16 | 5 | -1/+33 |
* | hurd: make lll_* take a variable instead of a ptr | Samuel Thibault | 2020-12-16 | 3 | -24/+30 |
* | hurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZER | Samuel Thibault | 2020-12-16 | 1 | -1/+1 |
* | htl: Add missing symbols | Samuel Thibault | 2020-12-03 | 1 | -1/+1 |
* | hurd report-wait: Fix stpcpy usage | Samuel Thibault | 2020-11-23 | 1 | -29/+49 |
* | hurd S_msg_report_wait: Fix detecting fd ports | Samuel Thibault | 2020-11-23 | 1 | -1/+1 |
* | hurd S_msg_report_wait: Fix reporting ports | Samuel Thibault | 2020-11-23 | 1 | -1/+1 |
* | hurd: Fix strcpy calls | Samuel Thibault | 2020-11-22 | 1 | -3/+4 |
* | hurd: Fix _S_msg_get/set_env_variable prototype | Samuel Thibault | 2020-11-22 | 1 | -3/+3 |
* | hurd: Remove some remnants of cthreads | Samuel Thibault | 2020-11-15 | 12 | -61/+44 |
* | hurd: initialize libpthread before starting the signal thread | Samuel Thibault | 2020-11-13 | 1 | -0/+6 |
* | hurd: Make _hurd_libc_proc_init idempotent | Samuel Thibault | 2020-11-13 | 1 | -11/+19 |
* | hurd: Notify the proc server later during initialization | Samuel Thibault | 2020-11-11 | 1 | -11/+25 |
* | htl: Initialize later | Samuel Thibault | 2020-11-11 | 1 | -3/+0 |
* | hurd: Rework sbrk | Samuel Thibault | 2020-08-05 | 1 | -3/+0 |
* | hurd: Add remaining cancelation points | Samuel Thibault | 2020-06-28 | 1 | -0/+5 |
* | hurd: clean fd and port on thread cancel | Samuel Thibault | 2020-06-28 | 8 | -4/+52 |
* | hurd: Fix hang in _hurd_raise_signal from pthread_kill | Samuel Thibault | 2020-06-07 | 1 | -1/+5 |
* | hurd: Reject raising invalid signals | Samuel Thibault | 2020-06-07 | 1 | -0/+3 |
* | Hurd: Move <hurd/sigpreempt.h> internals into wrapper header | Florian Weimer | 2020-05-28 | 1 | -10/+0 |
* | Hurd: Use __sigmask in favor of deprecated sigmask | Florian Weimer | 2020-05-28 | 4 | -9/+9 |
* | hurd: Fix pselect atomicity | Samuel Thibault | 2020-05-28 | 2 | -10/+70 |
* | htl: Add clock variants | Samuel Thibault | 2020-05-26 | 1 | -0/+12 |
* | hurd: Add missing sigstate members initialization | Samuel Thibault | 2020-05-11 | 1 | -1/+5 |
* | hurd: Make O_TRUNC update mtime/ctime | Samuel Thibault | 2020-03-29 | 1 | -2/+11 |
* | hurd: Add THREAD_GET/SETMEM/_NC | Samuel Thibault | 2020-02-15 | 1 | -5/+6 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 87 | -87/+87 |
* | hurd: Global signal disposition | Jeremie Koenig | 2019-12-29 | 7 | -108/+282 |
* | hurd: Signal code refactoring | Jeremie Koenig | 2019-12-29 | 1 | -112/+160 |
* | hurd: Use __clock_gettime in _hurd_select | Florian Weimer | 2019-11-07 | 1 | -7/+4 |
* | time: Introduce function to check correctness of nanoseconds value | Lukasz Majewski | 2019-10-27 | 2 | -3/+3 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 86 | -86/+86 |
* | hurd: Fix poll and select POSIX compliancy details about errors | Samuel Thibault | 2019-08-30 | 1 | -41/+108 |
* | hurd: Fix timeout handling in _hurd_select | Richard Braun | 2019-08-30 | 2 | -40/+79 |
* | hurd: Fix _hurd_select for single fd sets | Richard Braun | 2019-08-30 | 1 | -4/+1 |
* | 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 |