summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/glob.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* - (djm) [auth-pam.c clientloop.c includes.h monitor.c session.c]Damien Miller2006-03-151-0/+3
* - (dtucker) [openbsd-compat/glob.c] Update from OpenBSD 1.22 -> 1.25.Darren Tucker2005-11-101-85/+33
* - (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers toDarren Tucker2005-11-101-2/+2
* - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with originalDamien Miller2003-11-241-0/+2
* - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansificationsBen Lindstrom2003-08-251-3/+3
* - (djm) Sync openbsd-compat with OpenBSD CVS.Damien Miller2003-06-031-6/+2
* - (djm) Sync openbsd-compat with OpenBSD -currentDamien Miller2002-09-111-22/+22
* - (bal) glob.c defines TILDE and AIX also defines it. #undef it first.Ben Lindstrom2002-07-041-0/+1
* - (djm) Fix a few warnings the above turned upDamien Miller2001-06-271-2/+2
* - Sync with OpenBSD glob.c, strlcat.c and vis.c changesDamien Miller2001-04-131-31/+34
* - (djm) Another openbsd-compat/glob.c syncDamien Miller2001-03-301-29/+56
* - (djm) Sync openbsd-compat/glob.cDamien Miller2001-03-281-44/+37
* add get_arg_max(). Use sysconf() if ARG_MAX is not defined.Tim Rice2001-03-201-1/+13
* - (bal) glob.c update to set gl_pathv to NULL (OpenBSD CVS).Ben Lindstrom2001-03-191-2/+5
* - (bal) glob.c update to added GLOB_LIMITS.Ben Lindstrom2001-03-191-22/+38
* - Check for gl_matchc support in glob_t and fall back to theBen Lindstrom2001-03-171-2/+4
* - (djm) Add replacement glob() from OpenBSD libc if the system glob isDamien Miller2001-03-141-0/+859