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
/
diff3
/
diff3prog.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix merging of files that lack newlines for diff(3), OpenRCS, and OpenCVS.
stsp
2020-06-26
1
-2
/
+9
*
Using bitwise OR along with two assignments in the conditional of
millert
2016-10-18
1
-2
/
+7
*
Remove useless n=n assignment in the first parse of a for().
millert
2016-10-16
1
-2
/
+2
*
Change all tame callers to namechange to pledge(2).
deraadt
2015-10-09
1
-3
/
+3
*
tame "stdio rpath" or tame "stdio" suffices for all of these programs.
deraadt
2015-10-05
1
-1
/
+4
*
Add brackets to clarify assignments that are the result of a test operator.
jsg
2015-09-05
1
-2
/
+2
*
trivial reallocarray() use
deraadt
2014-12-01
1
-5
/
+5
*
Include unistd.h as it is the standard location for getopt().
millert
2013-11-15
1
-3
/
+4
*
In preparation for getline and getdelim additions to libc, rename getline()
fgsch
2012-03-04
1
-5
/
+5
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-11
/
+1
*
Properly check if temporary files have been successfully opened. If not,
tobias
2008-02-27
1
-6
/
+6
*
Proper use of fseek/fseeko macros.
tobias
2007-09-10
1
-4
/
+4
*
out-of-bounds access; ok otto@, millert@, deraadt@
markus
2005-11-22
1
-4
/
+6
*
Use dynamic memory instead of a fixed table. Makes merges files with
otto
2005-08-01
1
-19
/
+57
*
Use fgetln() to read lines so we are not limited to an arbitrarily small
millert
2005-03-30
1
-31
/
+42
*
Correctly test for cases where one file is different, and the other has
canacar
2004-01-07
1
-4
/
+4
*
Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>
otto
2003-11-09
1
-5
/
+5
*
dont compare int to NULL, millert@ ok
avsm
2003-10-24
1
-3
/
+3
*
knf
deraadt
2003-07-14
1
-31
/
+31
*
A matching diff3 from 32V w/ some UCB changes. I cleaned this up a bit
millert
2003-07-10
1
-0
/
+566