summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2022-12-16top(1): always recount number of online CPUsScott Soule Cheloha
2022-12-16Do not escape tabs in output (iTerm2 needs them). GitHub issue 3414.Nicholas Marriott
2022-12-16Make U+FE0F VARIATION SELECTOR-16 change the width from 1 to 2. GitHubNicholas Marriott
2022-12-16Add send-keys -K to handle keys directly as if typed (so look up in keyNicholas Marriott
2022-12-16Mention that scp uses the SFTP protocol and remove reference toDamien Miller
2022-12-16Clear signal mask early in main(); sshd may have been started withDamien Miller
2022-12-16add -X to usage();Jason McIntyre
2022-12-16add a -X option to both scp(1) and sftp(1) to allow control overDamien Miller
2022-12-15The idiomatic way of coping with signed char vs unsigned char (whichTheo de Raadt
2022-12-13remove advent entry 11/SunLast and leave 12/SunFirst, to avoid gettingJason McIntyre
2022-12-10ex_range: fix handling of escaped backslashes.Todd C. Miller
2022-12-09Warn if no host keys for hostbased auth can be loaded. From bz#3507, ok djm@Darren Tucker
2022-12-09Add some server debugging for hostbased auth.Darren Tucker
2022-12-07Process escape sequences in show-buffer, GitHub issue 3401.Nicholas Marriott
2022-12-04userspace: remove vestigial '?' cases from top-level getopt(3) loopsScott Soule Cheloha
2022-12-04systat(1): vmstat: measure elapsed time with clock_gettime(2) instead of ticksScott Soule Cheloha
2022-12-04Remove duplicate includes. Patch from AtariDreams via github PR#364.Darren Tucker
2022-12-02midicat(1): use err(3) everywhereScott Soule Cheloha
2022-12-02midicat(1): set ifile/ofile to "stdin"/"stdout" if it is an en-dash ("-")Scott Soule Cheloha
2022-12-02midicat(1): add a usage() functionScott Soule Cheloha
2022-12-02make struct sshbuf private and remove an unused field; ok dtuckerDamien Miller
2022-11-30midicat.c: add missing CVS tag; ok millert@Scott Soule Cheloha
2022-11-29Add void to client_repledge args to fix compiler warning. ok djm@Darren Tucker
2022-11-28tighten pledge(2) after session establishmentDamien Miller
2022-11-28New EnableEscapeCommandline ssh_config(5) optionDamien Miller
2022-11-27Move UVM "swpgonly" from Daemon Counters to Swap CountersKlemens Nanni
2022-11-27Zap nonexistent "vnodepages" and "vtextpages" UVM Page CountersKlemens Nanni
2022-11-18In channel_request_remote_forwarding the parameters for permission_set_addMoritz Buhl
2022-11-18Add four new SI prefixes.Florian Obser
2022-11-11Clean up openssl(1) command execution.joshua