svn commit: r275961 - head/sys/arm/conf

Alexey Dokuchaev danfe at FreeBSD.org
Sun Dec 21 08:07:39 UTC 2014


On Sat, Dec 20, 2014 at 06:15:24PM +0000, Andrew Turner wrote:
> Author: andrew
> Date: Sat Dec 20 18:15:23 2014
> New Revision: 275961
> URL: https://svnweb.freebsd.org/changeset/base/275961
> 
> Log:
>   Clean up to use the standard style of "options \t" and "device\t\t"
> 
>  options  	HZ=500			# Scheduling quantum is 2 milliseconds.
> [...]
> -options  	KDB			# Enable kernel debugger support.
> +options 	KDB			# Enable kernel debugger support.
>  # For minimum debugger support use KDB_TRACE, for interactive use DDB.
> -#options  	KDB_TRACE		# Print a stack trace for a panic.
> -options  	DDB			# Support DDB.
> +#options 	KDB_TRACE		# Print a stack trace for a panic.
> +options 	DDB			# Support DDB.
>  # For full debugger support use this instead:
> -#options  	GDB			# Support remote GDB.
> +#options 	GDB			# Support remote GDB.
> [...]

It also would be nice if we removed trailing dots in comments one day,
preferreably across all config files we have in the tree.

./danfe


More information about the svn-src-all mailing list