aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/units
Commit message (Expand)AuthorAgeFilesLines
* Tell the world how to convert gigabytes to bytes with units(1) easilyMateusz Piotrowski2020-03-171-5/+18
* units(1): Refactor the manual page and update usage informationMateusz Piotrowski2020-02-032-117/+373
* Correct a typo: was -> way.Glen Barber2019-01-211-1/+1
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-2/+1
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-3/+3
* units: fix some nitsEitan Adler2018-06-161-4/+5
* units(1): units(1) free savescr in error condition tooEitan Adler2018-01-151-2/+8
* units(1): add missing ':' for two short argumentsEitan Adler2018-01-051-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Update URLs in usr.binEitan Adler2017-10-291-3/+3
* Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper2017-08-141-0/+1
|\
| * Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* | Correct the -H longopt equivillantSevan Janiyan2017-08-121-2/+2
|/
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Escape No to avoid confusion with the No macroBaptiste Daroussin2017-02-111-9/+9
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* Bring a little more compability with GNU units 2.12Eitan Adler2016-04-212-14/+34
* Fix build breakage introduced by r298253.Xin LI2016-04-191-1/+1
* Rename units.lib -> definitions.unitsEitan Adler2016-04-193-3/+167
* Remove pathnames.hEitan Adler2016-04-192-34/+1
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+0
* Fix interaction between libedit initialization and CapsicumEdward Tomasz Napierala2015-08-081-5/+7
* Only initialize libedit when necessaryJulio Merino2015-06-281-13/+14
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+20
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-2/+1
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-197-93/+191
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | New/updated dependenciesSimon J. Gerraty2014-05-051-0/+2
| * | Merge headSimon J. Gerraty2014-04-284-64/+154
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-2/+1
| |_|/ |/| |
* | | Fix structure of new tests (r268794) for usr.bin/units.Julio Merino2014-07-252-2/+2
* | | Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis2014-07-171-2/+2
* | | units(1): Add basic testsEitan Adler2014-07-173-0/+37
* | | units(1): Add support for output-formatEitan Adler2014-07-172-14/+50
* | | units(1): Clean upEitan Adler2014-07-051-18/+14
* | | units(1): Convert units.lib to use '#' instead of '/'.Eitan Adler2014-07-051-31/+31
* | | units: Support start of line comments with '#'Eitan Adler2014-07-052-2/+2
* | | units(1): Add 'terse' supportEitan Adler2014-07-052-11/+24
* | | units(1): Add 'help' flagEitan Adler2014-07-042-2/+8
* | | units(1): Fix man pageEitan Adler2014-07-041-3/+5
* | | units(1): add long optionsEitan Adler2014-07-042-7/+17