| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a -P flag to display per-cpu cpu usage stats. | peter | 2008-01-18 | 6 | -44/+202 |
* | IEEE 802.1D-2004 states, frames containing any of the group MAC Addresses | thompsa | 2008-01-18 | 1 | -1/+14 |
* | - Retire npe_defrag(), gem_defrag(), msk_defrag(), nfe_defrag(), and | jhb | 2008-01-17 | 6 | -442/+6 |
* | Add 'compat_freebsd[4567]' features corresponding to the kernel options | jhb | 2008-01-17 | 1 | -0/+17 |
* | Add a new 'add-kld <kld>' command to kgdb to make it easier to analyze | jhb | 2008-01-17 | 3 | -2/+275 |
* | - remove bogus_imm counter | kmacy | 2008-01-17 | 2 | -22/+26 |
* | promote ath_defrag to m_collapse (and retire private+unused | sam | 2008-01-17 | 4 | -99/+88 |
* | Remove remnants of old *_FORTRAN build flags. | brueffer | 2008-01-17 | 1 | -2/+0 |
* | Remove a conditional that is always true. | jhb | 2008-01-17 | 1 | -1/+1 |
* | Use pause(9) instead of a tsleep() on a stack variable. | jhb | 2008-01-17 | 1 | -1/+1 |
* | Note the driver support PERC and LSI1078 based controllers. | ambrisko | 2008-01-17 | 1 | -2/+6 |
* | Correct that LSI 0060 is a mfi device and not mpt. | ambrisko | 2008-01-17 | 1 | -1/+1 |
* | Eliminate warnings by adding headers. | emaste | 2008-01-17 | 1 | -0/+2 |
* | Use cpu_spinwait() (i.e., "pause") when spinning on rdtsc during DELAY(). | jhb | 2008-01-17 | 3 | -0/+3 |
* | Retire PMAP_DIAGNOSTIC. Any useful diagnostics that were conditionally | alc | 2008-01-17 | 2 | -53/+19 |
* | Add a macro STRICT_ASSIGN() to help avoid the compiler bug that | bde | 2008-01-17 | 1 | -0/+16 |
* | Add an alternative view of the bits in an 80-bit long double (64+16 | bde | 2008-01-17 | 3 | -3/+24 |
* | Translate from the i386. All FP constants and operations are evaluated | bde | 2008-01-17 | 2 | -2/+2 |
* | Unbreak build by adding the missing parameter to pmap_enter(). | cognet | 2008-01-17 | 1 | -1/+2 |
* | Sync from OpenBSD r1.118, nuke clause 3 & 4. | thompsa | 2008-01-17 | 1 | -5/+0 |
* | Fix lock ordering panic by not calling ether_ioctl with port lock held | kmacy | 2008-01-16 | 1 | -2/+2 |
* | Fix some style nits. | remko | 2008-01-16 | 1 | -4/+4 |
* | ANSIfy and remove register. | delphij | 2008-01-16 | 18 | -169/+99 |
* | Add a header containing constants for the various HPET registers and their | jhb | 2008-01-16 | 2 | -23/+84 |
* | Use a phony .POSIX target. This seems to be the way to | obrien | 2008-01-16 | 2 | -1/+3 |
* | Add a set of regression tests for the POSIX shm API (shm_open(2) and | jhb | 2008-01-16 | 6 | -3/+828 |
* | Remove WITHOUT_FORTRAN from the XMAKE target, it doesn't exist anymore. | brueffer | 2008-01-16 | 1 | -1/+1 |
* | Dont accidentally remove a filesocket which is still in use. This gives | remko | 2008-01-16 | 1 | -6/+9 |
* | Bump manpage date for rev 1.27 | keramida | 2008-01-16 | 1 | -1/+1 |
* | Document that loader(8) stops reading `loader.conf' when it | keramida | 2008-01-16 | 1 | -0/+10 |
* | remove superfluous debug printfs | kmacy | 2008-01-16 | 2 | -8/+1 |
* | Remove duplicate cpufreq levels, i.e. ones that are within 25 Mhz of each | njl | 2008-01-16 | 1 | -0/+11 |
* | Fix mbuf leak caused by freeing packet zone clusters but not their associated... | kmacy | 2008-01-16 | 3 | -29/+45 |
* | put tx queue size back to 1024 | kmacy | 2008-01-16 | 1 | -4/+0 |
* | Optimize this a bit better. | das | 2008-01-15 | 1 | -13/+18 |
* | Use '%zd' to print PIO_LEN since it involves a size_t (via sizeof()) to | jhb | 2008-01-15 | 2 | -2/+2 |
* | Don't cache the new-bus name of a PCI device in the PCI conf structure, | jhb | 2008-01-15 | 1 | -1/+4 |
* | Add optional support to mxge for MSI-X interrupts and multiple receive | gallatin | 2008-01-15 | 12 | -516/+31667 |
* | WITHOUT_FORTRAN was removed some time ago. Regen src.conf.5. | brueffer | 2008-01-15 | 2 | -10/+1 |
* | Hide common prints under bootverbose. | sobomax | 2008-01-15 | 1 | -2/+4 |
* | Remove some now-unused macros. | jhb | 2008-01-15 | 1 | -3/+1 |
* | Fix a few minor issues based on a bug report and reading over the HPET | jhb | 2008-01-15 | 1 | -3/+45 |
* | Make test00 compilable again. | sobomax | 2008-01-15 | 2 | -1/+3 |
* | Handle Zip archives that are "multi-part archives with only | kientzle | 2008-01-15 | 1 | -1/+19 |
* | Put back the openpty(3) and ptsname(3) fixes but don't disable ptsname(3) | jhb | 2008-01-15 | 2 | -101/+34 |
* | Fix accidental swap of "const" for "static" in mxge firmware byte arrays | gallatin | 2008-01-15 | 2 | -6/+6 |
* | Back out last commit, since it accidentally broke pts. | cperciva | 2008-01-15 | 2 | -40/+103 |
* | Update to firmware version 1.4.29 from 1.4.25. Relevant changes include: | gallatin | 2008-01-15 | 2 | -25570/+26369 |
* | - When executing the 'tryself' branch in sched_pickcpu() look at the | jeff | 2008-01-15 | 1 | -4/+5 |
* | - Simplify mb_free_ext_fast | kmacy | 2008-01-15 | 5 | -40/+91 |