Age | Commit message (Expand) | Author |
2024-04-27 | "!command" notation was zapped 8 years ago - remove corresponding | Jason McIntyre |
2024-04-25 | Update awk to the Apr 22, 2024 version. | Todd C. Miller |
2024-04-25 | Don't divide by zero (empty files) | Job Snijders |
2024-04-25 | add percentage to ruler after recent changes; | Jason McIntyre |
2024-04-24 | In ruler show the current line number as a percentage of the total lines | Job Snijders |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2024-04-23 | ftp: send Host: headers with CONNECT requests when tunneling TLS over an | Stuart Henderson |
2024-04-22 | newsyslog: allow the F flag to be used on its own. | Todd C. Miller |
2024-04-22 | fix indentation and remove uneeded braces | Jonathan Gray |
2024-04-22 | mark the "signal" field as optional; from alvar penning | Jason McIntyre |
2024-04-22 | sndiod: Use the channel mapping code of aucat | Alexandre Ratchov |
2024-04-22 | Show pf fragment reassembly counters. | Alexander Bluhm |
2024-04-22 | aucat: Use a 24-bit table for index to volume conversion | Alexandre Ratchov |
2024-04-22 | aucat: Fix comments, from similar comments fixes in sndiod | Alexandre Ratchov |
2024-04-22 | sndiod: Use a 24-bit table for index to volume conversion. | Alexandre Ratchov |
2024-04-22 | sndiod: Use resampling algorithm from aucat | Alexandre Ratchov |
2024-04-22 | sndiod: Drop duplicate prototype of dev_new() | Alexandre Ratchov |
2024-04-22 | sndioctl: Remove assert about duplicate controls | Alexandre Ratchov |
2024-04-22 | sndiod: Hide forgotten debug printfs | Alexandre Ratchov |
2024-04-22 | sndiod: Call ctlslot->ops->sync() after every control update | Alexandre Ratchov |
2024-04-22 | sndiod: Make opt_setdev() return 1 if the device was accepted | Alexandre Ratchov |
2024-04-22 | sndiod: Return the number of controls ctl_del() has deleted. | Alexandre Ratchov |
2024-04-19 | Revert per-CPU caches a double-free has been found by naddy@. | Martin Pieuchot |
2024-04-17 | Use struct ipsec_level within inpcb. | Alexander Bluhm |
2024-04-17 | Add per-CPU caches to the pmemrange allocator. | Martin Pieuchot |
2024-04-17 | ftp: send 'Accept */*' header | Theo Buehler |
2024-04-17 | openssl req: plug obvious leak | Theo Buehler |
2024-04-16 | remove unused functions; ok tb@ | Jonathan Gray |
2024-04-15 | Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu. | Nicholas Marriott |
2024-04-14 | Delete support for the LESSOPEN and LESSCLOSE environment variables | Philip Guenther |
2024-04-14 | less: escape newlines in file names | Theo Buehler |
2024-04-10 | Add an option allow-set-title to forbid applications from changing the | Nicholas Marriott |
2024-04-10 | Correct handling of mouse up events (don't ignore all but the last | Nicholas Marriott |
2024-04-10 | Do not get muddled and crash if focusing a pane that is exiting, | Nicholas Marriott |
2024-04-09 | make(1): inline set_times() into Job_Touch() | Scott Soule Cheloha |
2024-04-04 | Pick newest session as documented, not oldest, from Magnus Gross. | Nicholas Marriott |
2024-04-04 | set right mode on ssh-agent at boot-time | Sebastien Marie |
2024-04-02 | Oops, incorrect hex conversion spotted by claudio. While here try to | Theo de Raadt |
2024-04-02 | for parse_ipqos(), use strtonum() instead of mostly idiomatic strtoul(), | Theo de Raadt |
2024-04-02 | can shortcut by returning strtonum() value directly; ok djm | Theo de Raadt |
2024-04-02 | rewrite convtime() to use a isdigit-scanner and strtonum() instead of | Theo de Raadt |
2024-04-02 | Remove unused ptr[3] char array in pkcs11_decode_hex. | Claudio Jeker |
2024-04-02 | Replace non-idiomatic strtoul(, 16) to parse a region of 2-character | Theo de Raadt |
2024-04-02 | Use strtonum() instead of severely non-idomatic strtoul() | Theo de Raadt |
2024-04-02 | sndiod: Migrate clients upon watchdog timeout | Alexandre Ratchov |
2024-04-02 | sndiod: Fix confusion between the slot and ctlslot pointers | Alexandre Ratchov |
2024-04-01 | also create a relink kit for ssh-agent, since it is a long-running setgid | Theo de Raadt |
2024-04-01 | new-style relink kit for sshd. The old scheme created a Makefile by | Theo de Raadt |
2024-04-01 | Mention that port can be specified as 0 in some situations, so that the | Theo de Raadt |
2024-03-30 | in OpenSSH private key format, correct type for subsequent private | Damien Miller |