the bitrig master branch has been updated by pedro with 7 new commits: commit a95a1120187b63eb47a4f06e3951c662d2229ab3 diff: https://github.com/bitrig/bitrig/commit/a95a112 author: Pedro Martelletto <[email protected]> date: Sun Feb 8 10:50:30 2015 +0100
Fix two warnings; enable -W -Wall -Werror. OK patrick@. M sbin/swapctl/Makefile M sbin/swapctl/swapctl.c M sbin/swapctl/swaplist.c commit 97c8aecd27341b3ec48b43932a1244d1a29f31b5 diff: https://github.com/bitrig/bitrig/commit/97c8aec author: Pedro Martelletto <[email protected]> date: Sat Feb 7 15:18:59 2015 +0100 .Xr savecore(8) and swapctl(8). OK patrick@. M sbin/savecore/savecore.8 M sbin/swapctl/swapctl.8 commit a87b8ab811dd9077ffe29c1145d32675a58caf57 diff: https://github.com/bitrig/bitrig/commit/a87b8ab author: Pedro Martelletto <[email protected]> date: Sat Feb 7 15:11:49 2015 +0100 Open the dump device and keep a reference to it. This allows kernel core dumps to succeed on devices that are otherwise idle; i.e not mounted. By leaving the device unopened, the kernel would try to read the disklabel upon 'boot crash', at which point it invariably failed. OK patrick@. M sys/uvm/uvm_swap.c commit 15b3d82c218cc8bb339fb2ee814a6c07880d9d87 diff: https://github.com/bitrig/bitrig/commit/15b3d82 author: Pedro Martelletto <[email protected]> date: Sat Feb 7 11:37:09 2015 +0100 Implement swapctl -D. Add a -D option to swapctl(8) so dump devices can be set without requiring a non-GENERIC kernel to be built. OK patrick@. M sbin/swapctl/swapctl.8 M sbin/swapctl/swapctl.c commit a195e9f7e854067e23724d228b9b808b8dbc1884 diff: https://github.com/bitrig/bitrig/commit/a195e9f author: Pedro Martelletto <[email protected]> date: Sat Feb 7 11:18:37 2015 +0100 Document SWAP_DUMPDEV. OK patrick@. M lib/libc/sys/swapctl.2 commit 8a27aff122501ba558c26c8f51ee8dc336e78645 diff: https://github.com/bitrig/bitrig/commit/8a27aff author: Pedro Martelletto <[email protected]> date: Sat Feb 7 14:01:32 2015 +0100 Allow the dump device to be unconfigured. OK patrick@. M sys/uvm/uvm_swap.c commit fbc97b099329f28e12056d5fa9b4c0c21a05b5dc diff: https://github.com/bitrig/bitrig/commit/fbc97b0 author: Pedro Martelletto <[email protected]> date: Sat Feb 7 14:00:47 2015 +0100 Call dumpconf() when changing the dump device. OK patrick@. M sys/uvm/uvm_swap.c
