summaryrefslogtreecommitdiff
path: root/usr.bin/sdiff
AgeCommit message (Expand)Author
2022-07-25If a command or interface first appeared in PWB/UNIX, UNIX System III orJonathan Gray
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-07-12Change the error reporting pattern throughout the tree when unveilBob Beck
2018-09-28Add unveil(2) to sdiff(1) to the following files:Ricardo Mestre
2017-10-17add missing HISTORY; based on CVS logs and release announcementsIngo Schwarze
2017-09-05Add -Wno-sign-compare, the single warning produced is a false positive;Otto Moerbeek
2015-12-29fix exit status on pledge(2) failure.Gleydson Soares
2015-10-18sorry, sdiff -o interactive mode does another spawnTheo de Raadt
2015-10-15After spawning, the parent can pledge "stdio rpath wpath cpath"Theo de Raadt
2015-10-10pledge "stdio rpath wpath cpath proc exec". there is some potentialTheo de Raadt
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-02-05Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@Todd C. Miller
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-04-01Avoid memory leak while parsing diff's output.Tobias Stoeckmann
2010-10-16paste in EXIT STATUS from diff(1); confirmed by rayJason McIntyre
2009-06-07Don't leak FILE * if multiple -o flags are given.Ray Lai
2009-06-07Use SIZE_MAX, not SIZE_T_MAX.Ray Lai
2009-06-07Don't use $TMPDIR if it is empty.Ray Lai
2009-06-07Plug file descriptor leak when diffing regular files.Ray Lai
2009-06-07Remove outdated comment.Ray Lai
2007-10-17- Be more careful about pre-existing SIGCHLD handlers (or SIG_IGN) byTheo de Raadt
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-06-29*long* options are undocumented; ok rayJason McIntyre
2007-06-28groff understands `|', so no need to duplicate macros.Jason McIntyre
2007-06-28Alias `1' and `2' to `l' and `r', making interactive merges easierRay Lai
2007-06-27Add missing undocumented --ignore-case flag, to improve compatibilityRay Lai
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-11Sync with editit from sendbug.Ray Lai
2007-04-25Copy signal-safe edit function from sendbug.Ray Lai
2007-02-26don't store write(2) return value in size_t; fixes test against -1.Steven Mestdagh
2007-02-22Expand description.Ray Lai
2006-12-20.Xr cmp and sdiff each otherJasper Lievisse Adriaanse
2006-09-19Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
2006-08-04Add bug: may not work with binary data.Ray Lai
2006-05-25Remove xmktemp() and uses plain old mkstemp(3), avoiding raceRay Lai
2006-05-10Now that lint is smarter, remove /* NOTREACHED */ comments.Ray Lai
2006-03-11/tmp -> _PATH_TMPRay Lai
2006-03-05Handle stdin as arg; from Ray Lai; ok jaredy@Otto Moerbeek
2006-02-22document TMPDIR; from ray laiJason McIntyre
2006-02-20Move two functions to separate file; from Ray Lai; ok jaredy@Otto Moerbeek
2006-02-20refactor processq() loop. From Rai Lay; ok jaredy@Otto Moerbeek
2006-02-15- improve description of -IJason McIntyre
2006-02-15Fix bug introduced by previous delint and rename a var. From Ray.Otto Moerbeek
2006-02-15delint; from Ray with input from me and jaredy@; ok jaredy@Otto Moerbeek
2006-02-14Fix -I and some cleanup, from Ray Lai in PR 5002; ok jaredy@Otto Moerbeek
2006-02-02In interactive mode force newline between left and right sets in the "e b"Claudio Jeker
2005-12-29add an ENVIRONMENT section, and document EDITOR and VISUAL;Jason McIntyre
2005-12-28spacingTheo de Raadt