| Commit message (Expand) | Author | Age | Files | Lines |
* | Some more tidy-up of stray "unsigned" variables instead of p[dt]_entry_t | peter | 2002-02-20 | 1 | -1/+1 |
* | Add stubs for bus_space_unmap() and bus_space_free(). They are needed to | nyan | 2002-02-18 | 2 | -8/+30 |
* | Use struct __ucontext in prototypes and associated functions instead of | deischen | 2002-02-17 | 2 | -1/+7 |
* | Correct typo. | nyan | 2002-02-17 | 2 | -2/+2 |
* | Move the bus_space_subregion function from the puc driver to the bus_space | nyan | 2002-02-17 | 2 | -6/+28 |
* | Move do_cpuid() from a identcpu.c into cpufunc.h. | dwmalone | 2002-02-12 | 1 | -0/+11 |
* | Garbage-collect the "LOCORE" version of MPLOCKED. | bde | 2002-02-11 | 1 | -10/+2 |
* | Apparently during the KSE M2 commit bzero() on the i386 was changed so that | jhb | 2002-02-08 | 1 | -2/+2 |
* | Make the style a little bit more consistant by removing parameter | markm | 2002-02-03 | 1 | -3/+2 |
* | Finish revs.1.23 and 1.24 so that MCOUNT_ENTER really actually compiles | bde | 2002-01-31 | 1 | -0/+1 |
* | Avoid __func__ string concatenation | peter | 2002-01-18 | 1 | -4/+4 |
* | Changed the type of pcb_flags from u_char to u_int and adjusted things. | bde | 2002-01-17 | 1 | -1/+1 |
* | Ensure that we set all the %cr0 bits to a known state for the AP's before | peter | 2002-01-16 | 1 | -0/+10 |
* | Use a spare slot in the machine context for a flags word to indicate | deischen | 2002-01-10 | 1 | -1/+4 |
* | Convert a bunch of 1 << PCPU_GET(cpuid) to PCPU_GET(cpumask). | peter | 2002-01-05 | 1 | -2/+2 |
* | Introduce a standard name for the lock protecting an interrupt controller | jhb | 2001-12-20 | 2 | -27/+0 |
* | Various assembly fixes mostly in the form of using the "+" modifier for | jhb | 2001-12-18 | 1 | -14/+14 |
* | Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameter | jhb | 2001-12-18 | 1 | -23/+23 |
* | Modify the critical section API as follows: | jhb | 2001-12-18 | 2 | -46/+15 |
* | Small cleanups to the SMP code: | jhb | 2001-12-17 | 2 | -37/+16 |
* | Fixed to draw mouse cursor. The syscons driver for PC98 uses different | nyan | 2001-12-14 | 1 | -0/+5 |
* | Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier. | jhb | 2001-12-12 | 1 | -1/+0 |
* | Overhaul the per-CPU support a bit: | jhb | 2001-12-11 | 5 | -49/+113 |
* | Add a missing open paren to a macro that's been broken (and apparently | jhb | 2001-12-04 | 1 | -1/+1 |
* | Start bringing i386/pmap.c into line with cleanups that were done to | peter | 2001-11-17 | 1 | -4/+5 |
* | Allow bit 21 of EFLAGS register (PSL_ID) be changed in the use-mode without | sobomax | 2001-11-15 | 1 | -1/+1 |
* | 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 |
* | o Add new header <sys/stdint.h>. | mike | 2001-11-02 | 1 | -0/+220 |
* | Remove previous revision. smp_started back in subr_smp where it belongs. | mjacob | 2001-10-31 | 1 | -2/+0 |
* | Make the actual volatile int smp_started live *somewhere*. This is | mjacob | 2001-10-31 | 1 | -0/+2 |
* | Add kmupetext(), a function that expands the range of memory covered | green | 2001-10-30 | 1 | -0/+1 |
* | Split the per-process Local Descriptor Table out of the PCB and into | jhb | 2001-10-25 | 3 | -12/+18 |
* | [partially forced commit due to pilot error in earlier commit attempt] | des | 2001-10-21 | 2 | -6/+6 |
* | Add missing includes of sys/ktr.h. | jhb | 2001-10-11 | 1 | -0/+1 |
* | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | ps | 2001-10-10 | 1 | -1/+1 |
* | Allow atomic ops to be somewhat safely used in userland. We always use | jhb | 2001-10-08 | 1 | -3/+7 |
* | - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h. | nyan | 2001-10-06 | 4 | -1374/+4 |
* | Introduce a new option, KVA_SPACE, which can be used to reconfigure | peter | 2001-09-21 | 1 | -4/+13 |
* | Cleanup and split of nfs client and server code. | peter | 2001-09-18 | 1 | -1/+0 |
* | - If we ever do the per-cpu KTR stuff, the index won't be volatile as it | jhb | 2001-09-18 | 1 | -14/+14 |
* | Fill out some gaps in ia64 DDB support. This involves generalising DDB's | dfr | 2001-09-15 | 1 | -0/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 10 | -36/+39 |
* | 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 | 1 | -1/+1 |
* | Fix the argument specifier for the PnP BIOS function 2 | yokota | 2001-09-03 | 1 | -1/+1 |
* | vm_page_zero_idle() is no longer MD. | peter | 2001-08-25 | 1 | -1/+0 |
* | Optionize UPAGES for the i386. As part of this I split some of the low | peter | 2001-08-25 | 2 | -20/+2 |
* | The general conesnsus on irc was that pci bios for config registers | imp | 2001-08-21 | 1 | -0/+1 |
* | Detect a certain type of PCIBIOS brain damage. For some reason, | peter | 2001-08-21 | 1 | -0/+2 |