git: mfi(4): Don't assert lock holding when dumping or during a panic.

2012-11-07 Thread Sascha Wildner
commit 148e9c0bc3408f258f158bf6fb40ab19ce200cf0 Author: Sascha Wildner s...@online.de Date: Wed Nov 7 22:10:51 2012 +0100 mfi(4): Don't assert lock holding when dumping or during a panic. FreeBSD's mtx_assert() does it the same way, but we usually translate mtx_assert() into a

git: getline(3): Fix segfault caused by NULL pointer

2012-11-07 Thread Antonio Huete Jimenez
commit 50b19aeb57b413e29e1eff28311433ea7d78f4a3 Author: John Marino net...@marino.st Date: Wed Nov 7 21:15:35 2012 +0100 getline(3): Fix segfault caused by NULL pointer This fixes a segfault seen with pkg's audit function, and effectively syncs getdelim with FreeBSD.