aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)Author
2019-11-16hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097]Florian Weimer
2019-11-07hurd: Remove lingering references to the time functionFlorian Weimer
2019-11-06Refactor nanosleep in terms of clock_nanosleepAdhemerval Zanella
2019-10-30Use clock_gettime to implement gettimeofday.Adhemerval Zanella
2019-10-30Use clock_settime to implement settimeofday.Zack Weinberg
2019-10-30Change most internal uses of __gettimeofday to __clock_gettime.Zack Weinberg
2019-10-30hurd: Support for file record lockingSvante Signell
2019-10-27time: Introduce function to check correctness of nanoseconds valueLukasz Majewski
2019-10-24Define __STATFS_MATCHES_STATFS64Alistair Francis
2019-10-24hurd: Fix build after __pread64 usage in the dynamic loaderFlorian Weimer
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg
2019-08-30hurd: Fix buildSamuel Thibault
2019-08-30hurd: Fix SS_ONSTACK supportSamuel Thibault
2019-08-30hurd: Remove optimizing anonymous maps as __vm_allocate.Samuel Thibault
2019-08-30hurd getcwd: Allow unknown root directorySamuel Thibault
2019-08-30hurd: Fix implementation of setitimer.Samuel Thibault
2019-08-23Refactor sigcontextinfo.hAdhemerval Zanella
2019-08-21Don't use the argument to time.Zack Weinberg
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers
2019-05-02misc: Add twalk_r functionFlorian Weimer
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella
2019-03-13hurd: Add no-op version of __res_enable_icmp [BZ #24047]Florian Weimer
2019-03-07Break lines before not after operators, batch 4.Joseph Myers
2019-02-27hurd: Add renameat2 support for RENAME_NOREPLACESamuel Thibault
2019-02-27Add some spaces before '('.Joseph Myers
2019-02-26Break further lines before not after operators.Joseph Myers
2019-02-26Add and move fall-through comments in system-specific code.Joseph Myers
2019-02-25Break more lines before not after operators.Joseph Myers
2019-01-22hurd: Check at_flags passed to faccessatSamuel Thibault
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella
2019-01-02hurd: advertise *_setpshared as not supportedSamuel Thibault
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-12-19hurd: Fix 64bit fcntl lock implementationSamuel Thibault
2018-12-13Do not clobber sp in _hurd_stack_setup.Joseph Myers
2018-12-07hurd: Fix linknamespace of spawniSamuel Thibault
2018-12-07hurd: Implement support for posix_spawn_file_actions_addfchdir_npSamuel Thibault
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer
2018-11-30scripts/abilist.awk: Handle special _end symbol for HurdFlorian Weimer
2018-11-30hurd: Fix returning value for fcntl(F_*LK*)Samuel Thibault
2018-11-27Fix Hurd build with read-only source directory.Joseph Myers
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy
2018-11-19hurd: Support lockf at offset 0 with size 0 or 1.Samuel Thibault
2018-11-16hurd: Fix F_*LK* fcntl with __USE_FILE_OFFSET64Samuel Thibault
2018-11-14hurd: Fix build with GCC 9Samuel Thibault
2018-11-11hurd: Document dtable_cloexec size convention.Samuel Thibault
2018-11-10Hurd: export _hurd_port_moveSamuel Thibault