Age | Commit message (Expand) | Author |
2023-01-09 | shorten SYNOPSIS from three versions to two (me) then one (ratchov), | Jason McIntyre |
2023-01-09 | Fix behaviour with \007 (used the wrong tree for last change). | Nicholas Marriott |
2023-01-09 | Accept \007 as terminator to OSC 10 or 11. | Nicholas Marriott |
2023-01-08 | Fix parsing of optional arguments so that and accept a - starting an | Nicholas Marriott |
2023-01-08 | Have client return 1 if process is interrupted to an input pane. | Nicholas Marriott |
2023-01-08 | Restore code to handle wcwidth failure so that unknown codepoints still | Nicholas Marriott |
2023-01-08 | Quotes are now required in select-layout example. | Nicholas Marriott |
2023-01-08 | - tweak the text relating to -w | Jason McIntyre |
2023-01-08 | Add -w option to display variables periodically | Alexandre Ratchov |
2023-01-07 | Add argument and return support for {get,set}thrname() | Philip Guenther |
2023-01-07 | Add {get,set}thrname(2) for putting thread names in the kernel and | Philip Guenther |
2023-01-06 | tweak previous; ok djm | Jason McIntyre |
2023-01-06 | If a pane is killed, cancel reading from the file. GitHub issue 3422. | Nicholas Marriott |
2023-01-06 | Implement channel inactivity timeouts | Damien Miller |
2023-01-06 | Add channel_set_xtype() | Damien Miller |
2023-01-06 | tweak channel ctype names | Damien Miller |
2023-01-06 | Add channel_force_close() | Damien Miller |
2023-01-06 | replace manual poll/ppoll timeout math with ptimeout API | Damien Miller |
2023-01-06 | add ptimeout API for keeping track of poll/ppoll timeouts; | Damien Miller |
2023-01-05 | suppress "Connection closed" message when in quiet mode | Damien Miller |
2023-01-05 | Delete remnants of removed "diff -l" option. | Todd C. Miller |
2023-01-04 | minor text shuffle, for clarity; ok millert | Jason McIntyre |
2023-01-04 | Eduardo Horvath agreed to rescind clause 3 and 4 in | Jonathan Gray |
2023-01-04 | ugly white space | Theo de Raadt |
2023-01-04 | - use Fl instead of Ar for print0; from josiah frentsos | Jason McIntyre |
2023-01-03 | Query the client terminal for foreground and background colours and if | Nicholas Marriott |
2023-01-02 | fix bug in PermitRemoteOpen which caused it to ignore its first | Damien Miller |
2022-12-29 | Add ktrace struct tracepoints for siginfo_t to the kernel side of | Philip Guenther |
2022-12-28 | systat(1): vmstat: dinfo(): compute rates using real elapsed time | Scott Soule Cheloha |
2022-12-28 | the S in CSRC is Science not Sciences | Jonathan Gray |
2022-12-26 | tweak the -f text; ok florian | Jason McIntyre |
2022-12-26 | spelling fix; from paul tagliamonte | Jason McIntyre |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-26 | Implement support for personal units library. | Florian Obser |
2022-12-26 | spelling fixes from paul tagliamonte; | Jason McIntyre |
2022-12-26 | revert previous: just as i get to replying, i find sthen's note. this part | Jason McIntyre |
2022-12-26 | emited -> emitted; | Jason McIntyre |
2022-12-23 | remove "-p protocol" from the -r synopsis: it no longer makes sense | Jason McIntyre |
2022-12-22 | Denote multiple arguments with 'arg ...' not 'args' | Klemens Nanni |
2022-12-22 | move the flag mappings displayed by "route show" from netstat(1) to route(8): | Jason McIntyre |
2022-12-20 | Add argument support for msyscall, pledge, unveil, __realpath, | Philip Guenther |
2022-12-20 | If we don't have usecommonopt for our application we shouldn't check the | Martijn van Duren |
2022-12-19 | Improve reporting of waitid(2)'s idtype/id and options arguments | Philip Guenther |
2022-12-19 | Allow send-keys without a client again, reported by Stefan Hagen. | Nicholas Marriott |
2022-12-18 | nc: skip connection info on failed or skipped udptest() | Theo Buehler |
2022-12-18 | nc: do not test the connection in non-interactive mode | Theo Buehler |
2022-12-18 | nc: clean up and simplify connection_infO() | Theo Buehler |
2022-12-18 | nc: pass protocol name to connection_info() | Theo Buehler |
2022-12-18 | nc: factor printing of connection info into a function | Theo Buehler |