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