index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
glob.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
the glob stat limit is way too low. bump to 2048.
tedu
2012-01-20
1
-4
/
+4
*
fix GLOB_KEEPSTAT without GLOB_NOSORT; the implicit sort was being
djm
2011-09-22
1
-6
/
+44
*
In glob(3), limit recursion during matching attempts. Similar to fnmatch fix.
stsp
2011-09-20
1
-5
/
+17
*
When the max number of items for a directory has reached GLOB_LIMIT_READDIR
pyr
2011-05-12
1
-2
/
+3
*
avoid some integer overflows mostly with GLOB_APPEND and GLOB_DOOFFS
djm
2011-01-12
1
-4
/
+12
*
Extend GLOB_LIMIT to cover readdir and stat and bump the malloc limit
nicm
2010-10-08
1
-27
/
+63
*
oops, don't free array before freeing members; spotted by dkrause@
djm
2010-09-26
1
-2
/
+2
*
add a GLOB_KEEPSTAT option that retains a copy of the struct stat
djm
2010-09-24
1
-14
/
+62
*
remove unused variable
chl
2010-05-19
1
-2
/
+1
*
Fix glob(3) to correctly return an error when its buffer space is
nicm
2010-03-23
1
-13
/
+11
*
replacing malloc/realloc dance, by only one realloc
chl
2009-11-21
1
-3
/
+2
*
Add missing braces. This is why we use braces for indented block that
millert
2009-02-18
1
-2
/
+3
*
POSIX character class support for fnmatch(3) and glob(3). OK deraadt@
millert
2008-10-01
1
-6
/
+72
*
unused arg in internal static API
deraadt
2005-11-28
1
-6
/
+6
*
zap remaining rcsid.
espie
2005-08-08
1
-8
/
+1
*
Kill register and fix some whilespace goofs in a do {} while loop.
millert
2004-10-07
1
-12
/
+11
*
ansify function definitions and zap some `register'
jfb
2004-05-18
1
-67
/
+23
*
protos
deraadt
2003-06-25
1
-3
/
+3
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
spelling; from Brian Poole <raj@cerias.purdue.edu>
todd
2002-06-14
1
-2
/
+2
*
try to use strlcpy and snprintf more; ok various
deraadt
2002-05-24
1
-2
/
+2
*
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
millert
2002-02-17
1
-5
/
+5
*
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
millert
2002-02-16
1
-16
/
+16
*
remove extra continue statements
deraadt
2001-04-05
1
-11
/
+17
*
use a len in g_Ctoc, easier code; freebsd
deraadt
2001-04-02
1
-21
/
+18
*
Fix some glob defects:
millert
2001-03-28
1
-29
/
+56
*
must spec +1 in this one case...
deraadt
2001-03-28
1
-2
/
+2
*
avoid g_Ctoc() overflows; art@ ok
deraadt
2001-03-28
1
-14
/
+26
*
KNF
deraadt
2001-03-28
1
-31
/
+12
*
set gl_pathv to NULL after we free it; christos@netbsd.org
millert
2001-03-19
1
-2
/
+5
*
GLOB_LIMIT changes from christos
deraadt
2001-03-18
1
-22
/
+38
*
realloc repair
deraadt
1998-08-14
1
-2
/
+5
*
Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escaping
millert
1998-01-31
1
-5
/
+5
*
Make glob(3) XPG4.2 compliant. This means changing GLOB_ABEND to
millert
1997-09-01
1
-10
/
+14
*
Different fix for buffer overflow. From Keith Bostic <bostic@bostic.com>
millert
1997-04-12
1
-35
/
+39
*
be careful in the non-setuid case too, what the heck
deraadt
1996-10-27
1
-1
/
+4
*
protect $HOME expansion; from das33@cornell.edu
deraadt
1996-09-11
1
-2
/
+2
*
Fix RCS ids
tholo
1996-08-19
1
-7
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+852