summaryrefslogtreecommitdiffstats
path: root/usr.bin/seq
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.sjg2015-06-131-0/+19
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Merge sync of headsjg2015-05-273-33/+55
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * Updated dependenciessjg2013-03-111-0/+1
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| * Sync with HEAD.obrien2013-02-081-4/+2
| |\
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
| | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | Sync with NetBSD, mainly address NetBSD bug #43355:delphij2014-12-182-31/+53
| | | | | | | | | | | | | | | | | | | | | | | | Fix valid_format() to be more careful about allowing only valid printf formats. Obtained from: NetBSD MFC after: 2 weeks
* | | Convert to usr.bin/ to LIBADDbapt2014-11-251-2/+2
| |/ |/| | | | | Reduce overlinking
* | Standardize EXIT STATUS instructions in man pages when possible.eadler2012-11-181-4/+2
|/ | | | | Approved by: bcr (mentor) MFC after: 3 days
* Add missing static keywords to seq(1)ed2011-11-061-15/+14
|
* Fix typos.brucec2010-11-091-3/+3
| | | | | PR: bin/148894 Submitted by: olgeni
* Treat numbers after [Ee] a positive number rather than an invaliddelphij2010-02-201-1/+2
| | | | one.
* Add seq(1), a small utility to generate sequence number.delphij2010-02-193-0/+647
Obtained from: NetBSD MFC after: 3 months
OpenPOWER on IntegriCloud