NetBSD/sys/conf
pgoyette a60b99094c * Split sys/kern/sys_process.c into three parts:
1 - ptrace(2) syscall for native emulation
        2 - common ptrace(2) syscall code (shared with compat_netbsd32)
        3 - support routines that are shared with PROCFS and/or KTRACE

* Add module glue for #1 and #2.  Both modules will be built-in to the
  kernel if "options PTRACE" is included in the config file (this is
  the default, defined in sys/conf/std).

* Mark the ptrace(2) syscall as modular in syscalls.master (generated
  files will be committed shortly).

* Conditionalize all remaining portions of PTRACE code on a new kernel
  option PTRACE_HOOKS.

XXX Instead of PROCFS depending on 'options PTRACE', we should probably
    just add a procfs attribute to the sys/kern/sys_process.c file's
    entry in files.kern, and add PROCFS to the "#if defineds" for
    process_domem().  It's really confusing to have two different ways
    of requiring this file.
2016-11-02 00:11:59 +00:00
..
assym.mk Fix dependency of *.d -> assym.h in `-S' mode. 2015-09-10 13:11:39 +00:00
copyright WELCOME 2016! 2015-12-31 15:23:07 +00:00
cscope.mk
debugsyms.c Expose struct kauth_cred for the benefit of the debugger. I can't convince gcc 2015-10-06 22:13:39 +00:00
files * Split sys/kern/sys_process.c into three parts: 2016-11-02 00:11:59 +00:00
filesystems.config
gdbinit.mk
genassym.cf
ldscript.mk More build ordering. 2015-09-06 15:20:59 +00:00
linkset
lint.mk
majors Fix to cannnot be opened a nvme(4) namespace device file. 2016-09-08 15:00:08 +00:00
majors.std
majors.storage
majors.tty
majors.usb
majors.ws
Makefile.kern.inc Use && to fail early if subcommands of kernel link fail. 2016-04-09 18:51:44 +00:00
mdroot.mk
mkldscript.sh
newvers_stand.sh
newvers.mk
newvers.sh
osrelease.sh
param.c Whether or not the semaphore code is loaded as a module or built-in, its 2015-11-09 01:21:18 +00:00
ssp.mk
std * Split sys/kern/sys_process.c into three parts: 2016-11-02 00:11:59 +00:00