Go to file
msaitoh 01bfdbc214 Fixes a problem that some driver(e.g. acpitz(4) or coretemp(5)) which
use sysmon_envsys sleep waiting at "rndsrc" when "drvctl -d".
Don't call rnd_detach_source() in sme_remove_event() which is called
from sme_event_unregister_all(). Instead, call rnd_detach_source() in
sysmon_envsys_sensor_detach() and call sysmon_envsys_sensor_detach()
before sme_event_unregister_sensor(). Each sensor(envsys_data) has each
rnd_src, but some sme_events point to the same rnd_src in a sensor.
Calling rnd_detach_souce() twice with the same rnd_src brokes a reference
count in rnd_src. OK'd by pgoyette@.
2017-09-06 11:08:53 +00:00
bin Fix a bug noticed by Soren Jacobsen running the netbsd-6-0 build.sh which 2017-08-31 05:09:38 +00:00
common * aarch64/memset.S didn't work! fixed some bugs. 2017-08-29 15:00:23 +00:00
compat
crypto PR/51682: Antoine Beaupré: Simplify and comment previous patch. 2017-07-23 05:40:27 +00:00
dist/pf
distrib Add Jason Bacon to developers list 2017-09-04 14:48:09 +00:00
doc Move sbmips -> evbmips entry to CHANGES.prev 2017-08-30 15:20:09 +00:00
etc update for xkeyboard-config 2.21. 2017-08-29 07:53:54 +00:00
external dhcp: Fix classless static routes 2017-09-05 11:58:55 +00:00
extsrc
games typo 2017-07-02 07:02:47 +00:00
include Add missing strfmon_l. Noticed by Bruno Haible. Add test case. 2017-08-16 13:53:19 +00:00
lib For readline emulation, don't reset the tty to "sane" (cooked) mode if we 2017-09-05 18:07:59 +00:00
libexec explain AARCH64 PLT design 2017-08-28 06:59:25 +00:00
regress Don't test call gates, they are not supported anymore. 2017-08-30 15:46:19 +00:00
rescue Remove MKCRYPTO option. 2017-05-21 15:28:36 +00:00
sbin PR/52522: Piotr Meyer: Don't NUL terminate the gpt label name. 2017-09-05 18:30:46 +00:00
share Remove reference to non-existing mac68k/bm.4. 2017-09-02 22:14:29 +00:00
sys Fixes a problem that some driver(e.g. acpitz(4) or coretemp(5)) which 2017-09-06 11:08:53 +00:00
tests Fix verb form. 2017-09-03 13:41:19 +00:00
tools move the GMP_MACHINE_ARCH definition into external/lgpl3/gmp/Makefile.arch. 2017-08-22 09:17:50 +00:00
usr.bin Don't print "nan" when there is no disk activity. 2017-09-06 06:05:23 +00:00
usr.sbin - Space, tab and newline change for consistency output. 2017-09-04 08:12:29 +00:00
build.sh - Allow all other targets (like kernel=) to obey mkrepro (-P) 2017-04-08 18:22:35 +00:00
BUILDING regen 2017-05-21 15:30:20 +00:00
Makefile don't descend into gnu 2017-04-11 14:04:15 +00:00
Makefile.inc
UPDATING note GMP 6.1.2 release and the build issues that may occur. 2017-08-22 10:04:44 +00:00