NetBSD/sys/compat/mach
dsl b8fbaf8c4b Change the way that emulations locate files within the emulation root to
avoid having to allocate space in the 'stackgap'
  - which is very LWP unfriendly.
The additional code for non-emulation namei() is trivial, the reduction for
  the emulations is massive.
The vnode for a processes emulation root is saved in the cwdi structure
  during process exec.
If the emulation root the TRYEMULROOT flag are set, namei() will do an initial
  search for absolute pathnames in the emulation root, if that fails it will
  retry from the normal root.
".." at the emulation root will always go to the real root, even in the middle
  of paths and when expanding symlinks.
Absolute symlinks found using absolute paths in the emulation root will be
  relative to the emulation root (so /usr/lib/xxx.so -> /lib/xxx.so links
  inside the emulation root don't need changing).
If the root of the emulation would be returned (for an emulation lookup), then
  the real root is returned instead (matching the behaviour of emul_lookup,
  but being a cheap comparison here) so that programs that scan "../.."
  looking for the root dircetory don't loop forever.
The target for symbolic links is no longer mangled (it used to get the
  CHECK_ALT_xxx() treatment, so could get /emul/xxx prepended).
CHECK_ALT_xxx() are no more. Most of the change is deleting them, and adding
  TRYEMULROOT to the flags to NDINIT().
A lot of the emulation system call stubs could now be deleted.
2007-04-22 08:29:55 +00:00
..
arch/powerpc Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
Makefile
files.mach
mach_bootstrap.c
mach_bootstrap.h
mach_clock.c __unused removal on arguments; approved by core. 2006-11-16 01:32:37 +00:00
mach_clock.h
mach_errno.c
mach_errno.h
mach_exception.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
mach_exception.h Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
mach_exec.c Change the way that emulations locate files within the emulation root to 2007-04-22 08:29:55 +00:00
mach_exec.h
mach_host.c
mach_host.h
mach_iokit.c
mach_iokit.h
mach_message.c Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
mach_message.h
mach_misc.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
mach_notify.c
mach_notify.h
mach_port.c Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
mach_port.h
mach_semaphore.c Pass an ipl argument to pool_init/POOL_INIT to be used when initializing 2007-03-12 18:18:22 +00:00
mach_semaphore.h
mach_services.c
mach_services.h
mach_services.master
mach_services_names.c
mach_syscall.h
mach_syscallargs.h
mach_syscalls.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
mach_sysctl.c
mach_sysctl.h
mach_sysent.c Merge newlock2 to head. 2007-02-09 21:55:00 +00:00
mach_task.c Change the process/lwp flags seen by userland via sysctl back to the 2007-02-17 22:31:36 +00:00
mach_task.h
mach_thread.c Handle newlwp() error case. Currently, newlwp() cannot fail, but this 2007-03-24 16:43:56 +00:00
mach_thread.h
mach_types.h
mach_vm.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
mach_vm.h
makemachservices.sh
syscalls.conf
syscalls.master Merge newlock2 to head. 2007-02-09 21:55:00 +00:00