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
/
unifdef
/
unifdef.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace snprintf(NULL, malloc, snprintf.... with the much better asprintf.
deraadt
2017-04-02
1
-12
/
+4
*
Replace two malloc casts that deraadt@ and I removed over the past year
mmcc
2016-03-15
1
-2
/
+2
*
Merge a lexer fix from upstream:
mmcc
2015-12-10
1
-2
/
+6
*
Capitalize a few error messages to reduce diff with upstream.
mmcc
2015-12-10
1
-6
/
+6
*
Document that the -M option doesn't save a backup when passed ''. Also
mmcc
2015-12-04
1
-2
/
+2
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-2
/
+2
*
tame "stdio rpath wpath cpath fattr", because this creates new files,
deraadt
2015-10-05
1
-0
/
+3
*
refactor, so we don't a C function in a .h file, yuck!
deraadt
2015-10-05
1
-5
/
+25
*
you can't edit stdin in place. check for this before the hack that
tedu
2015-10-03
1
-1
/
+3
*
Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope
deraadt
2015-08-20
1
-1
/
+1
*
Convert many atoi() calls to strtonum(), adding range checks and failure
deraadt
2015-04-18
1
-4
/
+5
*
Convert a strcpy() call to strlcpy(); ok millert@ sthen@
miod
2015-02-17
1
-2
/
+2
*
tidy up SYNOPSIS, usage() and the options list; ok sthen
jmc
2014-04-30
1
-3
/
+3
*
Since we've been making heavy use of unifdef recently: update it to the
sthen
2014-04-18
1
-541
/
+945
*
In preparation for getline and getdelim additions to libc, rename getline()
fgsch
2012-03-04
1
-4
/
+4
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-12
/
+1
*
kill "is is"; from Charles Longeau
jmc
2007-06-25
1
-3
/
+3
*
tidy up synopsis and usage(); sort options;
jmc
2007-04-02
1
-4
/
+6
*
sync with freebsd:
avsm
2003-06-30
1
-7
/
+13
*
Remove the advertising clause in the UCB license which Berkeley
millert
2003-06-03
1
-7
/
+3
*
more sync from freebsd; tedu@Stanford.EDU
deraadt
2003-01-22
1
-57
/
+153
*
merge; by tedu@Stanford.EDU
deraadt
2003-01-18
1
-586
/
+679
*
freebsd diffs; merged by tedu@Stanford.EDU
deraadt
2002-12-02
1
-433
/
+737
*
remove the BSS crud
deraadt
2002-10-04
1
-21
/
+20
*
In getlin(): match and handle EOF before checking isprint()
jason
2002-05-10
1
-5
/
+4
*
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
-12
/
+12
*
clean; adding // comment support
deraadt
1998-11-16
1
-474
/
+501
*
rcsid
deraadt
1996-06-26
1
-1
/
+2
*
initial import of NetBSD tree
deraadt
1995-10-18
1
-0
/
+654