| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow atomic ops to be somewhat safely used in userland. We always use | jhb | 2001-10-08 | 1 | -3/+7 |
* | Export interrupt statistics via sysctl. | luigi | 2001-10-07 | 2 | -0/+12 |
* | Rewrite the pc98 bus_space stuff. | nyan | 2001-10-07 | 4 | -14/+36 |
* | - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h. | nyan | 2001-10-06 | 4 | -1374/+4 |
* | Fix a warning. (unused p if not INVARIANTS) | peter | 2001-10-06 | 1 | -2/+1 |
* | In in_cksumdata, len must be a signed type. | dfr | 2001-10-05 | 1 | -1/+1 |
* | Fix problem where a user buffer outside of the area being tested | mjacob | 2001-10-02 | 1 | -1/+1 |
* | Disable the check in icu_setup() to see if a handler was already used as | jhb | 2001-09-27 | 2 | -0/+4 |
* | Return EINVAL if the passed intr is out of bounds. | jlemon | 2001-09-27 | 2 | -0/+2 |
* | o Modify i386_set_ioperm() to use securelevel_gt() instead of | rwatson | 2001-09-26 | 1 | -2/+2 |
* | o Modify device open access control for /dev/mem and friends to use | rwatson | 2001-09-26 | 1 | -4/+8 |
* | The faith(4) device is no longer a count device so don't specify a count. | brooks | 2001-09-25 | 1 | -1/+1 |
* | + Fix misplacement of `txp' | obrien | 2001-09-24 | 1 | -5/+5 |
* | Update NFS_ROOT comments to reflect the NFSCLIENT option | jedgar | 2001-09-22 | 1 | -1/+1 |
* | Introduce a new option, KVA_SPACE, which can be used to reconfigure | peter | 2001-09-21 | 1 | -4/+13 |
* | Reserve an extra 16 bytes in case we have to grow the trapframe into | peter | 2001-09-19 | 1 | -1/+2 |
* | Fix a mistake I made with the pcb movement relative to the stack in the | peter | 2001-09-19 | 2 | -4/+4 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 4 | -23/+23 |
* | - If we ever do the per-cpu KTR stuff, the index won't be volatile as it | jhb | 2001-09-18 | 1 | -14/+14 |
* | Whitespace fixes. | jhb | 2001-09-18 | 2 | -6/+6 |
* | Fill out some gaps in ia64 DDB support. This involves generalising DDB's | dfr | 2001-09-15 | 1 | -0/+2 |
* | s/thread'/thread's/ | imp | 2001-09-14 | 2 | -2/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 33 | -527/+825 |
* | Rip some well duplicated code out of cpu_wait() and cpu_exit() and move | peter | 2001-09-10 | 1 | -26/+0 |
* | gcc-3 has objections about the bluetrap6 and bluetrap13 inline asm | peter | 2001-09-10 | 1 | -19/+19 |
* | Missing part of dillon's coredump commit. cpu_coredump() was still | peter | 2001-09-08 | 1 | -4/+2 |
* | 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 |