]> git.ipfire.org Git - thirdparty/glibc.git/history - hurd
malloc: set NON_MAIN_ARENA flag for reclaimed memalign chunk (BZ #30101)
[thirdparty/glibc.git] / hurd /
2023-04-17  Sergey Bugaevhurd: Avoid leaking task & thread ports
2023-04-17  Sergey Bugaevhurd: Simplify _S_catch_exception_raise
2023-04-17  Sergey Bugaevhurd: Run init_pids () before init_dtable ()
2023-04-17  Sergey Bugaevhurd: Avoid extra ctty RPCs in init_dtable ()
2023-04-14  Sergey Bugaevhurd: Remove __hurd_local_reply_port
2023-04-10  Sergey Bugaevhurd: Improve reply port handling when exiting signal...
2023-04-10  Sergey Bugaevhurd: Do not declare local variables volatile
2023-04-02  Sergey Bugaevhurd: Microoptimize _hurd_self_sigstate ()
2023-04-02  Sergey Bugaevhurd: Fix _hurd_setup_sighandler () signature
2023-04-02  Sergey Bugaevhurd: Disable O_TRUNC and FS_RETRY_MAGICAL in rtld
2023-04-02  Sergey Bugaevhurd: Fix file name in #error
2023-04-02  Sergey Bugaevhurd: Swap around two function calls
2023-04-02  Sergey Bugaevhurd: Remove __hurd_threadvar_stack_{offset,mask}
2023-04-02  Sergey Bugaevhurd: Make exception subcode a long
2023-03-27  Adhemerval Zanella... Remove set-hooks.h from generic includes
2023-03-01  Sergey Bugaevhurd: Fix some broken indentation
2023-03-01  Sergey Bugaevhurd: Remove the ecx kludge
2023-02-19  Sergey Bugaevhurd: Use proper integer types
2023-02-14  Samuel Thibaulthurd: Fix unwinding over INTR_MSG_TRAP in shared too
2023-02-12  Sergey Bugaevhurd: Fix xattr error value
2023-02-12  Sergey Bugaevmach, hurd: Cast through uintptr_t
2023-02-12  Sergey Bugaevhurd: Use mach_msg_type_number_t where appropriate
2023-02-09  Samuel Thibaulthurd: Fix unwinding over INTR_MSG_TRAP
2023-02-01  Flavio CruzRemove support setting custom demuxers during signal...
2023-02-01  Sergey Bugaevhurd: Implement O_TMPFILE
2023-02-01  Sergey Bugaevhurd: Consolidate file_name_lookup implementation
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2023-01-02  Samuel Thibaulthurd hurdstartup: Initialize remaining fields of hurd_s...
2023-01-02  Samuel Thibaulthurd _S_msg_add_auth: Initialize new arrays to 0
2022-10-18  Florian WeimerUse PTR_MANGLE and PTR_DEMANGLE unconditionally in...
2022-10-18  Florian WeimerIntroduce <pointer_guard.h>, extracted from <sysdep.h>
2022-09-26  Wilco DijkstraUse atomic_exchange_release/acquire
2022-08-28  Samuel Thibaulthurd: Fix vm_size_t incoherencies
2022-04-14  Noah GoldsteinReplace {u}int_fast{16|32} with {u}int32_t
2022-01-16  Samuel Thibaulthurd: Make RPC input array parameters const
2022-01-15  Samuel Thibaulthurd: optimize exec cleanup
2022-01-15  Samuel Thibaulthurd: Fix exec() leak on proc_task2proc failure
2022-01-04  Samuel Thibaulthurd: nuke all unknown ports on exec
2022-01-04  Samuel Thibaulthurd: Fix auth port leak
2022-01-02  Samuel Thibaulthurd: Implement _S_msg_get_dtable
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-28  Samuel Thibaulthurd: Fix static-PIE startup
2021-12-28  Samuel Thibaulthurd: let csu initialize tls
2021-11-28  Samuel Thibaulthurd: Let report-wait use a weak reference to _hurd_iti...
2021-09-03  Siddhesh PoyarekarRemove "Contributed by" lines
2021-08-10  Samuel Thibaulthurd: Add support for AT_NO_AUTOMOUNT
2021-08-03  Samuel Thibaulthurd: Avoid spurious warning
2021-04-11  Samuel Thibaulthurd: Export _hurd_libc_proc_init
2021-03-23  Samuel Thibaulthurd: handle EINTR during critical sections
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-26  Samuel Thibaulthurd: set sigaction for signal preemptors in arch-indep...
2020-12-21  Richard BraunHurd: make sigstates hold a reference on thread ports
2020-12-21  Jeremie Koenighurd: implement SA_SIGINFO signal handlers.
2020-12-19  Samuel Thibaulthurd: Also turn KERN_INVALID_ADDRESS to EINVAL
2020-12-16  Samuel Thibaulthurd: Add __libc_open and __libc_close
2020-12-16  Samuel Thibaulthurd: Add __lll_abstimed_wait_intr
2020-12-16  Samuel Thibaulthurd: make lll_* take a variable instead of a ptr
2020-12-16  Samuel Thibaulthurd: Rename LLL_INITIALIZER to LLL_LOCK_INITIALIZER
2020-12-03  Samuel Thibaulthtl: Add missing symbols
2020-11-23  Samuel Thibaulthurd report-wait: Fix stpcpy usage
2020-11-23  Samuel Thibaulthurd S_msg_report_wait: Fix detecting fd ports
2020-11-23  Samuel Thibaulthurd S_msg_report_wait: Fix reporting ports
2020-11-22  Samuel Thibaulthurd: Fix strcpy calls
2020-11-22  Samuel Thibaulthurd: Fix _S_msg_get/set_env_variable prototype
2020-11-15  Samuel Thibaulthurd: Remove some remnants of cthreads
2020-11-13  Samuel Thibaulthurd: initialize libpthread before starting the signal...
2020-11-13  Samuel Thibaulthurd: Make _hurd_libc_proc_init idempotent
2020-11-11  Samuel Thibaulthurd: Notify the proc server later during initialization
2020-11-11  Samuel Thibaulthtl: Initialize later
2020-08-05  Samuel Thibaulthurd: Rework sbrk
2020-06-28  Samuel Thibaulthurd: Add remaining cancelation points
2020-06-28  Samuel Thibaulthurd: clean fd and port on thread cancel
2020-06-06  Samuel Thibaulthurd: Fix hang in _hurd_raise_signal from pthread_kill
2020-06-06  Samuel Thibaulthurd: Reject raising invalid signals
2020-05-28  Florian WeimerHurd: Move <hurd/sigpreempt.h> internals into wrapper...
2020-05-28  Florian WeimerHurd: Use __sigmask in favor of deprecated sigmask
2020-05-28  Samuel Thibaulthurd: Fix pselect atomicity
2020-05-26  Samuel Thibaulthtl: Add clock variants
2020-05-10  Samuel Thibaulthurd: Add missing sigstate members initialization
2020-03-29  Samuel Thibaulthurd: Make O_TRUNC update mtime/ctime
2020-02-15  Samuel Thibaulthurd: Add THREAD_GET/SETMEM/_NC
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-29  Jeremie Koenighurd: Global signal disposition
2019-12-29  Jeremie Koenighurd: Signal code refactoring
2019-11-07  Florian Weimerhurd: Use __clock_gettime in _hurd_select
2019-10-27  Lukasz Majewskitime: Introduce function to check correctness of nanose...
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-29  Samuel Thibaulthurd: Fix poll and select POSIX compliancy details...
2019-08-29  Richard Braunhurd: Fix timeout handling in _hurd_select
2019-08-29  Richard Braunhurd: Fix _hurd_select for single fd sets
2019-03-16  Samuel Thibaulthurd: Fix comment style
2019-03-16  Samuel Thibaulthurd: Document how EINTR should be handled in critical...
2019-02-27  Joseph MyersFix -Wempty-body warnings in Hurd-specific code.
2019-02-25  Joseph MyersBreak more lines before not after operators.
2019-02-22  Joseph MyersBreak some lines before not after operators.
2019-01-24  Samuel Thibaulthurd: Fix initial sigaltstack state
2019-01-22  Samuel Thibaulthurd: Support AT_EMPTY_PATH
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-12-28  Justus Winterhurd: Handle "pid" magical lookup retry
2018-12-05  Zack WeinbergAdd __v*printf_internal with flags arguments
next