Age | Commit message (Expand) | Author |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-24 | Introduce Linux work queue APIs and use them. As a side-effect, this will | Mark Kettenis |
2015-06-24 | Remove a couple of unused and old #defines that discussed phys and virt | Mike Larkin |
2015-06-24 | reenable the pool gc task. | David Gwynne |
2015-06-23 | Disable some of the pmap_emulate_reference() DEBUG checks if option | Miod Vallat |
2015-06-23 | In the copy(9) function, make sure to remember curproc accross the bcopy() | Miod Vallat |
2015-06-23 | If the kernel symbols fit completely into the 2 MB alignment hole | Alexander Bluhm |
2015-06-23 | Pass a "struct ifnet *" instead of a "struct arpcom *" to arpresolve(). | Martin Pieuchot |
2015-06-23 | delete more p==NULL checks; discussed with miod, kettenis, dlg before | Theo de Raadt |
2015-06-23 | Adapt bridge(4) to the new if_input() framework. | Martin Pieuchot |
2015-06-22 | Add an #ifdef HIBERNATE to allow to build a kernel without hibernate but | Alexander Bluhm |
2015-06-22 | Make it possible to create write combing mappings through /dev/mem. This is | Mark Kettenis |
2015-06-22 | document that boot.conf can contain comments; | Jason McIntyre |
2015-06-22 | Increment rule counters only after successful state insertion | Mike Belopuhov |
2015-06-22 | Flush out another small diff to reduce the diffs with Linux. | Mark Kettenis |
2015-06-22 | Do not update frame lengths to reflect what has really been transfered | Martin Pieuchot |
2015-06-22 | Make xhci(4)'s root hub report the same status bits as physical USB3 hubs. | Martin Pieuchot |
2015-06-22 | rtrequest1(9) error code path cleanup. | Martin Pieuchot |
2015-06-22 | Apparently some BIOSes not supporting xHCI natively switch USB ports | Martin Pieuchot |
2015-06-21 | Don't use uninitialized data as a return value. | Kenneth R Westerback |
2015-06-21 | Don't leak mem if wsfont_rotate() fails. | Jeremie Courreges-Anglas |
2015-06-21 | Count transmitted packets. | Mark Kettenis |
2015-06-21 | memory leak on failure; from Maxime Villard | Theo de Raadt |
2015-06-20 | Fix a bug that causes uvm_pmr_get1page() to fail for allocations that | Mark Kettenis |
2015-06-20 | Only match devices with a valid configuration. | Martin Pieuchot |
2015-06-19 | Only match devices with a valid configuration. | uaa |
2015-06-19 | remove isp(4) now that the ql* family have replaced it | Jonathan Matthew |
2015-06-18 | For unsupported sample formats, don't return EINVAL but set the closest | Christian Weisgerber |
2015-06-18 | CP2110 is handled by uslhcom not uslcom | Jonathan Gray |
2015-06-18 | Only match devices with a valid configuration. | Martin Pieuchot |
2015-06-18 | Only match devices with a valid configuration. | Martin Pieuchot |
2015-06-18 | Only match devices with a valid configuration. | Martin Pieuchot |
2015-06-17 | my keyboard is conspiring against me | Theo de Raadt |
2015-06-17 | crank to 5.8-beta | Theo de Raadt |
2015-06-17 | when no fingers are down, send 0 for z | Joshua Stein |
2015-06-17 | fix compilation with UBCMTP_DEBUG | Joshua Stein |
2015-06-17 | move to 5.8-beta. This is a bit earlier than normal... | Theo de Raadt |
2015-06-17 | Make kernel text read-only and unreadable from userland, and remove the bogus | Miod Vallat |
2015-06-17 | Four new sensors, from David Higgs. | Martin Pieuchot |
2015-06-16 | alloc_contiguous_pages() is supposed to round the allocation size to a page | Miod Vallat |
2015-06-16 | Clear the PIC `write request' memory at initialization time. There is | Miod Vallat |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-16 | Add a uslcom id for the Netgear M7100 console from Andrew Daugherity. | Jonathan Gray |
2015-06-16 | regen | Jonathan Gray |
2015-06-16 | Add a uslcom id for the Netgear M7100 console from Andrew Daugherity. | Jonathan Gray |
2015-06-15 | Bring back r1.78 and r1.79, now that ajactouto@'s regression has | Martin Pieuchot |
2015-06-15 | Fix a double free in the destroy path triggered when a second process, | Martin Pieuchot |
2015-06-15 | Set the length of isochronous transfers as the sum of the frames lengths. | Martin Pieuchot |
2015-06-15 | Use proper argument type for crp_callback functions; no functional change. | Mike Belopuhov |
2015-06-15 | No need for an extra local variable; no functional change. | Mike Belopuhov |