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
/
getcap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
snprintf/vsnprintf return < 0 on error, rather than -1.
deraadt
2019-07-03
1
-2
/
+2
*
Delete casts to off_t and size_t that are implied by assignments
guenther
2016-09-21
1
-5
/
+4
*
remove null check before free. from Michael McConville
tedu
2015-09-14
1
-17
/
+9
*
Wrap <stdlib.h> so that calls go direct and the symbols not in the
guenther
2015-09-13
1
-1
/
+12
*
When fopen()ing internal to libc (the API doesn't support the use
guenther
2014-09-15
1
-4
/
+4
*
Fix toprec handling in cgetnext(). OK otto@
millert
2011-10-14
1
-4
/
+9
*
Use stdio in getent() and reuse pfp from tcgetnext when calling getent().
millert
2011-07-10
1
-36
/
+37
*
Speed up cgetnext() by passing the record we want to parse in to
millert
2011-07-06
1
-92
/
+110
*
Handle empty terminal names more gracefully.
hugh
2006-05-15
1
-1
/
+3
*
Simplify cgetnext(3) by using strcspn(3).
ray
2006-03-22
1
-11
/
+6
*
In all these cases pfp != NULL. I also sneaked in some KNF.
ray
2006-03-18
1
-4
/
+4
*
Don't dereference NULL pointer if file is truncated.
ray
2006-03-10
1
-1
/
+6
*
zap remaining rcsid.
espie
2005-08-08
1
-4
/
+1
*
ansify function definitions and zap some `register'
jfb
2004-05-18
1
-44
/
+16
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-6
/
+2
*
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
-4
/
+4
*
o kill some extra whitespace
millert
2001-09-22
1
-92
/
+81
*
Add new cgetusedb() function to toggle reading of .db files in getcap(3).
millert
2001-06-18
1
-3
/
+21
*
avoid double fclose()
deraadt
2000-11-22
1
-3
/
+2
*
constify getcap(3). This fixes a warning in libcurses and doesn't
millert
1999-02-25
1
-17
/
+28
*
realloc repair
deraadt
1998-08-14
1
-14
/
+51
*
zap FILE * after closing it
deraadt
1998-03-19
1
-1
/
+2
*
some -Wall
millert
1998-03-19
1
-3
/
+3
*
do not ferror() after fclose(); dholland@eecs.harvard.edu
deraadt
1998-03-17
1
-3
/
+5
*
wrong NULL
deraadt
1997-09-12
1
-2
/
+2
*
merge in getcap change by grr, in rev 1.8
deraadt
1997-07-28
1
-24
/
+32
*
revert until the change gets evaluated by more people
deraadt
1997-07-27
1
-32
/
+24
*
Make correct distinction between "entry not found" and "no capability files",
grr
1997-07-27
1
-24
/
+32
*
trailing blanks
kstailey
1997-07-23
1
-13
/
+13
*
tabify
kstailey
1997-07-23
1
-12
/
+12
*
return -2 if can't open database like man page says.
millert
1997-06-10
1
-2
/
+2
*
mem leak, from lidl@va.pubnix.com
deraadt
1997-02-01
1
-3
/
+5
*
Remove dead code
tholo
1996-09-15
1
-6
/
+2
*
Fix RCS ids
tholo
1996-08-19
1
-7
/
+1
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+1051