..
altq
Fix error branches to avoid leaks, noted by maxv@.
2014-08-18 03:14:12 +00:00
arch
correct error paths; still need to verify that the "didn't give us back..."
2014-10-03 20:56:24 +00:00
coda
Add VOP_FALLOCATE and VOP_FDISCARD to every vnode ops table I can
2014-07-25 08:20:51 +00:00
compat
set error return on error (from max)
2014-09-26 20:32:52 +00:00
conf
add the common code for verbose printing of devices.
2014-09-21 14:31:38 +00:00
crypto
Fix inconsistent use of inline in prototype and definition
2014-08-11 22:36:49 +00:00
ddb
Add description of inst_return
2014-09-19 17:29:01 +00:00
dev
Convert to USB_HIST.
2014-10-03 11:05:36 +00:00
dist /pf
Add d_discard to all struct cdevsw instances I could find.
2014-07-25 08:10:31 +00:00
external
trinity_dpm.c needs -Wno-unused-const-variable.
2014-10-02 12:25:14 +00:00
fs
Fix the puffs_sop_thread -> puffs_cookie2vnode path:
2014-09-30 10:15:03 +00:00
gdbscripts
ipkdb
kern
Make uuidgen(2) generate v4 (random) uuids.
2014-10-04 11:15:44 +00:00
lib
Introduce a separate bit mask for the return address. Use it on HPPA.
2014-09-27 12:08:46 +00:00
miscfs
The comment about toxicity was correct, restore VNON setting code and
2014-09-05 10:43:26 +00:00
modules
whitespace, knf, comments, but no functional change
2014-09-24 14:55:48 +00:00
net
Remove unneeded #include
2014-10-03 06:46:02 +00:00
net80211
netatalk
Eliminate IFAREF() and IFAFREE() macros in favour of functions.
2014-09-09 20:16:12 +00:00
netbt
split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq
2014-08-09 05:33:00 +00:00
netinet
Eliminate IFAREF() and IFAFREE() macros in favour of functions.
2014-09-09 20:16:12 +00:00
netinet6
Eliminate IFAREF() and IFAFREE() macros in favour of functions.
2014-09-09 20:16:12 +00:00
netipsec
Don't use C++ keyword new
2014-09-05 09:26:44 +00:00
netisdn
Add d_discard to all struct cdevsw instances I could find.
2014-07-25 08:10:31 +00:00
netkey
netmpls
split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq
2014-08-09 05:33:00 +00:00
netnatm
split PRU_CONNECT2 & PRU_PURGEIF function out of pr_generic() usrreq
2014-08-09 05:33:00 +00:00
netsmb
Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get
2014-09-05 09:26:16 +00:00
nfs
Try not to use f_data, use f_{vnode,socket,pipe,mqueue,kqueue,ksem} to get
2014-09-05 09:20:59 +00:00
opencrypto
Try not to use f_data, use f_fcrypt to get a correctly typed pointer.
2014-09-05 09:23:40 +00:00
rump
Make shmif buildable when DRPINTF enabled
2014-09-17 04:20:58 +00:00
secmodel
stand
sys
Make uuidgen(2) generate v4 (random) uuids.
2014-10-04 11:15:44 +00:00
ufs
curlwp can never be NULL now.
2014-09-19 23:52:34 +00:00
uvm
Use f_vnode instead of f_data
2014-09-05 09:24:48 +00:00
Makefile