git: lsvfs.1: Explain why lsvfs(1) shows 2 references to UFS on encrypted root.

2018-03-10 Thread Sascha Wildner
commit 272a7ecfbddcadcd6f9c4ac98786c7c010b38585 Author: Sascha Wildner Date: Sat Mar 10 09:16:00 2018 +0100 lsvfs.1: Explain why lsvfs(1) shows 2 references to UFS on encrypted root. While here, fix two cases where a new sentence didn't start on a new line. Idea-by: A

git: lsvfs(1): Return simply 1 on failure.

2018-03-10 Thread Sascha Wildner
commit f2063930050e09548a96b22690a8d09ee2d02ba9 Author: Sascha Wildner Date: Sat Mar 10 10:17:41 2018 +0100 lsvfs(1): Return simply 1 on failure. Summary of changes: usr.bin/lsvfs/lsvfs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.

git: lsvfs(1): Tabify the rest of lsvfs.c.

2018-03-10 Thread Sascha Wildner
commit 4cb0c0fbe8ce86db9e08f774b458fdf70b2ecf81 Author: Sascha Wildner Date: Sat Mar 10 10:17:00 2018 +0100 lsvfs(1): Tabify the rest of lsvfs.c. Summary of changes: usr.bin/lsvfs/lsvfs.c | 62 ++- 1 file changed, 32 insertions(+), 30 delet

git: lsvfs(1): Sync a bit with FreeBSD, as applicable.

2018-03-10 Thread Sascha Wildner
commit 4fd5a09958db951b00db40aa4464db6dac691948 Author: Sascha Wildner Date: Sat Mar 10 10:08:27 2018 +0100 lsvfs(1): Sync a bit with FreeBSD, as applicable. Specifically, merge r185029/r251580 and sync the manual page. Taken-from: FreeBSD Summary of changes: usr.bin/ls

git: locate(1): Bring in some updates/fixes from FreeBSD

2018-03-10 Thread Sascha Wildner
commit 1daf624a7a99d096cf50fb7789e33d60472cfd3f Author: Aaron LI Date: Sat Mar 10 11:59:29 2018 +0800 locate(1): Bring in some updates/fixes from FreeBSD * The default value of "FILESYSTEMS" option is now determined using lsvfs(1), which contains all local file systems that

git: boot/efi: Sync our TianoCore EDK II headers with the UDK2018 branch.

2018-03-10 Thread Sascha Wildner
commit 8482f619a11571678e26f30a96dad3ae2f0c4b6c Author: Sascha Wildner Date: Sat Mar 10 20:34:23 2018 +0100 boot/efi: Sync our TianoCore EDK II headers with the UDK2018 branch. Just comments in one header. Summary of changes: sys/contrib/edk2/Include/Protocol/SimpleTextInEx.h |

git: disklabel64 - Make disktype optional, fix alignment bug

2018-03-10 Thread Matthew Dillon
commit 0a31961570a4f5b0eff99d4c2e54d7bc722c8c2f Author: Matthew Dillon Date: Sat Mar 10 13:39:59 2018 -0800 disklabel64 - Make disktype optional, fix alignment bug * Make the disktype optional, use 'auto' automatically * Fix a bug in the kernel's l64_makevirginlabel() cal