summaryrefslogtreecommitdiffstats
path: root/usr.bin/dpv
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyrightdteske2016-01-271-1/+1
|
* Add `-k' for dpv(3) `keep_tite' config optiondteske2016-01-262-4/+13
| | | | | | For scripts using dialog(1) several times, it can be visually distracting running dpv(1) several times amidst other dialogs. The `-k' option, similar to dialog(1) `--keep-tite', enables the same functionality to smooth ti/te.
* META MODE: Update dependencies with 'the-lot' and add missing directories.bdrewery2015-12-011-0/+24
| | | | | | | | | | | | | | This is not properly respecting WITHOUT or ARCH dependencies in target/. Doing so requires a massive effort to rework targets/ to do so. A better approach will be to either include the SUBDIR Makefiles directly and map to DIRDEPS or just dynamically lookup the SUBDIR. These lose the benefit of having a userland/lib, userland/libexec, etc, though and results in a massive package. The current implementation of targets/ is very unmaintainable. Currently rescue/rescue and sys/modules are still not connected. Sponsored by: EMC / Isilon Storage Division
* dpv(1) merged to stable/10 before release/10.2.0dteske2015-10-231-3/+3
| | | | | MFC after: 3 days X-MFC-to: stable/10
* mdoc: sort SEE ALSO.joel2014-12-261-2/+2
|
* Convert to usr.bin/ to LIBADDbapt2014-11-251-2/+1
| | | | Reduce overlinking
* Misc mdoc fixes:joel2014-11-231-16/+14
| | | | | | | | - Remove superfluous paragraph macros. - Remove/fix empty or incorrect macros. - Sort sections into conventional order. - Terminate quoted strings properly. - Remove EOL whitespace.
* Add libm to eliminate "undefined reference to sqrt" on arm 'softfp' builds.ian2014-11-221-2/+2
|
* Balance DPADD against LDADD for dpv(1,3).dteske2014-11-051-2/+2
| | | | | | | Thanks to: ngie MFC after: 21 days X-MFC-to: stable/10 stable/9 X-MFC-with: 274116 274120 274121 274123 274144
* Fix buildworld by adding DPADD= to libdpv [dpv(3)] Makefiledteske2014-11-051-2/+2
| | | | | | | | | | | NB: Should also address `make -j' building Remove "+" from "+=" in assignments to DPADD/LDADD while here. NB: Also move CFLAGS for style measure. Reviewed by: shurd MFC after: 21 days X-MFC-to: stable/10 stable/9 X-MFC-with: 274116 274120 274121
* Fix build-error (pointy hat; didn't merge full up-to-date code)dteske2014-11-051-2/+2
| | | | | | MFC after: 21 days X-MFC-to: stable/10 stable/9 X-MFC-with: 274116
* Add new libraries/utilities for data throughput visualization.dteske2014-11-044-0/+1051
dpv(3): dialog progress view library dpv(1): stream data from stdin or multiple paths with dialog progress view figpar(3): configuration file parsing library Reviews: D714 Reviewed by: jelischer, shurd Discussed at: MeetBSD California 2014 Vendor/Dev Summit Discussed on: -current MFC after: 21 days X-MFC-to: stable/10 stable/9
OpenPOWER on IntegriCloud