Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change all tame callers to namechange to pledge(2). | 2015-10-09 | 1 | -3/+3 | |
| | |||||
* | tame "stdio rpath" or tame "stdio" suffices for all of these programs. | 2015-10-05 | 1 | -1/+4 | |
| | | | | | | | fairly easy to audit by running nm and noticing nothing beyond base stdio except for fopen/freopen. Then review all callpaths to those functions, and place the tame() calls. ok sthen | ||||
* | Add brackets to clarify assignments that are the result of a test operator. | 2015-09-05 | 1 | -2/+2 | |
| | | | | ok deraadt@ looks correct millert@ jung@ | ||||
* | trivial reallocarray() use | 2014-12-01 | 1 | -5/+5 | |
| | |||||
* | Include unistd.h as it is the standard location for getopt(). | 2013-11-15 | 1 | -3/+4 | |
| | |||||
* | In preparation for getline and getdelim additions to libc, rename getline() | 2012-03-04 | 1 | -5/+5 | |
| | | | | | occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech. | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -11/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | Properly check if temporary files have been successfully opened. If not, | 2008-02-27 | 1 | -6/+6 | |
| | | | | | | print error message on stderr (instead of stdout). ok millert, ray, tedu | ||||
* | Proper use of fseek/fseeko macros. | 2007-09-10 | 1 | -4/+4 | |
| | | | | OK joris@, otto@ | ||||
* | out-of-bounds access; ok otto@, millert@, deraadt@ | 2005-11-22 | 1 | -4/+6 | |
| | |||||
* | Use dynamic memory instead of a fixed table. Makes merges files with | 2005-08-01 | 1 | -19/+57 | |
| | | | | | lots of changes possible. While there, kill an off-by-one. Report and testing by Alexander Bluhm. ok millert@ | ||||
* | Use fgetln() to read lines so we are not limited to an arbitrarily small | 2005-03-30 | 1 | -31/+42 | |
| | | | | line length. OK otto@ | ||||
* | Correctly test for cases where one file is different, and the other has | 2004-01-07 | 1 | -4/+4 | |
| | | | | | | no more changes. ok millert@ | ||||
* | Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu> | 2003-11-09 | 1 | -5/+5 | |
| | |||||
* | dont compare int to NULL, millert@ ok | 2003-10-24 | 1 | -3/+3 | |
| | |||||
* | knf | 2003-07-14 | 1 | -31/+31 | |
| | |||||
* | A matching diff3 from 32V w/ some UCB changes. I cleaned this up a bit | 2003-07-10 | 1 | -0/+566 | |
(KNF and -Wall) and rewrote the shell front-end. |