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
/
diff.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
anychange is no longer extern; millert ok
deraadt
2003-08-01
1
-2
/
+2
*
- Use a heuristic to bound memory and cpu usage, at the cost of
otto
2003-07-27
1
-2
/
+2
*
Implement the -L and -T options from GNU diff.
millert
2003-07-22
1
-3
/
+3
*
POSIX-compliant output when there are two paths w/ the same name but
millert
2003-07-21
1
-3
/
+4
*
Unlink temp file as soon as it is opened and return a FILE * for
millert
2003-07-09
1
-8
/
+4
*
Re-implement -l flag; diff -l now works correctly in non-directory
millert
2003-07-09
1
-3
/
+16
*
Add -q option from GNU diff
millert
2003-07-06
1
-1
/
+2
*
Implement -P from GNU diff (like -N but only for files that are missing
millert
2003-07-06
1
-2
/
+2
*
Some fairly major changes:
millert
2003-07-06
1
-50
/
+43
*
Kill non-standard -l option as discussed with tedu@
millert
2003-07-04
1
-2
/
+2
*
Kill diff -h, we don't use or want diffh. Discussed w/ tedu@
millert
2003-07-04
1
-2
/
+2
*
Some cosmetic fixes:
millert
2003-07-04
1
-3
/
+2
*
Remove cruft; We don't have the -I, -1 or -2 options anymore so we don't
millert
2003-06-26
1
-2
/
+2
*
Fix temp file handling.
millert
2003-06-26
1
-1
/
+3
*
Fix temp file handling and deal with the case where we might need 2 temp files.
millert
2003-06-26
1
-4
/
+4
*
put all the flags and globals in diff.c, and declare externs in diff.h
tedu
2003-06-26
1
-57
/
+8
*
o use S_ISDIR instead of doing it by hand
millert
2003-06-25
1
-4
/
+3
*
o use getopt()
millert
2003-06-25
1
-6
/
+9
*
remove silly signal catcher, and just use done. ok deraadt@
tedu
2003-06-25
1
-2
/
+1
*
exit path signal race safe
deraadt
2003-06-25
1
-2
/
+2
*
cleanup. ansi, headers, correct prototypes, some safer string and
tedu
2003-06-25
1
-5
/
+11
*
caldera licenses
deraadt
2003-06-25
1
-0
/
+36
*
4.3reno diff. This is free because of the Caldera license. Nasty, but a
deraadt
2003-06-25
1
-0
/
+85