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