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
2021-02-12
Do not care about the server socket closing if exiting anyway.
Nicholas Marriott
2021-02-12
sftp: add missing lsetstat@openssh.com documentation
Damien Miller
2021-02-12
factor SSH_AGENT_CONSTRAIN_EXTENSION parsing into its own function
Damien Miller
2021-02-11
Add a couple of helper functions, and flush imsgs on exit.
Nicholas Marriott
2021-02-11
O_TRUNC is needed in case file exists.
Nicholas Marriott
2021-02-11
Move file handling protocol stuff all into file.c so it can be reused
Nicholas Marriott
2021-02-10
Use ~/.tmux.conf as an example rather than /etc/passwd, suggested by
Nicholas Marriott
2021-02-10
some spacing/grammar fixes from dave voutila;
Jason McIntyre
2021-02-09
Do not expand times and #() inside #().
Nicholas Marriott
2021-02-08
Add "pipe" variants of the "copy-pipe" commands which do not copy, from
Nicholas Marriott
2021-02-08
Include "focused" in client flags, from Dan Aloni in GitHub issue 2558.
Nicholas Marriott
2021-02-06
In the end UTF-8 did not become a terminal feature, should not be listed
Nicholas Marriott
2021-02-06
Use message_set() instead of direct assignment to curr_message
Theo Buehler
2021-02-05
disable autovol by default and set default volume to 127
Joshua Stein
2021-02-05
Send Unicode directional isolate characters around horizontal pane
Nicholas Marriott
2021-02-05
Add a -S flag to new-window to make it select the existing window if one
Nicholas Marriott
2021-02-05
Remove debug message from sigchld handler. While this works on OpenBSD
Darren Tucker
2021-02-04
Implement the nc(1) -D socket debug option also in tcpbench(1).
Alexander Bluhm
2021-02-04
Redraw status line and borders on pane enable/disable, GitHub issue 2554.
Nicholas Marriott
2021-02-04
Unconditionally allocate a buffer big enough to hold a struct
anton
2021-02-03
remove ancient malloc ? realloc dance. always use realloc.
Theo de Raadt
2021-02-02
whitespace
Damien Miller
2021-02-02
fix memleaks in private key deserialisation; enforce more consistency
Damien Miller
2021-02-02
memleak on error path; ok markus@
Damien Miller
2021-02-02
add -Tu to usage();
Jason McIntyre
2021-02-02
Fix popup mouse position.
Nicholas Marriott
2021-02-02
introduce support for sending the If-Modified-Since header while
Robert Nagy
2021-02-02
Fix use-after-free in dev_abort()
Alexandre Ratchov
2021-02-02
article fixes; from eddie youseph
Jason McIntyre
2021-02-01
Add a no-detached choice to detach-on-destroy which detaches only if
Nicholas Marriott
2021-02-01
update currency exchange rates;
Jason McIntyre
2021-02-01
some article fixes; from eddie youseph and grep
Jason McIntyre
2021-01-31
more strictly enforce KEX state-machine by banning packet types
Damien Miller
2021-01-31
replace fgetln(3) with getline(3) in sed
Christian Weisgerber
2021-01-31
Set linesize returned by getline to zero when freeing and NULLing the
Darren Tucker
2021-01-30
Fix delay parsing by stealing from strtonum and returning a proper error to
Martijn van Duren
2021-01-29
Make audio clients use struct opt to reach the device
Alexandre Ratchov
2021-01-29
Make control clients use struct opt to reach the device
Alexandre Ratchov
2021-01-29
Rename ctlslot->mask to ctlslot->self to match the rest of the code
Alexandre Ratchov
2021-01-29
Order opt_list in opt_new() call order, limit items to OPT_NMAX
Alexandre Ratchov
2021-01-29
Move the options list out of the device structure
Alexandre Ratchov
2021-01-29
Move the control client state out of the device structure
Alexandre Ratchov
2021-01-29
Move the audio clients state out of the device structure
Alexandre Ratchov
2021-01-29
Trim output overwritten by later text or clears completely rather than
Nicholas Marriott
2021-01-29
fix the values of enum sock_type
Damien Miller
2021-01-29
give typedef'd struct a struct name; makes the fuzzer I'm writing a bit
Damien Miller
2021-01-28
When an audio device is disconnected, drop MIDI clients controlling it
Alexandre Ratchov
2021-01-28
Dont attempt to drain disconnected clients
Alexandre Ratchov
2021-01-28
In slot_xxx(), store dev pointer in local variable
Alexandre Ratchov
2021-01-28
Use everywhere the same pattern to handle fractional clock ticks
Alexandre Ratchov
[next]