| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make sure the holding descriptor and link pointer are both freed during | Adrian Chadd | 2013-05-10 | 2 | -2/+30 |
| * | Fix a VAP BSS node reference in the HT code to actually take a reference | Adrian Chadd | 2013-05-10 | 1 | -1/+7 |
| * | another minor bugfix in the memory allocator, this time in the free routine. | Luigi Rizzo | 2013-05-10 | 1 | -1/+1 |
| * | Make the read/write routines default to the newer DS1337 part, but keep | Warner Losh | 2013-05-10 | 1 | -20/+2 |
| * | Move 'compatible' line out of the common am335x.dtsi and into | Tim Kientzle | 2013-05-10 | 3 | -2/+160 |
| * | As requested, move this back to opt-in and list my boards. | Warner Losh | 2013-05-10 | 1 | -3/+30 |
| * | Remove the commented out code I just committed. If we need it, I'll | Warner Losh | 2013-05-10 | 1 | -225/+0 |
| * | Add commented out OCTEON_VENDOR_GEFES | Warner Losh | 2013-05-10 | 1 | -0/+1 |
| * | Add support from GE Intelligent Platform Cavium Octeon boards. Add | Warner Losh | 2013-05-10 | 5 | -12/+457 |
| * | Support array-type of stats in bhyve. | Neel Natu | 2013-05-10 | 4 | -35/+74 |
| * | Both my EBH5200 and GE WANIC 6354 have a RTC as well. It looks from | Warner Losh | 2013-05-10 | 1 | -18/+3 |
| * | Retire write-only PCB_GS32BIT pcb flag on amd64. | Dmitry Chagin | 2013-05-09 | 6 | -7/+3 |
| * | MFp4 CH=227440: | Bjoern A. Zeeb | 2013-05-09 | 2 | -134/+134 |
| * | Add some missing arge MDIO hints. | Adrian Chadd | 2013-05-09 | 1 | -0/+6 |
| * | Revision 233677 broke certain machines. Specifically, if the firmware/BIOS | John Baldwin | 2013-05-09 | 1 | -2/+29 |
| * | Correct the type for the literal used on the left side of the shift up | Konstantin Belousov | 2013-05-09 | 1 | -2/+2 |
| * | if_lem.c: make sure that lem_rxeof() can drain the entire rx queue | Luigi Rizzo | 2013-05-09 | 4 | -5/+27 |
| * | simplify the code to initialize the RDT while in netmap mode. | Luigi Rizzo | 2013-05-09 | 2 | -20/+9 |
| * | Add option WITNESS_NO_VNODE to suppress printing LORs between VNODE | Marcel Moolenaar | 2013-05-09 | 6 | -2/+19 |
| * | Item 1 in r248830 causes earlier exits from the sendfile(2), before | Konstantin Belousov | 2013-05-09 | 1 | -18/+29 |
| * | Update the holding buffer locking for EDMA. | Adrian Chadd | 2013-05-09 | 1 | -3/+3 |
| * | Generalize the bitset operations, present in cpuset and offer a KPI to | Attilio Rao | 2013-05-09 | 4 | -126/+243 |
| * | Fix the holding descriptor logic to actually be "right" (for values | Adrian Chadd | 2013-05-08 | 2 | -8/+55 |
| * | Revert r250339 as apparently it is more clutter than help. | Attilio Rao | 2013-05-08 | 1 | -42/+0 |
| * | Bring in a basic ethernet switch driver for the IP17x series of | Adrian Chadd | 2013-05-08 | 12 | -0/+1655 |
| * | Modify the routerstation config to use ukswitch for now. | Adrian Chadd | 2013-05-08 | 2 | -2/+13 |
| * | Fix the ukswitch code to work with the new vlan changes: | Adrian Chadd | 2013-05-08 | 1 | -9/+9 |
| * | Correctly mark the CPU port. | Adrian Chadd | 2013-05-08 | 1 | -0/+1 |
| * | Add the ability to change the vlan operation mode. | Adrian Chadd | 2013-05-08 | 3 | -1/+71 |
| * | No need to set if_mtu since it automatically updated by ether_ifattach(). | David C Somayajulu | 2013-05-08 | 1 | -2/+2 |
| * | According to the documentation, on Linux, cancel_delayed_work() does not | Xin LI | 2013-05-08 | 1 | -3/+3 |
| * | When the accept queue is full print the number of already pending | Andre Oppermann | 2013-05-08 | 1 | -1/+1 |
| * | A driver for Intel Rapid Start Technology ACPI device. | Takanori Watanabe | 2013-05-08 | 2 | -0/+141 |
| * | Fix-up r250338 by completing the removal of VM_NDOMAIN in favor of | Attilio Rao | 2013-05-08 | 1 | -2/+2 |
| * | Update copyright date. | Aleksandr Rybalko | 2013-05-08 | 24 | -23/+24 |
| * | This shouldn't have made it into this commit, sorry. | Adrian Chadd | 2013-05-08 | 1 | -6/+0 |
| * | Revert a previous commit - this is causing hardware errors. | Adrian Chadd | 2013-05-08 | 2 | -14/+19 |
| * | Implement STBC receive frame statistics. | Adrian Chadd | 2013-05-08 | 6 | -2/+17 |
| * | MFV: r250336 | Jung-uk Kim | 2013-05-08 | 1 | -0/+1 |
| |\ |
|
| * | | 1. Updated Copyright Information | David C Somayajulu | 2013-05-07 | 16 | -55/+631 |
| * | | Add functions to do ACPI System Locality Information Table parsing | Attilio Rao | 2013-05-07 | 1 | -0/+42 |
| * | | Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h in | Attilio Rao | 2013-05-07 | 18 | -65/+46 |
| * | | Remove a redundant call to panic() from vm_radix_keydiff(). The assertion | Alan Cox | 2013-05-07 | 1 | -4/+2 |
| * | | Don't pad disk partition sizes with leading zeros. This was already | John Baldwin | 2013-05-07 | 1 | -1/+1 |
| * | | Add a sysctl vfs.read_min to complement the exiting vfs.read_max. It | Scott Long | 2013-05-07 | 1 | -0/+12 |
| * | | Re-work how transmit buffer limits are enforced - partly to fix the PR, | Adrian Chadd | 2013-05-07 | 4 | -17/+94 |
| * | | Simplify this bit of code! | Adrian Chadd | 2013-05-07 | 1 | -4/+1 |
| * | | decode_win_sdram_fixup() function should be declared, defined and used | Grzegorz Bernacki | 2013-05-07 | 1 | -0/+4 |
| * | | Fixing a clang warning about using uninitialized variable. | Hiren Panchasara | 2013-05-06 | 1 | -1/+1 |
| * | | Improve KASSERT() message. | Gleb Smirnoff | 2013-05-06 | 1 | -2/+2 |