NetBSD/sbin/bioctl
snj 3520a1bb29 Pull up following revision(s) (requested by joerg in ticket #758):
bin/ksh/Makefile: revision 1.31
	bin/ps/print.c: revision 1.123
	external/bsd/iscsi/dist/src/lib/parameters.c: revision 1.4
	external/bsd/iscsi/dist/src/lib/target.c: revision 1.9
	external/gpl2/lvm2/dist/lib/commands/toolcontext.c: revision 1.8
	external/gpl2/lvm2/dist/lib/format1/import-export.c: revision 1.2
	gnu/dist/texinfo/makeinfo/xml.c: revision 1.2
	sbin/bioctl/bioctl.c: revision 1.16
	usr.sbin/isdn/isdnd/msghdl.c: revision 1.12
Drop pointer checks that are always true.
--
Comment out impossible code.
--
Remove tautologic check.
--
Skip vendor if the string is empty.
Use l_wmesg if the string is not empty. Don't bother checking l_name for
nullness.
--
Array can't be null.
--
Show display if it is not empty.
--
Make cast warnings for clang non-fatal.
2015-05-14 08:15:47 +00:00
..
Makefile Enable WARNS=4 by default except for: 2009-04-11 07:58:11 +00:00
bioctl.8 Merge riastradh-drm2 to HEAD. 2014-03-18 18:20:35 +00:00
bioctl.c Pull up following revision(s) (requested by joerg in ticket #758): 2015-05-14 08:15:47 +00:00
strtonum.c
strtonum.h