Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r274925: misc mdoc fixes. | pluknet | 2016-09-27 | 1 | -1/+1 |
| | |||||
* | MFC revisions 294860,294862,294892-294893,294922 | dteske | 2016-02-01 | 6 | -7/+19 |
| | | | | | | | | | | r294860: Add keep_tite configuration option r294862: Bump copyrights r294892: Remove unused function prototype r294893: Fix a crash if `-D' is used without `-t title' r294922: Fix fatal warn when compiling under GCC 5.2.0 Approved by: re (marius) | ||||
* | MFC r293868: Default to en_US.ISO8859-1 if no locale | dteske | 2016-01-27 | 2 | -0/+9 |
| | |||||
* | MFC SVN revisions 293340, 293379 | dteske | 2016-01-09 | 1 | -2/+2 |
| | | | | | r293340: Increase maximum buffer size for `-x cmd' value r293379: Bump copyright | ||||
* | MFC r290275: Make figpar(3) types/macros [more] unique (s/fp_/figpar_/gi) | dteske | 2016-01-09 | 2 | -56/+57 |
| | |||||
* | MFC r289790: dpv(3) merged to stable/10 before release/10.2.0 | dteske | 2015-11-02 | 1 | -1/+1 |
| | |||||
* | MFC r289793: Bump date/copyright after correcting HISTORY | dteske | 2015-11-02 | 1 | -2/+2 |
| | |||||
* | MFC r283863: | dteske | 2015-06-23 | 2 | -4/+1 |
| | | | | | | | | | Fix a debug statement. Only the callback function (performing the incrementing of dpv_overall_oread) knows what its purpose is (and often times it was bytes, not lines). MFC r283975 (araujo): Clean up unused variable and silence clang warnings. | ||||
* | MFC r274116: | dteske | 2014-11-25 | 15 | -0/+3737 |
Add new libraries/utilities for data throughput visualization. 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 MFC r274120, r274121, r274123, r274124, r274144, r274146, r274159, r274192, r274203, r274209, r274226, r274270, and r274851: Fixes following r274116 Reviews: D714 Relnotes: New libdpv/libfigpar and dpv(1) utility Reviewed by: jelischer, shurd Discussed at: MeetBSD California 2014 Vendor/Dev Summit Discussed on: -current Thanks to: ngie, ian, jelischer, shurd, bapt |