Age | Commit message (Expand) | Author |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-04-22 | Check tkp->output != NULL before taking strlen for both command mappings | Theo Buehler |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-09-02 | Make all signal handler functions async-signal-safe | Ingo Schwarze |
2021-09-01 | As a first step towards safe signal handling, improve the h_int() | Ingo Schwarze |
2017-07-20 | Replace usage of strtol() with strtonum(). | anton |
2017-04-18 | free(NULL) is ok so use it; from Michael W. Bombardieri | Theo de Raadt |
2016-12-18 | Nuke more unused variables. | Kenneth R Westerback |
2016-07-07 | biff, mesg, vi: only consider ACCESSPERMS for setting tty mode. | Sebastien Marie |
2016-05-28 | Test if stdin is a terminal before resetting the tty state. | Martijn van Duren |
2016-05-27 | Revert CHAR_T removal. Some signedness flaws were introduced. | Martijn van Duren |
2016-05-05 | Remove __sigblockset. This is a leftover after the removal of the signal | Martijn van Duren |
2016-05-02 | Remove CHAR_T in favor of native types. | Martijn van Duren |
2016-04-20 | Remove pointless reenter variable. | Martijn van Duren |
2016-04-19 | Remove some useless code. | Martijn van Duren |
2016-03-17 | Add error checking for COLUMNS/LINES environment variables. | Anthony J. Bentley |
2016-02-11 | Update comment: the #ifdef VDSUSP was removed in r1.22. | Tim van der Molen |
2016-02-03 | Remove needless alias macros for malloc and calloc. No binary change. I | mmcc |
2016-01-30 | replace progname variable in gs structure with getprogname | martijn |
2016-01-27 | Replace fprintf+exit with errx. No functional change | martijn |
2016-01-06 | Remove the numeric identifiers at the beginning of the messages | Todd C. Miller |
2015-12-28 | Use err() instead of custom perr() function. Also applied by nvi2 | Todd C. Miller |
2015-12-07 | Remove needless type casts and corresponding type parameters from | mmcc |
2015-04-10 | This changes vi to use resizeterm(3) instead of reinitializing curses on | Bryan Steele |
2015-03-29 | Remove SA_INTERRUPT, HISTORIC_PRACTICE, and HISTORICAL_PRACTICE using | Brian Callahan |
2015-03-27 | Some vi cleanup, unifdef's some signal blocking code that has never been | Bryan Steele |
2014-11-19 | Remove ifdef checks for LIBRARY. | Anthony J. Bentley |
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 ipc leftovers. from Martin Natano | Ted Unangst |
2014-11-06 | Remove old curses support in vi. | Anthony J. Bentley |
2013-11-28 | Convert the display screens and hidden screens CIRCLEQ's to TAILQ's. | Kenneth R Westerback |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-10 | Use poll() instead of select(). The sscr_check_input() bit is | Todd C. Miller |
2009-06-02 | If the read from the tty fails with EAGAIN, pop back up to the select. | Todd C. Miller |
2009-01-28 | ex(1), vi(1), and view(1) have different synopses; each nex/nvi utility | Igor Sobrado |
2008-03-28 | - minor ansification | Jasper Lievisse Adriaanse |
2007-10-17 | remove "unused variable" warnings | Charles Longeau |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-07-26 | Add the correct file descriptor to rdfd when cycling through | Todd C. Miller |
2006-04-22 | Removes unused variables and rename variables shadowing external | Ray Lai |
2006-03-11 | Silence 39 warnings. | Ray Lai |
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 |
2005-04-21 | Avoid the "tcsetattr: Interrupted system call" fatal error when | Otto Moerbeek |
2003-09-02 | switch to dynamic fd_set and poll. patch entirely from millert@. | Daniel Hartmeier |
2003-07-18 | add missing includes | David Krause |
2003-04-17 | eliminate strcpy/sprintf. reviewed by deraadt and millert. | Jun-ichiro itojun Hagino |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |