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