summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-06-25Reimplement the audio driver in a simpler way, removing unused/unusableAlexandre Ratchov
2015-06-25you need to include ddb/db_output.h so you know how to call db_printfDavid Gwynne
2015-06-25fix format string in MP_LOCKDEBUG codeDavid Gwynne
2015-06-24Make ARM_KERNEL_BASE explicitely unsignedMiod Vallat
2015-06-24Remove unused KERNEL_PD_SIZE macro which performs unsafe signed shift ofMiod Vallat
2015-06-24Uninitialized variables; pedro@Miod Vallat
2015-06-24Allow uvideo_mmap_queue() to fail gracefully when the mmap queue is full;Miod Vallat
2015-06-24#undef HZ before defining it such that compiling a kernel with -DHZ=xxx works.Mark Kettenis
2015-06-24fauls -> faultsMiod Vallat
2015-06-24Linux jiffies and OpenBSD ticks are the same thing.Mark Kettenis
2015-06-24Attempt to explain how this device works. Based upon a private mail I wroteMiod Vallat
2015-06-24Do not quiesce the firmware on Quad G5 to let it manage the fans.Martin Pieuchot
2015-06-24IPL_MPSAFE bits for macppc with openpic(4).Martin Pieuchot
2015-06-24Quirk needed for SuperTop IDE bridge from frantisek holop.Martin Pieuchot
2015-06-24regenMartin Pieuchot
2015-06-24SuperTop IDE bridge from frantisek holop.Martin Pieuchot
2015-06-24Stop garbgage collecting mbufs from the ARP, IPv4 and IPv6 queues whenMartin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-06-24Introduce Linux work queue APIs and use them. As a side-effect, this willMark Kettenis
2015-06-24Remove a couple of unused and old #defines that discussed phys and virtMike Larkin
2015-06-24reenable the pool gc task.David Gwynne
2015-06-23Disable some of the pmap_emulate_reference() DEBUG checks if optionMiod Vallat
2015-06-23In the copy(9) function, make sure to remember curproc accross the bcopy()Miod Vallat
2015-06-23If the kernel symbols fit completely into the 2 MB alignment holeAlexander Bluhm
2015-06-23Pass a "struct ifnet *" instead of a "struct arpcom *" to arpresolve().Martin Pieuchot
2015-06-23delete more p==NULL checks; discussed with miod, kettenis, dlg beforeTheo de Raadt
2015-06-23Adapt bridge(4) to the new if_input() framework.Martin Pieuchot
2015-06-22Add an #ifdef HIBERNATE to allow to build a kernel without hibernate butAlexander Bluhm
2015-06-22Make it possible to create write combing mappings through /dev/mem. This isMark Kettenis
2015-06-22document that boot.conf can contain comments;Jason McIntyre
2015-06-22Increment rule counters only after successful state insertionMike Belopuhov
2015-06-22Flush out another small diff to reduce the diffs with Linux.Mark Kettenis
2015-06-22Do not update frame lengths to reflect what has really been transferedMartin Pieuchot
2015-06-22Make xhci(4)'s root hub report the same status bits as physical USB3 hubs.Martin Pieuchot
2015-06-22rtrequest1(9) error code path cleanup.Martin Pieuchot
2015-06-22Apparently some BIOSes not supporting xHCI natively switch USB portsMartin Pieuchot
2015-06-21Don't use uninitialized data as a return value.Kenneth R Westerback
2015-06-21Don't leak mem if wsfont_rotate() fails.Jeremie Courreges-Anglas
2015-06-21Count transmitted packets.Mark Kettenis
2015-06-21memory leak on failure; from Maxime VillardTheo de Raadt
2015-06-20Fix a bug that causes uvm_pmr_get1page() to fail for allocations thatMark Kettenis
2015-06-20Only match devices with a valid configuration.Martin Pieuchot
2015-06-19Only match devices with a valid configuration.uaa
2015-06-19remove isp(4) now that the ql* family have replaced itJonathan Matthew
2015-06-18For unsupported sample formats, don't return EINVAL but set the closestChristian Weisgerber
2015-06-18CP2110 is handled by uslhcom not uslcomJonathan Gray
2015-06-18Only match devices with a valid configuration.Martin Pieuchot
2015-06-18Only match devices with a valid configuration.Martin Pieuchot
2015-06-18Only match devices with a valid configuration.Martin Pieuchot
2015-06-17my keyboard is conspiring against meTheo de Raadt