summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2024-08-07crank to 7.6-beta, release date is vagueTheo de Raadt
2024-08-06Replace sys/time.h with proper includes for using localtimeGreg Steuck
2024-08-05Remove bogus connect(s, NULL, 0) callTheo Buehler
2024-08-04Make a little effort to treate CRLF as LF in config files. GitHub issueNicholas Marriott
2024-08-04The Linux console has some bugs with bright colours. It seems likelyNicholas Marriott
2024-08-04-l should be before -r, pointed out by jmc a while ago.Nicholas Marriott
2024-08-04Adjust the logic when deleting last buffer to better preserve theNicholas Marriott
2024-08-04Use paste_is_empty to check if there are no buffers since paste_get_topNicholas Marriott
2024-08-03The maximum count is SKEY_MAX_SEQ + 1 not SKEY_MAX_SEQ - 1.Todd C. Miller
2024-08-03Update awk to the July 28, 2024 version.Todd C. Miller
2024-08-02nc(1): remove useless function pointer dereferencingJan Klemkow
2024-08-01sndiod: Fix insufficent check of input from clientsAlexandre Ratchov
2024-07-31bump posix spec 2008 -> 2024;Jason McIntyre
2024-07-31add a random amount of time (up to 4 seconds) to the grace login time.David Gwynne
2024-07-31quote the book title (%T) reference, to prevent formatters (in this caseJason McIntyre
2024-07-30bump posix ref 2008 -> 2024;Jason McIntyre
2024-07-30fold the "timespec" info into the options list (since "time_arg" is alreadyJason McIntyre
2024-07-30bump posix spec from 2008 to 2024; ok millertJason McIntyre
2024-07-29bump posix spec from 2008 -> 2024:Jason McIntyre
2024-07-28The dash must not come first in the getopt(3) stringKlemens Nanni
2024-07-28Support "-u name" to remove variable from environmentKlemens Nanni
2024-07-26Trace struct itimervalPhilip Guenther
2024-07-26document the reduced logingrace penaltyChristian Weisgerber
2024-07-25reduce logingrace penalty.Damien Miller
2024-07-25Fix proxy multiplexing (-O proxy) bugDamien Miller
2024-07-25fix double space; from crystal kolipeJason McIntyre
2024-07-23sndiod: Properly update the poll(2) event masks after i/o.Alexandre Ratchov
2024-07-22rpcgen(1): default to "STDIN" as input file when compiling to headers.Dave Voutila
2024-07-22Expand full array option values if no index is provided, GitHub issueNicholas Marriott
2024-07-18mention mux proxy modeDamien Miller
2024-07-17sed: use warn()/err() where appropriateTodd C. Miller
2024-07-17Display an error message for "sed -i" if the file is unwritableTodd C. Miller
2024-07-14fix double word; ok dtucker@Jonathan Gray
2024-07-13Move the sigaction next to multiTheo Buehler
2024-07-12UTF-8 keys now contain the internal representation and not the UnicodeNicholas Marriott
2024-07-12use sigaction() to setup SIGARLM so we can set SA_RESTART, andTheo de Raadt
2024-07-10correct keyword; from Yatao Su via GHPR509Damien Miller
2024-07-10an universal -> a universalJason McIntyre
2024-07-09document C-u handling on shell-command{,-on-region}, forgot in previousOmar Polo
2024-07-09mg: handle C-u in M-! and M-|Omar Polo
2024-07-09do not need to force bss values to 0Theo de Raadt
2024-07-09KNF a pile of else if blocks; ok tbTheo de Raadt
2024-07-08aucat: check for failled allocationAlexandre Ratchov
2024-07-08mg: fix auto-indent-mode with custom tab widthsOmar Polo
2024-07-08IN_MULTICAST uses host byte orderFlorian Obser
2024-07-08Adjust manpage for SPKAC removalTheo Buehler
2024-07-08Remove spkac subcommandTheo Buehler
2024-07-08Remove spkac handling from openssl(1) caTheo Buehler
2024-07-08don't need return at end of void functionDamien Miller
2024-07-04fix grammar: "a pattern lists" -> "one or more pattern lists"Damien Miller