summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a -P flag to display per-cpu cpu usage stats.peter2008-01-186-44/+202
* IEEE 802.1D-2004 states, frames containing any of the group MAC Addressesthompsa2008-01-181-1/+14
* - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), andjhb2008-01-176-442/+6
* Add 'compat_freebsd[4567]' features corresponding to the kernel optionsjhb2008-01-171-0/+17
* Add a new 'add-kld <kld>' command to kgdb to make it easier to analyzejhb2008-01-173-2/+275
* - remove bogus_imm counterkmacy2008-01-172-22/+26
* promote ath_defrag to m_collapse (and retire private+unusedsam2008-01-174-99/+88
* Remove remnants of old *_FORTRAN build flags.brueffer2008-01-171-2/+0
* 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
* Note the driver support PERC and LSI1078 based controllers.ambrisko2008-01-171-2/+6
* Correct that LSI 0060 is a mfi device and not mpt.ambrisko2008-01-171-1/+1
* Eliminate warnings by adding headers.emaste2008-01-171-0/+2
* 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
* Add a macro STRICT_ASSIGN() to help avoid the compiler bug thatbde2008-01-171-0/+16
* Add an alternative view of the bits in an 80-bit long double (64+16bde2008-01-173-3/+24
* 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
* Fix some style nits.remko2008-01-161-4/+4
* ANSIfy and remove register.delphij2008-01-1618-169/+99
* Add a header containing constants for the various HPET registers and theirjhb2008-01-162-23/+84
* Use a phony .POSIX target. This seems to be the way toobrien2008-01-162-1/+3
* Add a set of regression tests for the POSIX shm API (shm_open(2) andjhb2008-01-166-3/+828
* Remove WITHOUT_FORTRAN from the XMAKE target, it doesn't exist anymore.brueffer2008-01-161-1/+1
* 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
* Optimize this a bit better.das2008-01-151-13/+18
* 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
* WITHOUT_FORTRAN was removed some time ago. Regen src.conf.5.brueffer2008-01-152-10/+1
* Hide common prints under bootverbose.sobomax2008-01-151-2/+4
* Remove some now-unused macros.jhb2008-01-151-3/+1
* 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
* Handle Zip archives that are "multi-part archives with onlykientzle2008-01-151-1/+19
* Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3)jhb2008-01-152-101/+34
* Fix accidental swap of "const" for "static" in mxge firmware byte arraysgallatin2008-01-152-6/+6
* Back out last commit, since it accidentally broke pts.cperciva2008-01-152-40/+103
* 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
OpenPOWER on IntegriCloud