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
/
diffdir.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the non-standard -l flag that pipes the output through pr(1).
millert
2015-10-05
1
-22
/
+2
*
xmalloc/free wrappers don't need to support 20 year old non comformance
tedu
2015-09-25
1
-5
/
+5
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-5
/
+5
*
Use errc/warnc to simplify code.
guenther
2014-05-20
1
-3
/
+3
*
Change scandir()'s 'select' argument from
guenther
2012-11-29
1
-3
/
+3
*
scandir() does not NULL-terminate the list of dirent structs so use
millert
2010-11-14
1
-42
/
+39
*
getdirentries(2) should be avoided outside of libc so use scandir(3)
millert
2010-11-08
1
-115
/
+41
*
Change basep parameter of getdirentries() to be off_t *, not long *
millert
2010-10-28
1
-2
/
+2
*
Plug memory leak.
ray
2010-07-17
1
-3
/
+5
*
Simplify print_status by removing NULL handling.
ray
2010-07-16
1
-2
/
+2
*
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and
deraadt
2009-10-27
1
-5
/
+1
*
More cvs/diff/rcs convergence:
ray
2009-06-07
1
-3
/
+3
*
Oops, forgot to pass dflags to diffreg. Now the flags work again.
ray
2009-06-06
1
-11
/
+13
*
- Change sizeof(type) to sizeof(*ptr).
ray
2007-06-09
1
-3
/
+3
*
Bring in some changes from rcsdiff:
ray
2007-05-29
1
-10
/
+11
*
bye bye whiteouts
millert
2005-06-15
1
-5
/
+4
*
Fix the getdirentries() loop memory handling and EOF detection.
otto
2004-11-26
1
-15
/
+22
*
Keep calling getdirentries() until we no longer fill up our buffer.
millert
2004-10-02
1
-14
/
+22
*
POSIX specifies that in directory mode device special files and
millert
2004-03-16
1
-3
/
+8
*
Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>
otto
2003-11-09
1
-3
/
+3
*
Fix printing of "Only in foo" when foo is "/" (trailing slash removal
millert
2003-10-07
1
-6
/
+4
*
Historically, the "Only in" messages produced in dir mode
millert
2003-07-21
1
-10
/
+5
*
Fix printing of status when not in -l mode which was broken when the
millert
2003-07-21
1
-4
/
+6
*
Re-implement -l flag; diff -l now works correctly in non-directory
millert
2003-07-09
1
-4
/
+27
*
Add -q option from GNU diff
millert
2003-07-06
1
-4
/
+4
*
Implement -P from GNU diff (like -N but only for files that are missing
millert
2003-07-06
1
-14
/
+14
*
Some fairly major changes:
millert
2003-07-06
1
-303
/
+230
*
Use symbolic constants for output format.
millert
2003-07-06
1
-3
/
+5
*
Kill non-standard -l option as discussed with tedu@
millert
2003-07-04
1
-111
/
+22
*
Some cosmetic fixes:
millert
2003-07-04
1
-7
/
+6
*
-a to force ascii compare. ok millert
tedu
2003-06-27
1
-1
/
+4
*
Fix temp file handling.
millert
2003-06-26
1
-20
/
+12
*
Add unidiff support and try to pretty up usage() a bit
millert
2003-06-25
1
-2
/
+2
*
o use S_ISDIR instead of doing it by hand
millert
2003-06-25
1
-17
/
+30
*
o use getopt()
millert
2003-06-25
1
-11
/
+7
*
more knf
deraadt
2003-06-25
1
-2
/
+3
*
knf
deraadt
2003-06-25
1
-11
/
+8
*
-Wstrict-prototypes
tedu
2003-06-25
1
-5
/
+10
*
exit path signal race safe
deraadt
2003-06-25
1
-8
/
+8
*
fix lseek
deraadt
2003-06-25
1
-2
/
+2
*
snprintf
deraadt
2003-06-25
1
-2
/
+3
*
more cast removal, and fix some indent(1) oddities
tedu
2003-06-25
1
-12
/
+7
*
cleanup. ansi, headers, correct prototypes, some safer string and
tedu
2003-06-25
1
-99
/
+94
*
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
/
+419