summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2015-06-17crank to 5.8-betaTheo de Raadt
2015-06-17when no fingers are down, send 0 for zJoshua Stein
2015-06-17fix compilation with UBCMTP_DEBUGJoshua Stein
2015-06-17move to 5.8-beta. This is a bit earlier than normal...Theo de Raadt
2015-06-17Make kernel text read-only and unreadable from userland, and remove the bogusMiod Vallat
2015-06-17Four new sensors, from David Higgs.Martin Pieuchot
2015-06-16alloc_contiguous_pages() is supposed to round the allocation size to a pageMiod Vallat
2015-06-16Clear the PIC `write request' memory at initialization time. There isMiod Vallat
2015-06-16Store a unique ID, an interface index, rather than a pointer to theMartin Pieuchot
2015-06-16Add a uslcom id for the Netgear M7100 console from Andrew Daugherity.Jonathan Gray
2015-06-16regenJonathan Gray
2015-06-16Add a uslcom id for the Netgear M7100 console from Andrew Daugherity.Jonathan Gray
2015-06-15Bring back r1.78 and r1.79, now that ajactouto@'s regression hasMartin Pieuchot
2015-06-15Fix a double free in the destroy path triggered when a second process,Martin Pieuchot
2015-06-15Set the length of isochronous transfers as the sum of the frames lengths.Martin Pieuchot
2015-06-15Use proper argument type for crp_callback functions; no functional change.Mike Belopuhov
2015-06-15No need for an extra local variable; no functional change.Mike Belopuhov