Go to file
tsutsui c61c988be5 Raise IPL to splsoftnet() before calling callback functions registered
via (atari specific) add_sicallback(), as a workaround hack.

Many drivers which use the MD sicallback depend on BASEPRI() macro
defined in <machine/cpu.h> to check nested interrupts,
but functions invoked from MI softint(9) won't run at IPL_SOFT
any longer and the BASEPRI() macro doesn't return expected value
as the past.

Fixes lost interrupt problem on Falcon wdc(4) reported by
Tuomo Makinen on port-atari, and also confirmed by him.

Should be pulled up to netbsd-5.
2009-01-03 06:36:58 +00:00
bin rlim_t will be unsigned as TOG mandates. 2008-12-28 19:53:37 +00:00
common PR kern/40213 my i386 machine can't boot because of tsc 2008-12-19 11:21:24 +00:00
compat XXX: change .PATH: to .PATH.c: so that make does not find the 2008-12-02 21:43:09 +00:00
crypto schedular() call can now modify fd mask so make the working copy just 2008-12-30 15:50:24 +00:00
dist make CHAR_T/RCHAR_T as 32bit clean. 2009-01-02 00:32:11 +00:00
distrib Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. 2009-01-02 00:20:18 +00:00
doc Update current versions: 2008-12-31 13:57:28 +00:00
etc Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. 2009-01-02 00:20:18 +00:00
external make xdm (able to) use PAM 2009-01-02 23:25:57 +00:00
games Fix fiance/fiancee confusion. Fix another typo. 2008-12-02 14:21:26 +00:00
gnu fix size and format of time_t holding variable. 2008-12-29 04:09:25 +00:00
include Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. 2009-01-02 00:20:18 +00:00
lib Ensure fts_close() doesn't spuriously close fd 0, 2009-01-03 06:12:14 +00:00
libexec fix for 64 bit time_t and dev_t 2008-12-29 00:33:34 +00:00
regress Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. 2009-01-02 00:20:18 +00:00
rescue Remove LKMs and switch to the module framework, pass 1. 2008-11-12 12:35:50 +00:00
sbin cast arguments for changed printf format 2008-12-29 20:02:30 +00:00
share Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. 2009-01-02 00:20:18 +00:00
sys Raise IPL to splsoftnet() before calling callback functions registered 2009-01-03 06:36:58 +00:00
tests Don't descend into modules on evbppc.. sigh 2008-12-08 12:39:04 +00:00
tools MACHINE_CPU is "mips" not "xxmips". 2008-12-05 05:12:02 +00:00
usr.bin add some *.c specific CPPFLAGS. 2009-01-02 22:16:14 +00:00
usr.sbin Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db format. 2009-01-02 00:20:18 +00:00
x11 fix include filename 2008-11-28 10:27:29 +00:00
BUILDING be explicit about MAKEOBJDIR and MAKEOBJDIRPREFIX not being for 2008-12-02 22:28:21 +00:00
Makefile Build kernel modules the same time as the rest of the system libraries. 2008-12-30 22:18:11 +00:00
Makefile.inc
UPDATING Add a note concerning this morning's changes to config(1). 2008-12-19 20:37:45 +00:00
build.sh Add support for new MAKEVERBOSE levels 3 and 4. The complete list is now: 2008-11-13 20:40:11 +00:00