summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2024-04-22sndiod: Hide forgotten debug printfsAlexandre Ratchov
2024-04-22sndiod: Call ctlslot->ops->sync() after every control updateAlexandre Ratchov
2024-04-22sndiod: Make opt_setdev() return 1 if the device was acceptedAlexandre Ratchov
2024-04-22sndiod: Return the number of controls ctl_del() has deleted.Alexandre Ratchov
2024-04-19Revert per-CPU caches a double-free has been found by naddy@.Martin Pieuchot
2024-04-17Use struct ipsec_level within inpcb.Alexander Bluhm
2024-04-17Add per-CPU caches to the pmemrange allocator.Martin Pieuchot
2024-04-17ftp: send 'Accept */*' headerTheo Buehler
2024-04-17openssl req: plug obvious leakTheo Buehler
2024-04-16remove unused functions; ok tb@Jonathan Gray
2024-04-15Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu.Nicholas Marriott
2024-04-14Delete support for the LESSOPEN and LESSCLOSE environment variablesPhilip Guenther
2024-04-14less: escape newlines in file namesTheo Buehler
2024-04-10Add an option allow-set-title to forbid applications from changing theNicholas Marriott
2024-04-10Correct handling of mouse up events (don't ignore all but the lastNicholas Marriott
2024-04-10Do not get muddled and crash if focusing a pane that is exiting,Nicholas Marriott
2024-04-09make(1): inline set_times() into Job_Touch()Scott Soule Cheloha
2024-04-04Pick newest session as documented, not oldest, from Magnus Gross.Nicholas Marriott
2024-04-04set right mode on ssh-agent at boot-timeSebastien Marie
2024-04-02Oops, incorrect hex conversion spotted by claudio. While here try toTheo de Raadt
2024-04-02for parse_ipqos(), use strtonum() instead of mostly idiomatic strtoul(),Theo de Raadt
2024-04-02can shortcut by returning strtonum() value directly; ok djmTheo de Raadt
2024-04-02rewrite convtime() to use a isdigit-scanner and strtonum() instead ofTheo de Raadt