summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add 'compat_freebsd[4567]' features corresponding to the kernel optionsjhb2008-01-171-0/+17
* - remove bogus_imm counterkmacy2008-01-172-22/+26
* promote ath_defrag to m_collapse (and retire private+unusedsam2008-01-174-99/+88
* Remove a conditional that is always true.jhb2008-01-171-1/+1
* Use pause(9) instead of a tsleep() on a stack variable.jhb2008-01-171-1/+1
* Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY().jhb2008-01-173-0/+3
* Retire PMAP_DIAGNOSTIC. Any useful diagnostics that were conditionallyalc2008-01-172-53/+19
* Translate from the i386. All FP constants and operations are evaluatedbde2008-01-172-2/+2
* Unbreak build by adding the missing parameter to pmap_enter().cognet2008-01-171-1/+2
* Sync from OpenBSD r1.118, nuke clause 3 & 4.thompsa2008-01-171-5/+0
* Fix lock ordering panic by not calling ether_ioctl with port lock heldkmacy2008-01-161-2/+2
* Add a header containing constants for the various HPET registers and theirjhb2008-01-162-23/+84
* Add a set of regression tests for the POSIX shm API (shm_open(2) andjhb2008-01-161-3/+0
* Dont accidentally remove a filesocket which is still in use. This givesremko2008-01-161-6/+9
* Bump manpage date for rev 1.27keramida2008-01-161-1/+1
* Document that loader(8) stops reading `loader.conf' when itkeramida2008-01-161-0/+10
* remove superfluous debug printfskmacy2008-01-162-8/+1
* Remove duplicate cpufreq levels, i.e. ones that are within 25 Mhz of eachnjl2008-01-161-0/+11
* Fix mbuf leak caused by freeing packet zone clusters but not their associated...kmacy2008-01-163-29/+45
* put tx queue size back to 1024kmacy2008-01-161-4/+0
* Use '%zd' to print PIO_LEN since it involves a size_t (via sizeof()) tojhb2008-01-152-2/+2
* Don't cache the new-bus name of a PCI device in the PCI conf structure,jhb2008-01-151-1/+4
* Add optional support to mxge for MSI-X interrupts and multiple receivegallatin2008-01-1512-516/+31667
* Hide common prints under bootverbose.sobomax2008-01-151-2/+4
* Fix a few minor issues based on a bug report and reading over the HPETjhb2008-01-151-3/+45
* Make test00 compilable again.sobomax2008-01-152-1/+3
* Fix accidental swap of "const" for "static" in mxge firmware byte arraysgallatin2008-01-152-6/+6
* Update to firmware version 1.4.29 from 1.4.25. Relevant changes include:gallatin2008-01-152-25570/+26369
* - When executing the 'tryself' branch in sched_pickcpu() look at thejeff2008-01-151-4/+5
* - Simplify mb_free_ext_fastkmacy2008-01-155-40/+91
* Protect arg in macro M_ASSERTPKTHDR.yongari2008-01-151-1/+1
* Fix build.yongari2008-01-151-1/+1
* - move WR_LEN in to cxgb_adapter.h add PIO_LEN to make intent clearerkmacy2008-01-156-249/+191
* remove superfluous locking from dequeuekmacy2008-01-151-2/+0
* Overhaul re(4).yongari2008-01-152-383/+521
* Update the KVA_PAGES comments for the effect that PAE has on it. Itpeter2008-01-141-0/+2
* Add a CTASSERT that KERNBASE is valid. This is usually messed up by anpeter2008-01-141-0/+7
* Make pmap_is_prefaultable() more TLB friendly. Specifically, make it usealc2008-01-141-1/+1
* - Assert that immpkt is not setkmacy2008-01-141-2/+4
* Implement WOL capability.yongari2008-01-142-11/+54
* Increment major version to mark the ABI change between RELENG_7 and -HEAD.jkoshy2008-01-141-1/+1
* - Add more extensive sanity checkskmacy2008-01-141-15/+22
* Make back pressure visible more quickly, particularly now that we maintain a ...kmacy2008-01-141-1/+1
* Add extensive sanity checking to buf_ringkmacy2008-01-141-7/+50
* Add cxgb_multiq.c to the cxgb build for static linkingkmacy2008-01-141-0/+1
* Convert over to using the multiqueue infrastructure although all calls goingkmacy2008-01-133-208/+94
* Add buf_ring_full utility function, make sure dequeue/enqueue see the latestkmacy2008-01-131-2/+10
* remove unused codekmacy2008-01-131-1/+0
* style nitkmacy2008-01-131-1/+2
* add cxgb_multiq.c to the buildkmacy2008-01-131-1/+1
OpenPOWER on IntegriCloud