| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete some leftover code from a bygone age. We dont have an array of | peter | 2001-12-11 | 1 | -11/+1 |
* | Add new boot flag to i386 boot: -p. | guido | 2001-12-10 | 1 | -1/+1 |
* | Add identification string for AMD-761 host to PCI bridge. | murray | 2001-12-10 | 1 | -0/+3 |
* | Allow maxusers to be specified as 0 in the kernel config, which will | dillon | 2001-12-09 | 2 | -2/+3 |
* | Update pathnames for creation of tags file. | mckusick | 2001-12-05 | 1 | -1/+1 |
* | PROCFS requires PSEUDOFS. I forgot that GENERIC didn't have PSEUDOFS yet. | des | 2001-12-04 | 1 | -1/+2 |
* | Add a missing open paren to a macro that's been broken (and apparently | jhb | 2001-12-04 | 1 | -1/+1 |
* | cpuid bit 30 is 'IA64', for when you're running in i386 mode on an ia64 | peter | 2001-11-30 | 1 | -1/+1 |
* | MFS: I was confused. This code wasn't in -current after all. | imp | 2001-11-26 | 1 | -5/+14 |
* | Yet another verbose printing cleanup. Remove debug_wakeup flag and | iwasaki | 2001-11-18 | 1 | -5/+2 |
* | Fix the non-KSTACK_GUARD case.. It has been broken since the KSE | peter | 2001-11-17 | 1 | -0/+1 |
* | Start bringing i386/pmap.c into line with cleanups that were done to | peter | 2001-11-17 | 3 | -257/+192 |
* | Oops, I accidently merged a whitespace error from the original commit. | peter | 2001-11-16 | 1 | -1/+1 |
* | Converge/fix some debug code (#if 0'ed on alpha, but whatever) | peter | 2001-11-16 | 1 | -14/+11 |
* | Allow bit 21 of EFLAGS register (PSL_ID) be changed in the use-mode without | sobomax | 2001-11-15 | 1 | -1/+1 |
* | - Don't enable interrupts in trap() if we trapped while holding a spin | jhb | 2001-11-15 | 1 | -6/+17 |
* | Use newer constraints for atomic_cmpset(). | jhb | 2001-11-12 | 1 | -11/+9 |
* | Use newer constraints for inline assembly for an operand that is both an | jhb | 2001-11-12 | 1 | -21/+21 |
* | Add two minor changes. | iwasaki | 2001-11-11 | 1 | -33/+44 |
* | Fix tab damage in rev 1.326. | obrien | 2001-11-06 | 1 | -1/+1 |
* | Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support. | iwasaki | 2001-11-06 | 1 | -1/+9 |
* | o Add new header <sys/stdint.h>. | mike | 2001-11-02 | 1 | -0/+220 |
* | Some fix for the recent apm module changes. | iwasaki | 2001-11-01 | 2 | -14/+8 |
* | Skip PG_UNMANAGED pages when we're shooting everything down to try and | peter | 2001-11-01 | 1 | -1/+1 |
* | Remove previous revision. smp_started back in subr_smp where it belongs. | mjacob | 2001-10-31 | 3 | -6/+0 |
* | Make the actual volatile int smp_started live *somewhere*. This is | mjacob | 2001-10-31 | 3 | -0/+6 |
* | Spell deivces as devices. | rwatson | 2001-10-31 | 1 | -1/+1 |
* | Don't let pmap_object_init_pt() exhaust all available free pages | dillon | 2001-10-31 | 1 | -1/+17 |
* | Don't try to probe the PnP BIOS if ACPI is active. | msmith | 2001-10-31 | 1 | -0/+5 |
* | Add kmupetext(), a function that expands the range of memory covered | green | 2001-10-30 | 1 | -0/+1 |
* | Move device lnc to isa section, since it no longer uses the compat shims. | imp | 2001-10-30 | 1 | -3/+2 |
* | Fix a typo in comment and #ifdef fixes: GRAP_PRIO -> GRAB_PRIO so that | jhb | 2001-10-30 | 2 | -2/+2 |
* | Don't set CR0_NE in cpu_setregs() for the SMP case, since setting it | bde | 2001-10-29 | 1 | -0/+2 |
* | - More whitespace and comment cleanups. | jhb | 2001-10-28 | 2 | -70/+92 |
* | Add APM compatibility feature to ACPI. | iwasaki | 2001-10-26 | 1 | -0/+335 |
* | Add a per-thread ucred reference for syscalls and synchronous traps from | jhb | 2001-10-26 | 1 | -26/+37 |
* | Currently no code does a CROSSJUMP() to sw1a, so we don't need a | jhb | 2001-10-25 | 2 | -4/+0 |
* | Use %ecx instead of %ebx for the scratch register while updating %dr7 since | jhb | 2001-10-25 | 2 | -10/+6 |
* | - Fix typo in comment from previous revision. | jhb | 2001-10-25 | 2 | -6/+8 |
* | Whitespace, comment, and string fixes. | jhb | 2001-10-25 | 2 | -86/+78 |
* | Add PCI_ENABLE_IO_MODES option, for BIOSen that neglect this. | jlemon | 2001-10-25 | 1 | -0/+1 |
* | Backout 1.61 -- both intrcnt and intrnames are already exported | luigi | 2001-10-25 | 2 | -12/+0 |
* | Split the per-process Local Descriptor Table out of the PCB and into | jhb | 2001-10-25 | 9 | -88/+111 |
* | - Clean up the comments slightly here to make them more readable. | jhb | 2001-10-24 | 1 | -3/+7 |
* | Set the code and signal for the F00F hack fault directly instead of | jhb | 2001-10-23 | 1 | -7/+3 |
* | Implement multiple low-level console support. | jlemon | 2001-10-23 | 1 | -1/+1 |
* | [partially forced commit due to pilot error in earlier commit attempt] | des | 2001-10-21 | 2 | -6/+6 |
* | MFi386: | bde | 2001-10-21 | 2 | -0/+4 |
* | MFpc98: fundamental differences. The magic numbers for the i/o port | bde | 2001-10-21 | 2 | -0/+34 |
* | MFpc98: all changes in sys/pc98/pc98/npx.c related to FPU_ERROR_BROKEN. | bde | 2001-10-21 | 2 | -0/+18 |