aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/truncate
Commit message (Expand)AuthorAgeFilesLines
* truncate: delintifyEitan Adler2018-07-291-2/+0
* truncate: use better type for 'round'Eitan Adler2018-07-291-2/+1
* truncate: Add support for -s % and /Emmanuel Vadot2018-07-093-9/+110
* truncate: style(9) some partsEmmanuel Vadot2018-07-091-10/+10
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-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
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-4/+0
* 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
|/
* Fix usr.bin.truncate.truncate_test.bad_truncate with ZFS /tmp.Alan Somers2016-01-191-7/+4
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andEnji Cooper2015-10-121-2/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-271-3/+2
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-195-7/+422
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | 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/+20
* | | Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-3/+2
| |/ |/|
* | use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin2014-06-231-2/+1
* | truncate: Detect integer overflow, fix relative sizes, add tests.Jilles Tjoelker2014-06-094-5/+421
|/
* Use expand_number(3) from libutil instead of home-grown function to parseMaxim Sobolev2010-03-032-62/+7
* Initialize 'sz' as 0.Xin LI2009-02-211-2/+2
* Don't close file descriptor number <whatever random garbage was on theColin Percival2008-08-041-0/+1
* The -r option can also cause the files to be extended (notRuslan Ermilov2006-12-191-2/+2
* Markup fixes.Ruslan Ermilov2006-09-291-1/+1
* o Don't leak fd on error.Maxim Konovalov2006-09-181-4/+6
* Chase revision 1.10 in usage string and a comment.Ceri Davies2006-09-071-2/+2
* Allow to specify size in terabytes by using T or t suffix.Pawel Jakub Dawidek2006-04-092-5/+10
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+1
* Make size suffix case insensitive.Lukas Ertl2004-07-222-3/+6
* remove __PWarner Losh2002-03-221-2/+2
* Remove WARNS?=2 and -Wall. WARNS?=2 is going to be the default.Mark Murray2001-12-121-1/+0
* * Update author's e-mail address.Sheldon Hearn2001-08-161-2/+2
* Use the .Cm macro to mark up the modifiers of the -s flag's size argument.Sheldon Hearn2001-08-161-9/+10
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-4/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$Dima Dorfman2001-06-301-0/+1
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Merge the truncate(1) utility onto the RELENG_4 branch and adjustSheldon Hearn2000-08-041-1/+1
* Simplify some conditionals.Sheldon Hearn2000-07-241-12/+10
* Shut an optimizing compiler up about possibly (but never) unusedSheldon Hearn2000-07-241-0/+2
* truncate.c:Sheldon Hearn2000-07-242-4/+13