| Commit message (Expand) | Author | Age | Files | Lines |
| * | Misc compiler warning fixes in lib/libc | Alan Somers | 2020-09-27 | 1 | -3/+2 |
| * | DTF_REWIND does nothing (since r247236) so retire its use | Ed Maste | 2019-03-26 | 1 | -2/+2 |
| * | Clean up the vcs ID strings in libc's gen/ directory. | John Baldwin | 2018-07-03 | 1 | -7/+2 |
| * | fts_stat: fix buffer overrun on error path | Eric van Gyzen | 2018-05-28 | 1 | -1/+1 |
| * | General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
| * | fts_open: move bogus initialization further below, before it is used. | Pedro F. Giffuni | 2017-05-26 | 1 | -3/+3 |
| * | Commit the 64-bit inode project. | Konstantin Belousov | 2017-05-23 | 1 | -14/+19 |
| * | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
| * | Fix 1016718 Resource leak. | Don Lewis | 2016-05-25 | 1 | -1/+3 |
| * | FTS: Remove stale reference to nfs4 fs which was removed in r192578. | Bryan Drewery | 2016-05-21 | 1 | -1/+0 |
| * | Use calloc() instead of malloc + memset. | Xin LI | 2015-09-29 | 1 | -2/+1 |
| * | Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. | Craig Rodrigues | 2015-09-20 | 1 | -18/+7 |
| * | Use ANSI C prototypes. | Craig Rodrigues | 2015-09-14 | 1 | -30/+9 |
| * | libc/fts: Use O_CLOEXEC for internal file descriptors. | Jilles Tjoelker | 2012-09-27 | 1 | -5/+7 |
| * | Hide DIR definition by making it an opaque struct typedef. | Gleb Kurtsou | 2012-05-19 | 1 | -1/+3 |
| * | From fts.c comment: | Pawel Jakub Dawidek | 2011-03-16 | 1 | -0/+1 |
| * | Our fts(3) API, as inherited from 4.4BSD, suffers from integer | Yaroslav Tykhiy | 2008-01-26 | 1 | -9/+28 |
| * | Per Regents of the University of Calfornia letter, remove advertising | Warner Losh | 2007-01-09 | 1 | -4/+0 |
| * | In fts_build(), if we try to chdir and fail (e.g. due to lack of search | David Schultz | 2004-06-08 | 1 | -2/+0 |
| * | Fixed some minor style bugs. | Bruce Evans | 2004-05-13 | 1 | -7/+10 |
| * | Fix some^Wseveral style bugs from last commit. | Peter Edwards | 2004-05-12 | 1 | -22/+19 |
| * | The FTS_NOSTAT option is an optimisation that reduces the number | Peter Edwards | 2004-05-08 | 1 | -3/+75 |
| * | A minor refactoring to simplify portability: assign the filename | Tim Kientzle | 2004-05-05 | 1 | -5/+7 |
| * | Remove an unused variable: `sb' in fts_read(). | Tim J. Robbins | 2003-01-03 | 1 | -1/+0 |
| * | Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct | Garrett Wollman | 2002-09-21 | 1 | -13/+67 |
| * | * Remove __P and convert to ANSI prototypes. | David E. O'Brien | 2002-02-01 | 1 | -43/+41 |
| * | Removed duplicate VCS ID tags, as per style(9). | Ruslan Ermilov | 2001-08-13 | 1 | -2/+0 |
| * | Fix another unprotected instance of chdir() by extending the | Kris Kennaway | 2001-06-01 | 1 | -24/+12 |
| * | When doing the chdir("..") in the !FTS_NOCHDIR case, stat() after we get | Kris Kennaway | 2001-05-30 | 1 | -2/+16 |
| * | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 1 | -1/+3 |
| * | Fix style bugs (including ones introduced from OpenBSD). | Brian Feldman | 2000-08-16 | 1 | -29/+16 |
| * | Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), | Jason Evans | 2000-01-27 | 1 | -12/+11 |
| * | Add three-tier symbol naming in support of POSIX thread cancellation | Jason Evans | 2000-01-12 | 1 | -11/+14 |
| * | Switch over to the OpenBSD fts.c, fixing lots of things. | Brian Feldman | 1999-12-18 | 1 | -71/+125 |
| * | Fix the root cause of the fts buffer overflow. This is a temporary | Warner Losh | 1999-09-02 | 1 | -5/+23 |
| * | Reverted to revision 1.8 as previous fix causes fts_open with with a | Peter Holm | 1999-08-15 | 1 | -1/+1 |
| * | Reviewed by: phk | Peter Holm | 1999-08-14 | 1 | -1/+1 |
| * | Replace memory leaking instances of realloc with non-leaking reallocf. | Warner Losh | 1998-09-16 | 1 | -2/+2 |
| * | fts_close calls free(sp), the ISSET(FTS_NOCHDIR) which is a macro that | Poul-Henning Kamp | 1998-07-03 | 1 | -3/+4 |
| * | Apply fts() fix from PR#4593 | Peter Wemm | 1997-09-22 | 1 | -1/+1 |
| * | Merge in the safe chdir changes from Todd Miller's mods to the OpenBSD | Warner Losh | 1997-08-29 | 1 | -20/+64 |
| * | Merge from Lite2: | Peter Wemm | 1997-03-11 | 1 | -3/+27 |
| * | General -Wall warning cleanup, part I. | Jordan K. Hubbard | 1996-07-12 | 1 | -7/+7 |
| * | Remove trailing whitespace. | Rodney W. Grimes | 1995-05-30 | 1 | -6/+6 |
| * | BSD 4.4 Lite Lib Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+971 |