Go to file
bouyer ef9a315b24 - test if we have some work to do before tsleep() in the kernel thread,
in case the previous loop scheduled some more work to do (e.g. reset)
- use queue_freese to block the queue when a reset is pending too
- Avoid using WDCF_TH_RUN in some place that can be called from callout.
  If the kernel thread is tsleep()ing somewhere, we may come here with
  WDCF_TH_RUN set while being in the callout context. Fix a panic() in
  tsleep() reported by Chuck Silvers.
- Use AT_WAIT instead of WDCF_TH_RUN wdcwait(), as we may not be in the
  channel's thread context but still be able to tsleep(). Fix queue_freese
  panics for WDC_CAPABILITY_NOIRQ controllers (port-mac68k/23208 by
  Frederick Bruck).
2003-10-29 21:44:41 +00:00
bin passwd(5), not passwd(4). From Igor Sobrado in PR 23278. 2003-10-27 08:23:40 +00:00
contrib/sys
crypto Fix NULL vs 0 mixup. 2003-10-25 20:48:10 +00:00
dist - Add declarations for lhs_context and rhs_context. For some reason these 2003-10-27 21:08:25 +00:00
distrib Update for tzdata2003d. 2003-10-29 21:11:51 +00:00
doc Separate by port, and remove the m68k hack. 2003-10-29 21:31:33 +00:00
etc Make the ntp.conf parsing more specific, and therefore more robust. Closes 2003-10-29 19:00:14 +00:00
games Hobbes was misspelled. PR#23301 2003-10-29 04:53:39 +00:00
gnu As seen on tech-toolchain: 2003-10-29 21:25:03 +00:00
include pull in nbtool_config.h #if HAVE_NBTOOL_CONFIG_H 2003-10-27 03:46:15 +00:00
lib Merge tzcode2003d. 2003-10-29 20:43:27 +00:00
libexec Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
regress Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
rescue Add installboot. Suggested by Curt Sampson. 2003-10-21 10:08:40 +00:00
sbin Under no circumstances try to zap an existing superblock at sector 0. 2003-10-29 08:14:13 +00:00
share Merge tzdata2003d. 2003-10-29 21:04:05 +00:00
sys - test if we have some work to do before tsleep() in the kernel thread, 2003-10-29 21:44:41 +00:00
tools clean the "stripped" mdoc files 2003-10-28 07:46:16 +00:00
usr.bin Fix the broken "!" escape and "shell" (&-prompt) commands. These problems 2003-10-29 05:11:26 +00:00
usr.sbin Make a v6 socket v6-only, since rpcbind does host-based checking (all NFS 2003-10-29 17:51:33 +00:00
x11 Only run LIBDIR.${_SL}!= if it isn't defined, and add it to .MAKEOVERRIDES. 2003-10-24 14:50:51 +00:00
BUILDING Improve how build.sh -N and MAKEVERBOSE interoperate; 2003-10-26 02:17:46 +00:00
Makefile
Makefile.inc
UPDATING
build.sh Explain why make is being rebuilt. 2003-10-26 03:12:21 +00:00