summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2017-06-03Foreground colours with the bright attribute set need to use the brightNicholas Marriott
2017-06-02Partial implementation of \h (horizontal line drawing function).Ingo Schwarze
2017-06-02add about 15 missing character escape sequences found in groff_char(7);Ingo Schwarze
2017-06-02rationalise the long list of manual CDIAGFLAGS that we add; most ofDamien Miller
2017-06-01Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze
2017-06-01STYLE message about full stop at the end of .Nd; inspired by mdoclint(1)Ingo Schwarze
2017-06-01Return time_uptime as value for when pf was enabled instead ofPatrick Wildt
2017-06-01If CVS_LOCK_REPO is set only attempt to unlock the repo if we're local.Joris Vink
2017-06-01Don't look at file_type until after cvs_remote_classify_file() was called.Joris Vink
2017-06-01Stop looking at current_cvsroot->cr_method to figure out if we're remote or not.Joris Vink
2017-06-01update currency exchange rates;Jason McIntyre
2017-06-01no need to bzero allocated space now that we use use recallocarray;Damien Miller
2017-06-01unconditionally zero init size of buffer; ok markus@ deraadt@Damien Miller
2017-06-01some warnings spotted by clang; ok markus@Damien Miller
2017-06-01fix casts re constnessDamien Miller
2017-05-31Use ferror() to check for getline() failure. From Scott Cheloha.Todd C. Miller
2017-05-31Style and spacing nits.Nicholas Marriott
2017-05-31Do not use CVS_LOCK_REPO for committing.Joris Vink
2017-05-31Shut up a warning.Nicholas Marriott
2017-05-31Plug memleak in rcs_translate_tag() that was causing havoc on large repos.Joris Vink
2017-05-31When unlocking a directory only unlock the given one rather then all repo_locks.Joris Vink
2017-05-31fix indentationJoris Vink
2017-05-31Fix opencvs tag so it does not attempt to to local operations in a remote setup.Joris Vink
2017-05-31STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@Ingo Schwarze
2017-05-31time.h here too.Nicholas Marriott
2017-05-31Need time.h.Nicholas Marriott
2017-05-31Some applications like vi(1) and tmux until 10 minutes or so ago, do notNicholas Marriott
2017-05-31make sure we don't pass a NULL string to vfprintf (triggered by theMarkus Friedl
2017-05-31It is not OK to ignore SIGWINCH if SIOCGWINSZ reports the size hasNicholas Marriott
2017-05-31Because we defer actually resizing applications (calling TIOCSWINSZ)Nicholas Marriott
2017-05-31use SO_ZEROIZE for privsep communication (if available)Markus Friedl
2017-05-31Switch to recallocarray() for a few operations. Both growth and shrinkageTheo de Raadt
2017-05-31These shutdown() SHUT_RDWR are not needed before close()Theo de Raadt
2017-05-31Look for setrgbf and setrgbb terminfo extensions for RGB colour. This isNicholas Marriott
2017-05-31clear session keys from memory; ok djm@Markus Friedl
2017-05-31we can just use void for functions that always return 0.Ted Unangst
2017-05-31remove now obsolete ctx from ssh_dispatch_run; ok djm@Markus Friedl
2017-05-31use the ssh_dispatch_run_fatal variantMarkus Friedl
2017-05-31another ctx => ssh conversion (in GSSAPI code)Damien Miller
2017-05-31spell out that custom options/extensions should follow the usual SSHDamien Miller
2017-05-31one more void *ctx => struct ssh *ssh conversionDamien Miller
2017-05-31close fd on an exit pathJonathan Gray
2017-05-31one more void *ctx => struct ssh *ssh conversionDamien Miller
2017-05-31fix possible OOB strlen() in SOCKS4A hostname parsing; ok markus@Damien Miller
2017-05-30Rewrite of choose mode, both to simplify and tidy the code and to addNicholas Marriott
2017-05-30tweak previous;Jason McIntyre
2017-05-30tweak previous;Jason McIntyre
2017-05-30STYLE message about useless macros we don't want (Bt Tn Ud);Ingo Schwarze
2017-05-30Add RemoteCommand option to specify a command in the ssh configAlexander Bluhm
2017-05-30fix formatting of intermediate punctuation in .LkIngo Schwarze