git: dsched(4): Some miscellaneous cleanup.

Sascha Wildner swildner at crater.dragonflybsd.org
Mon Feb 20 03:59:48 PST 2012


commit b3fc94f8c1bfed01122939b667be237256711fe3
Author: Sascha Wildner <saw at online.de>
Date:   Mon Feb 20 12:58:50 2012 +0100

    dsched(4): Some miscellaneous cleanup.
    
    * Rename the bfq manpage to dsched_bfq(4), so that we don't run into
      name conflicts in the future. If someone wrote a manpage for
      dsched_as, it would have resulted in an as(4) manpage.
    
    * Add options DSCHED_AS and DSCHED_BFQ to LINT*.
    
    * Also, remove an unneeded check in dsched_as.

Summary of changes:
 Makefile_upgrade.inc                   |    2 ++
 share/man/man4/Makefile                |    2 +-
 share/man/man4/dsched.4                |    2 +-
 share/man/man4/{bfq.4 => dsched_bfq.4} |    4 ++--
 sys/conf/files                         |    1 +
 sys/conf/options                       |    3 ++-
 sys/config/LINT                        |    3 ++-
 sys/config/LINT64                      |    2 ++
 sys/kern/dsched/as/as.c                |    2 +-
 9 files changed, 14 insertions(+), 7 deletions(-)
 rename share/man/man4/{bfq.4 => dsched_bfq.4} (99%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b3fc94f8c1bfed01122939b667be237256711fe3


-- 
DragonFly BSD source repository





More information about the Commits mailing list