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