summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/glob.c
Commit message (Expand)AuthorAgeFilesLines
* Update glob(3) to add all the POSIX required options, specifically:mikeh2002-07-171-18/+20
* * Remove __P and convert to ANSI prototypes.obrien2002-02-011-33/+33
* Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatiblemikeh2001-07-291-4/+8
* Mostly pick up OpenBSD's rev 1.14 by deraadt@ and millert@.peter2001-03-281-42/+39
* OpenBSD's g_Ctoc() returned a false error when the target buffer waspeter2001-03-281-16/+16
* Fix g_Ctoc() interface, approximately based on OpenBSD's recent changes.peter2001-03-281-14/+36
* Introduce the GLOB_MAXPATH flag, which allows the user to limit thejlemon2001-03-191-39/+42
* Bump MAX_GLOBENTRIES up to 16384, so it is a power of two. Addjlemon2001-03-161-1/+7
* Limit the number of paths that glob can return to MAX_GLOBENTRIES, whichjlemon2001-03-151-0/+7
* NetBSD kernels don't have issetugid(), so #ifdef this out whenjb1998-02-201-1/+5
* Use getpwnam(getlogin()) before getpwuid(getuid())ache1997-08-271-3/+5
* Don't getenv(HOME) when set[ug]od. This can lead to a buffer overflow andimp1997-08-271-3/+4
* Speedup in case locale not usedache1997-04-041-1/+3
* Buffer overflow. Similar, but different, to the fix that Julian A submittedimp1997-03-231-9/+15
* collate_range_cmp -> __collate_range_cmpache1996-10-311-3/+4
* Convert to newly aded collate compare functionache1996-08-121-3/+3
* Remove static collcmp, ise new internal function nowache1996-08-121-35/+3
* Use collate for alpha character rangesache1996-08-121-1/+35
* Remove trailing whitespace.rgrimes1995-05-301-23/+23
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+846
OpenPOWER on IntegriCloud