| Commit message (Expand) | Author | Age | Files | Lines |
* | - Restore kse.h in this directory so other tools don't find it by mistake. | jeff | 2008-03-23 | 3 | -1/+137 |
* | Prevent the overflow in the calculation of the next page directory. | kib | 2008-03-23 | 2 | -0/+24 |
* | MSI handling on some RealTek chips are broken so disable it by | yongari | 2008-03-23 | 1 | -1/+1 |
* | For MSI capable hardwares, enable MSI enable bit in RL_CFG2 | yongari | 2008-03-23 | 2 | -0/+14 |
* | Some RealTek chips are known to be buggy on DAC handling, so | yongari | 2008-03-23 | 1 | -1/+6 |
* | VLAN hardware tag information should be set for all desciptors of a | yongari | 2008-03-23 | 1 | -11/+13 |
* | Always honor configured VLAN/checksum offload capabilities. | yongari | 2008-03-23 | 1 | -3/+8 |
* | New release notes: KSE removed, cmx(4), uslcom(4), sf(4) update, | bmah | 2008-03-23 | 1 | -5/+63 |
* | Remove comment about "-r" flag from readlabel. "-r" is a no-op. | rodrigc | 2008-03-23 | 1 | -1/+0 |
* | Remove commented out code, thread suspension is done in thread library. | davidxu | 2008-03-23 | 1 | -2/+1 |
* | - Only return 1 from sync_vnode() in cases where the vnode is still | jeff | 2008-03-23 | 1 | -1/+1 |
* | Instead of making a single geom_part.ko module, make a module | marcel | 2008-03-23 | 6 | -15/+66 |
* | - Pass BO_MTX(bo) to lockmgr in vtruncbuf, we don't own the vnode | jeff | 2008-03-23 | 1 | -1/+1 |
* | Redefine G_PART_SCHEME_DECLARE() from populating a private linker set | marcel | 2008-03-23 | 7 | -27/+128 |
* | Add g_retaste(), which given a class will present all non-open providers | marcel | 2008-03-23 | 2 | -0/+61 |
* | We need to prototype _start() as well, as we use it to test if we're running | cognet | 2008-03-22 | 1 | -0/+1 |
* | Reuse the mbuf that was just retrieved from the receive ring if mbuf | qingli | 2008-03-22 | 1 | -8/+17 |
* | add hints to specify how NPE ports are mapped to MAC+PHY; these | sam | 2008-03-22 | 1 | -0/+8 |
* | Improve mac+phy configuration so that hints can be used to describe | sam | 2008-03-22 | 1 | -16/+80 |
* | sync w/ p4: minor cleanups to improve msgs | sam | 2008-03-22 | 1 | -15/+9 |
* | In abort2(2): Accept a NULL arg pointer if nargs == 0 | phk | 2008-03-22 | 1 | -6/+8 |
* | (finally) add the hal status to the diagnostic generated after | sam | 2008-03-22 | 1 | -3/+4 |
* | Defer state change on disassociate to avoid unnecessarily dropping the | sam | 2008-03-22 | 1 | -15/+31 |
* | correct syslog mask so LOG_DEBUG msgs are not lost | sam | 2008-03-22 | 1 | -1/+1 |
* | Add a test case for options.c revision 1.26. | stefanf | 2008-03-22 | 2 | -0/+15 |
* | Reset the internal state used for the 'getopts' built-in when 'shift' or 'set' | stefanf | 2008-03-22 | 1 | -2/+2 |
* | In route.c in newroute() there's a call to exit(0) if the command was | remko | 2008-03-22 | 1 | -1/+1 |
* | Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpu | davidxu | 2008-03-22 | 5 | -0/+52 |
* | - Complete part of the unfinished bufobj work by consistently using | jeff | 2008-03-22 | 18 | -253/+243 |
* | Fix a race where timeout/untimeout could cause crashes for Giant locked | alfred | 2008-03-22 | 1 | -4/+19 |
* | Use linker set to collection all target operations. | davidxu | 2008-03-22 | 4 | -13/+22 |
* | Add in a compat. mode so you can either open the card's device | ambrisko | 2008-03-22 | 1 | -0/+9 |
* | No need to be gratuitously style(9) non-compliant here, even though | imp | 2008-03-21 | 1 | -1/+1 |
* | Replace reference from vinum.8 to gvinum.8, it was advised in the PR to | remko | 2008-03-21 | 1 | -2/+2 |
* | Add ';' missed with the SYSINIT changes. | bz | 2008-03-21 | 1 | -1/+1 |
* | Add the i915 GME device to DRM. | remko | 2008-03-21 | 2 | -1/+3 |
* | Reduce contention on the vnode interlock by not acquiring the BO_LOCK | kib | 2008-03-21 | 1 | -12/+10 |
* | Reduce the acquisition of the vnode interlock in the ffs_read() and | kib | 2008-03-21 | 1 | -2/+4 |
* | Add MLINK for archive_write_close. | kaiw | 2008-03-21 | 1 | -0/+1 |
* | - Reduce contention on the global bdonelock and bpinlock by using | jeff | 2008-03-21 | 1 | -30/+34 |
* | - Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needs | jeff | 2008-03-21 | 6 | -20/+19 |
* | Resolve __error()'s PLT early so that it needs not to be resolved again, | davidxu | 2008-03-21 | 1 | -0/+3 |
* | The last commit was: | remko | 2008-03-20 | 0 | -0/+0 |
* | Explicitly use spinlock_enter/exit rather than locking the icu_lock spin | jhb | 2008-03-20 | 2 | -30/+28 |
* | Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQ | jhb | 2008-03-20 | 5 | -0/+79 |
* | Unbreak the last commit. | sos | 2008-03-20 | 1 | -8/+9 |
* | pay attention to default cluster limits when sizing receive queues | kmacy | 2008-03-20 | 2 | -8/+32 |
* | Restore creation of passthrough devices with newer controller firmware by | emaste | 2008-03-20 | 1 | -2/+2 |
* | Add ioctls FSACTL_SEND_LARGE_FIB, FSACTL_SEND_RAW_SRB, | emaste | 2008-03-20 | 2 | -8/+37 |
* | add usb devices and more wlan stuff now that usb is functional | sam | 2008-03-20 | 1 | -13/+19 |