Age | Commit message (Expand) | Author |
2015-02-28 | Reduce usage of predefined strings in manpages. | Anthony J. Bentley |
2015-02-28 | Move consinit() out of the bowels of the zs driver to its own file, in | Miod Vallat |
2015-02-28 | Remove duplicated defines for window 7 registers. | Miod Vallat |
2015-02-28 | Prevent a race resulting in an infinite loop printing "ehci_idone" messages. | Martin Pieuchot |
2015-02-28 | Fix uhidev_get_report_async() from David Higgs. | Martin Pieuchot |
2015-02-28 | Typo in comment 'reseve' -> 'reserve' | Mike Larkin |
2015-02-28 | an(4) does not allow 'scan' as per the CAVEATS section of the man page. | Mike Larkin |
2015-02-28 | unbreak pcmcia an(4) by adding back some lines removed in rev 1.21 | Jonathan Gray |
2015-02-27 | Be clear that when tv_nsec is set to UTIME_*, tv_sec is ignored. | Todd C. Miller |
2015-02-27 | Bring example up to date with share/misc/usb_hid_usages. | Anthony J. Bentley |
2015-02-27 | Fix uvm_fault() seen with bwi (and some other devices?) on older non-apic i386 | Philip Guenther |
2015-02-27 | Fix URL-encoding of characters with the high order bit set. | Jeremie Courreges-Anglas |
2015-02-27 | When makewhatis(8) scans a tree, ignore trailing garbage on filenames. | Ingo Schwarze |
2015-02-27 | When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable, | Ingo Schwarze |
2015-02-27 | Seems the Samsung SM951 PCIe SSD needs the same quirk as other Samsung SSDs. | Mark Kettenis |
2015-02-27 | regen | Mark Kettenis |
2015-02-27 | Samsung SM951 PCIe SSD. | Mark Kettenis |
2015-02-27 | Do not use the name returned by getlogin() when pw_uid from | Todd C. Miller |
2015-02-27 | remove ^L characters. no binary change. | David Gwynne |
2015-02-26 | don't printf NULL key comments; reported by Tom Christensen | Damien Miller |
2015-02-26 | %% not % in error message; ok millert@ henning@ | Stuart Henderson |
2015-02-26 | Wrap a long line. Use explicit_bzero. Fix comment describing extra. | Ted Unangst |
2015-02-26 | Prefix function parameter names with underscores in tls.h, since this makes | Joel Sing |
2015-02-25 | zero cmsgbuf before use; we initialise the bits we use but | Damien Miller |
2015-02-25 | Synchronize daemon_flags and postgresql_flags examples with rcscript. | Robert Peichaer |
2015-02-25 | Do not count the dropped messages strictly, so that the syslogd | Alexander Bluhm |
2015-02-25 | No need to use O_DIRECTORY when opening ".", O_RDONLY will suffice. | Todd C. Miller |
2015-02-25 | fix small memory leak when UpdateHostkeys=no | Damien Miller |
2015-02-25 | Rework secondary processor initialization, in order to allocate their idle | Miod Vallat |
2015-02-25 | don't leak validity of user in "too many authentication failures" | Damien Miller |
2015-02-25 | Point people at rcctl(8) rather than rc.d(8) in the text displayed when | Stuart Henderson |
2015-02-25 | Fix CVE-2014-3570: properly calculate the square of a BIGNUM value. | Brent Cook |
2015-02-25 | Trivial fix for test progress output. | Brent Cook |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2015-02-25 | Avoid NULL pointer deref in hashinfo_free() when calling from error paths. | Doug Hogan |
2015-02-25 | Fix CVE-2015-0205: Do not accept client authentication with Diffie-Hellman | Brent Cook |
2015-02-24 | we don't let strtonum errors bleed through now. | Ted Unangst |
2015-02-24 | Set errno to EINVAL, instead of letting ERANGE escape out. | Ted Unangst |
2015-02-24 | increase prefbuf size so that 'encrypt -b 000000000000000000000012' works. | Ted Unangst |
2015-02-24 | add -v (show ASCII art) to -l's synopsis; ok djm@ | Christian Weisgerber |
2015-02-24 | typo, frantisek holop | Marc Espie |
2015-02-24 | Mark up filenames with Pa. | Anthony J. Bentley |
2015-02-24 | Explain in a comment that atoi() is safe here. | Alexander Bluhm |
2015-02-23 | further silence spurious error message even when -v is specified | Damien Miller |
2015-02-23 | document the quirks cve mechanism. Better late than never | Marc Espie |
2015-02-23 | Add support for the RTL8411B chip | Peter Hessler |
2015-02-23 | fix a race condition by using a mux socket rather than an | Damien Miller |
2015-02-23 | Use the rewritten (index file appended) uri as DOCUMENT_URI. | Christopher Zimmermann |
2015-02-23 | Convert a table unsupported by mandoc to a columnated list. | Anthony J. Bentley |
2015-02-23 | Allow to specify CGI variables as macros in redirection strings, eg. | Reyk Floeter |