aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/jot
Commit message (Expand)AuthorAgeFilesLines
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-1/+1
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2016-11-131-0/+1
* Capsicum support for jot(1)Conrad Meyer2016-10-191-0/+19
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-65/+62
* 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
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-1/+3
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\
| * \ Merge headSimon J. Gerraty2014-04-2865-0/+2796
| |\ \
| * | | 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
* | | | Fix missing AUTHOR section for jot(1), rs(1), and lam(1)Allan Jude2015-04-071-1/+3
| |_|/ |/| |
* | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |/ |/|
* | Migrate most of tools/regression/usr.bin/ to the new tests layout.Julio Merino2014-03-1665-0/+2796
|/
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Fix stuttering sequences and reverse rangesBrian Somers2010-06-022-9/+96
* Add a reference to newly added seq(1) command.Xin LI2010-02-201-1/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Fix some uninitialise variables.Brian Somers2009-07-081-4/+4
* Use explicit braces to avoid ambiguous else.Xin LI2006-12-091-1/+2
* Prevent buffer overflow when forcibly terminating an escape character.Diomidis Spinellis2006-12-031-1/+3
* Correct handling of format strings with escaped % specifications.Diomidis Spinellis2006-12-031-2/+5
* Style facelift.Diomidis Spinellis2006-11-061-57/+73
* Use a more sensible default of 1 or -1 when only the start andDiomidis Spinellis2006-11-062-2/+9
* Do What I Mean when the user asks for random integers or characters.Diomidis Spinellis2006-11-062-8/+50
* Avoid negative array indices: an empty string can also be usedDiomidis Spinellis2006-11-062-2/+3
* See also arc4randomDiomidis Spinellis2006-11-061-0/+1
* Restore jot's ability to use a seed for producing a deterministicDiomidis Spinellis2006-11-062-7/+18
* Replace obscure aliases through pointers with plain variables.Diomidis Spinellis2006-11-061-11/+8
* Merge code in common cases.Diomidis Spinellis2006-11-061-29/+6
* Replace opaque numeric bit flag values with #defined identifiers.Diomidis Spinellis2006-11-061-29/+38
* Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD.Colin Percival2006-10-201-0/+5
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+2
* Avoid passing negative values to <ctype.h> functions on machines withTim J. Robbins2004-07-161-3/+3