packaging: add libc_malloc_debug.so.0
[platform/upstream/glibc.git] / hurd /
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
2018-11-11 Samuel Thibaulthurd: Fix spawni's user_link reallocation
2018-11-10 Samuel ThibaultHurd: export _hurd_port_move
2018-11-10 Samuel ThibaultHurd: Fix ulinks in fd table reallocation
2018-10-31 Samuel Thibaulthurd: Add pci RPC stubs
2018-10-31 Samuel ThibaultMerge branch 'master' of git://sourceware.org/git/glibc
2018-10-29 Samuel Thibaulthurd: return EIEIO instead of EIO
2018-10-28 Samuel Thibaulthurd: Fix race between calling RPC and handling a signal
2018-10-28 Samuel Thibaulthurd: Fix cancellation just before RPC call
2018-10-28 Samuel Thibaulthurd: Fix race between calling RPC and handling a signal
2018-10-28 Samuel Thibaulthurd: Return EIO on non-responding interrupted servers
2018-10-28 Samuel Thibaulthurd: set interrupt timeout to 1 minute
2018-07-31 Samuel Thibaulthurd: Fix exec usage of mach_setup_thread
2018-04-04 Samuel Thibaulthurd: Silence warning
2018-04-03 Samuel ThibaultRevert parts of "hurd: Avoid more libc.so local PLTs"
2018-04-03 Samuel Thibaulthurd: Avoid more libc.so local PLTs
2018-04-02 Samuel Thibaulthurd: Avoid more libc.so PLTs
2018-04-02 Samuel Thibaulthurd: Avoid some libc.so PLTs
2018-04-02 Samuel Thibaulthurd: Avoid some PLTs in libc and librt
2018-03-20 Samuel Thibaulthurd: Code style fixes
2018-03-19 Samuel Thibaulthurd: Fix build with latest htl
2018-03-18 Samuel Thibaulthurd: Fix O_DIRECTORY | O_NOFOLLOW
2018-03-18 Samuel Thibaulthurd: Fix O_NOFOLLOW
2018-03-18 Samuel Thibaulthurd: Fix copyright years
2018-03-18 Agustina Arzillehurd: Reimplement libc locks using mach's gsync
2018-03-17 Samuel Thibaulthurd: Fix coding style
2018-03-17 Samuel Thibaulthurd: Fix link cthread/pthread symbol exposition.
next