kernel: Remove unused *.h files from SRCS in kernel module Makefiles.They were found by checking the preprocessed code of the filesin SRCS to see if the header was included at some point.After r
kernel: Remove unused *.h files from SRCS in kernel module Makefiles.They were found by checking the preprocessed code of the filesin SRCS to see if the header was included at some point.After removal, the preprocessed source of a build with the oldMakefiles was compared against one with the changes (for variouskernel configurations and when building just from /usr/src) toverify that the commit leads to no functional change.
show more ...
Remove non-existant .PATH components from a number of Makefiles.
kernel: Use DEVMETHOD_END in the drivers.
kernel: Use NULL for DRIVER_MODULE()'s evh & arg (which are pointers).This is just cosmetics for easier reading.
Fix two typos in manual pages and messages.
Sync alpm(4) with FreeBSD.
iicbus: Bring us closer to FreeBSD.This is work in progress and I commit it so Dave Shao's Summer of Codeproject can proceed.Further commits will follow.Taken-from: FreeBSD