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
/
usr.bin
/
file
/
apprentice.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
New implementation of the file(1) utility. This is a simplified,
nicm
2015-04-24
1
-2129
/
+0
*
Add missing <limits.h> to file.c and remove definition of PATH_MAX
millert
2015-01-16
1
-5
/
+1
*
Replace <sys/param.h> with <limits.h>
doug
2015-01-16
1
-6
/
+6
*
Place additional parantheses around readdir() and check return does not
brad
2014-10-26
1
-2
/
+2
*
use reallocarray
espie
2014-05-18
1
-11
/
+12
*
Avoid size_t overflow in apprentice_map.
tobias
2014-01-16
1
-3
/
+5
*
fix a buffer overflow found by parfait
jsg
2009-11-11
1
-2
/
+2
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-5
/
+1
*
Appease gcc2 (I wish people would write in C, rather than "latest crap
deraadt
2009-08-27
1
-5
/
+6
*
file update to 4.24
chl
2009-04-24
1
-133
/
+410
*
Update file to 4.21.
chl
2008-05-08
1
-270
/
+973
*
use strcspn instead of strchr to properly overwrite '\n' in fgets returned buffer
chl
2007-10-05
1
-8
/
+5
*
Don't blindly truncate buf[strlen(buf) - 1] without checking for
ray
2006-10-31
1
-3
/
+7
*
Remove unused variable, spotted by otto@
pedro
2006-04-04
1
-3
/
+2
*
Fix case where a string could not be correctly terminated, okay jaredy@
pedro
2006-04-04
1
-4
/
+4
*
tidy buffer sizes, from Alexander Farber, PR 3924. ok tedu@
otto
2004-09-25
1
-4
/
+4
*
big update to file 4.09. ok ian@
tedu
2004-05-19
1
-172
/
+694
*
ian gives permission for 3/4 removal
deraadt
2003-06-13
1
-7
/
+2
*
string fixes; ian ok
deraadt
2003-04-07
1
-5
/
+8
*
Replace TPUM license with standard BSD-style license
ian
2003-03-11
1
-24
/
+32
*
Swap args to calloc(3) so they are in the correct order; art@ ok.
aaron
2002-08-12
1
-3
/
+3
*
use types in inttypes.h directly
itojun
2002-06-05
1
-5
/
+5
*
Remove \n from err/errx/warn/warnx().
mpech
2002-03-14
1
-3
/
+3
*
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
-8
/
+8
*
kill more registers
mpech
2001-11-19
1
-7
/
+7
*
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
millert
2000-06-30
1
-3
/
+3
*
oflow
deraadt
1999-12-06
1
-3
/
+3
*
Increase MAXMAGIS again, and change the reallocation - don't need to
ian
1999-09-26
1
-5
/
+6
*
oops
deraadt
1998-08-21
1
-3
/
+3
*
realloc fix
deraadt
1998-08-19
1
-5
/
+10
*
err/warn
mickey
1998-07-10
1
-16
/
+13
*
Updates file(1) to version 3.22 by way to NetBSD.
millert
1997-02-09
1
-13
/
+13
*
rcsid
deraadt
1996-06-26
1
-2
/
+2
*
update from netbsd
deraadt
1995-12-14
1
-20
/
+52
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+590