summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Import change from KAME, rev. 1.362 kame/kame/sys/netkey/key.cbz2008-03-241-1/+1
* Don't remove usr/include/fs/nwfs and usr/include/netncp, as they are alwaysantoine2008-03-241-2/+2
* Bump the FreeBSD version for zerocopy bpf buffers and changes to thecsjp2008-03-241-1/+1
* Catch netstat up for the new bpf stats structures. Print 64 bit valuescsjp2008-03-241-2/+6
* Introduce support for zero-copy BPF buffering, which reduces thecsjp2008-03-249-137/+1469
* Fix splitting into words of the .for expression to allow forru2008-03-241-22/+8
* Fix bugs in the previous revision.ru2008-03-241-8/+13
* 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
* When updating the install list for files which have had local changescperciva2008-03-231-2/+2
* - 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
OpenPOWER on IntegriCloud