NetBSD/sys/arch/i386
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
..
acpi Use the stack to save %edx. 2016-08-06 14:54:25 +00:00
bioscall Introduce GENASSYM_CPPFLAGS for options during genassym processing. 2014-03-04 14:58:14 +00:00
compile
conf * Split sys/kern/sys_process.c into three parts: 2016-11-02 00:11:59 +00:00
eisa fix i386 build for MSI/MSI-X support code. 2015-04-27 08:30:10 +00:00
gdbscripts
i386 * Split sys/kern/sys_process.c into three parts: 2016-11-02 00:11:59 +00:00
include move function prototype to x86, so it is available to amd64 too 2016-09-19 20:46:55 +00:00
isa KNF. No functional change. 2016-07-11 11:31:49 +00:00
mca Add bus_dma overrides. From dyoung 2011-09-01 15:10:31 +00:00
pci - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
pnpbios - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
stand gets_s -> kgets. 2016-06-11 06:20:11 +00:00
Makefile Run $(TOOL_CTAGS) instead of ctags: sometimes it's better than the host's 2012-10-23 16:08:12 +00:00