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