Remove unneeded .Ns macros in various manual pages.
Remove non-__STDC__ cases in a number of places.We expect a standard C compiler for building DragonFly.
bootpd/wpa_supplicant: Fix some warnings.
Replace local array size calculations with NELEM().
Remove "kernel ppp", i.e. if_ppp.ko and pppd(8).It has been replaced by ppp(8), in conjunction with tun(4).While here, rename the ppp-user rc script to 'ppp' and fix upREQUIRE/PROVIDE situation.
Fix some typos (duplicate words) in messages.
kernel - Change time_second to time_uptime for all expiration calculations* Vet the entire kernel and change use cases for expiration calculations using time_second to use time_uptime instead.*
kernel - Change time_second to time_uptime for all expiration calculations* Vet the entire kernel and change use cases for expiration calculations using time_second to use time_uptime instead.* Protects these expiration calculations from step changes in the wall time, particularly needed for route table entries.* Probably requires further variable type adjustments but the use of time_uptime instead if time_second is highly unlikely to ever overrun any demotions to int still present.
show more ...
add .Mt to man pages in libexec/
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 clause from all that isn't contrib or userland bin.By: Eitan Adler <lists@eitanadler.com>
Remove some emacs variable settings.
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.
libexec: Move the definition of WARNS to libexec/Makefile.inc.This generally sets WARNS to 6 in libexec/ unless specified otherwisein the individual Makefiles. Just like we do it in bin/, games/,
libexec: Move the definition of WARNS to libexec/Makefile.inc.This generally sets WARNS to 6 in libexec/ unless specified otherwisein the individual Makefiles. Just like we do it in bin/, games/, sbin/,usr.bin/ and usr.sbin/ already.Also fix some warnings that crept up and clean up some Makefiles.
bootpgw: Use err(3).Obtained-from: FreeBSD
Generally use NULL instead of explicitly casting 0 to some pointer type (part2).
bootpd(8): Remove 'register' and P() and silence -Wold-style-definition.
Remove /* within block comment.
Remove some unneeded definitions of NULL.
Use .Dv for signal names.
Sweep over our manual pages and remove .Pp before a .Bd or .Bl without-compact because it has no effect.
Add some #include's to fix 'implicit declaration of...' warnings.
Uniformly refer to RFCs as 'RFC xxxx' and not 'RFCxxxx' or 'RFC-xxxx'.
Sweep-fix man page section order to match mdoc(7), part 1/5.Note: I haven't touched the few man pages that are still using the old man(7) macros. They will be converted to mdoc later.
Only one name per .Nm macro for better readability.
nawk => awk
12