summaryrefslogtreecommitdiffstats
path: root/usr.bin/sdiff (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add unveil(2) to sdiff(1) to the following files:mestre2018-09-281-4/+18
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-2/+6
* Add -Wno-sign-compare, the single warning produced is a false positive;otto2017-09-051-2/+2
* fix exit status on pledge(2) failure.gsoares2015-12-291-2/+2
* sorry, sdiff -o interactive mode does another spawnderaadt2015-10-181-4/+1
* After spawning, the parent can pledge "stdio rpath wpath cpath"deraadt2015-10-151-1/+4
* pledge "stdio rpath wpath cpath proc exec". there is some potentialderaadt2015-10-101-1/+4
* Reduce usage of predefined strings in manpages.bentley2015-02-281-5/+5
* Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@millert2015-02-051-1/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* unsigned char casts for ctypederaadt2013-11-262-7/+7
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-161-3/+3
* Avoid memory leak while parsing diff's output.tobias2013-04-011-3/+6
* paste in EXIT STATUS from diff(1); confirmed by rayjmc2010-10-161-2/+15
* Don't leak FILE * if multiple -o flags are given.ray2009-06-073-15/+17
* Use SIZE_MAX, not SIZE_T_MAX.ray2009-06-071-5/+5
* Don't use $TMPDIR if it is empty.ray2009-06-071-2/+2
* Plug file descriptor leak when diffing regular files.ray2009-06-071-2/+4
* Remove outdated comment.ray2009-06-071-2/+1
* - Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) byderaadt2007-10-171-12/+9
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-2/+2
* *long* options are undocumented; ok rayjmc2007-06-291-4/+4
* groff understands `|', so no need to duplicate macros.jmc2007-06-281-3/+3
* Alias `1' and `2' to `l' and `r', making interactive merges easierray2007-06-282-7/+9
* Add missing undocumented --ignore-case flag, to improve compatibilityray2007-06-271-1/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* Sync with editit from sendbug.ray2007-05-111-32/+24
* Copy signal-safe edit function from sendbug.ray2007-04-251-35/+62
* don't store write(2) return value in size_t; fixes test against -1.steven2007-02-261-2/+5
* Expand description.ray2007-02-221-3/+18
* .Xr cmp and sdiff each otherjasper2006-12-201-1/+2
* Use S_IS* macros insted of masking with S_IF* flags. The latter mayotto2006-09-191-2/+2
* Add bug: may not work with binary data.ray2006-08-041-1/+4
* Remove xmktemp() and uses plain old mkstemp(3), avoiding raceray2006-05-255-61/+32
* Now that lint is smarter, remove /* NOTREACHED */ comments.ray2006-05-103-16/+4
* /tmp -> _PATH_TMPray2006-03-111-3/+4
* Handle stdin as arg; from Ray Lai; ok jaredy@otto2006-03-051-19/+112
* document TMPDIR; from ray laijmc2006-02-221-1/+5
* Move two functions to separate file; from Ray Lai; ok jaredy@otto2006-02-204-63/+84
* refactor processq() loop. From Rai Lay; ok jaredy@otto2006-02-201-12/+6
* - improve description of -Ijmc2006-02-151-2/+6
* Fix bug introduced by previous delint and rename a var. From Ray.otto2006-02-151-7/+10
* delint; from Ray with input from me and jaredy@; ok jaredy@otto2006-02-153-51/+45
* Fix -I and some cleanup, from Ray Lai in PR 5002; ok jaredy@otto2006-02-141-86/+121
* In interactive mode force newline between left and right sets in the "e b"claudio2006-02-021-2/+2
* add an ENVIRONMENT section, and document EDITOR and VISUAL;jmc2005-12-291-2/+30
* spacingderaadt2005-12-282-4/+4
* add a SEE ALSO section;jmc2005-12-271-1/+4
* - kill trailing whitespacejmc2005-12-271-11/+11
* remove xstrtonumtedu2005-12-271-59/+32