| Commit message (Expand) | Author | Age | Files | Lines |
* | Complete the initial set of VM changes required to support full | iedowse | 2002-06-25 | 1 | -6/+2 |
* | Compile in the cpu halt code even on SMP, instead just default the | peter | 2002-06-24 | 1 | -2/+4 |
* | Add an MD callout like cpu_exit, but which is called after sched_lock is | jake | 2002-06-24 | 1 | -0/+6 |
* | userout -> out. These two labels are now identical. | mini | 2002-06-24 | 1 | -7/+6 |
* | Remove unused diagnostic function cread_free_thread(). | mini | 2002-06-24 | 1 | -7/+0 |
* | Add additional cpuid feature flags and put into a canonical format. | mp | 2002-06-22 | 1 | -18/+33 |
* | Use rm -f in the clean target, as seems to be common practice, and also avoids | jmallett | 2002-06-22 | 1 | -1/+1 |
* | Clock frequencies reported by sysctl should be unsigned values. Discovered | mp | 2002-06-22 | 2 | -4/+4 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -0/+1 |
* | Deorbit suibyte(). It was only used for split address space systems | peter | 2002-06-20 | 2 | -12/+10 |
* | Move the "- 1" into the RQB_FFS(mask) macro itself so that | peter | 2002-06-20 | 1 | -1/+1 |
* | - Introduce the new M_NOVM option which tells uma to only check the currently | jeff | 2002-06-17 | 1 | -1/+1 |
* | If trap() is called when ddb is active, then go directly to trap_fatal(); | bde | 2002-06-12 | 1 | -2/+9 |
* | - Fixup / remove obsolete comments. | jhb | 2002-06-07 | 1 | -34/+22 |
* | Hook up the ahd driver. | gibbs | 2002-06-06 | 1 | -0/+1 |
* | Silence preprocessor warning, No need to use CONCAT with "," and "word". | alfred | 2002-06-01 | 1 | -1/+1 |
* | Fixed the return value of fpsetmask(). The API requires inversion of the | bde | 2002-06-01 | 1 | -1/+2 |
* | Fixed style bugs in rev.1.9. | bde | 2002-06-01 | 1 | -9/+17 |
* | Use a common function to map the bogus intlines. | imp | 2002-06-01 | 1 | -11/+17 |
* | Move the definition of ElfN_Hashelt to common headers. The only platform | dfr | 2002-05-30 | 1 | -11/+0 |
* | Do not refer to the Intel PRO/1000 by its internal name. | obrien | 2002-05-29 | 1 | -1/+1 |
* | Restore the irq=0 => irq=255 hack to pci_cfgintr_search(). Just having | brooks | 2002-05-29 | 1 | -0/+8 |
* | Add declarations of suword32 and suword64. Add implementations of one or | dfr | 2002-05-26 | 2 | -0/+12 |
* | Make the run queue parameters machine dependent. Optimize 64 bit | jake | 2002-05-25 | 1 | -0/+46 |
* | Rename pause() to ia32_pause() so it doesn't conflict with the pause() | jhb | 2002-05-22 | 1 | -2/+2 |
* | Restore us back to the rev 1.324 level of having an Intel gigE driver. | obrien | 2002-05-22 | 1 | -0/+1 |
* | Debug registers aren't selectors, so use saner names for the variables in | jhb | 2002-05-22 | 1 | -24/+24 |
* | - Sort the pause() inline into the appropriate location. | jhb | 2002-05-22 | 1 | -6/+25 |
* | Rename cpu_pause() to pause(). Originally I was going to make this an | jhb | 2002-05-22 | 1 | -1/+1 |
* | Permit alternative break sequence to break to debugger in GENERIC. Breakage | rwatson | 2002-05-21 | 1 | -0/+1 |
* | Add an inline function cpu_pause() for the IA32 'pause' instruction. | jhb | 2002-05-21 | 1 | -0/+6 |
* | Make this compile with gcc-3.1, which objects to the multi-line string. | peter | 2002-05-19 | 1 | -64/+64 |
* | Fixed a semantic error. va_arg(ap, u_short) is nonsense except on i386's | bde | 2002-05-13 | 1 | -5/+5 |
* | Fixed a syntax error (a label not followed by a statement). | bde | 2002-05-13 | 1 | -1/+1 |
* | Gcc 3.1 varargs support. | obrien | 2002-05-10 | 1 | -0/+18 |
* | Restore the ability interrupt dumps on i386, based on | fenner | 2002-05-04 | 1 | -0/+7 |
* | Typo fix: detects -> detect. | jmallett | 2002-05-03 | 1 | -1/+1 |
* | Join the pissing contest: generate LINT with a single sed(1) command. | des | 2002-05-02 | 1 | -2/+2 |
* | Use shell script version (using awk and sed) of makeLINT.pl. | kuriyama | 2002-05-02 | 1 | -2/+2 |
* | Don't export timecounter structures under debug. with sysctl, they | phk | 2002-04-30 | 2 | -12/+0 |
* | Tidy up some loose ends. | peter | 2002-04-29 | 3 | -57/+7 |
* | For what it's worth, fix the compilation of an I386_CPU-only kernel | alc | 2002-04-27 | 1 | -1/+8 |
* | Don't call vm_map_growstack() from trapwrite() as vm_fault() now performs | alc | 2002-04-27 | 1 | -7/+4 |
* | Add a CAM interface to the aac driver. This is useful in case you should | scottl | 2002-04-27 | 1 | -0/+1 |
* | Remove the tc_update() function. Any frequency change to the | phk | 2002-04-26 | 2 | -4/+0 |
* | Don't use the symbol name to lookup the symbol value when we can use | marcel | 2002-04-25 | 1 | -11/+7 |
* | o Work around bugs in the powerof2 macro: It thinks that 0 is a power of | imp | 2002-04-24 | 1 | -12/+18 |
* | Fix a PNPID in a comment | imp | 2002-04-24 | 1 | -1/+1 |
* | Don't free(9) a pointer which has been modified. | phk | 2002-04-23 | 1 | -6/+7 |
* | Stylify (mainly line up macro EOL-continuation \'s), and add a dummy | markm | 2002-04-21 | 1 | -21/+28 |