Go to file
manu 144bfac97b First work on Mach exceptions. Things that can turn into signals on UNIX
may turn into exceptions on Mach: a small message sent by the kernel to
the task that requested the exception.
On Darwin, when an exception is sent, no signal can be delivered.

TODO: more exceptions: arithmetic, bad instructions, emulation, s
software, and syscalls (plain and Mach). There is also RPC alert, but
I have no idea about what it is.

While we are there, remove some user ktrace in notification code, and add
a NODEF qualifier in mach_services.master: it will be used for notifications
and exceptions, where the kernel is always client and never server: we
don't want the message to be displayed as "unimplemented xxx" in kdump (thus
UNIMPL is not good), but we don't want to generate the server prototype
(therefore, STD is not good either). NODEF will declare it normally in the
name tables without creating the prototype.
2003-11-17 01:52:14 +00:00
bin Improve how various "simple" host tools are built and invoked. 2003-11-16 14:14:18 +00:00
contrib/sys Pull the latest HAL from sourceforge.net/madwifi/ since it fixes 2003-10-13 04:53:04 +00:00
crypto typo. minoura 2003-11-13 10:35:40 +00:00
dist <sys/cdefs.h> is a NetBSD'ism. Protect it with #ifdef __NetBSD__ 2003-11-12 02:08:11 +00:00
distrib a manpage of selrecord and selwakeup. 2003-11-16 15:10:46 +00:00
doc Somewhat late mention of: 2003-11-12 18:12:11 +00:00
etc Add iso-image-md-pre and iso-image-md-post targets. Installation media can 2003-11-15 08:58:27 +00:00
games Improve how various "simple" host tools are built and invoked. 2003-11-16 14:14:18 +00:00
gnu add fini.lo to CLEANFILES 2003-11-16 22:49:48 +00:00
include ifdef out file when HAVE_NBTOOL_CONFIG_H is defined to avoid 2003-11-12 19:50:46 +00:00
lib s/modifed/modified/ 2003-11-14 16:43:57 +00:00
libexec Some improvements from the OpenBSD version of this man page. Forwarded 2003-11-02 11:27:49 +00:00
regress Descend into bin/dd 2003-11-15 10:50:59 +00:00
rescue Add installboot. Suggested by Curt Sampson. 2003-10-21 10:08:40 +00:00
sbin Commit changes proposed on tech-kern Thu, 6 Nov 2003 2003-11-15 17:52:30 +00:00
share Remove superfluous double quotes; restrict to 80 chars/line; 2003-11-16 16:17:13 +00:00
sys First work on Mach exceptions. Things that can turn into signals on UNIX 2003-11-17 01:52:14 +00:00
tools Correct .PHONY rules that force tools to be installed to use 2003-11-16 18:06:01 +00:00
usr.bin New sentence, new line; add comma in enumeration. 2003-11-16 23:10:00 +00:00
usr.sbin #include <util.h> 2003-11-17 00:02:33 +00:00
x11 fix previous so that it actually works 2003-11-10 02:35:24 +00:00
build.sh tweak usage message. 2003-11-14 12:38:12 +00:00
BUILDING Improve how build.sh -N and MAKEVERBOSE interoperate; 2003-10-26 02:17:46 +00:00
Makefile netbsd.org->NetBSD.org 2003-07-26 17:06:22 +00:00
Makefile.inc
UPDATING Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00