aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Style changes from avatar.Doug Ambrisko2008-01-182-48/+48
* First real attempt at proper locking. The locking is a little complicatedDoug Ambrisko2008-01-183-122/+253
* Make sure reading td_runtime in critical section since thread may beDavid Xu2008-01-181-1/+2
* In tcp_ctloutput(), don't hold the inpcb lock over sooptcopyin(), rather,Robert Watson2008-01-181-25/+55
* udf_vget() shall vgone() the vnode when the file_entry cannot be allocatedKonstantin Belousov2008-01-181-0/+3
* Remove a chunk of duplicated code, test the destination address against theAndrew Thompson2008-01-181-56/+27
* Use m_collapse(9) to collapse mbuf chains instead of relying onPyun YongHyeon2008-01-181-1/+1
* Add POSIX clock id CLOCK_THREAD_CPUTIME_ID, this can be used to measureDavid Xu2008-01-182-0/+17
* IEEE 802.1D-2004 states, frames containing any of the group MAC AddressesAndrew Thompson2008-01-181-1/+14
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andJohn Baldwin2008-01-176-442/+6
* Add 'compat_freebsd[4567]' features corresponding to the kernel optionsJohn Baldwin2008-01-171-0/+17
* - remove bogus_imm counterKip Macy2008-01-172-22/+26
* promote ath_defrag to m_collapse (and retire private+unusedSam Leffler2008-01-174-99/+88
* Remove a conditional that is always true.John Baldwin2008-01-171-1/+1
* Use pause(9) instead of a tsleep() on a stack variable.John Baldwin2008-01-171-1/+1
* Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY().John Baldwin2008-01-173-0/+3
* Retire PMAP_DIAGNOSTIC. Any useful diagnostics that were conditionallyAlan Cox2008-01-172-53/+19
* Translate from the i386. All FP constants and operations are evaluatedBruce Evans2008-01-172-2/+2
* Unbreak build by adding the missing parameter to pmap_enter().Olivier Houchard2008-01-171-1/+2
* Sync from OpenBSD r1.118, nuke clause 3 & 4.Andrew Thompson2008-01-171-5/+0
* Fix lock ordering panic by not calling ether_ioctl with port lock heldKip Macy2008-01-161-2/+2
* Add a header containing constants for the various HPET registers and theirJohn Baldwin2008-01-162-23/+84
* Add a set of regression tests for the POSIX shm API (shm_open(2) andJohn Baldwin2008-01-161-3/+0
* Dont accidentally remove a filesocket which is still in use. This givesRemko Lodder2008-01-161-6/+9
* Bump manpage date for rev 1.27Giorgos Keramidas2008-01-161-1/+1
* Document that loader(8) stops reading `loader.conf' when itGiorgos Keramidas2008-01-161-0/+10
* remove superfluous debug printfsKip Macy2008-01-162-8/+1
* Remove duplicate cpufreq levels, i.e. ones that are within 25 Mhz of eachNate Lawson2008-01-161-0/+11
* Fix mbuf leak caused by freeing packet zone clusters but not their associated...Kip Macy2008-01-163-29/+45
* put tx queue size back to 1024Kip Macy2008-01-161-4/+0
* Use '%zd' to print PIO_LEN since it involves a size_t (via sizeof()) toJohn Baldwin2008-01-152-2/+2
* Don't cache the new-bus name of a PCI device in the PCI conf structure,John Baldwin2008-01-151-1/+4
* Add optional support to mxge for MSI-X interrupts and multiple receiveAndrew Gallatin2008-01-1512-516/+31667
* Hide common prints under bootverbose.Maxim Sobolev2008-01-151-2/+4
* Fix a few minor issues based on a bug report and reading over the HPETJohn Baldwin2008-01-151-3/+45
* Make test00 compilable again.Maxim Sobolev2008-01-152-1/+3
* Fix accidental swap of "const" for "static" in mxge firmware byte arraysAndrew Gallatin2008-01-152-6/+6
* Update to firmware version 1.4.29 from 1.4.25. Relevant changes include:Andrew Gallatin2008-01-152-25570/+26369
* - When executing the 'tryself' branch in sched_pickcpu() look at theJeff Roberson2008-01-151-4/+5
* - Simplify mb_free_ext_fastKip Macy2008-01-155-40/+91
* Protect arg in macro M_ASSERTPKTHDR.Pyun YongHyeon2008-01-151-1/+1
* Fix build.Pyun YongHyeon2008-01-151-1/+1
* - move WR_LEN in to cxgb_adapter.h add PIO_LEN to make intent clearerKip Macy2008-01-156-249/+191
* remove superfluous locking from dequeueKip Macy2008-01-151-2/+0
* Overhaul re(4).Pyun YongHyeon2008-01-152-383/+521
* Update the KVA_PAGES comments for the effect that PAE has on it. ItPeter Wemm2008-01-141-0/+2
* Add a CTASSERT that KERNBASE is valid. This is usually messed up by anPeter Wemm2008-01-141-0/+7
* Make pmap_is_prefaultable() more TLB friendly. Specifically, make it useAlan Cox2008-01-141-1/+1
* - Assert that immpkt is not setKip Macy2008-01-141-2/+4
* Implement WOL capability.Pyun YongHyeon2008-01-142-11/+54