aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd
AgeCommit message (Expand)Author
2022-02-02posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella
2022-02-01SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86Samuel Thibault
2022-01-27Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer
2022-01-26hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilistAdhemerval Zanella
2022-01-25posix: Add terminal control setting support for posix_spawnAdhemerval Zanella
2022-01-16hurd: optimize exec cleanupSamuel Thibault
2022-01-15hurd: Add __rtld_execveSamuel Thibault
2022-01-15htl: Hide __pthread_attr's __schedparam type [BZ #23088]Samuel Thibault
2022-01-15[hurd] Drop spurious #ifdef SHAREDSamuel Thibault
2022-01-15[hurd] Call _dl_sort_maps_init in _dl_sysdep_startSamuel Thibault
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2022-01-01hurd: Use __trivfs_server_name instead of trivfs_server_nameSamuel Thibault
2021-12-31hurd: Bump BRK_START to 0x20000000Samuel Thibault
2021-12-31hurd: Avoid overzealous shared objects constraintsSamuel Thibault
2021-12-31hurd: Make getrandom a stub inside the random translatorSamuel Thibault
2021-12-28elf: Add _dl_find_object functionFlorian Weimer
2021-12-28hurd: Fix static-PIE startupSamuel Thibault
2021-12-28hurd: let csu initialize tlsSamuel Thibault
2021-12-27hurd: Fix XFAIL-ing mallocfork2 testsSamuel Thibault
2021-12-27hurd: XFAIL more tests that require setpshared supportSamuel Thibault
2021-12-23Set default __TIMESIZE default to 64Adhemerval Zanella
2021-12-14hurd: Do not set PIE_UNSUPPORTEDSamuel Thibault
2021-12-13math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella
2021-12-13Replace --enable-static-pie with --disable-default-pieSiddhesh Poyarekar
2021-12-12hurd: Add rules for static PIE buildSamuel Thibault
2021-12-12hurd: Fix gmon-staticSamuel Thibault
2021-12-09Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer
2021-11-24io: Refactor close_range and closefromAdhemerval Zanella
2021-11-22setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella
2021-11-09Fix build a chec failures after b05fae4d8e34Adhemerval Zanella
2021-11-07hurd: Remove unused __libc_close_rangeSamuel Thibault
2021-11-07hurd: Implement close_range and closefromSergey Bugaev
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein
2021-10-18hurd if_index: Explicitly use AF_INET for if index discoverySamuel Thibault
2021-10-18hurd: Fix intr-msg parameter/stack kludgeSamuel Thibault
2021-09-28Add fmaximum, fminimum functionsJoseph Myers
2021-09-26htl: make pthread_sigstate read/write set/oset outside sigstate sectionSamuel Thibault
2021-09-22Add narrowing fma functionsJoseph Myers
2021-09-16elf: Remove THREAD_GSCOPE_IN_TCBSergey Bugaev
2021-09-16htl: Reimplement GSCOPESergey Bugaev
2021-09-16htl: Move thread table to ld.soSergey Bugaev
2021-09-10Add narrowing square root functionsJoseph Myers
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-31hurd msync: Drop bogus testSamuel Thibault
2021-08-31hurd: Fix typo in msyncSamuel Thibault
2021-08-23hurd: Remove old test-err_np.c fileSamuel Thibault
2021-08-16hurd: Drop fmh kludgeSamuel Thibault
2021-08-11hurd mmap: Reduce the requested max vmprotSergey Bugaev
2021-08-11hurd mmap: Factorize MAP_SHARED flag checkSergey Bugaev
2021-07-27hurd: _Fork: unlock malloc before calling fork child hooksSamuel Thibault