summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Restore kse.h in this directory so other tools don't find it by mistake.jeff2008-03-233-1/+137
* Prevent the overflow in the calculation of the next page directory.kib2008-03-232-0/+24
* MSI handling on some RealTek chips are broken so disable it byyongari2008-03-231-1/+1
* For MSI capable hardwares, enable MSI enable bit in RL_CFG2yongari2008-03-232-0/+14
* Some RealTek chips are known to be buggy on DAC handling, soyongari2008-03-231-1/+6
* VLAN hardware tag information should be set for all desciptors of ayongari2008-03-231-11/+13
* Always honor configured VLAN/checksum offload capabilities.yongari2008-03-231-3/+8
* New release notes: KSE removed, cmx(4), uslcom(4), sf(4) update,bmah2008-03-231-5/+63
* Remove comment about "-r" flag from readlabel. "-r" is a no-op.rodrigc2008-03-231-1/+0
* Remove commented out code, thread suspension is done in thread library.davidxu2008-03-231-2/+1
* - Only return 1 from sync_vnode() in cases where the vnode is stilljeff2008-03-231-1/+1
* Instead of making a single geom_part.ko module, make a modulemarcel2008-03-236-15/+66
* - Pass BO_MTX(bo) to lockmgr in vtruncbuf, we don't own the vnodejeff2008-03-231-1/+1
* Redefine G_PART_SCHEME_DECLARE() from populating a private linker setmarcel2008-03-237-27/+128
* Add g_retaste(), which given a class will present all non-open providersmarcel2008-03-232-0/+61
* We need to prototype _start() as well, as we use it to test if we're runningcognet2008-03-221-0/+1
* Reuse the mbuf that was just retrieved from the receive ring if mbufqingli2008-03-221-8/+17
* add hints to specify how NPE ports are mapped to MAC+PHY; thesesam2008-03-221-0/+8
* Improve mac+phy configuration so that hints can be used to describesam2008-03-221-16/+80
* sync w/ p4: minor cleanups to improve msgssam2008-03-221-15/+9
* In abort2(2): Accept a NULL arg pointer if nargs == 0phk2008-03-221-6/+8
* (finally) add the hal status to the diagnostic generated aftersam2008-03-221-3/+4
* Defer state change on disassociate to avoid unnecessarily dropping thesam2008-03-221-15/+31
* correct syslog mask so LOG_DEBUG msgs are not lostsam2008-03-221-1/+1
* Add a test case for options.c revision 1.26.stefanf2008-03-222-0/+15
* Reset the internal state used for the 'getopts' built-in when 'shift' or 'set'stefanf2008-03-221-2/+2
* In route.c in newroute() there's a call to exit(0) if the command wasremko2008-03-221-1/+1
* Add POSIX pthread API pthread_getcpuclockid() to get a thread's cpudavidxu2008-03-225-0/+52
* - Complete part of the unfinished bufobj work by consistently usingjeff2008-03-2218-253/+243
* Fix a race where timeout/untimeout could cause crashes for Giant lockedalfred2008-03-221-4/+19
* Use linker set to collection all target operations.davidxu2008-03-224-13/+22
* Add in a compat. mode so you can either open the card's deviceambrisko2008-03-221-0/+9
* No need to be gratuitously style(9) non-compliant here, even thoughimp2008-03-211-1/+1
* Replace reference from vinum.8 to gvinum.8, it was advised in the PR toremko2008-03-211-2/+2
* Add ';' missed with the SYSINIT changes.bz2008-03-211-1/+1
* Add the i915 GME device to DRM.remko2008-03-212-1/+3
* Reduce contention on the vnode interlock by not acquiring the BO_LOCKkib2008-03-211-12/+10
* Reduce the acquisition of the vnode interlock in the ffs_read() andkib2008-03-211-2/+4
* Add MLINK for archive_write_close.kaiw2008-03-211-0/+1
* - Reduce contention on the global bdonelock and bpinlock by usingjeff2008-03-211-30/+34
* - Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needsjeff2008-03-216-20/+19
* Resolve __error()'s PLT early so that it needs not to be resolved again,davidxu2008-03-211-0/+3
* The last commit was:remko2008-03-200-0/+0
* Explicitly use spinlock_enter/exit rather than locking the icu_lock spinjhb2008-03-202-30/+28
* Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQjhb2008-03-205-0/+79
* Unbreak the last commit.sos2008-03-201-8/+9
* pay attention to default cluster limits when sizing receive queueskmacy2008-03-202-8/+32
* Restore creation of passthrough devices with newer controller firmware byemaste2008-03-201-2/+2
* Add ioctls FSACTL_SEND_LARGE_FIB, FSACTL_SEND_RAW_SRB,emaste2008-03-202-8/+37
* add usb devices and more wlan stuff now that usb is functionalsam2008-03-201-13/+19
OpenPOWER on IntegriCloud