git: DragonFly_RELEASE_5_2 kernel - Fix duplicate da0 or da* and locked up boot

2018-04-20 Thread Matthew Dillon
commit 6c68c6a3b046a60bd4eaba6bc9a8988ad22adafe Author: Matthew Dillon Date: Fri Apr 20 18:18:52 2018 -0700 kernel - Fix duplicate da0 or da* and locked up boot * Fix duplicate da* reporting at boot which usually results in the boot locking up. * The diskinfo was be

git: kernel - Fix duplicate da0 or da* and locked up boot

2018-04-20 Thread Matthew Dillon
commit 2ea825fba0b8639655b24ed30d20f69eeb1fb56d Author: Matthew Dillon Date: Fri Apr 20 18:18:52 2018 -0700 kernel - Fix duplicate da0 or da* and locked up boot * Fix duplicate da* reporting at boot which usually results in the boot locking up. * The diskinfo was be

git: sys/vfs/autofs: Use ksnprintf() (sync with NetBSD)

2018-04-20 Thread Tomohiro Kusumi
commit a5d18315b411560ede0833ac792e9c8655e592b0 Author: Tomohiro Kusumi Date: Fri Apr 20 08:01:30 2018 -0700 sys/vfs/autofs: Use ksnprintf() (sync with NetBSD) FreeBSD and DragonFly had strcpy()+strcat(). NetBSD changed it to snprintf(). Summary of changes: sys/vfs/autofs/au

git: sys/vfs/autofs: Fix a comment

2018-04-20 Thread Tomohiro Kusumi
commit d0b59b8a17646d0fd692c020a7d99f1e4dd6ad6f Author: Tomohiro Kusumi Date: Fri Apr 20 08:00:57 2018 -0700 sys/vfs/autofs: Fix a comment This isn't really a FALLTHROUGH. Not sure why I even originally added this since this had never existed in FreeBSD too. Summary of change