aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/find
Commit message (Expand)AuthorAgeFilesLines
* find: add -xattr and -xttrnameKyle Evans2026-04-095-2/+199
* find: fix pathnames printed by the SIGINFO handlerAlan Somers2025-10-191-1/+1
* find: Fix -printfDag-Erling Smørgrav2025-08-073-62/+223
* find: Put back clearing the NOSTAT bitWarner Losh2025-07-301-2/+3
* find: Remove duplicate caseDag-Erling Smørgrav2025-07-262-8/+0
* find: Document possible formatsWarner Losh2025-07-262-2/+80
* find: Use formats that work on 32-bit too...Warner Losh2025-07-261-6/+6
* find: Fix items from the review I missed for printfWarner Losh2025-07-252-2/+5
* find: implement -fprint and -fprint0Warner Losh2025-07-255-2/+72
* find: Add GNU find's -printfWarner Losh2025-07-257-2/+426
* find.1: Correct HISTORY grammar typoJeffrey R. Day2025-07-141-1/+1
* find: Re-enable the -acl primary on FreeBSDYoshiaki Kasahara2024-12-061-0/+1
* find: Correct ls(1) equivalent command for -ls primaryThomas Eberhardt2024-11-231-2/+2
* Remove residual blank line at start of MakefileWarner Losh2024-07-152-2/+0
* find: Add -readable, -writable & -executable optionsRicardo Branco2024-01-224-1/+64
* find: Allow '/' to be used with -perm for GNU compatibilityRicardo Branco2024-01-152-4/+17
* find: fix build on 32bitsBaptiste Daroussin2024-01-121-1/+1
* find: add SIGINFO handlerGoran Mekić2024-01-113-0/+20
* find: Add a warning about -delete.Dag-Erling Smørgrav2023-12-211-1/+17
* usr.bin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-276-11/+0
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-6/+0
* sccs: Manual changesWarner Losh2023-11-271-4/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-2710-25/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-168-16/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-162-2/+0
* Mark usage function as __dead2 in programs where it does not returnAlfonso Gregory2023-07-071-1/+1
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* find: Logic nit in man page.Dag-Erling Smørgrav2023-01-241-2/+2
* Handle NULL return from localtime(3) in ls(1) and find(1)Kirk McKusick2022-09-091-1/+5
* find.1: Correct the markupGordon Bergling2022-08-021-4/+4
* find.1: Fix mandoc warnings and mention a useful manpageGordon Bergling2022-07-311-5/+7
* find.1: small language fix after previous changeEugene Grosbein2022-07-221-1/+1
* find.1: explain why "find -s" may differ from "find | sort"Eugene Grosbein2022-07-221-1/+21
* pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot2021-12-211-0/+2
* find(1): Update date format reference and remove cvs(1) referencesFelix Johnson2021-11-081-4/+2
* find(1): Document the -f optionCeri Davies2021-05-131-1/+14
* ls(1): Refine the HISTORY within the manual page.Gordon Bergling2021-03-131-3/+10
* find(1): Mark -not as an extensions to POSIXDaniel Ebdrup Jensen2021-02-231-3/+3
* Use the Ic macro for find(1) primaries consistentlyMateusz Piotrowski2020-04-181-2/+2
* Fix whiteout support in find(1)Oleksandr Tymoshenko2019-01-281-1/+3
* find(1): remove empty else conditionEitan Adler2018-07-252-2/+0
* find(1): use correct type for readlinkEitan Adler2018-07-011-1/+1
* find(1): deLINTifyEitan Adler2018-07-017-16/+0
* find(1): remove portability ifdefsEitan Adler2018-07-011-11/+0
* Allow compiling usr.bin/find on Linux and MacAlex Richardson2018-02-066-1/+62
* find: Speed up tests by using touch -d instead of sleep for timestampsJilles Tjoelker2018-01-041-4/+3
* find: Link tests to the buildJilles Tjoelker2017-12-311-2/+4
* find(1): Fix -newer and -samefile to conform to POSIX[0]Conrad Meyer2017-12-294-2/+93