summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Rewrite node to support multiple hooks, alike to ng_l2tp, to use one pairmav2008-03-242-241/+284
* Belatedly add BPF_JITTER in NOTES for supported architectures.jkim2008-03-243-0/+12
* Fix build with option BPF_JITTER.jkim2008-03-242-1/+3
* Remove redundant inclusions of net/bpfdesc.h.jkim2008-03-242-2/+0
* change inp_wlock_assert to inp_lock_assertkmacy2008-03-243-22/+26
* Diff reduction to Adaptec's driver (around build 15317): catch up with aemaste2008-03-246-153/+128
* o add M_PROTO[678]; they'll be needed by net80211 vap codesam2008-03-241-37/+37
* - Const'ify the bus_stream_asi and bus_type_asi arrays.marius2008-03-242-14/+13
* - Take advantage of bus_dmamap_load_mbuf_sg(9).marius2008-03-242-94/+71
* - Const'ify the dc_devs array.marius2008-03-242-85/+84
* Split the registers into two halves in preparation for SBus support.marius2008-03-244-212/+285
* Diff reduction to Adaptec driver build 15317 (refactoring and code shuffling):emaste2008-03-241-187/+206
* Fix a bug that when getting/dumping the soft lifetime we reportedbz2008-03-241-1/+1
* Import change from KAME, rev. 1.362 kame/kame/sys/netkey/key.cbz2008-03-241-1/+1
* Bump the FreeBSD version for zerocopy bpf buffers and changes to thecsjp2008-03-241-1/+1
* Introduce support for zero-copy BPF buffering, which reduces thecsjp2008-03-248-122/+1229
* remove unneccessary tcbinfo lock acquisitions - set tp to null affter calling...kmacy2008-03-241-4/+2
* - Greatly simplify vget() by removing the guarantee that any newjeff2008-03-241-32/+18
* - Don't acquire the vnode interlock in _vn_lock() unless no lock typejeff2008-03-241-19/+13
* - Remove an old comment; vnodes have been working without Giant forjeff2008-03-241-3/+3
* Label inp as unused in the non-INVARIANTS casekmacy2008-03-241-2/+2
* First pass at (possibly futile) microoptimizing of cpu_switch. Resultspeter2008-03-231-75/+116
* Correct an error in pmap_mincore() when applied to a 2MB page mapping:alc2008-03-231-3/+3
* Export TDP_KTHREAD to asm files.peter2008-03-231-0/+1
* Move pcb_flags to make trivially better use of cache lines.peter2008-03-231-1/+1
* Protect the setting of the fsbase/gsbase MSR registers and thepeter2008-03-231-0/+2
* Insulate inpcb consumers outside the stack from the lock type and offset with...kmacy2008-03-234-73/+142
* To date, we have assumed that the TLB will only set the PG_M bit in aalc2008-03-231-38/+17
* Yield the cpu in the kernel while iterating the list of thekib2008-03-233-0/+9
* 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
* 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
* 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
* - 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
* Add in a compat. mode so you can either open the card's deviceambrisko2008-03-221-0/+9
OpenPOWER on IntegriCloud