Some little cleanup after the tcplay upgrade.* Remove old lib via 'make upgrade'. I don't think libtcplay is used by anything in dports.* Remove two references to kpartx in libtcplay's manual p
Some little cleanup after the tcplay upgrade.* Remove old lib via 'make upgrade'. I don't think libtcplay is used by anything in dports.* Remove two references to kpartx in libtcplay's manual page.
show more ...
tcplay.3: Add missing .Pp
Update tcplay from 2.0 to 3.3
libtcplay: Adjust to use <sys/param.h> header. After ed183f8c2f9bb14cbccb8377f3cdd29e0971d8a0 this header is mandatory.
world/kernel: Use the rounddown() macro in various places.Tested-by: zrj
Clean up some Makefiles.* WARNS?=6 is usually not needed because upper-level Makefile.inc's already have it (such as usr.bin/Makefile.inc).* Remove an unneded SRCS in ndis_events(8).
Remove some trailing whitespace in manpage comments.
libtcplay: Add some format safety.Limit device prints to 88 chars (should be plenty).While there, add few missing fallthrough.
Fix build with NO_OPENSSL setIn addition to several missing CFLAGS to point to the private libresslheaders, various issues related to libressl were fixed. These wereexposed by setting NO_OPENSSL
Fix build with NO_OPENSSL setIn addition to several missing CFLAGS to point to the private libresslheaders, various issues related to libressl were fixed. These wereexposed by setting NO_OPENSSL in make.conf (and they were obscuredwhen the compiler found the original openssl headers).
Fix a number of typos in messages and manual pages.
tcplay: Fix a function name in tcplay.3 and .Dd in tcplay.8.
tcplay - fix compile error on i386
update tcplay to 2.0
In userland, fix printf(-like) calls without literal format and no args.I.e., silence gcc's -Wformat-security warnings (in non-contrib code).
Another typo fixing round (in messages and manpages) across the tree.
Mark some functions in userland __printflike.
tcplay(3): The 'ok' variable is only needed in #ifdef DEBUG.Found-by: gcc47
gcc47 build fixes: Unused-but-set-variable + more warningsThe following programs fail to build with gcc47 due to the newunused-but-set-variable warning. They've been fixed in various ways.The on
gcc47 build fixes: Unused-but-set-variable + more warningsThe following programs fail to build with gcc47 due to the newunused-but-set-variable warning. They've been fixed in various ways.The ones set with WARNS=3 suppress cast-qual warningThere is a single enum-compare error too.This effort is not complete.bin/csh pass -Wno-unused-but-set-variablebin/mined source file modifiedbin/sh set WARNS=3crypto/openssh source file modified (2)gnu/lib/libdialog source file modifiedgnu/usr.bin/gdb/kgdb source file modifiedgnu/usr.bin/rcs source file modifiedlib/libalias source file modifiedlib/libdevstat source file modifiedlib/libdm set WARNS=3lib/libevtr source file modifiedlib/libldns pass -Wno-unused-but-set-variablelib/libncp source file modifiedlib/libpam set WARNS=3lib/libsmdb pass -Wno-unused-but-set-variablelib/libstand source file modified (4)lib/libtcplay source file modifiedlib/libthread_xu source file modified (2)libexec/rshd source file modifiedlibexec/telnetd source file modifiedlibexec/ypxfr pass -Wno-enum-comparesbin/atm/fore_dnld source file modifiedsbin/atm/ilmid source file modifiedsbin/atm/camcontrol source file modifief (2)sbin/ccdconfig source file modifiedsbin/cryptdisks source file modifiedsbin/ffsinfo source file modifiedsbin/fsirand source file modifiedsbin/growfs source file modifiedsbin/hammer source file modifiedsbin/ldconfig source file modified (real bug here?)sbin/mount source file modifiedsbin/mount_ufs source file modifiedsbin/mount_extfs source file modifiedsbin/mountd source file modifiedsbin/natd source file modifiedsbin/newfs source file modifiedsbin/ping6 set WARNS=3, source modifiedsbin/rcorder source file modifiedsbin/reboot source file modified (real bug here?)sbin/udevd source file modifiedsbin/usched source file modifiedsbin/vinum source file modifiedsys/boot/common source file modifiedsys/boot/pc32/loader source file modifiedusr.bin/brandelf source file modifiedusr.bin/bzip2 pass -Wno-unused-but-set-variableusr.bin/dfregress source file modifiedusr.bin/ee source file modifiedusr.bin/less pass -Wno-unused-but-set-variable
Remove bogus (void *) casts.These are the cases where the function's prototype declares theargument as void *.
tcplay.3: Remove empty line.
manpages: Fix some typos.
manpages: Add some missing includes.
manpages: Some little cleanup.
tcplay - update to version 0.9new stuff of relevance to DragonFly: * Backup header is now written on volume creation. * custom humanize function that is more flexible in what it understands a
tcplay - update to version 0.9new stuff of relevance to DragonFly: * Backup header is now written on volume creation. * custom humanize function that is more flexible in what it understands and produces nicer results for tcplay, as well as being portable. * support for non-512 byte sector size * better memory freeing. Instead of just doing lazy freeing at end of API operations or execution, free up as much as possible after each individual operation. * Bug fix: adjust volume size so backup header is never overwritten.
tcplay - switch to using libdm
12