Age | Commit message (Expand) | Author |
2014-05-05 | Plug a memory leak related to HID descriptor parsing. | Martin Pieuchot |
2014-05-05 | Tweak comment on struct _partitionv0. It's no longer the partition | Kenneth R Westerback |
2014-05-05 | Use a custom ifa_rtrequest function for point-to-point interfaces | Martin Pieuchot |
2014-05-05 | remove dead code: calling ether_attach which sets if_type to IFT_ETHER, | Henning Brauer |
2014-05-04 | format string fixes for bus_addr_t and bus_size_t | Stefan Fritsch |
2014-05-04 | remove some hh and h format specifiers | Stefan Fritsch |
2014-05-04 | format string fix for bus_space_tag_t | Stefan Fritsch |
2014-05-04 | change type of handle var to u_int16_t | Stefan Fritsch |
2014-05-04 | Make use of usbd_xfer_isread() instead of rerolling it everywhere. | Martin Pieuchot |
2014-05-04 | Get rid of EHCI_NULL. No functional change. | Martin Pieuchot |
2014-05-04 | Add PS_SYSTEM, the process-level mirror of the thread-level P_SYSTEM, | Philip Guenther |
2014-05-04 | When kern.nosuidcoredump=3, act like =2 but try to dump cores into | Theo de Raadt |
2014-05-03 | If P_ZOMBIE(pr->ps_mainproc) is true, then (pr->ps_flags & PS_EXITING) | Philip Guenther |
2014-05-03 | Fix whitespace fail in previous commit | Philip Guenther |
2014-05-03 | Move the u-area allocation and pmap-magic logic to its own function | Philip Guenther |
2014-05-03 | drm/radeon: call drm_edid_to_eld when we update the edid | Jonathan Gray |
2014-05-03 | Skip intel_crt_init for Dell XPS 8700 | Jonathan Gray |
2014-05-03 | drm/i915/tv: fix gen4 composite s-video tv-out | Jonathan Gray |
2014-05-03 | drm/i915: quirk invert brightness for Acer Aspire 5336 | Jonathan Gray |
2014-05-02 | Change BLKDEV_IOSIZE to PAGE_SIZE | Theo de Raadt |
2014-05-02 | Make acpiprt(4) handle interrupts with non-standard polarity and trigger mode | Mark Kettenis |
2014-05-02 | Make acpi_mutex_acquire/release actually grab the global lock if it should. | Mark Kettenis |
2014-05-02 | Kill annoying and useless emacs local variable. ok mikeb@ | Jeremie Courreges-Anglas |
2014-05-01 | move pointer use to after a NULL pointer check | Jonathan Gray |
2014-05-01 | with some random chance, swizzle the current page for the pool to avoid | Ted Unangst |
2014-05-01 | fixed some debug messages | sasano |
2014-04-30 | Make sure we flush discarded pages even if the number of hash buckets doesn't | Mark Kettenis |
2014-04-30 | Assigning list pointers doesn't really work with doubly linked lists. Use | Mark Kettenis |
2014-04-30 | Remove carp_seroute() it no longer does anything useful but mess with | Martin Pieuchot |
2014-04-30 | format string fixes for (u)int64 vars | Stefan Fritsch |
2014-04-30 | Enforce proper alignment of stack variables which may get accessed with | Miod Vallat |
2014-04-29 | Get rid of the per-softc freelist of transfer descriptors and use a | Martin Pieuchot |
2014-04-29 | Finally plug the public xfer leak #1 in our USB stack. | Martin Pieuchot |
2014-04-29 | regen | Ryan Thomas McBride |
2014-04-29 | Add Microsoft Wireless Mobile Mouse 3500 and Wireless Arc Mouse. | Ryan Thomas McBride |
2014-04-29 | Make sure to call uhidev_close() upon detach, plug another xfer leak. | Martin Pieuchot |
2014-04-29 | Plug an xfer leak. | Martin Pieuchot |
2014-04-29 | Get rid of the per-softc freelist of transfer descriptors and use a | Martin Pieuchot |
2014-04-29 | If you plan to write an obfuscated-by-design kernel / userland | Martin Pieuchot |
2014-04-29 | Replace 1 << PAGE_SHIFT with PAGE_SIZE. | Mark Kettenis |
2014-04-29 | Fix typo: d_addrt -> daddr_t | David Coppa |
2014-04-29 | Remove device white-listing as matching method, relies on on usage id | Andre de Oliveira |
2014-04-28 | Remove bogus semicolon. | Brad Smith |
2014-04-28 | sync bzero => memset that was done for ip_divert.c before. | Reyk Floeter |
2014-04-28 | Move an opening brace so a loop that delays while waiting | Jonathan Gray |
2014-04-27 | Add PME_STATUS and PME_EN bitmasks for the PCI PMCSR register. | Stefan Sperling |
2014-04-27 | Start de-obfuscating the HC drivers. | Martin Pieuchot |
2014-04-27 | Do not let the bluetooth HID device, present in Apple machines with USB, | Martin Pieuchot |
2014-04-27 | transplant hotplug code over from qle(4) | Jonathan Matthew |
2014-04-27 | When the firmware has already allocated the handle we want to use to log in | Jonathan Matthew |