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
2019-06-24
switch-to-buffer (C-x b) doesn't cancel properly if C-g is pressed.
Mark Lumsden
2019-06-24
add an example hint that shows how original path can be retained
Ted Unangst
2019-06-24
Expand arguments to C and s format modifiers (matches m which already expands).
Nicholas Marriott
2019-06-24
Trim trailing spaces when matching.
Nicholas Marriott
2019-06-23
fix mismatch proto/decl from key shielding change; spotted via oss-fuzz
Damien Miller
2019-06-23
fix free() on uninitialized pointer with -rx and same
Sebastian Benoit
2019-06-23
Do not always set scope for panes because the window check might fail,
Nicholas Marriott
2019-06-22
Tidy up the comments:
Mark Lumsden
2019-06-22
Offering to add a new line at the end of the buffer didn't consider if
Mark Lumsden
2019-06-22
Log window pointer and other window data to a file.
Mark Lumsden
2019-06-22
This diff moves the check for a newline at the end of a buffer (when
Mark Lumsden
2019-06-21
tweak wording a bit. always talk about creating a new environment.
Ted Unangst
2019-06-21
Man page fixes from lacygoill at lacygoill dot me.
Nicholas Marriott
2019-06-21
Add protection for private keys at rest in RAM against speculation
Damien Miller
2019-06-21
print the correct AuthorizedPrincipalsCommand rather than an
Damien Miller
2019-06-20
Add -r to find-window for regex instead of fnmatch.
Nicholas Marriott
2019-06-20
Need to always check focus even if not current window.
Nicholas Marriott
2019-06-20
FIx return of options_scope_from_name on error.
Nicholas Marriott
2019-06-20
Fix how regex substitution works with empty matches.
Nicholas Marriott
2019-06-20
allow-rename and alternate-screen can be pane options.
Nicholas Marriott
2019-06-20
Still need to walk the options tree for user options.
Nicholas Marriott
2019-06-20
Add a per-pane option set. Pane options inherit from window options (so
Nicholas Marriott
2019-06-20
Add a helper function to work out option table from name.
Nicholas Marriott
2019-06-20
Add a -A flag to show-options to show parent options as well.
Nicholas Marriott
2019-06-20
Expand command formats in %if and move the config file loading later (to
Nicholas Marriott
2019-06-20
auth_approval() returns 0 on failure, so don't test for <= 0
Theo de Raadt
2019-06-19
from tim:
Jason McIntyre
2019-06-19
Fix regression introduced in rev. 1.59 where the wrong shell is
Todd C. Miller
2019-06-19
more precisely describe what happens to the environment without keepenv;
Ingo Schwarze
2019-06-19
mention that doas(1) resets the umask(2);
Ingo Schwarze
2019-06-19
Move variables into struct in openssl(1) genrsa
Kinichiro Inoguchi
2019-06-18
Handle comments more correctly inside {}, from Avi Halachmi.
Nicholas Marriott
2019-06-18
Add a cmdq_continue function rather than twiddling the flag directly.
Nicholas Marriott
2019-06-17
setusercontext resets PATH (which we want). but then it becomes
Ted Unangst
2019-06-17
mention environment resetting here as well. ok millert
Ted Unangst
2019-06-17
always reset the "su" variables, which is more consistent and predictable.
Ted Unangst
2019-06-17
From Leonid Bobrov: add a condition to {beginning,end}-of-buffer to
Mark Lumsden
2019-06-17
Add -c option for passing LOG_CONS to syslog(3).
Philip Guenther
2019-06-16
redo the environment inheritance to not inherit. it was intended to make
Ted Unangst
2019-06-16
Ignore the frame cents component in MMC relocate message.
Alexandre Ratchov
2019-06-16
Say in comment why we use 1/2400 second as MTC time unit.
Alexandre Ratchov
2019-06-15
Use the right format modifier when comparing, and remove a couple of
Nicholas Marriott
2019-06-14
Do not loop forever if a menu item contains invisible characters,
Nicholas Marriott
2019-06-14
Note a segv with fprintf if a file with long lines is loaded with
Mark Lumsden
2019-06-14
Show filename with -v for source-file.
Nicholas Marriott
2019-06-14
A couple of minor parser changes around conditions: 1) only treat #{
Nicholas Marriott
2019-06-14
slightly more instructive error message when the user specifies multiple
Damien Miller
2019-06-14
process agent requests for RSA certificate private keys using correct
Damien Miller
2019-06-14
for public key authentication, check AuthorizedKeysFiles files before
Damien Miller
2019-06-14
if passed a bad fd, log what it was
Damien Miller
[next]