Age | Commit message (Expand) | Author |
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 |
2014-09-05 | Don't bother messing with minphys, we always need to support | Stefan Fritsch |
2014-09-05 | sync | Chris Cappuccio |
2014-09-05 | Another Intel 10GbE | Chris Cappuccio |
2014-09-05 | KASSERT that the page header pool will use in page headers. | David Gwynne |
2014-09-04 | Remove global cp_time[] array; no longer used now that all arches implement | Miod Vallat |
2014-09-04 | Revert previous change, but use curcpu()->ci_schedstate.spc_cp_time[] instead | Miod Vallat |
2014-09-04 | rework how pools with large pages (>PAGE_SIZE) are implemented. | David Gwynne |
2014-09-03 | When a route to prefix (connected route) is added, if its associated | Martin Pieuchot |
2014-09-03 | Make sure broadcast entries won't be freed by the arp timer so we can | Martin Pieuchot |
2014-09-03 | Treat broadcast entries like local ones and give them the highest | Martin Pieuchot |
2014-09-03 | Sync amd64 and i386 GENERIC.MP with other arches by | Bret Lambert |
2014-09-03 | tasks dont need a mutex and a semaphore to protect against multiple uses | David Gwynne |
2014-09-02 | Add Jumbo support for BCM5714 / BCM5780 and BCM5717 / BCM5719 / BCM5720 / BCM... | Brad Smith |
2014-09-01 | Set the configuration number and get the interface handle in attach(), | Martin Pieuchot |
2014-09-01 | Revert previous, it puts too much pressure on memory allocation as | Martin Pieuchot |
2014-09-01 | move mpi(4) from workq to taskq | Bret Lambert |
2014-09-01 | Make this consistent with sys/kern/Makefile: require the 'syscalls' target | Philip Guenther |
2014-09-01 | sync generated files | Doug Hogan |
2014-09-01 | Sync readlink(2) with IEEE Std 1003.1-2008. | Doug Hogan |
2014-09-01 | Add implementations of atomic_{inc,dec,add,sub}_{int,long}() and | Philip Guenther |
2014-09-01 | Add explicit membars, so that we can stop requiring rw_cas() to | Philip Guenther |