Add __attribute__((__noreturn__)) to various function prototypes in usr.sbin/.This general cleanup is useful in various ways. It helps the compileroptimize better and it also helps later GCCs dete
Add __attribute__((__noreturn__)) to various function prototypes in usr.sbin/.This general cleanup is useful in various ways. It helps the compileroptimize better and it also helps later GCCs detect better when to give-Wimplicit-fallthrough warnings and when not.Found-with: -Wsuggest-attribute=noreturn
show more ...
sensorsd(8): Staticize.
sensors: Add frequency sensor typeWhile I'm here, fix sensor type string array.
sensor: Add ECC sensor type
sensorsd(8): Raise WARNS to 6 and fix warnings.
Put WARNS?=6 in usr.sbin/Makefile.inc (like in usr.bin/ etc.).Raise WARNS as high as possible for the utilities that still warnwith 6.
Bump .Dd to when it was updated in DragonFly.
Remove warning flags and raise WARNS where possible.
Update sensorsd(8) to the latest code.Obtained-from: OpenBSD
Remove references to drivers which don't exist in DragonFly.
Fix some mdoc issues.Taken-from: FreeBSD
Misc. mdoc nits.
Hardware sensors framework originally developed in OpenBSD and ported toFreeBSD by Constantine A. Murenin <mureninc at gmail.com>.Obtained-from: OpenBSD via FreeBSD GSoC 2007 project