Age | Commit message (Expand) | Author | Files | Lines |
2022-10-18 | Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources | Florian Weimer | 1 | -2/+0 |
2022-10-18 | Introduce <pointer_guard.h>, extracted from <sysdep.h> | Florian Weimer | 1 | -1/+1 |
2022-09-26 | Use atomic_exchange_release/acquire | Wilco Dijkstra | 1 | -1/+1 |
2022-08-29 | hurd: Fix vm_size_t incoherencies | Samuel Thibault | 6 | -7/+8 |
2022-04-13 | Replace {u}int_fast{16|32} with {u}int32_t | Noah Goldstein | 1 | -1/+1 |
2022-01-16 | hurd: Make RPC input array parameters const | Samuel Thibault | 3 | -10/+10 |
2022-01-16 | hurd: optimize exec cleanup | Samuel Thibault | 1 | -12/+14 |
2022-01-15 | hurd: Fix exec() leak on proc_task2proc failure | Samuel Thibault | 1 | -2/+2 |
2022-01-04 | hurd: nuke all unknown ports on exec | Samuel Thibault | 1 | -7/+39 |
2022-01-04 | hurd: Fix auth port leak | Samuel Thibault | 1 | -5/+8 |
2022-01-02 | hurd: Implement _S_msg_get_dtable | Samuel Thibault | 1 | -4/+47 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 88 | -88/+88 |
2021-12-28 | hurd: Fix static-PIE startup | Samuel Thibault | 7 | -31/+21 |
2021-12-28 | hurd: let csu initialize tls | Samuel Thibault | 1 | -15/+24 |
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 |