summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2024-05-15Use default-shell for command prompt #() and popups as wellNicholas Marriott
2024-05-15Fix memory leaks reported by Lu Ming Yin.Nicholas Marriott
2024-05-14Garbage collect dead code intended to write five- and six-byte UTF-8Ingo Schwarze
2024-05-14The makewhatis(8) program already provided a "-T utf8" optionIngo Schwarze
2024-05-14Add missing time.h to tty.c (from Ismail Donmez), also remove some strayNicholas Marriott
2024-05-14Revert part of the change for GitHub issue 3675 because it does not workNicholas Marriott
2024-05-14Add a command-error hook when a command fails, from Hugh Davenport inNicholas Marriott
2024-05-14Add an option to disable unwrapping lines for searching, fromNicholas Marriott
2024-05-14Restore previous behaviour or writing to stdout if available.Nicholas Marriott
2024-05-13Fix memory leak, from Fadi Afani.Nicholas Marriott
2024-05-12defaul -> default; ok jmc@ ratchov@Jonathan Gray
2024-05-09simplify exit message handling, which was more complicated thanDamien Miller
2024-05-07openssl: toolkit implementing the TLS v1 protocol is weirdTheo Buehler
2024-05-06remove SSH1 leftoversTobias Stoeckmann
2024-05-06vmstat/dkstats.c: remove obfuscatory timerset() macroScott Soule Cheloha
2024-05-06tty(1): exit with status 2 if unveil(2) or pledge(2) failScott Soule Cheloha
2024-05-06sndiod: Ignore server.device settings to a non-working deviceAlexandre Ratchov
2024-05-05add upstream change to fix the buildJonathan Gray
2024-05-04Update awk to the May 4, 2024 version.Todd C. Miller
2024-05-03aucat.1: Drop the number component of sndio descriptorsAlexandre Ratchov
2024-05-03sndiod.1: Drop the number component of sndio descriptorsAlexandre Ratchov
2024-05-03sndiod: Fix SIGHUP to reopen the devices in priority orderAlexandre Ratchov
2024-05-01Add per-CPU caches to the pmemrange allocator.Martin Pieuchot
2024-04-30never close stdinTobias Stoeckmann
2024-04-30fix home-directory extension implementation, it always returnedDamien Miller
2024-04-30flush stdout after writing "sftp>" prompt when not using editline.Damien Miller
2024-04-30stricter validation of messaging socket fd number; disallow usage ofDamien Miller
2024-04-30add missing reserved fields to key constraint protocol documentation.Damien Miller
2024-04-30correctly restore sigprocmask around ppoll()Damien Miller
2024-04-30add explict check for server hostkey type against HostkeyAlgorithms.Damien Miller
2024-04-29install accidentally dropped tput(1) man page againChristian Weisgerber
2024-04-27add a man page from curses source for clear(1);Jason McIntyre
2024-04-27"!command" notation was zapped 8 years ago - remove correspondingJason McIntyre
2024-04-25Update awk to the Apr 22, 2024 version.Todd C. Miller
2024-04-25Don't divide by zero (empty files)Job Snijders
2024-04-25add percentage to ruler after recent changes;Jason McIntyre
2024-04-24In ruler show the current line number as a percentage of the total linesJob Snijders
2024-04-23correct indentation; no functional changeJonathan Gray
2024-04-23ftp: send Host: headers with CONNECT requests when tunneling TLS over anStuart Henderson
2024-04-22newsyslog: allow the F flag to be used on its own.Todd C. Miller
2024-04-22fix indentation and remove uneeded bracesJonathan Gray
2024-04-22mark the "signal" field as optional; from alvar penningJason McIntyre
2024-04-22sndiod: Use the channel mapping code of aucatAlexandre Ratchov
2024-04-22Show pf fragment reassembly counters.Alexander Bluhm
2024-04-22aucat: Use a 24-bit table for index to volume conversionAlexandre Ratchov
2024-04-22aucat: Fix comments, from similar comments fixes in sndiodAlexandre Ratchov
2024-04-22sndiod: Use a 24-bit table for index to volume conversion.Alexandre Ratchov
2024-04-22sndiod: Use resampling algorithm from aucatAlexandre Ratchov
2024-04-22sndiod: Drop duplicate prototype of dev_new()Alexandre Ratchov
2024-04-22sndioctl: Remove assert about duplicate controlsAlexandre Ratchov