about summary refs log tree commit diff
path: root/sysdeps/mach/hurd
Commit message (Expand)AuthorAgeFilesLines
* hurd: Fix lsetxattr return valueSamuel Thibault10 hours1-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
* htl: avoid exposing the vm_region symbolSamuel Thibault2023-09-091-1/+1
* htl: Fix stack information for main threadSamuel Thibault2023-09-031-3/+27
* htl: move pthread_attr_setdetachstate into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_attr_getdetachstate into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_attr_setschedpolicy into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_attr_getschedpolicy into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_attr_setinheritsched into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_attr_getinheritsched into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_attr_getschedparam into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_setschedparam into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_getschedparam into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* htl: move pthread_equal into libcGuy-Fleury Iteriteka2023-08-242-2/+0
* hurd: Make error_t an int in C++Samuel Thibault2023-08-081-0/+6
* hurd: statvfs: __f_type -> f_typeнаб2023-08-081-2/+2
* htl: Initialize ___pthread_self earlySamuel Thibault2023-08-081-0/+14
* hurd: Rework generating errno.hSamuel Thibault2023-08-063-41/+19
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-171-11/+14
* hurd: Implement MAP_EXCLSergey Bugaev2023-07-032-10/+23
* hurd: Fix mapping at address 0 with MAP_FIXEDSergey Bugaev2023-07-031-2/+9
* hurd: Fix calling vm_deallocate (NULL)Sergey Bugaev2023-07-031-3/+7
* hurd: Map brk non-executableSergey Bugaev2023-07-031-2/+2
* hurd: Make getrandom return ENOSYS when /dev/random is not set upSamuel Thibault2023-07-011-2/+7
* hurd: Add strlcpy, strlcat, wcslcpy, wcslcat to libc.abilistFlorian Weimer2023-06-151-0/+8
* Add the wcslcpy, wcslcat functionsFlorian Weimer2023-06-141-0/+4
* Implement strlcpy and strlcat [BZ #178]Florian Weimer2023-06-141-0/+4