summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2022-05-05kstat(1): implement wait with setitimer(2) instead of nanosleep(2)Scott Soule Cheloha
2022-05-05Fix line wrapping in wall(1).Alexander Bluhm
2022-05-05sshkey_unshield_private() contains a exact duplicate of the code inDamien Miller
2022-05-05channel_new no longer frees remote_name. So update the commentDamien Miller
2022-05-05mux.c: mark argument as const; from Martin VahlensieckDamien Miller
2022-05-04make sure stdout is non-blocking; ok djm@Markus Friedl
2022-05-03Add FIDO AUTHENTICATOR section and explain a bit how FIDO works. TheFlorian Obser
2022-05-02remove an obsolete rsa1 format example from an example;Jason McIntyre
2022-05-01fix some integer overflows in sieve_large() that show up when tryingDamien Miller
2022-05-01Split a new function roff_parse_comment() out of roff_expand() because thisIngo Schwarze
2022-04-30Provide a new function roff_req_or_macro() to parse and handle a requestIngo Schwarze
2022-04-30Add comments to some of the enum roff_tok values;Ingo Schwarze
2022-04-30Refactor the handler function roff_block_sub() for clarity and simplicity.Ingo Schwarze
2022-04-29Wait until the buffer is drained before closing the deviceAlexandre Ratchov
2022-04-29Add sio_flush(3) function to stop playback immediatelyAlexandre Ratchov
2022-04-29be stricter in which characters will be accepted in specifying a maskDamien Miller
2022-04-29mention that the helpers are used by ssh(1), ssh-agent(1) andDamien Miller
2022-04-29Don't leak SK device. Patch from Pedro Martelletto via github PR#316.Darren Tucker
2022-04-29fix memleak on session-bind path; from Pedro Martelletto, ok dtucker@Damien Miller
2022-04-28The syntax of the roff(7) .mc request is quite specialIngo Schwarze
2022-04-28Fix comparison in openssl(1) pkcs12Kinichiro Inoguchi
2022-04-28Compare pointer value with NULL in openssl(1) pkcs12Kinichiro Inoguchi
2022-04-28Element next-line scopes may nest, so man_breakscope() may have toIngo Schwarze
2022-04-28avoid printing hash algorithm twice; from lucas AT sexy.isDamien Miller
2022-04-27The .AT, .DT, and .UC macros are allowed inside next-line scopeIngo Schwarze
2022-04-27Fix three bugs regarding the interaction of \z and \h:Ingo Schwarze
2022-04-27Add authfd path to debug output. ok markus@Darren Tucker
2022-04-26At the end of every tbl(7) cell, clear the \z state.Ingo Schwarze
2022-04-26If a node is tagged explicitly, skip implicit tagging for that node.Ingo Schwarze
2022-04-26Check sshauthopt_new() for NULL. bz#3425, from tessgauthier atDarren Tucker
2022-04-24When we open a new .while loop, let's not attempt to close outIngo Schwarze
2022-04-24If a .shift request has a negative argument, do not use a negative arrayIngo Schwarze
2022-04-23If the last data row of a tbl(7) contains nothing but a horizontal line,Ingo Schwarze
2022-04-22escape the word "An" in an Rs/Re block, since it can beJason McIntyre
2022-04-22Check tkp->output != NULL before taking strlen for both command mappingsTheo Buehler
2022-04-22vi: apply expandtab to the output of a ! commandTodd C. Miller
2022-04-22handle 16 bit kstat_kv typesDavid Gwynne
2022-04-21v_event_get: check qp->output for NULL before passing to e_memcmp().Todd C. Miller
2022-04-20Remove unnecessary includes: openssl/hmac.h and openssl/evp.h.Todd C. Miller
2022-04-20Add missing includes of stdlib.h and stdint.h.Todd C. Miller
2022-04-20Avoid an unnecessary xstrdup in rm_env() when matching patterns.Todd C. Miller
2022-04-20Try to continue running local I/O for channels in state OPEN duringDamien Miller
2022-04-20Import regenerated moduliDarren Tucker
2022-04-19enable kstat(4) and kstat(1).David Gwynne
2022-04-16list the correct version number when usage of the sftp protocol became defaultT.J. Townsend
2022-04-14Fix clearphist alias, from Jacqueline Jolicoeur via jmc@.Nicholas Marriott
2022-04-13To prevent infinite recursion while expanding eqn(7) definitions,Ingo Schwarze
2022-04-13Do not die on an assertion if an input file contains no sectionIngo Schwarze
2022-04-13Surprisingly, groff supports multiple copy mode escapes at theIngo Schwarze
2022-04-12Do not convert the int value twice from little to host endian.Claudio Jeker