summaryrefslogtreecommitdiff
path: root/usr.bin/truncate
AgeCommit message (Expand)Author
2025-07-09truncate.1: Polish title and examplesAlexander Ziaee
2025-03-07truncate.1: improve the example sectionMaxim Konovalov
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-09-25Purge more stray embedded $FreeBSD$ stringsJohn Baldwin
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2021-08-21truncate(1): Update tests' golden outputKa Ho Ng
2021-08-19truncate(1): Fix missing -d option manpageKa Ho Ng
2021-08-19truncate(1): Add hole-punching supportKa Ho Ng
2021-08-18truncate(1): main() return statement style fixKa Ho Ng
2020-07-27truncate(1): Add EXAMPLES sectionFernando ApesteguĂ­a
2018-07-29truncate: delintifyEitan Adler
2018-07-29truncate: use better type for 'round'Eitan Adler
2018-07-09truncate: Add support for -s % and /Emmanuel Vadot
2018-07-09truncate: style(9) some partsEmmanuel Vadot
2017-11-27various: general 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
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
2016-01-19Fix usr.bin.truncate.truncate_test.bad_truncate with ZFS /tmp.Alan Somers
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
2014-11-25Convert to usr.bin/ to LIBADDBaptiste Daroussin
2014-08-19Merge head from 7/28Simon J. Gerraty
2014-06-23use .Mt to mark up email addresses consistently (part3)Baptiste Daroussin
2014-06-09truncate: Detect integer overflow, fix relative sizes, add tests.Jilles Tjoelker
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
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
2010-03-03Use expand_number(3) from libutil instead of home-grown function to parseMaxim Sobolev
2009-02-21Initialize 'sz' as 0.Xin LI
2008-08-04Don't close file descriptor number <whatever random garbage was on theColin Percival
2006-12-19The -r option can also cause the files to be extended (notRuslan Ermilov
2006-09-29Markup fixes.Ruslan Ermilov
2006-09-18o Don't leak fd on error.Maxim Konovalov
2006-09-07Chase revision 1.10 in usage string and a comment.Ceri Davies
2006-04-09Allow to specify size in terabytes by using T or t suffix.Pawel Jakub Dawidek
2005-05-21Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov
2005-01-17Added the EXIT STATUS section where appropriate.Ruslan Ermilov
2004-07-22Make size suffix case insensitive.Lukas Ertl