DragonFly BSD
DragonFly commits List (threaded) for 2012-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: dsched(4): Some miscellaneous cleanup.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 20 Feb 2012 03:59:48 -0800 (PST)

commit b3fc94f8c1bfed01122939b667be237256711fe3
Author: Sascha Wildner <saw@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]