summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-12-13Sort button defines.Mark Kettenis
2015-12-12Add OpenBSD Id.Reyk Floeter
2015-12-12Add OpenBSD CVS/RCS Ids.Reyk Floeter
2015-12-12comment typommcc
2015-12-12Adjust IPI numbers to get the interrupts working. Bits 5 and 6 do notVisa Hankala
2015-12-12In the A-MSDU receive code path, add an upper bounds check on A-MSDUStefan Sperling
2015-12-12x2APIC is currently enabled on HV guests only, not on bare metal, toReyk Floeter
2015-12-12enable keyboard backlight support via wskbd(4) hooksJoerg Jung
2015-12-12Identify hypervisors before configuring other children of the mainbusReyk Floeter
2015-12-12add new ioctls to control keyboard backlightsJoerg Jung
2015-12-12Flag AP as QoS capable when EDCA or WME information elements occur in beaconsStefan Sperling
2015-12-1211n/HT negotiation fixes:Stefan Sperling
2015-12-12Finish support for receiving 11n A-MPDUs.Stefan Sperling
2015-12-11fix nde structure initialization, noticed in netbsd pr 50381 by mmcc@Bob Beck
2015-12-11remove wrapper function and call LKSB key write directlyJoerg Jung
2015-12-11comment typommcc
2015-12-11remove no longer needed prototypeJoerg Jung
2015-12-11instead of checking the status everywhere do it directly after (trying) theJoerg Jung
2015-12-11Replace mountroothook_establish(9) by config_mountroot(9) a narrower APIMartin Pieuchot
2015-12-11Remove xs_resume for now; pointed out by mlarkin@Mike Belopuhov
2015-12-11Let xs_getprop decide itself whether it's OK to sleep or notMike Belopuhov
2015-12-11Work around Nvidia EHCI controllers bugs.Martin Pieuchot
2015-12-11implement kqfilter. copied from tmpfs (which I copied from ufs).Ted Unangst
2015-12-11Do not pass a NULL ifp pointer to rtdeletemsg().Martin Pieuchot
2015-12-10Remove plain DES from the kernel crypto framework, including the cryptoChristian Weisgerber
2015-12-10Remove remaining Solbourne code.mmcc
2015-12-10comment typommcc
2015-12-10a couple comment typosmmcc
2015-12-10mark bnx_start as mpsafe.David Gwynne
2015-12-10write down some stuff before it falls out of my head.David Gwynne
2015-12-09Remove plain DES encryption from IPsec.Christian Weisgerber
2015-12-09Correct the response string lengthMike Belopuhov
2015-12-09Keep all ether prototypes in one place.Martin Pieuchot
2015-12-09No need to check if size = az->pstream.buffer.size is zero, asAlexandre Ratchov
2015-12-09Implement a function to fetch device propertiesMike Belopuhov
2015-12-09Store the backend node in the attach argument structureMike Belopuhov
2015-12-09cfdriver can't be const...Mike Belopuhov
2015-12-09rework ifq_serialise to avoid some atomic ops.David Gwynne
2015-12-09Always pass a valid interface pointer to rtdeletemsg().Martin Pieuchot
2015-12-09cleanup macbook air iso keyboard supportJoerg Jung
2015-12-09Do not trigger a KASSERT() if the route we're trying to remove does notMartin Pieuchot
2015-12-09Do not trigger a KASSERT() when destroying/detaching an interface withMartin Pieuchot
2015-12-09Backport some commits from mainline linux to enable High Bit Rate 2Jonathan Gray
2015-12-09rework the if_start mpsafe serialisation so it can serialise arbitrary workDavid Gwynne
2015-12-09successful vmm enter/leave does not need to be reportedTheo de Raadt
2015-12-09Don't expose XenStore ops we don't know how to deal withMike Belopuhov
2015-12-08Implements simple virtual device probing routineMike Belopuhov
2015-12-08Implement a function to detach emulated devices (such as an em(4)Mike Belopuhov
2015-12-08Driver for XenStore, the configuration storageMike Belopuhov
2015-12-08Disable xspd(4) until the man page is written; noticed by reyk@Mike Belopuhov