Age | Commit message (Expand) | Author |
2008-04-10 | Also count multicast packets and input bytes for interfaces enslaved by | Brad Smith |
2008-04-10 | scrub local stack-based buffers in the tty subsystem. tested by a lot of | Theo de Raadt |
2008-04-10 | the ffs code is a bit noisy when it runs out of inodes/space etc; | Thordur I. Bjornsson |
2008-04-10 | Make sun4v_broadcast_ipi() do its job by making a single hypervisor call | Mark Kettenis |
2008-04-10 | Add support for recording through the mic jack on AD1984. | Deanna Phillips |
2008-04-10 | Make sure the fd passing code only accepts control messages without padding | Mark Kettenis |
2008-04-10 | MCP98242 temp sensor docs found.. | Theo de Raadt |
2008-04-10 | Correctly amount swap usage for anons, from NetBSD via PR 5772. | Miod Vallat |
2008-04-10 | fix the macros that are used to read the devid vpd page. | David Gwynne |
2008-04-10 | Fix MJPEG Video Frame Descriptor struct. | Marcus Glocker |
2008-04-10 | the success of a command is reported in the mbox, but not passed on to the | David Gwynne |
2008-04-09 | Recognize and support the Microchip MCP9805 JC-42.2 sensor (we hope; I am | Theo de Raadt |
2008-04-09 | support the NPX SE97 too | Theo de Raadt |
2008-04-09 | On sparc64, a zero base address doesn't mean the BAR is invalid. We probably | Mark Kettenis |
2008-04-09 | Add OpenBSD cvs id. | Marcus Glocker |
2008-04-09 | Increase buffer size sent to the fifo, and clamp the size correctly. | Theo de Raadt |
2008-04-09 | Initial import for uvideo(4) and video(4): | Robert Nagy |
2008-04-09 | from freebsd; tested in snaps for weeks | Theo de Raadt |
2008-04-09 | device_lookup() increments the reference count for the device, and we | Owain Ainsworth |
2008-04-09 | Add new stub uvm_shutdown() and call it from the right place in MD boot() | Theo de Raadt |
2008-04-09 | Don't grab the kernel biglock for syscalls marked SY_NOLOCK; | Thordur I. Bjornsson |
2008-04-09 | dma sync the tx ring and post new packets to the chip once per call to | David Gwynne |
2008-04-08 | - Count excess and late collisions as output errors. | Brad Smith |
2008-04-08 | For some reason access to io space using ASI_PHYS_NON_CACHED_LITTLE doesn't | Mark Kettenis |
2008-04-08 | unp_internalize() repaired wrong file structs on error. ok deraadt@, kettenis@ | Stefan Kempf |
2008-04-08 | pci_chipset_tag_t already_t is_t a_t pointer_t | Mark Kettenis |
2008-04-08 | Fix dmesg printing in the case that no device attaches. | Mark Kettenis |
2008-04-08 | bring cloning up too date; Munge it so it will work with atleast | Thordur I. Bjornsson |
2008-04-08 | Split the cdev makro for bpftun into two seperate definitions. tun(4) and | Claudio Jeker |
2008-04-08 | Make ahci detachable. Not tested as the ppb on my shitty nvidia | Jonathan Gray |
2008-04-07 | Compare device names consistantly in parsedisk(). | Kenneth R Westerback |
2008-04-07 | SGI 1-Wire Number-In-a-Can drivers. These are regular Dallas/Maxim append-only | Miod Vallat |
2008-04-07 | Simple com@ioc (with interrupt handling disabled until ioc interrupt code is | Miod Vallat |
2008-04-07 | Preliminary IOC3 multi-function chip driver, from jsing@ and I. Currently | Miod Vallat |
2008-04-07 | Allow a 1-Wire controller to request an immediate scan, and also to prevent | Miod Vallat |
2008-04-07 | Regen | Miod Vallat |
2008-04-07 | A first cut at XBow bus support, very minimal, limited to a local bus only; | Miod Vallat |
2008-04-07 | Platform-specific bits for IP30 (Octane). Based on knowledge extracted from | Miod Vallat |
2008-04-07 | Allow for up to 32 memory segments. | Miod Vallat |
2008-04-07 | Add a freelist member to the ARCBios memory information. For now, all ARCBios | Miod Vallat |
2008-04-07 | Add ``guarded'' word read and write routines, to be used by machine-dependent | Miod Vallat |
2008-04-07 | Split clock attachment in two parts: a timecounter attachment (at mainbus), | Miod Vallat |
2008-04-07 | Since uncached virtual addresses will depend upon space identifiers on R1xk | Miod Vallat |
2008-04-07 | Unclutter machdep.c by moving the IP32-specific initialization code to its | Miod Vallat |
2008-04-07 | Use CCA_CACHED as the default CCA for all cached mappings and addresses. | Miod Vallat |
2008-04-07 | Define the pte cacheability bits from the cpu.h cache coherency constants. | Miod Vallat |
2008-04-07 | Define more cache coherency attributes, as well as R10k space identifiers. | Miod Vallat |
2008-04-07 | Hardware monitor address should be 8-byte aligned. | Mark Kettenis |
2008-04-07 | snprintf "%s" -> strlcpy | Oleg Safiullin |
2008-04-07 | fix snprintf usage | Oleg Safiullin |