summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
2024-06-04now that we have dired-up-directory, use it in dired-jump tooOmar Polo
it's handy to be able to do C-x C-j (dired-jump) repeatedly to navigate upwards starting from a buffer, and follows GNU Emacs behaviour too.
2024-06-04add dired-up-directory bound to ^ to go up on directory in dired buffersOmar Polo
diff from Dante Catalfamo (date [at] lambda [dot] cx) with some minor style nits and the manpage bits from me. ok florian@
2024-06-03OpenBSD intentionally does not print a flavor for -r.Florian Obser
confirmed by & OK deraadt
2024-06-03Spelling fixes and removal of unneeded prototypes and extern.Todd C. Miller
From jsg@ via upstream.
2024-06-03Build with WARNINGS=Yes and fix resulting warnings.Todd C. Miller
2024-06-01sndiod: Don't add/remove server.device entries in dev_{open,close}()Alexandre Ratchov
Fixes server.device entries disappearing when usb devices are unplugged while in use. Found, analysed and tested by Laurie Tratt, thanks!
2024-06-01be really strict with fds reserved for communication with the separateDamien Miller
sshd-session process - reserve them early and fatal if we can't dup2(2) them later. The pre-split fallback to re-reading the configuration files is not possible, so sshd-session absolutely requires the fd the configuration is passed over to be in order. ok deraadt@
2024-05-31warn when -r (deprecated option to disable re-exec) is passedDamien Miller
2024-05-31typosDamien Miller
2024-05-30avoid potential use-after-freeJonathan Gray
found by smatch, ok tb@
2024-05-27openssl x509: rename pub_key to dsa_pub_keyTheo Buehler
suggested by jsing
2024-05-27openssl: enable -Wshadow for clangTheo Buehler
ok job jsing
2024-05-27openssl: avoid shadowed pkeys in x509.cTheo Buehler
ok job jsing
2024-05-27don't need sys/queue.h hereDamien Miller
2024-05-26remove references to SSH1 and DSA server keysChristian Weisgerber
2024-05-24sndiod: Set the display string of all server.device entriesAlexandre Ratchov
with help from edd@ and armani@
2024-05-24sndiod: Propagate the controls' display string to clients.Alexandre Ratchov
with help from edd@ and armani@
2024-05-24sndio: Add a display string to the sioctl_open APIAlexandre Ratchov
For hardware devices, add a server.device control with a single item and the device name as display string. Add the necessary sndioctl(1) bits to print it.
2024-05-24sndiod: Use a 'unsigned char *' for the pointer to the temp sock bufferAlexandre Ratchov
2024-05-24sndiod: Hide "hardware" device's server.device control.Alexandre Ratchov
If sndiod is using another sndiod instance instead of the bare hardware, then it must disable the underlying server.device control to avoid conflicts with its own server.device control.
2024-05-24sndiod: Don't mark as dirty controls that have not been changedAlexandre Ratchov
2024-05-24typo: "pwdtries" -> "passwordtries"; ok millert@Omar Polo
2024-05-24Do not escape $ unless DQ is set, that is the only case where we need toNicholas Marriott
escape it.
2024-05-24Add N to search backwards in tree modes, from Fadi Afani in GitHub issueNicholas Marriott
3982.
2024-05-23remove unused struct fwd_perm_list, no decl with complete typeJonathan Gray
ok djm@
2024-05-22Do not pass -Werror twice when building with clang.Christian Weisgerber
2024-05-22Do not pass -Werror if building with gcc 3, for asn1.h and bio.h causeMiod Vallat
(admittedly bogus) warnings with gcc 3.
2024-05-21aucat.1: Fix needless line breaks in the -h and MIDI sections.Alexandre Ratchov
Diff from Jan Stary <hans at stare.cz>, thanks! ok jmc
2024-05-21remove prototypes with no matching function and externs with no varJonathan Gray
partly checked by millert@
2024-05-20fix usage; Thomas Klausner will commit the same diff to NetBSD within theIgor Sobrado
next hours, so our trees will remain as similar as possible. ok jmc@
2024-05-19remove prototype with no matching functionJonathan Gray
2024-05-19remove prototypes with no matching function; ok ratchov@Jonathan Gray
2024-05-18remove prototypes with no matching functionJonathan Gray
2024-05-18remove prototypes with no matching function; ok nicm@Jonathan Gray
2024-05-18remove externs with no matching var; ok nicm@Jonathan Gray
2024-05-18remove extern with no matching var; ok tb@Jonathan Gray
2024-05-18remove prototypes with no matching function; ok tb@Jonathan Gray
2024-05-18remove prototypes with no matching functionJonathan Gray
2024-05-18Add pathconfat(2): pathconf(2) but with at-fd and flags arguments,Philip Guenther
the latter supporting the ability to get timestamp resolution of symlinks. ok deraadt@ millert@
2024-05-18remove prototypes with no matching functionJonathan Gray
2024-05-18remove externs for removed varsJonathan Gray
2024-05-17remove prototypes with no matching function; ok florian@Jonathan Gray
2024-05-17remove duplicate copy of relink kit for sshd-sessionChristian Weisgerber
2024-05-17dig: make function definitions match their prototypesTheo Buehler
ok florian
2024-05-17dig: garbage collect the unused 'added'Theo Buehler
ok florian
2024-05-17remove prototypes with no matching function; ok djm@Jonathan Gray
2024-05-17remove externs for removed vars; ok djm@Jonathan Gray
2024-05-17-Werror was turned on (probably just for development), and this is aTheo de Raadt
simple way to satisfy older gcc.
2024-05-17g/c unused variableDamien Miller
2024-05-17spelling; ok djm@Jonathan Gray