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
/
diffreg.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Don't print lines consisting solely of a dot ('.') in -e mode since
millert
2003-07-22
1
-9
/
+38
*
a little KNF
henning
2003-07-21
1
-3
/
+3
*
POSIX-compliant output when there are two paths w/ the same name but
millert
2003-07-21
1
-3
/
+3
*
Expand change records array as needed; passes Otto's new regression test.
millert
2003-07-21
1
-40
/
+46
*
cc -O2 -pipe -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DDIRENT=1 -DDYN_ALLOC -c unpGet rid of ugly hack in readhash() that appears to be there for
millert
2003-07-17
1
-26
/
+7
*
Deal with files that lack a final newline before EOF (you naughty
millert
2003-07-16
1
-24
/
+42
*
Fix line ranges for unidiffs. Problem noted by otto@
millert
2003-07-15
1
-12
/
+27
*
Unlink temp file as soon as it is opened and return a FILE * for
millert
2003-07-09
1
-65
/
+37
*
Re-implement -l flag; diff -l now works correctly in non-directory
millert
2003-07-09
1
-29
/
+78
*
fix pasto in last commit
millert
2003-07-08
1
-3
/
+3
*
o Avoid a temp file if using stdin and stdin is redirected from a regular file
millert
2003-07-08
1
-11
/
+15
*
Add -q option from GNU diff
millert
2003-07-06
1
-2
/
+6
*
Some fairly major changes:
millert
2003-07-06
1
-199
/
+314
*
Kill diff -h, we don't use or want diffh. Discussed w/ tedu@
millert
2003-07-04
1
-6
/
+1
*
Some cosmetic fixes:
millert
2003-07-04
1
-3
/
+4
*
Treat /dev/null specially; there is no need to make a temp file for it.
millert
2003-07-02
1
-4
/
+6
*
-a to force ascii compare. ok millert
tedu
2003-06-27
1
-1
/
+4
*
Remove cruft; We don't have the -I, -1 or -2 options anymore so we don't
millert
2003-06-26
1
-25
/
+12
*
Fix temp file handling.
millert
2003-06-26
1
-64
/
+32
*
Fix temp file handling and deal with the case where we might need 2 temp files.
millert
2003-06-26
1
-25
/
+46
*
off by one in size calculation
vincent
2003-06-26
1
-2
/
+2
*
fix unified diff output. ok millert@
tedu
2003-06-25
1
-9
/
+9
*
Add unidiff support and try to pretty up usage() a bit
millert
2003-06-25
1
-15
/
+86
*
o use S_ISDIR instead of doing it by hand
millert
2003-06-25
1
-22
/
+24
*
o use getopt()
millert
2003-06-25
1
-21
/
+12
*
remove silly signal catcher, and just use done. ok deraadt@
tedu
2003-06-25
1
-7
/
+6
*
oops
deraadt
2003-06-25
1
-3
/
+3
*
use SEEK_SET with fseek()
deraadt
2003-06-25
1
-4
/
+4
*
more knf
deraadt
2003-06-25
1
-7
/
+9
*
index -> strrchr
deraadt
2003-06-25
1
-2
/
+2
*
knf
deraadt
2003-06-25
1
-46
/
+37
*
remove unused variable
tedu
2003-06-25
1
-4
/
+4
*
-Wstrict-prototypes
tedu
2003-06-25
1
-2
/
+1
*
avoid signed issues; tedu ok
deraadt
2003-06-25
1
-4
/
+4
*
exit path signal race safe
deraadt
2003-06-25
1
-16
/
+16
*
more cast removal, and fix some indent(1) oddities
tedu
2003-06-25
1
-15
/
+14
*
cleanup. ansi, headers, correct prototypes, some safer string and
tedu
2003-06-25
1
-395
/
+444
*
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
/
+1048
[prev]