aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/pathchk/pathchk.c
Commit message (Expand)AuthorAgeFilesLines
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add -P to pathchk usageEitan Adler2016-07-091-1/+1
* pathchk: Ensure bytes >= 128 are considered non-portable characters.Jilles Tjoelker2013-10-201-7/+6
* pathchk: Add the new POSIX -P option.Jilles Tjoelker2010-05-011-4/+14
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* Unbreak support for systems that have no limit on pathname length.Tim J. Robbins2002-12-151-4/+2
* Update pathchk to reflect the fact that 1003.1-2001 now includes theTim J. Robbins2002-12-141-0/+2
* When stat(2) fails, put the name of the component it failed on in theTim J. Robbins2002-06-101-1/+2
* Add the pathchk utility, which checks pathnames for validity orTim J. Robbins2002-05-221-0/+192