..
arch
bump UPAGES to 6.
2017-09-06 04:44:39 +00:00
conf
crank to 6.2-beta
2017-08-20 16:56:43 +00:00
crypto
the userland crypto interface died long ago, can clean up the header
2017-08-10 18:57:20 +00:00
ddb
use sizeof(variable) instead of sizeof(type) to shorten some code
2017-09-06 09:49:35 +00:00
dev
explicitly clear the output pipe
2017-09-05 18:34:08 +00:00
isofs
Tweak lock inits to make the system runnable with witness(4)
2017-04-20 14:13:00 +00:00
kern
Change sosetopt() to no longer free the mbuf it receives and change
2017-09-01 15:05:31 +00:00
lib
Fix the __sync_* functions to make them work properly
2017-08-20 11:12:42 +00:00
miscfs
Avoid possible NULL pointer dereference on fuseioctl()
2017-08-10 14:36:34 +00:00
msdosfs
msdofs: Add new CLUST_END constant
2017-08-14 22:45:12 +00:00
net
- split pf_find_or_create_ruleset() to smaller chunks.
2017-09-05 22:15:32 +00:00
net80211
When starting a new scan always set the mode to AUTO if the driver scans
2017-09-05 14:56:59 +00:00
netinet
Replace the call to ifa_ifwithaddr() in divert6_output() with a
2017-09-06 11:43:04 +00:00
netinet6
Replace the call to ifa_ifwithaddr() in divert6_output() with a
2017-09-06 11:43:04 +00:00
netmpls
Introduce ipv{4,6}_input(), two wrappers around IP queues.
2017-05-30 07:50:37 +00:00
nfs
Preallocate option mbufs in order to reduce solock()/sounlock() dances.
2017-09-05 08:02:48 +00:00
ntfs
Partially revert previous mallocarray conversions that contain
2017-04-11 14:43:49 +00:00
scsi
sd: flush cache when closing writable FD
2017-05-29 14:08:49 +00:00
stand
As early as possible, create a link /bsd.booted to the /bsd kernel we
2017-06-19 22:50:50 +00:00
sys
Remove unused 32bit version of elf_hash().
2017-09-05 06:35:19 +00:00
tmpfs
Tweak lock inits to make the system runnable with witness(4)
2017-04-20 14:13:00 +00:00
ufs
ext2fs: Mark superblock as not modified when written
2017-05-30 10:32:53 +00:00
uvm
Use the NET_LOCK() macro instead of handrolling it.
2017-08-12 20:27:28 +00:00
Makefile
safe to enter arm64
2017-01-11 20:43:15 +00:00