NetBSD/sys
kre 686a5c874c This had a similar problem to that reported in PR lib/54053
for the userland (libc) version of humanize_number(),
except in a much more limited, and less harmful, way ...

If the value to be printed was > ~0/10 (eg ~0 itself) and
the buffer given was big enough to hold it, "umax" would overflow,
and the expected result was not produced (here at least the effect was
simply to scale the result for huge values by one unnecessary step,
rather than maximally scale all values usually generating 0E, but
incorrect nonetheless.)
2019-03-12 00:25:44 +00:00
..
altq
arch Use syscon instead of bus_space_map 2019-03-10 19:47:03 +00:00
coda
compat Regen 2019-03-03 22:26:58 +00:00
conf Reserve DTrace sdt and fdt major numbers 2019-03-09 18:53:52 +00:00
crypto add fallthru comments. i considered patching makefiles to ignore 2019-02-04 08:23:53 +00:00
ddb - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
dev PR/54045 2019-03-11 14:35:22 +00:00
dist/pf
external ttm_bo_uvm_fault() is a netbsd API function and thus should return 2019-03-09 01:59:47 +00:00
fs Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
gdbscripts
kern This had a similar problem to that reported in PR lib/54053 2019-03-12 00:25:44 +00:00
lib don't use -fnon-call-exceptions on arm. not needed and triggers eh_frame generation. 2019-02-07 10:44:54 +00:00
miscfs Attach "mnt_transinfo" to "dead_rootmount" so every mount has a 2019-02-20 10:07:27 +00:00
modules Install the x86 RESET state at VCPU creation time, for convenience, so 2019-02-23 12:27:00 +00:00
net Add missing ifa_release on error paths 2019-03-11 03:00:41 +00:00
net80211 Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
netatalk RIP, RIP6, DDP, SCTP and SCTP6 lack a length check in their _connect() 2019-02-24 07:20:33 +00:00
netbt - add or adjust /* FALLTHROUGH */ where appropriate 2019-02-03 03:19:25 +00:00
netcan RIP6, CAN, SCTP and SCTP6 lack a length check in their _send() functions. 2019-02-25 06:49:44 +00:00
netinet Improve panic messages. 2019-02-25 10:49:16 +00:00
netinet6 Fix the order in udp6_attach: soreserve should be called before 2019-02-25 07:31:32 +00:00
netipsec Fix locking: it is fine if the lock is already key_so_mtx, this can happen 2019-02-26 06:52:34 +00:00
netmpls Fix memory leaks pointed out by Ilja Van Sprundel: all 2019-01-28 12:53:01 +00:00
netsmb
nfs Bracket do_sys_renameat() and nfsrv_rename() with fstrans. 2019-02-20 10:05:20 +00:00
opencrypto Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
rump Rumpkernel has its own thread deallocation. Add missing fstrans_lwp_dtor() 2019-03-09 09:02:38 +00:00
secmodel
stand Workaround a bug with ROCKPro64's U-Boot EFI implementation. The booted 2019-03-09 13:16:42 +00:00
sys Add support for trace type selection in kcov(4) 2019-03-10 17:51:00 +00:00
ufs Revert -r1.244-245 of ufs_vnops.c; they are wrong. 2019-02-25 06:00:40 +00:00
uvm s/ the the / the / 2019-03-08 08:12:39 +00:00
Makefile