git: objcache: Fix comment style

2018-07-02 Thread Sepherosa Ziehau


commit 114b500dc2de07666a1e6a8ddc4220a336921ec1
Author: Sepherosa Ziehau 
Date:   Mon Jul 2 23:55:41 2018 +0800

objcache: Fix comment style

Summary of changes:
 sys/kern/kern_objcache.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/114b500dc2de07666a1e6a8ddc4220a336921ec1


-- 
DragonFly BSD source repository


git: objcache: Constify object cache name.

2018-07-02 Thread Sepherosa Ziehau


commit 3a564f150428cbdd7cce4482dfb701493ea7e6cd
Author: Sepherosa Ziehau 
Date:   Mon Jul 2 23:05:07 2018 +0800

objcache: Constify object cache name.

Summary of changes:
 sys/kern/kern_objcache.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3a564f150428cbdd7cce4482dfb701493ea7e6cd


-- 
DragonFly BSD source repository


git: Add the initrd.7 man page

2018-07-02 Thread Aaron LI


commit 2cfd98c8e7ec3b482fae9e58398a28a362806b17
Author: Aaron LI 
Date:   Sun Jul 1 13:23:59 2018 +0800

Add the initrd.7 man page

This man page is partly based on the removed mkinitrd.8 man page
written by Alex Hornung.

Reviewed-by: Sascha Wildner

Summary of changes:
 share/man/man7/Makefile |   2 +-
 share/man/man7/initrd.7 | 170 
 2 files changed, 171 insertions(+), 1 deletion(-)
 create mode 100644 share/man/man7/initrd.7

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2cfd98c8e7ec3b482fae9e58398a28a362806b17


-- 
DragonFly BSD source repository


git: build.7: Fold CAVEATS into EXAMPLES. No need for an extra section.

2018-07-02 Thread Sascha Wildner


commit 38634ecdcd25eadb536c6f04d27544f4e303b653
Author: Sascha Wildner 
Date:   Mon Jul 2 09:35:56 2018 +0200

build.7: Fold CAVEATS into EXAMPLES. No need for an extra section.

Summary of changes:
 share/man/man7/build.7 | 8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/38634ecdcd25eadb536c6f04d27544f4e303b653


-- 
DragonFly BSD source repository