aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Take advantage of bus_dmamap_load_mbuf_sg(9).Marius Strobl2008-03-242-94/+71
* - Const'ify the dc_devs array.Marius Strobl2008-03-242-85/+84
* Split the registers into two halves in preparation for SBus support.Marius Strobl2008-03-244-212/+285
* Diff reduction to Adaptec driver build 15317 (refactoring and code shuffling):Ed Maste2008-03-241-187/+206
* Fix a bug that when getting/dumping the soft lifetime we reportedBjoern A. Zeeb2008-03-241-1/+1
* Import change from KAME, rev. 1.362 kame/kame/sys/netkey/key.cBjoern A. Zeeb2008-03-241-1/+1
* Bump the FreeBSD version for zerocopy bpf buffers and changes to theChristian S.J. Peron2008-03-241-1/+1
* Introduce support for zero-copy BPF buffering, which reduces theChristian S.J. Peron2008-03-248-122/+1229
* remove unneccessary tcbinfo lock acquisitions - set tp to null affter calling...Kip Macy2008-03-241-4/+2
* - Greatly simplify vget() by removing the guarantee that any newJeff Roberson2008-03-241-32/+18
* - Don't acquire the vnode interlock in _vn_lock() unless no lock typeJeff Roberson2008-03-241-19/+13
* - Remove an old comment; vnodes have been working without Giant forJeff Roberson2008-03-241-3/+3
* Label inp as unused in the non-INVARIANTS caseKip Macy2008-03-241-2/+2
* First pass at (possibly futile) microoptimizing of cpu_switch. ResultsPeter Wemm2008-03-231-75/+116
* Correct an error in pmap_mincore() when applied to a 2MB page mapping:Alan Cox2008-03-231-3/+3
* Export TDP_KTHREAD to asm files.Peter Wemm2008-03-231-0/+1
* Move pcb_flags to make trivially better use of cache lines.Peter Wemm2008-03-231-1/+1
* Protect the setting of the fsbase/gsbase MSR registers and thePeter Wemm2008-03-231-0/+2
* Insulate inpcb consumers outside the stack from the lock type and offset with...Kip Macy2008-03-234-73/+142
* To date, we have assumed that the TLB will only set the PG_M bit in aAlan Cox2008-03-231-38/+17
* Yield the cpu in the kernel while iterating the list of theKonstantin Belousov2008-03-233-0/+9
* Prevent the overflow in the calculation of the next page directory.Konstantin Belousov2008-03-232-0/+24
* MSI handling on some RealTek chips are broken so disable it byPyun YongHyeon2008-03-231-1/+1
* For MSI capable hardwares, enable MSI enable bit in RL_CFG2Pyun YongHyeon2008-03-232-0/+14
* Some RealTek chips are known to be buggy on DAC handling, soPyun YongHyeon2008-03-231-1/+6
* VLAN hardware tag information should be set for all desciptors of aPyun YongHyeon2008-03-231-11/+13
* Always honor configured VLAN/checksum offload capabilities.Pyun YongHyeon2008-03-231-3/+8
* Remove commented out code, thread suspension is done in thread library.David Xu2008-03-231-2/+1
* - Only return 1 from sync_vnode() in cases where the vnode is stillJeff Roberson2008-03-231-1/+1
* Instead of making a single geom_part.ko module, make a moduleMarcel Moolenaar2008-03-236-15/+66
* - Pass BO_MTX(bo) to lockmgr in vtruncbuf, we don't own the vnodeJeff Roberson2008-03-231-1/+1
* Redefine G_PART_SCHEME_DECLARE() from populating a private linker setMarcel Moolenaar2008-03-237-27/+128
* Add g_retaste(), which given a class will present all non-open providersMarcel Moolenaar2008-03-232-0/+61
* We need to prototype _start() as well, as we use it to test if we're runningOlivier Houchard2008-03-221-0/+1
* Reuse the mbuf that was just retrieved from the receive ring if mbufQing Li2008-03-221-8/+17
* add hints to specify how NPE ports are mapped to MAC+PHY; theseSam Leffler2008-03-221-0/+8
* Improve mac+phy configuration so that hints can be used to describeSam Leffler2008-03-221-16/+80
* In abort2(2): Accept a NULL arg pointer if nargs == 0Poul-Henning Kamp2008-03-221-6/+8
* (finally) add the hal status to the diagnostic generated afterSam Leffler2008-03-221-3/+4
* - Complete part of the unfinished bufobj work by consistently usingJeff Roberson2008-03-2218-253/+243
* Fix a race where timeout/untimeout could cause crashes for Giant lockedAlfred Perlstein2008-03-221-4/+19
* Add in a compat. mode so you can either open the card's deviceDoug Ambrisko2008-03-221-0/+9
* Add ';' missed with the SYSINIT changes.Bjoern A. Zeeb2008-03-211-1/+1
* Add the i915 GME device to DRM.Remko Lodder2008-03-212-1/+3
* Reduce contention on the vnode interlock by not acquiring the BO_LOCKKonstantin Belousov2008-03-211-12/+10
* Reduce the acquisition of the vnode interlock in the ffs_read() andKonstantin Belousov2008-03-211-2/+4
* - Reduce contention on the global bdonelock and bpinlock by usingJeff Roberson2008-03-211-30/+34
* - Add a new td flag TDF_NEEDSUSPCHK that is set whenever a thread needsJeff Roberson2008-03-216-20/+19
* Explicitly use spinlock_enter/exit rather than locking the icu_lock spinJohn Baldwin2008-03-202-30/+28
* Implement a BUS_BIND_INTR() method in the bus interface to bind an IRQJohn Baldwin2008-03-205-0/+79