Go to file
bouyer b9e39927ac evtchn_do_event(): in our C implementation of spllower(), if a handler fails
to restore the spl (shouldn't happen, but ...), we could end up with a
higther pending ipl set and never cleared because iplbit already
handled this level. while (iplmask != 0) {} would then never be true,
and we'd end up triggering KASSERT(iplbit != 0).
Now print the faultly handler and reset the IPL, and start the whole
pending IPL handling again if needed.
2008-11-05 21:04:05 +00:00
bin Implement a printtotal function to avoid code repetition. 2008-11-02 02:27:32 +00:00
common Raise correct interrupt on division errors. 2008-10-27 00:20:22 +00:00
compat Add a horrible kludge to make this build on sparc64, explained in the Makefile. 2008-11-04 15:25:58 +00:00
crypto Add ChangeLog entry about S.P.Zeidler's commit. Fix my name in one place. 2008-11-01 06:55:10 +00:00
dist Pull in a minor change from file-4.26 that gets cross-compiling from 2008-11-04 13:34:11 +00:00
distrib Add missing debuglib entries for libz_g.a, libp2k_g.a, libpuffs_g.a, 2008-11-05 18:23:32 +00:00
doc ACPICA version 20081031 is out 2008-10-31 18:27:10 +00:00
etc Now that the installation floppies are including tmpfs as well, stop 2008-11-04 14:25:10 +00:00
external Add necessary defines. Noted by Bernd Ernesti. 2008-11-05 19:50:06 +00:00
games more MKSHARE == no fixes: 2008-10-30 21:37:55 +00:00
gnu pass HOST_CFLAGS when building cross tools 2008-11-04 23:58:40 +00:00
include include <sys/null.h> because _DIAGASSERT(foo == NULL) is too common and some 2008-11-02 14:27:44 +00:00
lib don't forget to use neg. 2008-11-04 21:08:33 +00:00
libexec make MKPIC=no builds work on i368, shark, vax, pmax, sgimips, sparc, 2008-10-31 20:24:51 +00:00
regress Add AWK?=${TOOL_AWK} in regression tests for awk itself. 2008-10-27 20:59:22 +00:00
rescue use nvi instead. thanks to Andreas Wrede 2008-10-29 23:55:28 +00:00
sbin make MKPIC=no builds work on i368, shark, vax, pmax, sgimips, sparc, 2008-10-31 20:24:51 +00:00
share Don't build kernel modules with PIE. 2008-11-05 00:54:25 +00:00
sys evtchn_do_event(): in our C implementation of spllower(), if a handler fails 2008-11-05 21:04:05 +00:00
tests Don't descend into atf with (${MKATF} == no) 2008-08-16 23:51:51 +00:00
tools include unistd.h where getmode is traditionally declared 2008-11-04 23:31:32 +00:00
usr.bin Change for standards compliance: 2008-11-04 03:14:46 +00:00
usr.sbin ensure mtree_err gets a format string 2008-11-04 23:22:48 +00:00
x11 Use ${TOOL_SED} instead if plain sed in Makefiles. 2008-10-25 22:27:34 +00:00
build.sh Try harder to guess the correct TOOLDIR. 2008-10-26 23:40:06 +00:00
BUILDING regen for recent change to examples and objdir advice, 2008-09-24 07:38:04 +00:00
Makefile - enable 32-bit library builds on amd64 and sparc64 2008-10-27 22:32:51 +00:00
Makefile.inc don't set KERNSRCDIR here; pull in <bsd.kernobj.mk> if you need it 2002-04-10 14:53:43 +00:00
UPDATING Add an entry for the "libc lint problem", mostly taken 2008-09-02 07:34:15 +00:00