aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
2022-12-02hurd: Make getrandom cache the server portSergey Bugaev1-15/+102
2022-11-07hurd: Add sigtimedwait and sigwaitinfo supportSamuel Thibault3-112/+207
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer1-5/+5
2022-11-03elf: Rework exception handling in the dynamic loader [BZ #25486]Florian Weimer2-5/+3
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer1-2/+0
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer3-1/+3
2022-10-05Regenerate sysdeps/mach/hurd/bits/errno.hJoseph Myers1-0/+1
2022-09-30malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)Adhemerval Zanella1-2/+10
2022-09-28hurd: Fix typoSamuel Thibault1-1/+1
2022-09-27hurd: Increase SOMAXCONN to 4096Samuel Thibault1-1/+1
2022-09-21hurd: Fix SIOCADD/DELRT ioctlsSamuel Thibault1-2/+2
2022-09-21hurd: Drop struct rtentry and in6_rtmsgSamuel Thibault1-38/+0
2022-09-21hurd: Add _IOT_ifrtreq to <net/route.h>Damien Zammit1-0/+1
2022-09-21hurd: Use IF_NAMESIZE rather than IFNAMSIZSamuel Thibault1-1/+1
2022-09-21hurd: Add ifrtreq structure to net/route.hDamien Zammit1-0/+17
2022-09-17hurd: Factorize at/non-at functionsSamuel Thibault26-226/+116
2022-09-15hurd: Make readlink* just reopen the file used for statSamuel Thibault2-24/+40
2022-09-14hurd: Fix readlink() hanging on fifoSamuel Thibault2-2/+8
2022-08-29hurd: Fix vm_size_t incoherenciesSamuel Thibault6-7/+10
2022-08-27mach: Make xpg_strerror_r set a message on errorSamuel Thibault1-6/+10
2022-08-27mach: Fix incoherency between perror and strerrorSamuel Thibault1-1/+1
2022-08-22hurd: Fix starting static binaries with stack protection enabledSamuel Thibault2-2/+22
2022-08-22htl: Make pthread*_cond_timedwait register wref before releasing mutexSamuel Thibault1-4/+6
2022-08-22htl: make __pthread_hurd_cond_timedwait_internal check mutex is heldSamuel Thibault1-0/+4
2022-08-19hurd: Assume non-suid during bootstrapSamuel Thibault1-2/+7
2022-08-02socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar1-7/+33
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld2-2/+4
2022-07-22stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)Adhemerval Zanella Netto3-0/+8
2022-07-06stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.Tom Honermann1-0/+2
2022-05-30elf: Remove _dl_skip_argsAdhemerval Zanella1-1/+0
2022-05-17linux: Add P_PIDFDAdhemerval Zanella1-0/+12
2022-05-17rtld: Use generic argv adjustment in ld.so [BZ #23293]Szabolcs Nagy1-17/+13
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.cAdhemerval Zanella1-2/+5
2022-05-13stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.cAdhemerval Zanella1-2/+7
2022-05-05hurd spawni: Fix reauthenticating closed fdsSamuel Thibault1-1/+1
2022-04-19elf: Remove __libc_init_secureFangrui Song2-34/+0
2022-04-15stdio: Split __get_errname definition from errlist.cAdhemerval Zanella1-0/+21
2022-04-12hurd: Define ELIBEXECSamuel Thibault1-0/+2
2022-02-02posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella2-15/+14
2022-02-01SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86Samuel Thibault1-0/+28
2022-01-27Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)Florian Weimer1-0/+1
2022-01-26hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilistAdhemerval Zanella1-0/+2
2022-01-25posix: Add terminal control setting support for posix_spawnAdhemerval Zanella1-0/+13
2022-01-22htl: Fix cleaning the reply portSamuel Thibault1-9/+17
2022-01-16hurd: optimize exec cleanupSamuel Thibault1-12/+14
2022-01-15hurd: Add __rtld_execveSamuel Thibault2-2/+126
2022-01-15htl: Hide __pthread_attr's __schedparam type [BZ #23088]Samuel Thibault1-70/+0
2022-01-15htl: Clear kernel_thread field before releasing the thread structureSamuel Thibault1-3/+3
2022-01-15hurd: Fix pthread_kill on exiting/ted threadSamuel Thibault1-0/+3
2022-01-15[hurd] Drop spurious #ifdef SHAREDSamuel Thibault1-2/+0