summaryrefslogtreecommitdiff
path: root/lib/libc/gen/glob.c
Commit message (Expand)AuthorAgeFilesLines
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-011-33/+33
* Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatibleMike Heffner2001-07-291-4/+8
* Mostly pick up OpenBSD's rev 1.14 by deraadt@ and millert@.Peter Wemm2001-03-281-42/+39
* OpenBSD's g_Ctoc() returned a false error when the target buffer wasPeter Wemm2001-03-281-16/+16
* Fix g_Ctoc() interface, approximately based on OpenBSD's recent changes.Peter Wemm2001-03-281-14/+36
* Introduce the GLOB_MAXPATH flag, which allows the user to limit theJonathan Lemon2001-03-191-39/+42
* Bump MAX_GLOBENTRIES up to 16384, so it is a power of two. AddJonathan Lemon2001-03-161-1/+7
* Limit the number of paths that glob can return to MAX_GLOBENTRIES, whichJonathan Lemon2001-03-151-0/+7
* NetBSD kernels don't have issetugid(), so #ifdef this out whenJohn Birrell1998-02-201-1/+5
* Use getpwnam(getlogin()) before getpwuid(getuid())Andrey A. Chernov1997-08-271-3/+5
* Don't getenv(HOME) when set[ug]od. This can lead to a buffer overflow andWarner Losh1997-08-271-3/+4
* Speedup in case locale not usedAndrey A. Chernov1997-04-041-1/+3
* Buffer overflow. Similar, but different, to the fix that Julian A submittedWarner Losh1997-03-231-9/+15
* collate_range_cmp -> __collate_range_cmpAndrey A. Chernov1996-10-311-3/+4
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-121-3/+3
* Remove static collcmp, ise new internal function nowAndrey A. Chernov1996-08-121-35/+3
* Use collate for alpha character rangesAndrey A. Chernov1996-08-121-1/+35
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-23/+23
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+846