Use <fcntl.h> instead of <sys/file.h> for open()'s prototype and flags.
Add __attribute__((__noreturn__)) to various function prototypes in sbin/.This general cleanup is useful in various ways. It helps the compileroptimize better and it also helps later GCCs detect b
Add __attribute__((__noreturn__)) to various function prototypes in 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 ...
Remove advertising header from srcCorrect BSD License clause numbering from 1-2-4 to 1-2-3.
Remove advertising header from bin/ & sbin/Correct BSD License clause numbering from 1-2-4 to 1-2-3.
i386 removal, part 43/x: Remove/change i386 specific info in manual pages.
Use roundup2() from <sys/param.h> in a number of places.
In userland, fix printf(-like) calls without literal format and no args.I.e., silence gcc's -Wformat-security warnings (in non-contrib code).
Correct BSD License clause numbering from 1-2-4 to 1-2-3.Apparently everyone's doing it:http://svnweb.freebsd.org/base?view=revision&revision=251069Submitted-by: "Eitan Adler" <lists at eitanadl
Correct BSD License clause numbering from 1-2-4 to 1-2-3.Apparently everyone's doing it:http://svnweb.freebsd.org/base?view=revision&revision=251069Submitted-by: "Eitan Adler" <lists at eitanadler.com>
Remove advertising header from all userland binaries.From: Eitan Adler <lists@eitanadler.com>
disklabel32/64: Add support for 'T' size specifier.
Sweep-fix comparing pointers with 0 (and assigning 0 to pointers).For better readability, don't compare pointers with 0 or assign 0to them. Use NULL instead.The change was done with coccinelle.
sbin: Remove duplicate includes.
disklabel[32,64](8): Adjust for recent change of default disklabel program
disklabel[32,64] utilities - Change the default disklabel program* 'disklabel' is now the 64-bit disklabel program.* The 32 bit disklabel program can be accessed via 'disklabel32'* The 64 bit dis
disklabel[32,64] utilities - Change the default disklabel program* 'disklabel' is now the 64-bit disklabel program.* The 32 bit disklabel program can be accessed via 'disklabel32'* The 64 bit disklabel program can also be accessed via 'disklabel64'