aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar9-9/+0
2021-08-31hurd msync: Drop bogus testSamuel Thibault1-3/+0
2021-08-31hurd: Fix typo in msyncSamuel Thibault1-1/+1
2021-08-23hurd: Remove old test-err_np.c fileSamuel Thibault1-4/+0
2021-08-16hurd: Drop fmh kludgeSamuel Thibault1-35/+0
2021-08-11hurd mmap: Reduce the requested max vmprotSergey Bugaev1-4/+18
2021-08-11hurd mmap: Factorize MAP_SHARED flag checkSergey Bugaev1-12/+10
2021-07-27hurd: _Fork: unlock malloc before calling fork child hooksSamuel Thibault1-0/+1
2021-07-22Move malloc_{g,s}et_state to libc_malloc_debugSiddhesh Poyarekar2-2/+2
2021-07-22glibc.malloc.check: Wean away from malloc hooksSiddhesh Poyarekar1-0/+7
2021-07-22mtrace: Wean away from malloc hooksSiddhesh Poyarekar2-1/+2
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar1-0/+8
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar2-0/+10
2021-07-19hurd: Add support for spawn_do_closefromSamuel Thibault2-1/+38
2021-07-19resolv: Move res_query functions into libcFlorian Weimer2-6/+12
2021-07-19resolv: Move res_mkquery, res_nmkquery into libcFlorian Weimer2-2/+4
2021-07-19resolv: Move res_send, res_nsend into libcFlorian Weimer2-2/+4
2021-07-19resolv: Rename res_comp.c to res-name-checking.c and move into libcFlorian Weimer2-4/+8
2021-07-19resolv: Move dn_skipname to its own file and into libcFlorian Weimer2-1/+2
2021-07-19resolv: Move dn_comp to its own file and into libcFlorian Weimer2-1/+2
2021-07-19resolv: Move dn_expand to its own file and into libcFlorian Weimer2-1/+2
2021-07-19resolv: Move ns_name_compress into its own file and into libcFlorian Weimer2-1/+2
2021-07-19resolv: Move ns_name_pack into its own file and into libcFlorian Weimer2-1/+2
2021-07-19resolv: Move ns_name_pton into its own file and into libcFlorian Weimer2-1/+2
2021-07-19resolv: Move ns_name_uncompress into its own file and into libcFlorian Weimer2-1/+2
2021-07-19resolv: Move ns_name_skip to its own file and into libc (bug 28091)Florian Weimer2-1/+2
2021-07-15resolv: Move ns_name_unpack to its own file and into libcFlorian Weimer2-1/+2
2021-07-15resolv: Move ns_name_ntop to its own file and into libcFlorian Weimer2-1/+2
2021-07-15socket: Add hidden prototype for setsockoptFlorian Weimer1-1/+1
2021-07-13htl: Let libc call __pthread_mutex_{,try,un}lockSamuel Thibault3-0/+3
2021-07-11hurd _Fork: Drop duplicate malloc_fork_lock callsSamuel Thibault1-3/+0
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2-0/+5
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella1-0/+1
2021-06-30login: Move libutil into libcFlorian Weimer2-6/+13
2021-06-30login: Hidden prototypes for _getpt, __ptsname_r, grantpt, unlockptFlorian Weimer1-0/+1
2021-06-28posix: Add _Fork [BZ #4737]Adhemerval Zanella1-0/+1
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella1-19/+2
2021-06-22Add hidden prototypes for fsync, fdatasyncFlorian Weimer2-0/+2
2021-06-21rt: Move shm_unlink into libcFlorian Weimer2-1/+2
2021-06-21rt: Move shm_open into libcFlorian Weimer2-1/+2
2021-06-04configure: Replaced obsolete AC_TRY_COMPILENaohiro Tamura4-49/+12
2021-06-04libio: Assume _IO_lock_inexpensiveAdhemerval Zanella1-3/+0
2021-06-03dlfcn: Move dlopen into libcFlorian Weimer2-1/+3
2021-06-03dlfcn: Move dlvsym into libcFlorian Weimer2-1/+2
2021-06-03dlfcn: Move dlinfo into libcFlorian Weimer2-1/+3
2021-06-03dlfcn: Move dladdr1 into libcFlorian Weimer2-1/+2
2021-06-03dlfcn: Move dlmopen into libcFlorian Weimer2-1/+3
2021-06-03dlfcn: Move dlsym into libcFlorian Weimer2-1/+2
2021-06-03dlfcn: Move dladdr into libcFlorian Weimer2-1/+2
2021-06-03dlfcn: Move dlclose into libcFlorian Weimer2-1/+2