| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use queue(9) instead of hand-crafted link lists for the global IPX | Robert Watson | 2009-06-24 | 5 | -51/+53 |
| * | - Change this driver to do taskqueue(9) based TX and interrupt | Marius Strobl | 2009-06-24 | 2 | -57/+136 |
| * | - Remove unused variables. [1] | Marius Strobl | 2009-06-24 | 1 | -25/+3 |
| * | MFp4: | Alexander Motin | 2009-06-24 | 1 | -0/+3 |
| * | o merge from amd64: | Marius Strobl | 2009-06-24 | 1 | -19/+37 |
| * | MFp4: | Alexander Motin | 2009-06-24 | 1 | -197/+0 |
| * | Remove kernel SLIP and PPP privileges, since they are no longer used. | Robert Watson | 2009-06-24 | 1 | -2/+2 |
| * | Deprecate the msgsys(), semsys(), and shmsys() system calls by moving | John Baldwin | 2009-06-24 | 4 | -185/+185 |
| * | MFp4: | Alexander Motin | 2009-06-24 | 22 | -22/+22 |
| * | With the fdc control device disappearing some 5 years ago, it is no | Joerg Wunsch | 2009-06-24 | 1 | -4/+0 |
| * | Whitespace fix. | John Baldwin | 2009-06-24 | 2 | -0/+2 |
| * | Revert the part of r194763 which added a dying flag and instead | Marius Strobl | 2009-06-24 | 2 | -12/+5 |
| * | - Similar to the previous commit, but for CURRENT: Fix a bug where a FIFO vnode | Ulf Lilleengen | 2009-06-24 | 1 | -1/+0 |
| * | - Fix a bug where a FIFO vnode use count was increased twice, but only | Ulf Lilleengen | 2009-06-24 | 1 | -1/+0 |
| * | If the initial attempt to refresh credentials in the RPCSEC_GSS client | Rick Macklem | 2009-06-24 | 1 | -3/+15 |
| * | Update for the Intel 10G driver, this adds support for | Jack F Vogel | 2009-06-24 | 12 | -680/+1275 |
| * | Updates for both the em and igb drivers, add support | Jack F Vogel | 2009-06-24 | 20 | -1497/+2734 |
| * | Some DMA related changes: | Alexander Motin | 2009-06-24 | 1 | -33/+35 |
| * | Unbreak sparc64 after the swap accounting changes: mark kernel_map | Konstantin Belousov | 2009-06-24 | 1 | -2/+2 |
| * | Rework locking and reference counting in ipx_control to be consistent with | Robert Watson | 2009-06-24 | 1 | -58/+60 |
| * | fw_state ad cur_state are holding unsigned bitfields, so declare then | Scott Long | 2009-06-24 | 1 | -1/+1 |
| * | dtrace/amd64: fix virtual address checks | Andriy Gapon | 2009-06-24 | 2 | -9/+6 |
| * | More precise description of the DS1553 driver. | Rafal Jaworowski | 2009-06-24 | 1 | -1/+1 |
| * | Introduce ata(4) support for Marvell integrated SATA controllers (found on | Rafal Jaworowski | 2009-06-24 | 9 | -0/+958 |
| * | Move non-PCI prototypes from ata-pci.h -> ata-all.h. | Rafal Jaworowski | 2009-06-24 | 5 | -20/+15 |
| * | Clean up struct prison, with the recent fields in more logical places, | Jamie Gritton | 2009-06-24 | 1 | -13/+15 |
| * | Fix a race in vi_if_move, where a vnet is used after the prison that | Jamie Gritton | 2009-06-24 | 1 | -20/+27 |
| * | Add missing unlock of if_addr_mtx when an unmatched ARP packet is received. | Robert Watson | 2009-06-24 | 1 | -0/+1 |
| * | Allow admin to specify the initial mtu upon driver load | Andrew Gallatin | 2009-06-24 | 1 | -3/+8 |
| * | Clear 'ia' after iterating if_addrhead for unicast address matching: since | Robert Watson | 2009-06-24 | 1 | -6/+9 |
| * | Add a new COMPAT7 flag for FreeBSD 7.x compatibility system calls. | John Baldwin | 2009-06-24 | 3 | -6/+38 |
| * | - Move syscall function argument structure types to be just above the | John Baldwin | 2009-06-24 | 3 | -20/+17 |
| * | Add stack_print_short() and stack_print_short_ddb() interfaces to | Robert Watson | 2009-06-24 | 2 | -10/+56 |
| * | Use proper form of gnu designated initalizers. This lets | Roman Divacky | 2009-06-24 | 2 | -2/+2 |
| * | Printf fewer warnings when adding a route to an atalk address fails; | Robert Watson | 2009-06-24 | 1 | -10/+2 |
| * | In if_setlladdr(), use IF_ADDR_LOCK() and ifaddr references to improve | Robert Watson | 2009-06-24 | 1 | -3/+15 |
| * | In ARP input, more consistently acquire and release ifaddr references. | Robert Watson | 2009-06-24 | 1 | -2/+14 |
| * | Break at_ifawithnet() into two variants: | Robert Watson | 2009-06-24 | 5 | -94/+149 |
| * | Reduce debugging output for netatalk routing events. | Robert Watson | 2009-06-24 | 1 | -44/+6 |
| * | Initialize the uip to silence gcc warning that seems to sneak in in some | Konstantin Belousov | 2009-06-24 | 1 | -0/+1 |
| * | Lock if_addrhead when iterating, and where necessary acquire and release | Robert Watson | 2009-06-24 | 1 | -21/+27 |
| * | Make stf_getsrcifa6() return a reference to an in6_ifaddr rather than | Robert Watson | 2009-06-24 | 1 | -1/+9 |
| * | Do not stop the loop when an empty or deleted directory entry is found. | John Hay | 2009-06-24 | 1 | -1/+3 |
| * | The bits set in a page's dirty mask are a subset of the bits set in its | Alan Cox | 2009-06-24 | 2 | -10/+8 |
| * | Slight comment fix. | Ariff Abdullah | 2009-06-24 | 1 | -5/+4 |
| * | Make algorithm a bit more bulletproof. | Alexander Motin | 2009-06-23 | 2 | -4/+4 |
| * | Implement a facility for dynamic per-cpu variables. | Jeff Roberson | 2009-06-23 | 42 | -40/+547 |
| * | - Added code to read bootcode firwmare version. | David Christensen | 2009-06-23 | 2 | -42/+130 |
| * | - Use cpuset_t and the CPU_ macros in place of cpumask_t so that ULE | Jeff Roberson | 2009-06-23 | 1 | -19/+19 |
| * | Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory | Bjoern A. Zeeb | 2009-06-23 | 9 | -92/+87 |