summaryrefslogtreecommitdiff
path: root/usr.bin/dirname/dirname.c
AgeCommit message (Expand)Author
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 .c patternWarner Losh
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-02-28Renumber copyright clause 4Warner Losh
2016-11-08Capsicumize some trivial stdio programsConrad Meyer
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
2002-07-28ANSIify function definitions to avoid a warning.David Malone
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-03-22remove __PWarner Losh
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