summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2014-10-23Correctly set up the HPMC trap entry: according to the PA-RISC FirmwareMiod Vallat
2014-10-23In the various desidhash_*() functions, make sure we clear the `set to clear'Miod Vallat
2014-10-23Revert limiting physmem to 2GB; the culprit was likely in uvm and uvm hasMiod Vallat
2014-10-23Now that gcc2 is gone revert the removal of anonymous unions, means not havin...Brad Smith
2014-10-23pools lock themselves now, we just have to tell them what IPL theyDavid Gwynne
2014-10-23apply only the bit of r1.69 that should have been committed:David Gwynne
2014-10-23revert previous. it did more than the commit message said it did.David Gwynne
2014-10-22make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo *David Gwynne
2014-10-22Extend domknodat() to support S_IFIFO directly and remove domkfifoat().Todd C. Miller
2014-10-22Introduce a special hack for carp during IPv6 source address selection:Stefan Sperling
2014-10-22Sync offsetof() definition with what we have in <stddef.h> forDavid Coppa
2014-10-22Remove some unused/unneeded code.Mike Larkin
2014-10-22make the crypto taskq protect things at IPL_VM instead of IPL_HIGH.David Gwynne
2014-10-22Use the global piglet address variables as sparingly as possible to avoidMike Larkin
2014-10-21tun(4) has a pipex session which is used for multicast internally, itYASUOKA Masahiko
2014-10-21Style + typos in debug printfs.Masao Uebayashi
2014-10-20Be sure to return if the pci interrupt can't be mapped, instead of fallingMiod Vallat
2014-10-20pipex(4): Converted to use pool(9)Masao Uebayashi
2014-10-20use sha512 instead of md5 for tcp isn. ok deraadtTed Unangst
2014-10-20typo; deraadtTed Unangst
2014-10-20replace bzeros after allocations with M_ZERO and PR_ZERO as appropriate.David Gwynne
2014-10-20use SHA512 to hash entropy instead of MD5Ted Unangst
2014-10-20unconditionally build sha2 so we can use it in all the kernels.Ted Unangst
2014-10-19More gracefully handle firmware loading errors in ulpt(4).Stefan Sperling
2014-10-19Use sc_if->sk_pktlen to specify the maximum DMA transfer size and maximumBrad Smith
2014-10-18Don't use %r1 to refer to bit 1. No binary difference.Mark Kettenis
2014-10-18Whitespace.Masao Uebayashi
2014-10-18Make sure the direct map isn't executable on hardware that allows us to do so.Mark Kettenis
2014-10-18oops, too greedyMiod Vallat
2014-10-18Don't assume that ep_taddr and ep_daddr are page-aligned. It is possible toMark Kettenis
2014-10-18Remove even more unnecessary `needs-flag' attributes from config machinery,Miod Vallat
2014-10-18Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg)Jonathan Armani
2014-10-17reinstate i386/bus_space diff now that serial consoles are fixed inStuart Henderson
2014-10-17Initialize comconsiot. Fixes problems with the (now backed out) i386Mark Kettenis
2014-10-17backout i386/bus_space diff for now, req'd by deraadt@ - problems at bootStuart Henderson
2014-10-17Also remove trailing spaces from the CPU brand string.Mark Kettenis
2014-10-17revert previous. It isn't just i386 which cares about the setperfTheo de Raadt
2014-10-17cpu_setperf and perflevel must remain exposed, otherwise a bunch ofTheo de Raadt
2014-10-17In the new world order, setperf does not exist on ramdisks.Theo de Raadt
2014-10-17Mark Cave-Ayland pointed out on tech@ that the OF_test_method was calledDaniel Dickman
2014-10-17convert old b functions to mem functionsTed Unangst
2014-10-17redo the performance throttling in the kernel.Ted Unangst
2014-10-17bring the twisting of bus_space from amd64 over to i386. this is:David Gwynne
2014-10-17reset all the pfsync packet state before calling ip_output inDavid Gwynne
2014-10-16No longer used.Mark Kettenis
2014-10-16The "close" word doesn't return any arguments.Mark Kettenis
2014-10-16Additonal registers needs to be saved in sc_save2, not sc_save.Mark Kettenis
2014-10-16LID control method devices aren't required to offer _PSW, so don't skipMike Larkin
2014-10-16Use an instruction encoding for the return-to-realmode code that works onMike Larkin
2014-10-16Remove references to unimplemented CLOCK_VIRTUAL. It is non-standardTodd C. Miller