summary refs log tree commit diff
path: root/sysdeps/mach
Commit message (Expand)AuthorAgeFilesLines
* arc4random: simplify design for better safetyJason A. Donenfeld2022-07-272-2/+4
* stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto2022-07-223-0/+8
* stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann2022-07-061-0/+2
* elf: Remove _dl_skip_argsAdhemerval Zanella2022-05-301-1/+0
* linux: Add P_PIDFDAdhemerval Zanella2022-05-171-0/+12
* rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy2022-05-171-17/+13
* stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella2022-05-131-2/+5
* stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella2022-05-131-2/+7
* hurd spawni: Fix reauthenticating closed fdsSamuel Thibault2022-05-051-1/+1
* elf: Remove __libc_init_secureFangrui Song2022-04-192-34/+0
* stdio: Split __get_errname definition from errlist.cAdhemerval Zanella2022-04-151-0/+21
* hurd: Define ELIBEXECSamuel Thibault2022-04-121-0/+2
* posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella2022-02-022-15/+14
* SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86Samuel Thibault2022-02-011-0/+28
* Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer2022-01-271-0/+1
* hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilistAdhemerval Zanella2022-01-261-0/+2
* posix: Add terminal control setting support for posix_spawnAdhemerval Zanella2022-01-251-0/+13
* htl: Fix cleaning the reply portSamuel Thibault2022-01-221-9/+17
* hurd: optimize exec cleanupSamuel Thibault2022-01-161-12/+14
* hurd: Add __rtld_execveSamuel Thibault2022-01-152-2/+126
* htl: Hide __pthread_attr's __schedparam type [BZ #23088]Samuel Thibault2022-01-151-70/+0
* htl: Clear kernel_thread field before releasing the thread structureSamuel Thibault2022-01-151-3/+3
* hurd: Fix pthread_kill on exiting/ted threadSamuel Thibault2022-01-151-0/+3
* [hurd] Drop spurious #ifdef SHAREDSamuel Thibault2022-01-151-2/+0
* [hurd] Call _dl_sort_maps_init in _dl_sysdep_startSamuel Thibault2022-01-151-0/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01388-388/+388
* hurd: Use __trivfs_server_name instead of trivfs_server_nameSamuel Thibault2022-01-011-9/+9
* hurd: Bump BRK_START to 0x20000000Samuel Thibault2021-12-311-1/+1
* hurd: Avoid overzealous shared objects constraintsSamuel Thibault2021-12-311-2/+2
* hurd: Make getrandom a stub inside the random translatorSamuel Thibault2021-12-311-0/+13
* elf: Add _dl_find_object functionFlorian Weimer2021-12-281-0/+1
* malloc: Remove memusage.hAdhemerval Zanella2021-12-281-1/+1
* hurd: Fix static-PIE startupSamuel Thibault2021-12-283-9/+7
* hurd: let csu initialize tlsSamuel Thibault2021-12-282-34/+0
* hurd: Fix XFAIL-ing mallocfork2 testsSamuel Thibault2021-12-271-4/+10
* hurd: XFAIL more tests that require setpshared supportSamuel Thibault2021-12-271-0/+2
* Set default __TIMESIZE default to 64Adhemerval Zanella2021-12-231-0/+20
* hurd: Do not set PIE_UNSUPPORTEDSamuel Thibault2021-12-142-11/+0
* math: Remove the error handling wrapper from hypot and hypotfAdhemerval Zanella2021-12-131-0/+2
* Replace --enable-static-pie with --disable-default-pieSiddhesh Poyarekar2021-12-132-0/+11
* hurd: Add rules for static PIE buildSamuel Thibault2021-12-121-0/+2
* hurd: Fix gmon-staticSamuel Thibault2021-12-121-1/+1
* Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGNFlorian Weimer2021-12-091-8/+0
* io: Refactor close_range and closefromAdhemerval Zanella2021-11-244-36/+3
* setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.symAdhemerval Zanella2021-11-221-6/+0
* Fix build a chec failures after b05fae4d8e34Adhemerval Zanella2021-11-091-1/+0
* hurd: Remove unused __libc_close_rangeSamuel Thibault2021-11-071-1/+0
* hurd: Implement close_range and closefromSergey Bugaev2021-11-076-1/+135
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-261-0/+1
* hurd if_index: Explicitly use AF_INET for if index discoverySamuel Thibault2021-10-181-3/+3