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
/
bin
/
csh
/
func.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
When system calls indicate an error they return -1, not some arbitrary
deraadt
2019-06-28
1
-5
/
+5
*
blkfree() takes no action for NULL pointer so callers can avoid checking.
miko
2018-09-08
1
-7
/
+6
*
No need to declare variable name as static in dounsetenv(). Also, drop a
anton
2017-12-18
1
-5
/
+2
*
Passing NULL to free() is fine; from Michael W. Bombardieri.
anton
2017-12-16
1
-5
/
+3
*
Fix pasting of long (>BUFSIZ) lines in csh with filec enabled. NUL-terminating
anton
2017-08-30
1
-2
/
+3
*
Postpone printing of prompt if filec is enabled in csh. Any I/O should be
anton
2017-07-26
1
-2
/
+2
*
Don't reinvent rlim_t; when printing it use %llu and cast to
guenther
2016-08-14
1
-16
/
+14
*
Replace handrolled xfree() function by directly using free(3)
mestre
2015-12-26
1
-16
/
+16
*
Clean up cruft made visible by the NLS unifdefing:
naddy
2015-10-26
1
-17
/
+1
*
unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set)
naddy
2015-10-26
1
-10
/
+1
*
lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */
guenther
2015-09-27
1
-2
/
+1
*
delete tons more casts
tedu
2015-02-08
1
-4
/
+3
*
delete lots of unnecessary ptr_t casts, and drop a little NULL in as well
tedu
2015-02-08
1
-16
/
+16
*
Use reallocarray() and remove a few archaic memory allocation practices.
deraadt
2014-10-16
1
-2
/
+2
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
print vmemoryuse immediately after vmemoryuse in limit output
millert
2004-08-08
1
-5
/
+5
*
vmemsize -> vmemoryuse for consistency with tcsh and document. mickey@ OK
millert
2004-08-07
1
-3
/
+3
*
conditional use of RLIMIT_VMEM (like ksh)
mickey
2004-08-06
1
-2
/
+5
*
print the whole hint for bad limit modifiers. ok otto pedro
tedu
2004-05-15
1
-3
/
+5
*
protos
deraadt
2003-06-25
1
-4
/
+3
*
kill printf builtin. no reason to be a builtin, but furthermore, the
deraadt
2003-06-23
1
-32
/
+2
*
de-register and ansify functions
deraadt
2003-06-11
1
-55
/
+55
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-02
1
-7
/
+3
*
ansify functions, eliminating prototype declaration warnings; ok deraadt@
jsyn
2003-05-12
1
-132
/
+49
*
knf
todd
2002-06-09
1
-4
/
+4
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-7
/
+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
-18
/
+18
*
KNF
deraadt
2001-12-01
1
-4
/
+4
*
correct type on last arg to execl(); nordin@cse.ogi.edu
deraadt
2001-07-09
1
-3
/
+3
*
fix obvious warnings.
art
2001-06-25
1
-3
/
+4
*
indent
deraadt
1998-12-16
1
-9
/
+9
*
fix built-in printf argument expansion (ie. printf '%d\n' `echo 23`);
deraadt
1998-12-16
1
-2
/
+15
*
spelling
todd
1997-11-15
1
-3
/
+3
*
#if __STDC__ --> #ifdef __STDC__
mickey
1997-07-25
1
-3
/
+3
*
tabify
kstailey
1997-07-23
1
-3
/
+3
*
(foo *)NULL -> NULL
kstailey
1997-06-18
1
-3
/
+3
*
update rcsid
deraadt
1996-06-23
1
-1
/
+2
*
From netbsd:
niklas
1996-02-17
1
-3
/
+5
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+1523