Age | Commit message (Expand) | Author |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-13 | Replace all queue *_END macro calls except CIRCLEQ_END with NULL. | Doug Hogan |
2014-09-13 | Add HP Gen9 Smart Array/Smart HBA devices. | Jonathan Gray |
2014-09-13 | regen | Jonathan Gray |
2014-09-13 | Add HP Gen9 Smart Array/Smart HBA devices and some devices | Jonathan Gray |
2014-09-12 | Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodes | Stuart Henderson |
2014-09-12 | Something went amiss in last pcidevs_data.h generation/commit. Regen and | Kenneth R Westerback |
2014-09-12 | Remove the code that attempts to synchronize P-state transitions between CPUs. | Mark Kettenis |
2014-09-12 | dont leak a ccb in identify | David Gwynne |
2014-09-12 | regen | David Gwynne |
2014-09-12 | add Intel SSD DC P3700/P3600/P3500 | David Gwynne |
2014-09-12 | fix some format string issues | David Gwynne |
2014-09-11 | mplement membar(9) API for i386. | Mark Kettenis |
2014-09-10 | s/IWL/IWN/ in comment here too | David Coppa |
2014-09-10 | Avoid possible use of uninitialized variable. | Mike Larkin |
2014-09-09 | workqs were replaced with tasks in here, so dont need workq.h anymore. | David Gwynne |
2014-09-09 | remove the scsi_task() wrapper around workq_add_task now that nothing | David Gwynne |
2014-09-09 | replace scsi_task(), which is a wrapper around workqs, with a quick | David Gwynne |
2014-09-09 | fix remaining spaces/tabs issues in #define lines | Stuart Henderson |
2014-09-09 | Backport https://svnweb.freebsd.org/base?view=revision&revision=258829 to fix | Stuart Henderson |
2014-09-09 | Make the cleaner, syncer, pagedaemon, aiodone daemons all | Bret Lambert |
2014-09-09 | rework the hotplug requests to use tasks rather than workqs. | David Gwynne |
2014-09-09 | mark the interrupt handler mpsafe, and give up biglock in the scsi cmd | David Gwynne |
2014-09-09 | Delete the SS_ISCONFIRMING flag that supported delayed connection | Philip Guenther |
2014-09-08 | change some (flags & PR_WAITOK) to ISSET(flags, PR_WAITOK) | David Gwynne |
2014-09-08 | sync | Chris Cappuccio |
2014-09-08 | Distinguish the 82599EN from the original 82599 | Chris Cappuccio |
2014-09-08 | Clear the PME Status bit on PCI devices in response to Device Wake events. | Mark Kettenis |
2014-09-08 | Don't sleep on allocation of hash table entries. Should fix crashes people | Mark Kettenis |
2014-09-08 | When logging a packet to a listener on the pflog0 interface, the | Alexander Bluhm |
2014-09-08 | Prevent addition of redundant IPv6 autoconf addresses. | Stefan Sperling |
2014-09-08 | Don't include <sys/types.h>; we already include <sys/param.h>. | Mark Kettenis |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-09-08 | Additional cleanup for procfs removal | Doug Hogan |
2014-09-08 | ...and the other file I missed cvs rm'ing in the procfs purge. | Philip Guenther |
2014-09-08 | Match 82599 as found on SuperMicro AOC-STGN-I1S | Chris Cappuccio |
2014-09-08 | Actually remove the procfs files | Philip Guenther |
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther |
2014-09-08 | the PR_LOGGING flag is unused, so im cleaning it up | David Gwynne |
2014-09-08 | deprecate the use of the PR_PHINPAGE flag by replacing it with a test | David Gwynne |
2014-09-07 | Implement membar(9) API for amd64. | Mark Kettenis |
2014-09-07 | typo in comment | Philip Guenther |
2014-09-06 | Rename ci_iactive into ci_flags, this field now holds the going-to- | Martin Pieuchot |
2014-09-06 | Magical sequences to ender ddb(4) from an ADB keyboard. | Martin Pieuchot |
2014-09-06 | Rewrite cpu_idle & friends to not check and update the hid0 register | Martin Pieuchot |
2014-09-06 | Rewrite the PowerPC stack dump routine to delimit the trap & interrupt | Martin Pieuchot |
2014-09-06 | Add functions to manipulate IBM PowerPC 970 specific registers that | Martin Pieuchot |
2014-09-06 | Match q33 devices. Previously only inteldrm matched on q33, | Jonathan Gray |
2014-09-06 | reduce the amount of pci includes | Jonathan Gray |
2014-09-06 | Various changes to the re(4) feature flags.. | Brad Smith |