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