git: kcollect - Add initial dbm support

2017-09-24 Thread Matthew Dillon
commit e10ffbc224eec7a6bdccf0a695431c98c15d0b1a Author: Matthew Dillon Date: Sun Sep 24 11:17:03 2017 -0700 kcollect - Add initial dbm support * Fully implement the -b and -d options to allow a dbm file to be recorded / appended, and played

git: kernel: Remove no longer used FFS_ROOT option.

2017-09-24 Thread Sascha Wildner
commit 8d4553cbc15826e9f72a89f86c6423c96241388f Author: Sascha Wildner Date: Sun Sep 24 14:39:15 2017 +0200 kernel: Remove no longer used FFS_ROOT option. Last used in code removed in 8840cec90a57df5e7c0f84c3c3c1e9abea7f2632. While here, remove some no

git: : Add __suseconds_t for suseconds_t definitions.

2017-09-24 Thread Sascha Wildner
commit 09d9c93b3b2b6fb744dfe20a0cbc2113f4eb58b0 Author: Sascha Wildner Date: Sun Sep 24 13:30:30 2017 +0200 : Add __suseconds_t for suseconds_t definitions. Summary of changes: sys/cpu/x86_64/include/stdint.h | 1 + sys/sys/_timeval.h | 2 +- sys/sys/types.h

git: polling: Implement direct input support.

2017-09-24 Thread Sepherosa Ziehau
commit 8d0afa8630caf41afad4c41a047d41f2b8f31d47 Author: Sepherosa Ziehau Date: Sat Sep 23 11:19:26 2017 +0800 polling: Implement direct input support. When "direct input" is enabled by driver, driver's RX polling handler will run ethernet/ip/tcp

git: sys/vfs/hammer: Use kuuid_compare() instead of bcmp()

2017-09-24 Thread Tomohiro Kusumi
commit f29237b008818025720a28de524b713b6786e9fb Author: Tomohiro Kusumi Date: Sat Sep 23 23:43:52 2017 +0300 sys/vfs/hammer: Use kuuid_compare() instead of bcmp() though kuuid_compare() is probably slower than bcmp() in most cases. It's not

git: sbin/hammer: Cleanup header includes

2017-09-24 Thread Tomohiro Kusumi
commit 41ae08629e82bf5408758ede62d84c59649ad7af Author: Tomohiro Kusumi Date: Sat Sep 23 23:06:17 2017 +0300 sbin/hammer: Cleanup header includes Summary of changes: sbin/hammer/cmd_blockmap.c | 2 ++ sbin/hammer/cmd_cleanup.c| 4 ++--