summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-04-13bring back a free call which was left out when moving from handrolled listsPierre-Yves Ritschard
2008-04-12bring in changes as found in libossaudioJacob Meuser
2008-04-12Compile kernels with -Wvariable-decl (except on arches with ipmi, for now).Miod Vallat
2008-04-12Prune the in-use swap encryption keys in uvm_shutdown(), per deraadt@'s idea.Miod Vallat
2008-04-12When enabling swap encryption, pass the correct number of swap pages toMiod Vallat
2008-04-12typosMiod Vallat
2008-04-12remove useless defines for the vnode operations, and insteadThordur I. Bjornsson
2008-04-12Introduce macros to get and set the MMU context ID in asm code and switch toMark Kettenis
2008-04-12Tighten check for consoleness by comparing comconsiot as well as comconsaddr.Mark Kettenis
2008-04-12just use an incremented int to calculate drawable ids. This is simplerOwain Ainsworth
2008-04-12Make sure that the drawables are properly freed when removed, and uponOwain Ainsworth
2008-04-12Switch part of the magic hashtable over to using a TAILQ insteadOwain Ainsworth
2008-04-12check the softc for null before we use it. Fixes a crash when drm is enabledOwain Ainsworth
2008-04-12Convert the list of agp memory over to a TAILQ instead of using a hand-Owain Ainsworth
2008-04-12remove useless defines for the vnode operations, and insteadThordur I. Bjornsson
2008-04-12Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1Mark Kettenis
2008-04-12Initialize comconsiot in comcninit().Mark Kettenis
2008-04-12Fix some debug output.Marcus Glocker
2008-04-12There are so many reasons why a printf in an ipi is a very bad idea.Mark Kettenis
2008-04-11introduce THT_{RXF/TXT}_PKT_NUM macros and use them instead of theThordur I. Bjornsson
2008-04-11ditch c99 style struct initialisers that should have been removed.Jonathan Gray
2008-04-11Correctly initialize the probe sequence buffer.Marcus Glocker
2008-04-10introduce mitigation for the calling of an interfaces start routine.David Gwynne
2008-04-10Also count multicast packets and input bytes for interfaces enslaved byBrad Smith
2008-04-10scrub local stack-based buffers in the tty subsystem. tested by a lot ofTheo de Raadt
2008-04-10the ffs code is a bit noisy when it runs out of inodes/space etc;Thordur I. Bjornsson
2008-04-10Make sun4v_broadcast_ipi() do its job by making a single hypervisor callMark Kettenis
2008-04-10Add support for recording through the mic jack on AD1984.Deanna Phillips
2008-04-10Make sure the fd passing code only accepts control messages without paddingMark Kettenis
2008-04-10MCP98242 temp sensor docs found..Theo de Raadt
2008-04-10Correctly amount swap usage for anons, from NetBSD via PR 5772.Miod Vallat
2008-04-10fix the macros that are used to read the devid vpd page.David Gwynne
2008-04-10Fix MJPEG Video Frame Descriptor struct.Marcus Glocker
2008-04-10the success of a command is reported in the mbox, but not passed on to theDavid Gwynne
2008-04-09Recognize and support the Microchip MCP9805 JC-42.2 sensor (we hope; I amTheo de Raadt
2008-04-09support the NPX SE97 tooTheo de Raadt
2008-04-09On sparc64, a zero base address doesn't mean the BAR is invalid. We probablyMark Kettenis
2008-04-09Add OpenBSD cvs id.Marcus Glocker
2008-04-09Increase buffer size sent to the fifo, and clamp the size correctly.Theo de Raadt
2008-04-09Initial import for uvideo(4) and video(4):Robert Nagy
2008-04-09from freebsd; tested in snaps for weeksTheo de Raadt
2008-04-09device_lookup() increments the reference count for the device, and weOwain Ainsworth
2008-04-09Add new stub uvm_shutdown() and call it from the right place in MD boot()Theo de Raadt
2008-04-09Don't grab the kernel biglock for syscalls marked SY_NOLOCK;Thordur I. Bjornsson
2008-04-09dma sync the tx ring and post new packets to the chip once per call toDavid Gwynne
2008-04-08- Count excess and late collisions as output errors.Brad Smith
2008-04-08For some reason access to io space using ASI_PHYS_NON_CACHED_LITTLE doesn'tMark Kettenis
2008-04-08unp_internalize() repaired wrong file structs on error. ok deraadt@, kettenis@Stefan Kempf
2008-04-08pci_chipset_tag_t already_t is_t a_t pointer_tMark Kettenis
2008-04-08Fix dmesg printing in the case that no device attaches.Mark Kettenis