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