about summary refs log tree commit diff
path: root/sysdeps/mach/hurd
Commit message (Expand)AuthorAgeFilesLines
* hurd: Add MAP_NORESERVE mmap flagSamuel Thibault9 days1-0/+1
* htl: move pthread_attr_init into libc.gfleury2024-11-193-2/+1
* htl: move pthread_attr_setguardsize into libc.gfleury2024-11-194-2/+4
* htl: move pthread_attr_setschedparam into libc.gfleury2024-11-193-2/+1
* htl: move pthread_attr_setscope into libc.gfleury2024-11-193-2/+1
* htl: move pthread_attr_setstackaddr into libc.gfleury2024-11-194-4/+8
* htl: move pthread_attr_setstacksize into libc.gfleury2024-11-194-2/+4
* htl: move pthread_attr_getstack into libc.gfleury2024-11-194-2/+4
* htl: move pthread_attr_getstackaddr into libc.gfleury2024-11-194-2/+4
* htl move pthread_attr_getstacksize into libc.gfleury2024-11-194-2/+4
* htl move pthread_attr_getscope into libc.gfleury2024-11-193-2/+1
* htl move pthread_attr_getguardsize into libc.gfleury2024-11-194-2/+4
* htl: move pthread_attr_destroy into libc.gfleury2024-11-193-2/+1
* linux: Add support for getrandom vDSOAdhemerval Zanella2024-11-121-1/+3
* Fix header guard in sysdeps/mach/hurd/x86_64/vm_param.hJoseph Myers2024-10-091-1/+1
* hurd: Add missing va_end call in fcntl implementation. [BZ #32234]Bruno Haible2024-10-031-1/+5
* hurd: Avoid file_check_access () RPC for access (F_OK)Sergey Bugaev2024-09-191-0/+9
* hurd: Fix missing pthread_ compat symbol in libcSamuel Thibault2024-08-011-0/+10
* htl: Fix __pthread_init_thread declaration and definitionSamuel Thibault2024-07-172-2/+3
* hurd: Fix pthread_self() without libpthreadSamuel Thibault2024-07-173-11/+12
* Add pthread_getname_np and pthread_setname_np for HurdFlavio Cruz2024-07-162-0/+4
* Convert to autoconf 2.72 (vanilla release, no distribution patches)Andreas K. Hüttel2024-06-171-69/+64
* Implement C23 exp2m1, exp10m1Joseph Myers2024-06-172-0/+32
* Implement C23 log10p1Joseph Myers2024-06-172-0/+16
* Implement C23 logp1Joseph Myers2024-06-172-0/+16
* hurd: Fix lsetxattr return valueSamuel Thibault2024-06-101-1/+1
* Implement C23 log2p1Joseph Myers2024-05-202-0/+16
* socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer2024-05-181-2/+2
* htl: Implement some support for TLS_DTV_AT_TPSergey Bugaev2024-03-231-0/+9
* hurd: Use the RETURN_ADDRESS macroSergey Bugaev2024-03-231-1/+1
* hurd: Disable Prefer_MAP_32BIT_EXEC on non-x86_64 for nowSergey Bugaev2024-03-232-2/+2
* Implement setcontext/getcontext/makecontext/swapcontext for Hurd x86_64Flavio Cruz2024-02-176-0/+456
* Use proc_getchildren_rusage when available in getrusage and times.Flavio Cruz2024-02-174-3/+216
* Make __getrandom_nocancel set errno and add a _nostatus versionXi Ruoyao2024-01-121-1/+6
* hurd: Initializy _dl_pagesize early in static buildsSergey Bugaev2024-01-041-0/+4
* hurd: Only init early static TLS if it's used to store stack or pointer guardsSergey Bugaev2024-01-041-4/+11
* hurd: Make init-first.c no longer x86-specificSergey Bugaev2024-01-041-2/+2
* hurd: Drop x86-specific assembly from init-first.cSergey Bugaev2024-01-041-9/+1
* hurd: Pass the data pointer to _hurd_stack_setup explicitlySergey Bugaev2024-01-043-9/+11
* mach: Drop some unnecessary vm_param.h includesSergey Bugaev2024-01-031-1/+0
* hurd: Add some missing includesSergey Bugaev2024-01-031-0/+1
* Implement C23 <stdbit.h>Joseph Myers2024-01-032-0/+140
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01378-378/+378
* hurd: [!__USE_MISC] Do not #undef BSD macros in ioctlsSamuel Thibault2023-12-021-0/+2
* Remove __access_noerrnoJoseph Myers2023-11-236-45/+5
* hurd: Prevent the final file_exec_paths call from signalsSamuel Thibault2023-11-201-1/+15
* hurd: Fix spawni returning allocation errors.Samuel Thibault2023-11-141-2/+8
* hurd: statfsconv: Add missing f_ffree conversionSamuel Thibault2023-11-071-0/+1
* crypt: Remove libcrypt supportAdhemerval Zanella2023-10-302-9/+0
* hurd: Drop REG_GSFS and REG_ESDS from x86_64's ucontextSamuel Thibault2023-09-282-9/+3