Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Add a driver for the on-die digital thermal sensor found on Intel Coreand newer CPUs (including Core 2 and Core / Core 2 based Xeons). Thedriver attaches to each cpu device and creates a sysctl no
Add a driver for the on-die digital thermal sensor found on Intel Coreand newer CPUs (including Core 2 and Core / Core 2 based Xeons). Thedriver attaches to each cpu device and creates a sysctl node in thatdevice's sysctl context (dev.cpu.N.temperature). When invoked, thehandler binds to the appropriate CPU to ensure a correct reading.Submitted by: Rui Paulo <rpaulo@fnop.net>Sponsored by: Google Summer of Code 2007Tested by: des, marcus, Constantine A. Murenin, Ian FREISLICHApproved by: re (kensmith)MFC after: 3 weeks
show more ...