aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make sure the holding descriptor and link pointer are both freed duringAdrian Chadd2013-05-102-2/+30
* Fix a VAP BSS node reference in the HT code to actually take a referenceAdrian Chadd2013-05-101-1/+7
* another minor bugfix in the memory allocator, this time in the free routine.Luigi Rizzo2013-05-101-1/+1
* Make the read/write routines default to the newer DS1337 part, but keepWarner Losh2013-05-101-20/+2
* Move 'compatible' line out of the common am335x.dtsi and intoTim Kientzle2013-05-103-2/+160
* As requested, move this back to opt-in and list my boards.Warner Losh2013-05-101-3/+30
* Remove the commented out code I just committed. If we need it, I'llWarner Losh2013-05-101-225/+0
* Add commented out OCTEON_VENDOR_GEFESWarner Losh2013-05-101-0/+1
* Add support from GE Intelligent Platform Cavium Octeon boards. AddWarner Losh2013-05-105-12/+457
* Support array-type of stats in bhyve.Neel Natu2013-05-104-35/+74
* Both my EBH5200 and GE WANIC 6354 have a RTC as well. It looks fromWarner Losh2013-05-101-18/+3
* Retire write-only PCB_GS32BIT pcb flag on amd64.Dmitry Chagin2013-05-096-7/+3
* MFp4 CH=227440:Bjoern A. Zeeb2013-05-092-134/+134
* Add some missing arge MDIO hints.Adrian Chadd2013-05-091-0/+6
* Revision 233677 broke certain machines. Specifically, if the firmware/BIOSJohn Baldwin2013-05-091-2/+29
* Correct the type for the literal used on the left side of the shift upKonstantin Belousov2013-05-091-2/+2
* if_lem.c: make sure that lem_rxeof() can drain the entire rx queueLuigi Rizzo2013-05-094-5/+27
* simplify the code to initialize the RDT while in netmap mode.Luigi Rizzo2013-05-092-20/+9
* Add option WITNESS_NO_VNODE to suppress printing LORs between VNODEMarcel Moolenaar2013-05-096-2/+19
* Item 1 in r248830 causes earlier exits from the sendfile(2), beforeKonstantin Belousov2013-05-091-18/+29
* Update the holding buffer locking for EDMA.Adrian Chadd2013-05-091-3/+3
* Generalize the bitset operations, present in cpuset and offer a KPI toAttilio Rao2013-05-094-126/+243
* Fix the holding descriptor logic to actually be "right" (for valuesAdrian Chadd2013-05-082-8/+55
* Revert r250339 as apparently it is more clutter than help.Attilio Rao2013-05-081-42/+0
* Bring in a basic ethernet switch driver for the IP17x series ofAdrian Chadd2013-05-0812-0/+1655
* Modify the routerstation config to use ukswitch for now.Adrian Chadd2013-05-082-2/+13
* Fix the ukswitch code to work with the new vlan changes:Adrian Chadd2013-05-081-9/+9
* Correctly mark the CPU port.Adrian Chadd2013-05-081-0/+1
* Add the ability to change the vlan operation mode.Adrian Chadd2013-05-083-1/+71
* No need to set if_mtu since it automatically updated by ether_ifattach().David C Somayajulu2013-05-081-2/+2
* According to the documentation, on Linux, cancel_delayed_work() does notXin LI2013-05-081-3/+3
* When the accept queue is full print the number of already pendingAndre Oppermann2013-05-081-1/+1
* A driver for Intel Rapid Start Technology ACPI device.Takanori Watanabe2013-05-082-0/+141
* Fix-up r250338 by completing the removal of VM_NDOMAIN in favor ofAttilio Rao2013-05-081-2/+2
* Update copyright date.Aleksandr Rybalko2013-05-0824-23/+24
* This shouldn't have made it into this commit, sorry.Adrian Chadd2013-05-081-6/+0
* Revert a previous commit - this is causing hardware errors.Adrian Chadd2013-05-082-14/+19
* Implement STBC receive frame statistics.Adrian Chadd2013-05-086-2/+17
* MFV: r250336Jung-uk Kim2013-05-081-0/+1
|\
* | 1. Updated Copyright InformationDavid C Somayajulu2013-05-0716-55/+631
* | Add functions to do ACPI System Locality Information Table parsingAttilio Rao2013-05-071-0/+42
* | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-0718-65/+46
* | Remove a redundant call to panic() from vm_radix_keydiff(). The assertionAlan Cox2013-05-071-4/+2
* | Don't pad disk partition sizes with leading zeros. This was alreadyJohn Baldwin2013-05-071-1/+1
* | Add a sysctl vfs.read_min to complement the exiting vfs.read_max. ItScott Long2013-05-071-0/+12
* | Re-work how transmit buffer limits are enforced - partly to fix the PR,Adrian Chadd2013-05-074-17/+94
* | Simplify this bit of code!Adrian Chadd2013-05-071-4/+1
* | decode_win_sdram_fixup() function should be declared, defined and usedGrzegorz Bernacki2013-05-071-0/+4
* | Fixing a clang warning about using uninitialized variable.Hiren Panchasara2013-05-061-1/+1
* | Improve KASSERT() message.Gleb Smirnoff2013-05-061-2/+2