Age | Commit message (Expand) | Author |
2021-10-25 | vi(1): fix use after free with unsaved buffer | Dave Voutila |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2017-04-26 | Remove extraneous ", NULL" in the assignment of msgstr which was | Todd C. Miller |
2017-04-18 | free(NULL) is ok so use it; from Michael W. Bombardieri | Theo de Raadt |
2016-08-01 | Remove vi's "directory" option and TMPDIR support. | Anthony J. Bentley |
2016-05-27 | Revert CHAR_T removal. Some signedness flaws were introduced. | Martijn van Duren |
2016-05-02 | Remove CHAR_T in favor of native types. | Martijn van Duren |
2016-01-06 | Remove the msg_cat() function and adjust its former callers. | Todd C. Miller |
2016-01-06 | Remove the numeric identifiers at the beginning of the messages | Todd C. Miller |
2015-12-07 | Remove needless type casts and corresponding type parameters from | mmcc |
2015-11-19 | Remove cscope support in vi. | Anthony J. Bentley |
2015-07-07 | Fix a regression caused by timespec changes when vi is run without | Todd C. Miller |
2015-04-24 | struct timespec/clock_gettime(3) conversion for vi(1). | Bryan Steele |
2015-04-19 | Don't lock the file for "vi -R" or "view". OK deraadt@ | Todd C. Miller |
2015-03-27 | Some vi cleanup, unifdef's some signal blocking code that has never been | Bryan Steele |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-14 | from natano: | Ted Unangst |
2014-11-12 | Remove more portability bits for older systems; from Martin Natano | Todd C. Miller |
2014-11-12 | Ansify vi. | Anthony J. Bentley |
2014-11-10 | remove old, unnecessary compat code. from Martin Natano | Ted Unangst |
2013-12-01 | Change the file reference queue from CIRCLEQ to TAILQ. | Kenneth R Westerback |
2013-04-29 | use FD_CLOEXEC instead of 1; from David Hill | Okan Demirmen |
2011-07-10 | Rename O_DIRECTORY to O_TMP_DIRECTORY to avoid a namespace collision | Todd C. Miller |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
2006-06-18 | Fix memleak; From Coverity Scan, CID 3135. | Jasper Lievisse Adriaanse |
2006-01-08 | Explicit braces around macro fields and logical operations, gets rid of 148 | Miod Vallat |
2005-10-17 | Use queue macros instead of directly accessing fields. ok pat@ "put it | Otto Moerbeek |
2003-12-31 | Both POSIX and the man page says that "vi -r foo" is run where foo does not | Todd C. Miller |
2003-08-01 | when the -R option (read-only) is specified, there is no need to print | Peter Valchev |
2003-07-02 | bump randomness of mktemp to from 6 to 10 X's, as recommended by mktemp(3) | Anil Madhavapeddy |
2002-02-19 | oops, left out ; | Eric Jackson |
2002-02-18 | format string fixes | Eric Jackson |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-09-17 | make vi exit if it can't create a temp file. From NetBSD, ok millert | Peter Valchev |
2001-06-18 | When creating temp files, use fchmod() to set the perms to be what we | Todd C. Miller |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
1999-11-26 | o Update README files etc. from nvi-1.79 so they have the correct info | Todd C. Miller |
1999-05-24 | set the close-on-exec flag for newly opened files | David Leonard |
1999-03-06 | back out changes that should not have escaped my local tree | Todd C. Miller |
1999-03-06 | add missing reference to infocmp | Todd C. Miller |
1998-06-23 | Fix snprintf return value usage. | Todd C. Miller |
1997-07-27 | Update to 1.79 and install as vi/ex/view. | Jason Downs |
1996-08-20 | nvi 1.74 | michaels |
1996-08-16 | nvi 1.73 | michaels |
1996-07-24 | bring vi/ex up to 1.71 | Michael Shalayeff |
1996-05-22 | new vi | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |