summaryrefslogtreecommitdiff
path: root/usr.bin/units
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-04-19usr.bin/units: use else..if to avoid calling the next branchrilysh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-06-20units: Remove set but unused variable.John Baldwin
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2020-03-17Tell the world how to convert gigabytes to bytes with units(1) easilyMateusz Piotrowski
2020-02-03units(1): Refactor the manual page and update usage informationMateusz Piotrowski
2019-01-21Correct a typo: was -> way.Glen Barber
2018-11-04capsicum: use a new capsicum helpers in toolsMariusz Zaborski
2018-06-19Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski
2018-06-16units: fix some nitsEitan Adler
2018-01-15units(1): units(1) free savescr in error condition tooEitan Adler
2018-01-05units(1): add missing ':' for two short argumentsEitan Adler
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2017-10-29Update URLs in usr.binEitan Adler
2017-08-14Add supporting changes for `Add limited sandbox capability to "make check"`Enji Cooper
2017-08-12Correct the -H longopt equivillantSevan Janiyan
2017-08-02Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper
2017-08-02Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper
2017-02-11Escape No to avoid confusion with the No macroBaptiste Daroussin
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-04-21Bring a little more compability with GNU units 2.12Eitan Adler
2016-04-19Fix build breakage introduced by r298253.Xin LI
2016-04-19Rename units.lib -> definitions.unitsEitan Adler
2016-04-19Remove pathnames.hEitan Adler
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-10-12Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper
2015-08-08Fix interaction between libedit initialization and CapsicumEdward Tomasz Napierala
2015-06-28Only initialize libedit when necessaryJulio Merino
2015-06-13Add META_MODE support.Simon J. Gerraty
2015-06-08dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty
2015-05-27Merge sync of headSimon J. Gerraty
2014-11-25Convert to usr.bin/ to LIBADDBaptiste Daroussin
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-07-25Fix structure of new tests (r268794) for usr.bin/units.Julio Merino
2014-07-17Replace all uses of libncurses and libtermcap with their wide characterBrooks Davis
2014-07-17units(1): Add basic testsEitan Adler
2014-07-17units(1): Add support for output-formatEitan Adler
2014-07-05units(1): Clean upEitan Adler
2014-07-05units(1): Convert units.lib to use '#' instead of '/'.Eitan Adler
2014-07-05units: Support start of line comments with '#'Eitan Adler
2014-07-05units(1): Add 'terse' supportEitan Adler
2014-07-04units(1): Add 'help' flagEitan Adler
2014-07-04units(1): Fix man pageEitan Adler