summaryrefslogtreecommitdiff
path: root/usr.bin/jot
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2019-09-21jot.1: Explain default argument values more preciselyMateusz Piotrowski
2019-04-16Fix 'jot -r 0 start end' to work.Bryan Drewery
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
2017-11-20General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-31DIRDEPS_BUILD: Update dependencies.Bryan Drewery
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-28Renumber copyright clause 4Warner Losh
2016-11-13DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-10-19Capsicum support for jot(1)Conrad Meyer
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
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-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
2015-04-07Fix missing AUTHOR section for jot(1), rs(1), and lam(1)Allan Jude
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-05-08Merge from headSimon J. Gerraty
2014-05-06Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh
2014-04-28Merge headSimon J. Gerraty
2014-03-16Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino
2013-03-11Updated dependenciesSimon J. Gerraty
2013-02-16Updated dependenciesSimon J. Gerraty
2012-08-22Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar
2012-03-25Remove superfluous paragraph macro.Joel Dahl
2010-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2010-06-02Fix stuttering sequences and reverse rangesBrian Somers
2010-02-20Add a reference to newly added seq(1) command.Xin LI
2009-12-13Revert most part of 200420 as requested, as more review and polish isXin LI
2009-12-11Remove unneeded header includes from usr.bin/ except contributed code.Xin LI
2009-07-08Fix some uninitialise variables.Brian Somers
2006-12-09Use explicit braces to avoid ambiguous else.Xin LI
2006-12-03Prevent buffer overflow when forcibly terminating an escape character.Diomidis Spinellis
2006-12-03Correct handling of format strings with escaped % specifications.Diomidis Spinellis
2006-11-06Style facelift.Diomidis Spinellis
2006-11-06Use a more sensible default of 1 or -1 when only the start andDiomidis Spinellis
2006-11-06Do What I Mean when the user asks for random integers or characters.Diomidis Spinellis
2006-11-06Avoid negative array indices: an empty string can also be usedDiomidis Spinellis