History log of /freebsd-11.0-release/usr.bin/seq/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


284345 13-Jun-2015 sjg

Add META_MODE support.

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


275918 18-Dec-2014 delphij

Sync with NetBSD, mainly address NetBSD bug #43355:

Fix valid_format() to be more careful about allowing only valid
printf formats.

Obtained from: NetBSD
MFC after: 2 weeks


275042 25-Nov-2014 bapt

Convert to usr.bin/ to LIBADD
Reduce overlinking


243238 18-Nov-2012 eadler

Standardize EXIT STATUS instructions in man pages when possible.

Approved by: bcr (mentor)
MFC after: 3 days


227182 06-Nov-2011 ed

Add missing static keywords to seq(1)


215034 09-Nov-2010 brucec

Fix typos.

PR: bin/148894
Submitted by: olgeni


204107 20-Feb-2010 delphij

Treat numbers after [Ee] a positive number rather than an invalid
one.


204103 20-Feb-2010 delphij

Add seq(1), a small utility to generate sequence number.

Obtained from: NetBSD
MFC after: 3 months