Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ok millert
|
|
|
|
just is not needed, come on
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ok millert@
|
|
|
|
|
|
provide an example for -a usage. Closes PR 2423.
|
|
|
|
1) Mg crashes with column width of 1, rows > 2
2) Mg panics on resizing due to incomplete write
3) Mg doesn't compile with STARTUPFILE defined
deraadt@ OK
|
|
|
|
|
|
|
|
|
|
|
|
based on work by johan.andersson@appgate.com; ok provos@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sshd servers only, fixes http://bugzilla.mindrot.org/show_bug.cgi?id=179
|
|
|
|
size_t args use "%lu" and cast to (u_long)
ok markus@ and thanks millert@
|
|
|
|
Remove warning about using production keys (we now have PIN protection)
|
|
|
|
|
|
patch from David Krause <openbsd@davidkrause.com>
ok millert@
|
|
You really want to use 'volatile sig_atomic_t' not just sig_atomic_t
for flags set in signal handlers. Without the volatile gcc may
stick the value in a register but update the on-stack copy in the
signal handler.
|
|
|
|
|
|
|
|
|