aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd
AgeCommit message (Expand)AuthorFilesLines
3 daysFix header guard in sysdeps/mach/hurd/x86_64/vm_param.hJoseph Myers1-1/+1
9 dayshurd: Add missing va_end call in fcntl implementation. [BZ #32234]Bruno Haible1-1/+5
2024-09-19hurd: Avoid file_check_access () RPC for access (F_OK)Sergey Bugaev1-0/+9
2024-08-01hurd: Fix missing pthread_ compat symbol in libcSamuel Thibault1-0/+10
2024-07-17htl: Fix __pthread_init_thread declaration and definitionSamuel Thibault2-2/+3
2024-07-17hurd: Fix pthread_self() without libpthreadSamuel Thibault3-11/+12
2024-07-16Add pthread_getname_np and pthread_setname_np for HurdFlavio Cruz2-0/+4
2024-06-17Convert to autoconf 2.72 (vanilla release, no distribution patches)Andreas K. Hüttel1-69/+64
2024-06-17Implement C23 exp2m1, exp10m1Joseph Myers2-0/+32
2024-06-17Implement C23 log10p1Joseph Myers2-0/+16
2024-06-17Implement C23 logp1Joseph Myers2-0/+16
2024-06-10hurd: Fix lsetxattr return valueSamuel Thibault1-1/+1
2024-05-20Implement C23 log2p1Joseph Myers2-0/+16
2024-05-18socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer1-2/+2
2024-03-23htl: Implement some support for TLS_DTV_AT_TPSergey Bugaev1-0/+9
2024-03-23hurd: Use the RETURN_ADDRESS macroSergey Bugaev1-1/+1
2024-03-23hurd: Disable Prefer_MAP_32BIT_EXEC on non-x86_64 for nowSergey Bugaev2-2/+2
2024-02-17Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64Flavio Cruz6-0/+456
2024-02-17Use proc_getchildren_rusage when available in getrusage and times.Flavio Cruz4-3/+216
2024-01-12Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao1-1/+6
2024-01-04hurd: Initializy _dl_pagesize early in static buildsSergey Bugaev1-0/+4
2024-01-04hurd: Only init early static TLS if it's used to store stack or pointer guardsSergey Bugaev1-4/+11
2024-01-04hurd: Make init-first.c no longer x86-specificSergey Bugaev1-2/+2
2024-01-04hurd: Drop x86-specific assembly from init-first.cSergey Bugaev1-9/+1
2024-01-04hurd: Pass the data pointer to _hurd_stack_setup explicitlySergey Bugaev3-9/+11
2024-01-03mach: Drop some unnecessary vm_param.h includesSergey Bugaev1-1/+0
2024-01-03hurd: Add some missing includesSergey Bugaev1-0/+1
2024-01-03Implement C23 <stdbit.h>Joseph Myers2-0/+140
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert378-378/+378
2023-12-02hurd: [!__USE_MISC] Do not #undef BSD macros in ioctlsSamuel Thibault1-0/+2
2023-11-23Remove __access_noerrnoJoseph Myers6-45/+5
2023-11-20hurd: Prevent the final file_exec_paths call from signalsSamuel Thibault1-1/+15
2023-11-14hurd: Fix spawni returning allocation errors.Samuel Thibault1-2/+8
2023-11-07hurd: statfsconv: Add missing f_ffree conversionSamuel Thibault1-0/+1
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella2-9/+0
2023-09-28hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontextSamuel Thibault2-9/+3
2023-09-09htl: avoid exposing the vm_region symbolSamuel Thibault1-1/+1
2023-09-03htl: Fix stack information for main threadSamuel Thibault1-3/+27
2023-08-24htl: move pthread_attr_setdetachstate into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_attr_getdetachstate into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_attr_setschedpolicy into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_attr_getschedpolicy into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_attr_setinheritsched into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_attr_getinheritsched into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_attr_getschedparam into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_setschedparam into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_getschedparam into libcGuy-Fleury Iteriteka2-2/+0
2023-08-24htl: move pthread_equal into libcGuy-Fleury Iteriteka2-2/+0
2023-08-08hurd: Make error_t an int in C++Samuel Thibault1-0/+6
2023-08-08hurd: statvfs: __f_type -> f_typeнаб1-2/+2