summaryrefslogtreecommitdiff
path: root/usr.bin/dirname
AgeCommit message (Expand)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-11-26Remove copyright strings ifdef'd outWarner Losh
2023-11-26usr.bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2018-06-19Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski
2017-11-20General further 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
2017-02-28Renumber copyright clause 4Warner Losh
2016-11-13DIRDEPS_BUILD: Update dependencies.Bryan Drewery
2016-11-08Capsicumize some trivial stdio programsConrad Meyer
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
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
2014-11-19Merge from head@274682Simon J. Gerraty
2014-10-09Integrate usr.bin/dirname/tests from NetBSD into atf/kyuaEnji Cooper
2014-05-16Updated dependenciesSimon J. Gerraty
2014-05-10Updated dependenciesSimon J. Gerraty
2014-04-28Merge headSimon J. Gerraty
2014-04-13NO_MAN= has been deprecated in favor of MAN= for some time, go aheadWarner Losh
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-12-11Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl
2009-02-02Alow dirname(1) to accept multiple arguments in the same way thatRobert Watson
2005-05-21Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov
2004-12-21Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov
2004-10-24For variables that are only checked with defined(), don't provideRuslan Ermilov
2002-07-28ANSIify function definitions to avoid a warning.David Malone
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-03-22remove __PWarner Losh
2002-02-08Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray
2001-06-30Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$Dima Dorfman
2001-06-24Include missing header files which define functions for which gcc hasDima Dorfman
2000-09-06Reintroduce functionality and error checks that were boneheadedly removedDag-Erling Smørgrav
2000-09-03Use dirname(3).Dag-Erling Smørgrav
1998-12-06Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs
1997-03-29compare return value from getopt against -1 rather than EOF, per the finalWarner Losh
1997-03-11Merge from Lite2Peter Wemm
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes