| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that this code is MD, we don't need the i386 ifdefs. | msmith | 2001-09-07 | 1 | -6/+9 |
* | Call sendsig() with the proc lock held and return with it held. | jhb | 2001-09-06 | 1 | -5/+4 |
* | Remove superfluous statement. | jlemon | 2001-09-05 | 1 | -1/+0 |
* | Rework the ISA PnP driver pnp and the PnP resource parser to fix | yokota | 2001-09-05 | 1 | -5/+21 |
* | style(9) the structure definitions. | obrien | 2001-09-05 | 4 | -9/+9 |
* | Reenable RTC interrupts after wakeup. Some laptops have a problem | iwasaki | 2001-09-04 | 3 | -3/+45 |
* | Mostly cosmetic. Move various variables from .s files to .c files so that | peter | 2001-09-04 | 3 | -21/+9 |
* | Zap #if 0'ed map init code that got moved to the MI area. | peter | 2001-09-04 | 1 | -140/+0 |
* | Nuke #if 0'ed "setredzone()" stub. We never used it, and probably | peter | 2001-09-04 | 1 | -17/+0 |
* | Fix the argument specifier for the PnP BIOS function 2 | yokota | 2001-09-03 | 1 | -1/+1 |
* | Do a style cleanup pass for the pmap_{new,dispose,etc}_proc() functions | peter | 2001-08-31 | 1 | -40/+34 |
* | Remove the MPSAFE keyword from the parser for syscalls.master. | dillon | 2001-08-30 | 1 | -17/+11 |
* | Add ACPI attachments. | msmith | 2001-08-30 | 7 | -2/+9 |
* | It turns out that while Toshiba laptops don't want to route interrupts | imp | 2001-08-28 | 1 | -17/+10 |
* | MFS: IRQ ordering, PRVERB and more whining in pcibios_get_version on failure. | imp | 2001-08-27 | 1 | -30/+60 |
* | There is nothing more embarresing than having three goes at correcting | peter | 2001-08-27 | 2 | -2/+2 |
* | Enable hardwiring of things like tunables from embedded enironments | peter | 2001-08-27 | 1 | -1/+3 |
* | I missed a typo in the last commit: s/whach/which/ | peter | 2001-08-26 | 2 | -2/+2 |
* | Argh! Revert accidental commit. | peter | 2001-08-25 | 1 | -3/+1 |
* | vm_page_zero_idle() is no longer MD. | peter | 2001-08-25 | 1 | -1/+0 |
* | Add another comment. | julian | 2001-08-25 | 1 | -0/+7 |
* | Optionize UPAGES for the i386. As part of this I split some of the low | peter | 2001-08-25 | 10 | -21/+19 |
* | s/teh/the/ | peter | 2001-08-25 | 2 | -2/+2 |
* | Add an explanatory note that would have saved me an hour or two | julian | 2001-08-25 | 2 | -0/+14 |
* | Axe a commented, unused #define related to the old giant lock. | jhb | 2001-08-24 | 1 | -1/+0 |
* | Remove references to the old giant kernel lock in various comments. | jhb | 2001-08-24 | 3 | -51/+6 |
* | Export the actual KERNBASE to the symbol table. We can use nlist() to get | peter | 2001-08-24 | 2 | -0/+12 |
* | Move cpu_fxsr definition to C code (so debug info is generated) and where | peter | 2001-08-24 | 3 | -4/+6 |
* | Fix a comment error that was fixed in the pc98 version. hw.maxmem is | peter | 2001-08-23 | 1 | -1/+1 |
* | Dont add UPAGES to the %cs segment limit. There is nothing there except | peter | 2001-08-23 | 1 | -16/+2 |
* | Dont compile in SSE fxsave/fxrstor instructions if CPU_ENABLE_SSE isn't | peter | 2001-08-23 | 2 | -12/+30 |
* | Move CR4.PGE enabling code after paging is enabled via CR0.PG based on | iwasaki | 2001-08-22 | 2 | -14/+12 |
* | Move most of the kernel submap initialization code, including the | dillon | 2001-08-22 | 2 | -12/+7 |
* | Introduce two new sysctl's.. vm.kvm_size and vm.kvm_free. These are | peter | 2001-08-22 | 1 | -0/+21 |
* | Push down Giant some in trap_pfault() so we don't grab Giant around | jhb | 2001-08-21 | 1 | -4/+5 |
* | The general conesnsus on irc was that pci bios for config registers | imp | 2001-08-21 | 2 | -2/+26 |
* | Fix bug in physmem_est calculation - the kernel_map size was not being | dillon | 2001-08-21 | 1 | -5/+6 |
* | Detect a certain type of PCIBIOS brain damage. For some reason, | peter | 2001-08-21 | 3 | -0/+33 |
* | Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for this | peter | 2001-08-21 | 1 | -1/+10 |
* | Limit the amount of KVM reserved for the buffer cache and for swap-meta | dillon | 2001-08-20 | 1 | -1/+6 |
* | There is nothing special that requires SSE to be only on 686 class cpus. | peter | 2001-08-18 | 1 | -6/+4 |
* | style(9) and make consistent across platforms | obrien | 2001-08-16 | 1 | -22/+24 |
* | Teach bus_dmamem_free() about contigfree(). This is a bit of a hack, | wpaul | 2001-08-15 | 1 | -0/+3 |
* | Whitespace fixes to make this mostly fit in 80 columns. | jhb | 2001-08-15 | 1 | -33/+62 |
* | Use interrupt gates instead of trap gates for breakpoint and trace | bde | 2001-08-13 | 1 | -2/+2 |
* | Removed he BPTTRAP() macro and its use. It was intended for restoring | bde | 2001-08-13 | 2 | -8/+4 |
* | Fix some trivial bugs. | iwasaki | 2001-08-12 | 1 | -10/+12 |
* | - Close races with signals and other AST's being triggered while we are in | jhb | 2001-08-10 | 5 | -24/+5 |
* | Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they | peter | 2001-08-08 | 2 | -59/+0 |
* | - Removed comment about ThinkPad keyboards from the PCVT line. Any ThinkPad | nate | 2001-08-05 | 1 | -2/+0 |