aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/dirname/dirname.c
Commit message (Expand)AuthorAgeFilesLines
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Capsicumize some trivial stdio programsConrad Meyer2016-11-081-0/+4
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Alow dirname(1) to accept multiple arguments in the same way thatRobert Watson2009-02-021-5/+8
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* ANSIify function definitions to avoid a warning.David Malone2002-07-281-4/+2
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* remove __PWarner Losh2002-03-221-1/+1
* Include missing header files which define functions for which gcc hasDima Dorfman2001-06-241-0/+1
* Reintroduce functionality and error checks that were boneheadedly removedDag-Erling Smørgrav2000-09-061-1/+5
* Use dirname(3).Dag-Erling Smørgrav2000-09-031-68/+4
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Merge from Lite2Peter Wemm1997-03-111-1/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+144