summaryrefslogtreecommitdiff
path: root/usr.bin/vi/cl
AgeCommit message (Expand)Author
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-04-22Check tkp->output != NULL before taking strlen for both command mappingsTheo Buehler
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-09-02Make all signal handler functions async-signal-safeIngo Schwarze
2021-09-01As a first step towards safe signal handling, improve the h_int()Ingo Schwarze
2017-07-20Replace usage of strtol() with strtonum().anton
2017-04-18free(NULL) is ok so use it; from Michael W. BombardieriTheo de Raadt
2016-12-18Nuke more unused variables.Kenneth R Westerback
2016-07-07biff, mesg, vi: only consider ACCESSPERMS for setting tty mode.Sebastien Marie
2016-05-28Test if stdin is a terminal before resetting the tty state.Martijn van Duren
2016-05-27Revert CHAR_T removal. Some signedness flaws were introduced.Martijn van Duren
2016-05-05Remove __sigblockset. This is a leftover after the removal of the signalMartijn van Duren
2016-05-02Remove CHAR_T in favor of native types.Martijn van Duren
2016-04-20Remove pointless reenter variable.Martijn van Duren
2016-04-19Remove some useless code.Martijn van Duren
2016-03-17Add error checking for COLUMNS/LINES environment variables.Anthony J. Bentley
2016-02-11Update comment: the #ifdef VDSUSP was removed in r1.22.Tim van der Molen
2016-02-03Remove needless alias macros for malloc and calloc. No binary change. Immcc
2016-01-30replace progname variable in gs structure with getprognamemartijn
2016-01-27Replace fprintf+exit with errx. No functional changemartijn
2016-01-06Remove the numeric identifiers at the beginning of the messagesTodd C. Miller
2015-12-28Use err() instead of custom perr() function. Also applied by nvi2Todd C. Miller
2015-12-07Remove needless type casts and corresponding type parameters frommmcc
2015-04-10This changes vi to use resizeterm(3) instead of reinitializing curses onBryan Steele
2015-03-29Remove SA_INTERRUPT, HISTORIC_PRACTICE, and HISTORICAL_PRACTICE usingBrian Callahan
2015-03-27Some vi cleanup, unifdef's some signal blocking code that has never beenBryan Steele
2014-11-19Remove ifdef checks for LIBRARY.Anthony J. Bentley
2014-11-14from natano:Ted Unangst
2014-11-12Remove more portability bits for older systems; from Martin NatanoTodd C. Miller
2014-11-12Ansify vi.Anthony J. Bentley
2014-11-10remove ipc leftovers. from Martin NatanoTed Unangst
2014-11-06Remove old curses support in vi.Anthony J. Bentley
2013-11-28Convert the display screens and hidden screens CIRCLEQ's to TAILQ's.Kenneth R Westerback
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-10Use poll() instead of select(). The sscr_check_input() bit isTodd C. Miller
2009-06-02If the read from the tty fails with EAGAIN, pop back up to the select.Todd C. Miller
2009-01-28ex(1), vi(1), and view(1) have different synopses; each nex/nvi utilityIgor Sobrado
2008-03-28- minor ansificationJasper Lievisse Adriaanse
2007-10-17remove "unused variable" warningsCharles Longeau
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-07-26Add the correct file descriptor to rdfd when cycling throughTodd C. Miller
2006-04-22Removes unused variables and rename variables shadowing externalRay Lai
2006-03-11Silence 39 warnings.Ray Lai
2006-01-08Explicit braces around macro fields and logical operations, gets rid of 148Miod Vallat
2005-10-17Use queue macros instead of directly accessing fields. ok pat@ "put itOtto Moerbeek
2005-04-21Avoid the "tcsetattr: Interrupted system call" fatal error whenOtto Moerbeek
2003-09-02switch to dynamic fd_set and poll. patch entirely from millert@.Daniel Hartmeier
2003-07-18add missing includesDavid Krause
2003-04-17eliminate strcpy/sprintf. reviewed by deraadt and millert.Jun-ichiro itojun Hagino
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller