]> git.ipfire.org Git - thirdparty/glibc.git/history - hurd
Regenerate libc.pot
[thirdparty/glibc.git] / hurd /
2023-06-02  Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-05-22  Flavio CruzFix build for hurd/thread-self.c for i386.
2023-05-20  Sergey Bugaevhurd: Use __hurd_fail () instead of assigning errno
2023-05-19  Sergey Bugaevhurd: Fix using interposable hurd_thread_self
2023-05-17  Sergey Bugaevhurd: Use __mach_setup_thread_call ()
2023-05-17  Sergey Bugaevhurd: Use MACHINE_THREAD_STATE_SETUP_CALL
2023-05-06  Flavio CruzUpdate hurd/hurdselect.c to be more portable.
2023-05-05  Flavio CruzUpdate hurd/intr-msg.c to be more portable
2023-05-01  Sergey Bugaevhurd: Replace reply port with a dead name on failed...
2023-04-29  Sergey Bugaevhurd: Mark error functions as __COLD
2023-04-29  Sergey Bugaevhurd: Fix FS_RETRY_MAGICAL "machtype" handling
2023-04-29  Sergey Bugaevhurd: Respect existing FD_CLOEXEC in S_msg_set_fd
2023-04-29  Sergey Bugaevhurd: Don't leak the auth port in msg* RPCs
2023-04-29  Sergey Bugaevhurd: Mark various conditions as unlikely
2023-04-29  Sergey Bugaevhurd: Move libc_hidden_def's around
2023-04-29  Sergey Bugaevhurd: Simplify _hurd_critical_section_lock a bit
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
next