Home
last modified time | relevance | path

Searched refs:mach (Results 1 – 25 of 109) sorted by relevance

12345

/glibc-2.36/mach/
DMakefile18 subdir := mach
22 headers = mach_init.h mach.h mach_error.h mach-shortcuts.h mach/mach_traps.h \
23 $(interface-headers) mach/mach.h mach/mig_support.h mach/error.h \
24 $(lock-headers) machine-sp.h bits/mach/param.h
27 routines = $(mach-syscalls) $(mach-shortcuts) \
39 mach-interface-list := $(patsubst mach,mach_interface,$(mach-interface-list))
40 mach/mach_interface.defs = mach/mach.defs
43 mach-interface-list := $(patsubst memory_object,memory_object_user,\
44 $(mach-interface-list))
45 mach/memory_object_user.defs = mach/memory_object.defs
[all …]
/glibc-2.36/sysdeps/mach/
DMakefile22 includes += -I$(..)mach -I$(common-objpfx)mach/
24 ifneq (mach,$(subdir))
28 mach-objpfx = $(common-objpfx)mach/
30 mach-objpfx = $(objpfx)
38 mach-before-compile := $(mach-objpfx)mach-shortcuts.h \
39 $(patsubst %,$(mach-objpfx)mach/mach_%.h,\
42 ifneq (mach,$(subdir))
45 $(patsubst mach%,m\%h%,$(mach-before-compile)): mach-before-compile # Run only if doesn't exist.
46 .PHONY: mach-before-compile
47 mach-before-compile:
[all …]
Dconfigure.ac15 AC_CHECK_HEADER(mach/mach_types.h,,
17 AC_CHECK_HEADER(mach/mach_types.defs,, [dnl
23 dnl Check if foo_t is defined by <mach/mach_types.h>.
27 AC_CACHE_CHECK(for $1 in mach/mach_types.h, libc_cv_mach_$1,
28 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <mach/mach_types.h>]], [[extern $1 foo;]])],
45 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <mach/task_info.h>]], [[
54 dnl The Darwin variant no longer has <mach/mach.defs>
56 dnl In this scenario we will presume there is a <mach/mach_interface.h>
62 for ifc in mach mach4 gnumach \
68 AC_CHECK_HEADER(mach/${ifc}.defs, [dnl
[all …]
DSubdirs1 # This file says that the mach subdirectory should appear before all others.
2 # The mach and hurd subdirectories have many generated header files which
4 # first (and mach before hurd, at that). The before-compile additions in
5 # sysdeps/{mach,hurd}/Makefile should make it reliably work for these files
9 first mach
Dconfigure138 ac_fn_c_check_header_preproc "$LINENO" "mach/mach_types.h" "ac_cv_header_mach_mach_types_h"
146 ac_fn_c_check_header_preproc "$LINENO" "mach/mach_types.defs" "ac_cv_header_mach_mach_types_defs"
157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for task_t in mach/mach_types.h" >&5
158 $as_echo_n "checking for task_t in mach/mach_types.h... " >&6; }
164 #include <mach/mach_types.h>
185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thread_t in mach/mach_types.h" >&5
186 $as_echo_n "checking for thread_t in mach/mach_types.h... " >&6; }
192 #include <mach/mach_types.h>
221 #include <mach/task_info.h>
247 for ifc in mach mach4 gnumach \
[all …]
Dsysdep.h46 #define FATAL_PREPARE_INCLUDE <mach/mig_support.h>
54 #define ENTRY(name) .error ENTRY not defined by sysdeps/mach/MACHINE/sysdep.h
62 #error SNARF_ARGS not defined by sysdeps/mach/MACHINE/sysdep.h
/glibc-2.36/ChangeLog.old/
DChangeLog.45 * sysdeps/mach/hurd/alpha/trampoline.c: Use `long int' for sigcode
9 * sysdeps/mach/hurd/alpha/__sigret.c: Use asms instead of global
29 * sysdeps/mach/hurd/__fork.c: Use natural_t in place of int.
33 * sysdeps/mach/hurd/mmap.c: Cast -1 to long int before casting to
36 * sysdeps/mach/alpha/syscall.S: Include
37 <mach/machine/alpha_instruction.h> to define op_chmk.
39 * sysdeps/mach/hurd/__mknod.c: Include <string.h>.
40 * sysdeps/mach/hurd/setegid.c: Likewise.
41 * sysdeps/mach/hurd/seteuid.c: Likewise.
42 * sysdeps/mach/hurd/__setregid.c: Likewise.
[all …]
DChangeLog.35 * sysdeps/mach/hurd/ioctls.h (_IOR, _IOW): Swap IOC_IN and IOC_OUT.
7 * sysdeps/mach/hurd/__ioctl.c: Only pack input for ioctls that
13 * sysdeps/mach/hurd/ioctls.h (union __ioctl): Type removed.
17 * sysdeps/mach/hurd/__ioctl.c: Use those macros instead of the union.
19 * sysdeps/mach/hurd/__fork.c: Major rewrite. Copy all ports
27 * sysdeps/mach/hurd/__isatty.c: New file.
55 * sysdeps/mach/hurd/defs.c (init_stdio): If stream already
59 * sysdeps/mach/hurd/__brk.c (init_brk): If _hurd_brk is nonzero,
67 * sysdeps/mach/hurd/mig-reply.c (mig_fork_child): Function removed.
73 * sysdeps/mach/hurd/Makefile (hurd-objpfx): New variable.
[all …]
DChangeLog.520 * mach/Machrules (%_server.c %_server.h rule): Remove gratuitous
23 * sysdeps/mach/hurd/brk.c (___brk_addr): Define as weak alias for
109 * sysdeps/mach/hurd/gethostname.c: Use _hurd_get_host_config.
110 * sysdeps/mach/hurd/gethostid.c: Likewise.
111 * sysdeps/mach/hurd/sethostname.c: Use _hurd_set_host_config.
112 * sysdeps/mach/hurd/sethostid.c: Likewise.
156 * sysdeps/mach/hurd/Makefile (sysdep-LDFLAGS): Variable removed.
187 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_open_zero_fill):
422 * sysdeps/mach/hurd/dl-sysdep.c (__open): Define this instead of open.
551 * sysdeps/mach/mprotect.c: Define with __ name and weak alias.
[all …]
DChangeLog.1338 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
162 * sysdeps/mach/hurd/configure.in: Always define NO_HIDDEN.
163 * sysdeps/mach/hurd/configure: Regenerated.
280 * sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.
375 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Use INTUSE for
538 * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Move __libc_read,
656 * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Remove duplicate entry.
658 * sysdeps/mach/hurd/dl-sysdep.c (_exit): Add alias __GI__exit.
747 * sysdeps/mach/hurd/ifreq.h (__if_nextreq): New function.
799 * sysdeps/mach/hurd/fork.c (__fork): Do not free the signal
[all …]
DChangeLog.7280 * sysdeps/mach/hurd/bits/errno.h: Likewise.
1176 * sysdeps/mach/hurd/mmap.c: Likewise.
1179 * sysdeps/mach/munmap.c: Likewise.
1181 * sysdeps/mach/mprotect.c: Likewise.
1638 * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
1639 * sysdeps/mach/hurd/sys/param.h: Likewise.
1724 * sysdeps/generic/mach/hurd/bits/fcntl.h: Add flock LFS extensions.
1729 * sysdeps/generic/mach/hurd/bits/stat.h: Add stat LFS extensions.
1987 * sysdeps/mach/hurd/cthreads.c: Add copyright text.
2377 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
[all …]
DChangeLog.20460 * sysdeps/mach/hurd/htl/pt-mutex-timedlock.c: Modified.
500 * sysdeps/mach/htl/pt-timedblock.c: Modified.
502 * sysdeps/mach/hurd/Versions: Modified.
544 * sysdeps/mach/hurd/htl/pt-mutex-init.c: Modified.
546 * sysdeps/mach/hurd/htl/pt-mutexattr-init.c: Modified.
628 * sysdeps/mach/hurd/setitimer.c: Modified.
640 * sysdeps/mach/hurd/i386/libpthread.abilist: Modified.
1320 * sysdeps/mach/hurd/Makefile: Modified.
1321 * sysdeps/mach/hurd/fork.c: Modified.
1323 * sysdeps/mach/hurd/htl/pt-sigstate-destroy.c: Modified.
[all …]
DChangeLog.22334 * sysdeps/mach/hurd/fxstat.c: Modified.
339 * sysdeps/mach/hurd/fxstat64.c: Modified.
342 * sysdeps/mach/hurd/fxstatat.c: Modified.
345 * sysdeps/mach/hurd/fxstatat64.c: Modified.
348 * sysdeps/mach/hurd/lxstat.c: Modified.
353 * sysdeps/mach/hurd/lxstat64.c: Modified.
356 * sysdeps/mach/hurd/xstat.c: Modified.
361 * sysdeps/mach/hurd/xstat64.c: Modified.
532 * sysdeps/mach/hurd/i386/ld.abilist: Modified.
533 * sysdeps/mach/hurd/i386/libc.abilist: Modified.
[all …]
DChangeLog.2165 * configure.in (sysnames): Remove / before $mach; it is prepended
166 already by the loop constructing $mach from $machine.
175 (mach): New variable; processed from $machine as $base from $base_os.
372 mach; recreated sysdeps/hurd/err_hurd.sub; changed back
502 * mach/err_kern.sub: Frob around lack of GNU ld.
504 * mach/errsystems.awk: The declaration of __mach_error_systems
507 * sysdeps/mach/hurd/errlist.awk (BEGIN): Deal with the case
510 * sysdeps/mach/hurd/Makefile: Define mib_hacks to make.
518 * sysdeps/mach/_strerror.c: Include <mach/errorlib.h>.
533 * mach/mach_error_string.c (do_compat): Change name to
[all …]
DChangeLog.21523 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Modified.
524 * sysdeps/mach/hurd/i386/__longjmp.S: Modified.
531 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Modified.
532 * sysdeps/mach/hurd/i386/__longjmp.S: Modified.
1991 * sysdeps/mach/Makefile: Modified.
2280 * sysdeps/mach/strerror_l.c: Modified.
2460 * sysdeps/mach/hurd/i386/libc.abilist: Modified.
2461 * sysdeps/mach/hurd/test-err_np.c: New file.
2554 * sysdeps/mach/hurd/i386/libc.abilist: Modified.
2629 * sysdeps/mach/_strerror.c: Modified.
[all …]
DChangeLog.920 * sysdeps/mach/hurd/utimes.c (__utimes): Deal with TVP being NULL.
49 * sysdeps/mach/hurd/times.c: New file.
286 * sysdeps/mach/hurd/ioctl.c: Include <hurd/ioctls.defs>.
324 * sysdeps/mach/hurd/dl-sysdep.c (__getcwd): Fail with ENOSYS, don't
342 * sysdeps/mach/hurd/bits/ioctls.h (_IOC_ENCODE_TYPE,
440 * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Depend on
443 * sysdeps/mach/hurd/Makefile: Fix errnos.h -> bits/errno.h in rules.
464 * sysdeps/mach/hurd/xmknod.c: Include sys/types.h and remove minor and
1190 * mach/Versions: Add mach_msg_send and mach_msg_receive.
1243 * sysdeps/mach/hurd/bits/statfs.h (struct statfs, struct statfs64):
[all …]
/glibc-2.36/sysdeps/mach/hurd/
DMakefile39 ifeq (,$(filter mach hurd,$(subdir)))
51 hurd-before-compile: $(common-objpfx)mach/mach-shortcuts.h
57 $(common-objpfx)hurd/../mach/RPC_task_get_sampled_pcs.c:
58 $(MAKE) -C $(..)mach subdir=mach before-compile no_deps=t
67 hurd = $(..)sysdeps/mach/hurd
69 define mach-errno-h
70 ($(foreach h,mach/message.h \
71 mach/kern_return.h \
72 mach/mig_errors.h \
82 $(common-objpfx)errnos.d: $(mach-errnos-deps)
[all …]
DSubdirs2 # The mach and hurd subdirectories have many generated header files which
4 # first (and mach before hurd, at that). The before-compile additions in
5 # sysdeps/{mach,hurd}/Makefile should make it reliably work for these files
/glibc-2.36/hurd/
DDepend1 # This file says that the mach subdirectory should appear before this one.
2 # The mach and hurd subdirectories have many generated header files which
4 # first (and mach before hurd, at that). The before-compile additions in
5 # sysdeps/{mach,hurd}/Makefile should make it reliably work for these files
9 mach
/glibc-2.36/sysdeps/mach/hurd/i386/
DImplies1 mach/hurd/x86
2 mach/hurd/i386/htl
/glibc-2.36/sysdeps/sh/
Ddl-trampoline.S43 sts.l mach,@-r15
115 lds.l @r15+,mach
192 sts.l mach,@-r15
239 lds.l @r15+,mach
380 lds.l @r15+,mach
/glibc-2.36/sysdeps/unix/sysv/linux/sh/sh3/
Dswapcontext.S43 sts.l mach, @-r0
95 lds.l @r0+, mach
/glibc-2.36/sysdeps/mach/hurd/htl/
DImplies2 mach/htl
/glibc-2.36/sysdeps/mach/hurd/i386/htl/
DImplies1 mach/hurd/htl
/glibc-2.36/sysdeps/mach/include/
Dmach.h2 #include_next <mach.h>

12345