git: contrib/opie: Sync with FreeBSD, but not much to see here.

2015-02-18 Thread Sascha Wildner
commit f5bc2dc25a4e2508a618012e10758d6a47091a40 Author: Sascha Wildner s...@online.de Date: Wed Feb 18 11:29:13 2015 +0100 contrib/opie: Sync with FreeBSD, but not much to see here. A couple of bugfixes: * Fix the overflow check in challenge handling (off by 1).

git: Add cryptodev to our default configuration file.

2015-02-18 Thread Sascha Wildner
commit 8ca694c61bde960e9cee550ae05130d4ae02f591 Author: Sascha Wildner s...@online.de Date: Wed Feb 18 11:40:20 2015 +0100 Add cryptodev to our default configuration file. While here, change wrong 'pseudo-device' to 'device'. Summary of changes: sys/config/LINT64 | 4

git: sbin/hammer: trivial coding style fix

2015-02-18 Thread Tomohiro Kusumi
commit ef63add428c6aec989dac29f9223e6a28c88d9e0 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Wed Feb 18 23:52:16 2015 +0900 sbin/hammer: trivial coding style fix - Trivial coding style fix to a commit 24dd5805. - Add parenthesis as hammer code mostly prefers

git: sbin/hammer: check strtol()/strtoll() results to avoid irrelevant history queries

2015-02-18 Thread Tomohiro Kusumi
commit 8f10d7e0b43182923754be9e737ca80112fb1cb8 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Feb 19 02:07:03 2015 +0900 sbin/hammer: check strtol()/strtoll() results to avoid irrelevant history queries - Check errno for possible overflow/underflow by

git: sbin/hammer: ignore negative length for history dump

2015-02-18 Thread Tomohiro Kusumi
commit fe4eb395d1c2252f95aadbfc4cc1ae753373659a Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Feb 19 02:50:33 2015 +0900 sbin/hammer: ignore negative length for history dump - Use default value 32 when a negative value was given for history dump. Summary of

git: sbin/hammer: trivial cleanup

2015-02-18 Thread Tomohiro Kusumi
commit 8a28dcf677ac7e8b4020fcd7acdfec789d5fe3b4 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Feb 19 00:16:54 2015 +0900 sbin/hammer: trivial cleanup - commit 00b46268 reverting 417cb1b1 brought back unnecessary blank line at the end of the file that was once

git: sbin/hammer: close file descriptor on history iteration

2015-02-18 Thread Tomohiro Kusumi
commit da6430b62d9a1156df2d361bdde340a46e25c9c8 Author: Tomohiro Kusumi kusumi.tomoh...@gmail.com Date: Thu Feb 19 00:11:15 2015 +0900 sbin/hammer: close file descriptor on history iteration - Make hammer history command close(fd) each time it opens path@@0x`tid` for

git: natacontrol(8): Break line better and reduce parentheses.

2015-02-18 Thread Sascha Wildner
commit a56ec06e8aa68c45727947ca17a80144ef9bfc0b Author: Sascha Wildner s...@online.de Date: Wed Feb 18 12:55:07 2015 +0100 natacontrol(8): Break line better and reduce parentheses. Summary of changes: sbin/natacontrol/natacontrol.c | 4 ++-- 1 file changed, 2 insertions(+), 2

git: sys/kern: Adjust some function declaration vs. definition mismatches.

2015-02-18 Thread Sascha Wildner
commit 59b728a7d19d91e26e18c2e77fe1db5f9886393f Author: Sascha Wildner s...@online.de Date: Wed Feb 18 15:46:58 2015 +0100 sys/kern: Adjust some function declaration vs. definition mismatches. All these functions are declared static already, so no functional change. Summary of

git: vinum(8): Remove unused macro.

2015-02-18 Thread Sascha Wildner
commit fc12a89b670569d182c739c936f7738e89e56025 Author: Sascha Wildner s...@online.de Date: Wed Feb 18 15:14:01 2015 +0100 vinum(8): Remove unused macro. If it is ever needed, it can be done with offsetof(). Summary of changes: sbin/vinum/v.c | 3 --- 1 file changed, 3

git: libhammer - Preparation for snapshot handling fixes

2015-02-18 Thread Antonio Huete Jimenez
commit a77d0377998a726fa9c354b64ff4c0bf69f68b3e Author: Antonio Huete Jimenez tuxi...@quantumachine.net Date: Tue Feb 10 15:32:15 2015 +0100 libhammer - Preparation for snapshot handling fixes Trivial changes: - Function renaming to actually match what they are

git: kernel/wlan: Fix up the MAC address printing and add back __printflike()s.

2015-02-18 Thread Sascha Wildner
commit f92fae3f378c099365aa8c389f681ba1ebba5e74 Author: Sascha Wildner s...@online.de Date: Thu Feb 19 03:18:11 2015 +0100 kernel/wlan: Fix up the MAC address printing and add back __printflike()s. In the recent wlan, iwn and ath upgrades, porting this properly was hacked

git: kernel: Move us to using M_NOWAIT and M_WAITOK for mbuf functions.

2015-02-18 Thread Sascha Wildner
commit b5523eac31a95e6876e05e20e6fe836ec3a45202 Author: Sascha Wildner s...@online.de Date: Thu Feb 19 01:16:23 2015 +0100 kernel: Move us to using M_NOWAIT and M_WAITOK for mbuf functions. The main reason is that our having to use the MB_WAIT and MB_DONTWAIT flags was a