| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduce a standard name for the lock protecting an interrupt controller | John Baldwin | 2001-12-20 | 2 | -27/+0 |
| * | Various assembly fixes mostly in the form of using the "+" modifier for | John Baldwin | 2001-12-18 | 1 | -14/+14 |
| * | Allow the ATOMIC_ASM() macro to pass in the constraints on the V parameter | John Baldwin | 2001-12-18 | 1 | -20/+20 |
| * | Modify the critical section API as follows: | John Baldwin | 2001-12-18 | 2 | -46/+15 |
| * | Small cleanups to the SMP code: | John Baldwin | 2001-12-17 | 2 | -37/+16 |
| * | Fixed to draw mouse cursor. The syscons driver for PC98 uses different | Yoshihiro Takahashi | 2001-12-14 | 1 | -0/+5 |
| * | Axe an unneeded PCPU_SET(spinlocks, NULL) that I missed earlier. | John Baldwin | 2001-12-12 | 1 | -1/+0 |
| * | Overhaul the per-CPU support a bit: | John Baldwin | 2001-12-11 | 5 | -49/+113 |
| * | Add a missing open paren to a macro that's been broken (and apparently | John Baldwin | 2001-12-04 | 1 | -1/+1 |
| * | Start bringing i386/pmap.c into line with cleanups that were done to | Peter Wemm | 2001-11-17 | 1 | -4/+5 |
| * | Allow bit 21 of EFLAGS register (PSL_ID) be changed in the use-mode without | Maxim Sobolev | 2001-11-15 | 1 | -1/+1 |
| * | Use newer constraints for atomic_cmpset(). | John Baldwin | 2001-11-12 | 1 | -11/+9 |
| * | Use newer constraints for inline assembly for an operand that is both an | John Baldwin | 2001-11-12 | 1 | -18/+18 |
| * | o Add new header <sys/stdint.h>. | Mike Barcroft | 2001-11-02 | 1 | -0/+220 |
| * | Remove previous revision. smp_started back in subr_smp where it belongs. | Matt Jacob | 2001-10-31 | 1 | -2/+0 |
| * | Make the actual volatile int smp_started live *somewhere*. This is | Matt Jacob | 2001-10-31 | 1 | -0/+2 |
| * | Add kmupetext(), a function that expands the range of memory covered | Brian Feldman | 2001-10-30 | 1 | -0/+1 |
| * | Split the per-process Local Descriptor Table out of the PCB and into | John Baldwin | 2001-10-25 | 3 | -12/+18 |
| * | [partially forced commit due to pilot error in earlier commit attempt] | Dag-Erling Smørgrav | 2001-10-21 | 2 | -6/+6 |
| * | Add missing includes of sys/ktr.h. | John Baldwin | 2001-10-11 | 1 | -0/+1 |
| * | Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loader | Paul Saab | 2001-10-10 | 1 | -1/+1 |
| * | Allow atomic ops to be somewhat safely used in userland. We always use | John Baldwin | 2001-10-08 | 1 | -3/+7 |
| * | - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h. | Yoshihiro Takahashi | 2001-10-06 | 4 | -1374/+4 |
| * | Introduce a new option, KVA_SPACE, which can be used to reconfigure | Peter Wemm | 2001-09-21 | 1 | -4/+13 |
| * | Cleanup and split of nfs client and server code. | Peter Wemm | 2001-09-18 | 1 | -1/+0 |
| * | - If we ever do the per-cpu KTR stuff, the index won't be volatile as it | John Baldwin | 2001-09-18 | 1 | -14/+14 |
| * | Fill out some gaps in ia64 DDB support. This involves generalising DDB's | Doug Rabson | 2001-09-15 | 1 | -0/+2 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 10 | -36/+39 |
| * | style(9) the structure definitions. | David E. O'Brien | 2001-09-05 | 4 | -9/+9 |
| * | Reenable RTC interrupts after wakeup. Some laptops have a problem | Mitsuru IWASAKI | 2001-09-04 | 1 | -1/+1 |
| * | Fix the argument specifier for the PnP BIOS function 2 | Kazutaka YOKOTA | 2001-09-03 | 1 | -1/+1 |
| * | vm_page_zero_idle() is no longer MD. | Peter Wemm | 2001-08-25 | 1 | -1/+0 |
| * | Optionize UPAGES for the i386. As part of this I split some of the low | Peter Wemm | 2001-08-25 | 2 | -20/+2 |
| * | The general conesnsus on irc was that pci bios for config registers | Warner Losh | 2001-08-21 | 1 | -0/+1 |
| * | Detect a certain type of PCIBIOS brain damage. For some reason, | Peter Wemm | 2001-08-21 | 1 | -0/+2 |
| * | style(9) and make consistent across platforms | David E. O'Brien | 2001-08-16 | 1 | -22/+24 |
| * | - Close races with signals and other AST's being triggered while we are in | John Baldwin | 2001-08-10 | 1 | -14/+0 |
| * | Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they | Peter Wemm | 2001-08-08 | 1 | -5/+0 |
| * | Use a machine dependent type, Elf_Hashelt, for the elements of the elf | Jake Burkholder | 2001-07-31 | 1 | -0/+11 |
| * | - Do not handle the per-CPU containers in mbuf code as though the cpuids | Bosko Milekic | 2001-07-26 | 1 | -3/+6 |
| * | Fix MCOUNT_ENTER() so it actually compiles in the profiling case. | John Baldwin | 2001-07-14 | 1 | -1/+1 |
| * | The #define for pcb_savefpu seems to do more harm than good. | Peter Wemm | 2001-07-12 | 1 | -1/+0 |
| * | Activate SSE/SIMD. This is the extra context switching support that | Peter Wemm | 2001-07-12 | 7 | -4/+86 |
| * | Add a new MI pointer to the process' trapframe p_frame instead of using | John Baldwin | 2001-06-29 | 2 | -3/+2 |
| * | Get kernel profiling on SMP systems closer to working by replacing the | John Baldwin | 2001-06-28 | 2 | -11/+6 |
| * | Provide access to the IA32 hardware debug registers from the ddb | Brian S. Dean | 2001-06-28 | 1 | -1/+64 |
| * | Include sys/pcpu.h to get the prototype for globaldata_register() to quiet | John Baldwin | 2001-06-18 | 1 | -0/+1 |
| * | Fix "alignemnt" typo. | Alexander Langer | 2001-06-16 | 3 | -3/+3 |
| * | Fix style of defines. | David E. O'Brien | 2001-06-09 | 1 | -38/+38 |
| * | Properly wrap mtx_intr_enable() macro in "do $bla while (0)" | Poul-Henning Kamp | 2001-06-02 | 1 | -1/+1 |