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.sbin
/
pppd
/
chat
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move more fcntl(,F_GETFL,0) -> fcntl(,F_GETFL).
krw
2016-04-05
1
-5
/
+5
*
More "(<blah> *)0" -> NULL, avoiding any stdarg functions.
krw
2016-03-16
1
-3
/
+3
*
(hidden) is more readable than (??????) and avoid trigraph
gsoares
2016-01-25
1
-2
/
+2
*
stdlib.h is in scope; do not cast malloc/calloc/realloc*
deraadt
2015-08-20
1
-2
/
+2
*
clean up flags++ instances around getopt()
deraadt
2015-02-09
1
-5
/
+5
*
delete (uncompiled) hacked usleep function.
tedu
2013-04-21
1
-38
/
+1
*
casts of (time_t *) lead to bugs
deraadt
2013-04-20
1
-2
/
+2
*
document syslog facility/level; from Stefan Unterweger
jmc
2011-07-25
1
-7
/
+13
*
knock out some "-*- nroff -*-" lines;
jmc
2010-10-28
1
-3
/
+2
*
Use symbolic names for the file descriptors rather than numeric values.
kevlo
2010-08-12
1
-5
/
+5
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-9
/
+1
*
better synopsis;
jmc
2009-08-08
2
-7
/
+10
*
add a real synopsis to chat(8); synchronize synopsis and usage;
sobrado
2009-08-08
2
-60
/
+66
*
missing va_end in pppd; ok millert@
martynas
2009-07-19
1
-2
/
+3
*
use strcspn to properly overwrite '\n' in fgets returned buffer
gilles
2007-09-11
1
-5
/
+3
*
convert to new .Dd format;
jmc
2007-05-31
1
-2
/
+2
*
.br workaround no longer necessary;
jmc
2004-04-03
1
-7
/
+1
*
logf -> logmsg; daniel@lucq.org
deraadt
2004-02-26
1
-34
/
+34
*
mdoc version of chat(8);
jmc
2003-06-13
1
-430
/
+566
*
comment cleanup
deraadt
2003-04-25
1
-4
/
+4
*
strcat->strlcat, ok millert@
avsm
2003-04-04
1
-3
/
+3
*
more snprintf; millert ok
deraadt
2003-04-03
1
-5
/
+5
*
typos;
jmc
2003-02-01
1
-9
/
+9
*
escape a couple of literal \n's so they print correctly
jason
2002-10-25
1
-3
/
+3
*
Check malloc() return value; Chad Loder
millert
2002-07-02
1
-2
/
+4
*
more strlcat
deraadt
2002-05-29
1
-3
/
+4
*
We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
millert
2002-02-19
1
-31
/
+5
*
Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)
millert
2002-02-17
1
-5
/
+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
-34
/
+34
*
make sure that va_start() has matching va_end()
deraadt
2001-09-05
1
-2
/
+3
*
paranoia, add_return may change
d
1999-12-02
1
-6
/
+3
*
fix one possible buffer overrun; inspired by kris@hub.freebsd.org
d
1999-12-02
1
-5
/
+70
*
Typo fixes.
alex
1999-09-23
1
-2
/
+2
*
remove trailing whitespace, some Nm cleanup
aaron
1999-06-05
1
-7
/
+7
*
fix comma splices involving 'however'
pjanzen
1999-03-10
1
-3
/
+3
*
vary -> very; d@
aaron
1999-03-01
1
-3
/
+3
*
keep example on one line; ross@netbsd
deraadt
1999-02-24
1
-2
/
+2
*
fix usage()
mickey
1998-10-30
1
-4
/
+5
*
Insert missing flags -s and -S, probably lost during move from 'mini getopt'
provos
1998-09-12
1
-3
/
+3
*
fix parsing on chat script when passed on the command line; problem noted by fgsch@olimpo.com.br but different fix committed.
millert
1998-08-04
1
-7
/
+7
*
pppd 2.3.5
millert
1998-05-08
2
-9
/
+16
*
ppp-2.3.3 + some -Wall
millert
1998-01-17
2
-713
/
+720
*
Replace "micro getopt" with real getopt for readability's sake.
millert
1997-11-16
1
-62
/
+35
*
never before have i deleted an unused global variable out of a file with
deraadt
1997-09-19
1
-3
/
+2
*
Update from ppp 3.2.1
millert
1997-09-01
2
-122
/
+622
*
fix typos; khym@bga.com
deraadt
1997-05-31
1
-3
/
+3
*
allow comments in script; netbsd pr#2450; ksulliva@psc.edu
deraadt
1996-05-21
1
-1
/
+3
*
initial import of NetBSD tree
deraadt
1995-10-18
3
-0
/
+1666