aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/scandir.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Alter the prototype of qsort_r(3) to match POSIX, which adopted theEd Schouten2022-09-301-3/+3
* scandir(3): Rename alphasort_thunk to scandir_thunk_cmp toXin LI2022-09-261-3/+3
* libc: Add strverscmp(3) and versionsort(3)Aymeric Wibo2022-08-251-0/+7
* libc: add scandirat(3)Konstantin Belousov2022-08-241-0/+21
* libc: split scandir() into scandir_dirp() and proper scandir()Konstantin Belousov2022-08-241-8/+28
* Fix the build of scandir_b with GCC.John Baldwin2020-08-311-4/+7
* libc: hide alphasort_thunk behind I_AM_SCANDIR_BMateusz Guzik2020-08-231-0/+2
* Export scandir_b from libc.Konstantin Belousov2020-08-101-2/+3
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-12/+1
* scandir(3): promote arraysz to size_t to match numitems.Pedro F. Giffuni2017-04-241-2/+1
* scandir: Fix NULL dereference, uninitialized value use in error caseConrad Meyer2017-03-221-1/+1
* libc: provide some bounds-checking through reallocarray(3).Pedro F. Giffuni2017-03-121-2/+2
* libc: small cleanups.Pedro F. Giffuni2017-03-121-9/+10
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add support for some block functions that come from OS X. These areDavid Chisnall2014-04-021-1/+22
* Style: reword comment.Andrey A. Chernov2010-01-201-1/+1
* Style: remove extra empty line in the comment.Andrey A. Chernov2010-01-201-1/+0
* a) Use strcoll() in opendir() and alphasort() as POSIX 2008 requires.Andrey A. Chernov2010-01-181-6/+2
* Do not rely on behaviour undefined by ANSI C, use thunks to adaptKonstantin Belousov2010-01-051-2/+19
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEKonstantin Belousov2010-01-041-13/+10
* scandir(3) previously used st_size to obtain an initial estimateDavid Schultz2008-03-161-13/+3
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-011-6/+6
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-1/+5
* Fix a memory leakJulian Elischer1998-10-071-15/+25
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* scandir(3) didn't transfer d_type, and d_ino is called d_fileno now.Poul-Henning Kamp1995-03-251-1/+2
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+135