Age | Commit message (Expand) | Author |
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 |
2014-04-26 | Get rid of duplication of the global lock code. Allow recursion in all | Mark Kettenis |
2014-04-26 | Do not pass a NULL argument to OF_getprop(), even if it's fine for the | Martin Pieuchot |
2014-04-26 | Allow to compile with DEBUG_PMAP defined. | Martin Pieuchot |
2014-04-26 | remove a duplicate break statement | Jonathan Gray |
2014-04-26 | Perform MAXPHYS-sized reads for the chunktable instead of PAGE_SIZE-sized | Mike Larkin |
2014-04-25 | Defer the free of the hibernate structures until later, when it is safe to | Mike Larkin |
2014-04-25 | regen | Martin Pieuchot |
2014-04-25 | Add a bunch of GeForce GT{,X} chips listed in nvidia's 334.21 driver. | Martin Pieuchot |
2014-04-25 | Remove rti_ifp from rt_addrinfo, one less ifp pointer, say yay! | Martin Pieuchot |
2014-04-25 | Do no reprobe for a supported protocol when enabling a pointing | Martin Pieuchot |
2014-04-25 | test dt_min for invalid minute values instead of testing dt_sec twice | Jonathan Gray |
2014-04-25 | Kill in_localaddr(), one less usage of the global list of IPv4 addresses. | Martin Pieuchot |
2014-04-25 | don't access a pointer till after the null check | Jonathan Gray |
2014-04-24 | no need to check for default_chip_map twice in one if statement | Jonathan Gray |
2014-04-24 | ewps... repair qid assignment | Henning Brauer |
2014-04-24 | Change the usbd_*_report() family of functions to take a usbd_device | Martin Pieuchot |
2014-04-24 | match some more intel sata devices in ide mode | Jonathan Gray |
2014-04-24 | regen | Jonathan Gray |
2014-04-24 | add some more intel sata devices in ide mode | Jonathan Gray |
2014-04-23 | No need for vargs here. | Florian Obser |
2014-04-23 | Document RTS5227 support in rtsx(4). | Stefan Sperling |
2014-04-23 | Don't use varargs for udp_output() and sync the argument order with | Martin Pieuchot |
2014-04-23 | Don't attempt to deal with link types supported by no drivers in the | Jeremie Courreges-Anglas |
2014-04-23 | You don't want to use ifa_ifwithroute(), it exists for to the routing | Martin Pieuchot |
2014-04-23 | rename some hardware revisions to match FreeBSD | Jonathan Gray |
2014-04-23 | add support for RTL8168EP | Jonathan Gray |
2014-04-23 | While we always mask the revision with 0x7c800000 linux uses a table | Jonathan Gray |
2014-04-23 | Add support for RTL8168GU | Jonathan Gray |
2014-04-22 | Unify the model name to LUNA-88K{,2}, that is considered the | Kenji Aoyama |
2014-04-22 | Fix issue where we could jump into getdirtybuf without splbio() on a retry | Bob Beck |
2014-04-22 | Remove RX checksum offloading support. The chip is too limited, and | Christian Weisgerber |
2014-04-22 | Remove some altq tentacles. | Martin Pieuchot |
2014-04-22 | ifa_ifwithroute() is the only magic place where an AF_LINK sockaddr | Martin Pieuchot |
2014-04-22 | NULL is cooler than 0 when pointers are concerned | Henning Brauer |
2014-04-22 | If VLAN_HWTAGGING is disabled, we tell the chip not to strip the | Christian Weisgerber |
2014-04-22 | we used to handle the vlan tag etc insertion very very very late, | Henning Brauer |
2014-04-22 | move vscsi from using scsi_req_probe and scsi_req_detach to using | David Gwynne |
2014-04-22 | factor out the code that figures out whether you're probing or detaching | David Gwynne |
2014-04-21 | g/c hdrcmplt var, we can just set the esrc ptr earlier and re-set it in | Henning Brauer |
2014-04-21 | __inline -> inline | Henning Brauer |
2014-04-21 | msdosfs timestamps can only represent 1/1/1980 through | Kenneth R Westerback |
2014-04-21 | Simplify the update process a bit. Don't try to skip parts based on what | Jonathan Matthew |
2014-04-21 | Back out most of v1.47 changes which mess up the block size on these | Bob Beck |
2014-04-21 | ip_output() using varargs always struck me as bizarre, esp since it's only | Henning Brauer |
2014-04-21 | Fix off-by-one error in PG_LGFRAME mask | Philip Guenther |