aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Increment major version to mark the ABI change between RELENG_7 and -HEAD.Joseph Koshy2008-01-141-1/+1
* - Add more extensive sanity checksKip Macy2008-01-141-15/+22
* Make back pressure visible more quickly, particularly now that we maintain a ...Kip Macy2008-01-141-1/+1
* Add extensive sanity checking to buf_ringKip Macy2008-01-141-7/+50
* Add cxgb_multiq.c to the cxgb build for static linkingKip Macy2008-01-141-0/+1
* Convert over to using the multiqueue infrastructure although all calls goingKip Macy2008-01-133-208/+94
* Add buf_ring_full utility function, make sure dequeue/enqueue see the latestKip Macy2008-01-131-2/+10
* remove unused codeKip Macy2008-01-131-1/+0
* style nitKip Macy2008-01-131-1/+2
* add cxgb_multiq.c to the buildKip Macy2008-01-131-1/+1
* Version bumping in order to reflect VOP_LOCK1(), VOP_UNLOCK() KPIAttilio Rao2008-01-131-1/+1
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-13124-483/+453
* This commit was generated by cvs2svn to compensate for changes in r175256,Nate Lawson2008-01-121-3/+19
|\
| * Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermalNate Lawson2008-01-121-3/+19
* | Fix GPE livelock that occurs on HP/Compaq laptops, mostly in the thermalNate Lawson2008-01-121-3/+7
* | Back when I committed the arm port, I've been asked to moveOlivier Houchard2008-01-121-0/+69
* | MFp4 multiple queue supportKip Macy2008-01-121-0/+698