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
/
diff
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
improve -p for C++ code: classes definition often have
espie
2007-03-18
1
-6
/
+23
*
sort options/synopsis/usage();
jmc
2007-03-01
2
-54
/
+51
*
print the header only once.
espie
2007-02-23
1
-8
/
+10
*
Defer printing of the per-file diff header until after the regexp
millert
2007-02-22
1
-12
/
+14
*
- no need to escape these
jmc
2006-05-05
1
-4
/
+4
*
Append two string using strlcpy()/strlcat() instead of snprintf() to
otto
2006-02-22
1
-4
/
+6
*
Strip newline from lines used with -I, otherwise ^$ will match all
otto
2006-02-16
1
-2
/
+4
*
+.Xr sdiff 1 ,
jmc
2005-12-27
1
-1
/
+2
*
bye bye whiteouts
millert
2005-06-15
1
-5
/
+4
*
Handle all isspace() chars the same for -w and -b. ok millert@ markus@
otto
2005-01-13
1
-2
/
+5
*
clarify what -a does;
jmc
2005-01-06
1
-2
/
+11
*
If the -L option is specified twice, use it for the second filename
millert
2004-12-09
4
-20
/
+35
*
advancing argv twice doesn't make it better.
espie
2004-12-07
1
-3
/
+3
*
Use unsigned char for bytes that are fed to isxxx() functions, to improve
otto
2004-11-27
1
-4
/
+4
*
Fix the getdirentries() loop memory handling and EOF detection.
otto
2004-11-26
1
-15
/
+22
*
Change tabs in string constants to \t. "of course" deraadt@
otto
2004-10-20
1
-4
/
+4
*
Keep calling getdirentries() until we no longer fill up our buffer.
millert
2004-10-02
1
-14
/
+22
*
use sizeof(struct cand) instead of defining an unused cand object, and
deraadt
2004-09-14
1
-5
/
+5
*
Implement -I option: ignore changes matching a set of regexes. From
otto
2004-06-20
4
-28
/
+144
*
If a new hunk immediately follows the previous one, merge them
otto
2004-06-18
1
-4
/
+4
*
POSIX specifies that in directory mode device special files and
millert
2004-03-16
4
-7
/
+25
*
use new .St macro;
jmc
2004-01-25
1
-2
/
+2
*
Document -p option. ok jmc@
otto
2004-01-07
1
-5
/
+11
*
Implement -p option.
otto
2004-01-07
3
-17
/
+76
*
Fix diff -q exit value which was broken in last commit.
millert
2003-11-22
1
-4
/
+5
*
Fix broken assumption that a file must contain differences if files_differ()
millert
2003-11-21
1
-7
/
+7
*
Din't print the "No newline at end of file" to inline (ie: to stdout)
millert
2003-11-10
1
-4
/
+8
*
Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>
otto
2003-11-09
2
-5
/
+5
*
prototype declared static, but function was not. add static to function.
avsm
2003-10-28
1
-3
/
+3
*
Fix printing of "Only in foo" when foo is "/" (trailing slash removal
millert
2003-10-07
3
-12
/
+17
*
- move `-d' to comparison options, rather then output options
jmc
2003-09-18
1
-6
/
+6
*
Make -number be an error (similar to my change in grep.c); OK tedu@
millert
2003-09-07
1
-9
/
+15
*
- add -P to SYNOPSIS
jmc
2003-09-07
2
-13
/
+13
*
try again at -u#. ok deraadt@
tedu
2003-09-07
1
-4
/
+15
*
correct ascii file test. ok deraadt@ pb@
tedu
2003-09-07
1
-5
/
+4
*
restore undocumented -u# support for the old schoolers. :)
tedu
2003-09-06
1
-3
/
+3
*
fix spelling of --initial-tab
david
2003-08-18
1
-3
/
+3
*
Based on what otto@ said on icb. The expensive thing in diff is
millert
2003-08-13
1
-6
/
+6
*
Guess the number of lines in a file and use that number for initial
otto
2003-08-08
1
-8
/
+12
*
anychange is no longer extern; millert ok
deraadt
2003-08-01
1
-2
/
+2
*
- Change the hash function to a simple multiplicative one. The old
otto
2003-07-31
1
-25
/
+29
*
o correct exit code when comparing stdin and stdin (a noop)
millert
2003-07-31
1
-4
/
+4
*
clean
deraadt
2003-07-29
2
-7
/
+7
*
We need to initialize clen to 0 each time through diffreg() for
millert
2003-07-27
1
-2
/
+3
*
Correct computation of argsize when setting diffargs.
millert
2003-07-27
1
-4
/
+4
*
Start new sentence on a new line.
otto
2003-07-27
1
-4
/
+4
*
- Use a heuristic to bound memory and cpu usage, at the cost of
otto
2003-07-27
4
-26
/
+68
*
better ascii test for fewer false negatives. ok millert@
tedu
2003-07-23
1
-5
/
+5
*
Add missing terminator to long options list.
millert
2003-07-22
1
-2
/
+3
*
Fixed the "dot alone on a line" bug.
millert
2003-07-22
1
-12
/
+1
[next]