aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
2019-09-04Finish move of clock_* functions to libc. [BZ #24959]Zack Weinberg2-5/+5
2019-08-30hurd: Fix buildSamuel Thibault1-1/+1
2019-08-30hurd: Fix SS_ONSTACK supportSamuel Thibault1-26/+42
2019-08-30hurd: Remove optimizing anonymous maps as __vm_allocate.Samuel Thibault1-23/+0
2019-08-30hurd getcwd: Allow unknown root directorySamuel Thibault1-12/+0
2019-08-30hurd: Fix implementation of setitimer.Samuel Thibault1-8/+12
2019-08-23Refactor sigcontextinfo.hAdhemerval Zanella1-1/+10
2019-08-21Don't use the argument to time.Zack Weinberg1-2/+2
2019-08-15Make totalorder and totalordermag functions take pointer arguments.Joseph Myers1-0/+16
2019-05-02misc: Add twalk_r functionFlorian Weimer1-0/+1
2019-03-22nptl: Remove pthread_clock_gettime pthread_clock_settimeAdhemerval Zanella1-8/+0
2019-03-13hurd: Add no-op version of __res_enable_icmp [BZ #24047]Florian Weimer1-0/+27
2019-03-07Break lines before not after operators, batch 4.Joseph Myers5-22/+23
2019-02-27hurd: Add renameat2 support for RENAME_NOREPLACESamuel Thibault2-20/+57
2019-02-27Add some spaces before '('.Joseph Myers1-1/+1
2019-02-26Break further lines before not after operators.Joseph Myers15-97/+99
2019-02-26Add and move fall-through comments in system-specific code.Joseph Myers1-0/+2
2019-02-25Break more lines before not after operators.Joseph Myers7-18/+19
2019-01-22hurd: Check at_flags passed to faccessatSamuel Thibault1-1/+3
2019-01-03nptl: Remove tst-cancel-wrappers test and related macrosAdhemerval Zanella1-1/+0
2019-01-02hurd: advertise *_setpshared as not supportedSamuel Thibault1-0/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers347-347/+347
2018-12-19hurd: Fix 64bit fcntl lock implementationSamuel Thibault1-3/+3
2018-12-13Do not clobber sp in _hurd_stack_setup.Joseph Myers1-1/+1
2018-12-07hurd: Fix linknamespace of spawniSamuel Thibault1-2/+2
2018-12-07hurd: Implement support for posix_spawn_file_actions_addfchdir_npSamuel Thibault1-0/+44
2018-12-07posix: New function posix_spawn_file_actions_addfchdir_np [BZ #17405]Florian Weimer1-0/+1
2018-11-30scripts/abilist.awk: Handle special _end symbol for HurdFlorian Weimer1-1/+1
2018-11-30hurd: Fix returning value for fcntl(F_*LK*)Samuel Thibault1-6/+4
2018-11-27Fix Hurd build with read-only source directory.Joseph Myers1-3/+4
2018-11-21Remove the error handling wrapper from powSzabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from log2Szabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from logSzabolcs Nagy1-0/+1
2018-11-21Remove the error handling wrapper from exp and exp2Szabolcs Nagy1-0/+2
2018-11-19hurd: Support lockf at offset 0 with size 0 or 1.Samuel Thibault1-0/+13
2018-11-16hurd: Fix F_*LK* fcntl with __USE_FILE_OFFSET64Samuel Thibault6-34/+136
2018-11-14hurd: Fix build with GCC 9Samuel Thibault1-2/+3
2018-11-11hurd: Document dtable_cloexec size convention.Samuel Thibault1-1/+1
2018-11-10Hurd: export _hurd_port_moveSamuel Thibault1-0/+1
2018-11-10Hurd: Fix ulinks in fd table reallocationSamuel Thibault1-1/+11
2018-11-10Hurd: Implement chdir support in posix_spawnSamuel Thibault1-10/+77
2018-11-06posix: New function posix_spawn_file_actions_addchdir_np [BZ #17405]Florian Weimer1-0/+1
2018-11-04hurd: Fix last-minute refactoringSamuel Thibault1-1/+1
2018-11-03hurd: Support msyncSamuel Thibault1-0/+93
2018-10-31hurd: Fix errno* generationSamuel Thibault2-1/+10
2018-10-28hurd: Fix race between calling RPC and handling a signalSamuel Thibault1-7/+16
2018-10-25hurd: XFAIL absence of C11 threads implementationSamuel Thibault1-0/+4
2018-08-01hurd: Fix exec usage of mach_setup_threadSamuel Thibault3-1/+5
2018-07-31hurd: Fix startup of static binaries linked against libpthreadSamuel Thibault1-33/+35
2018-07-28hurd: Fix some ld.so symbol override from libcSamuel Thibault2-1/+22