| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | style(9) and make consistent across platforms | obrien | 2001-08-16 | 1 | -22/+24 |
* | - Close races with signals and other AST's being triggered while we are in | jhb | 2001-08-10 | 1 | -14/+0 |
* | Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they | peter | 2001-08-08 | 1 | -5/+0 |
* | Use a machine dependent type, Elf_Hashelt, for the elements of the elf | jake | 2001-07-31 | 1 | -0/+11 |
* | - Do not handle the per-CPU containers in mbuf code as though the cpuids | bmilekic | 2001-07-26 | 1 | -3/+6 |
* | Fix MCOUNT_ENTER() so it actually compiles in the profiling case. | jhb | 2001-07-14 | 1 | -1/+1 |
* | The #define for pcb_savefpu seems to do more harm than good. | peter | 2001-07-12 | 1 | -1/+0 |
* | Activate SSE/SIMD. This is the extra context switching support that | peter | 2001-07-12 | 7 | -4/+86 |
* | Add a new MI pointer to the process' trapframe p_frame instead of using | jhb | 2001-06-29 | 2 | -3/+2 |
* | Get kernel profiling on SMP systems closer to working by replacing the | jhb | 2001-06-28 | 2 | -11/+6 |
* | Provide access to the IA32 hardware debug registers from the ddb | bsd | 2001-06-28 | 1 | -1/+64 |
* | Include sys/pcpu.h to get the prototype for globaldata_register() to quiet | jhb | 2001-06-18 | 1 | -0/+1 |
* | Fix "alignemnt" typo. | alex | 2001-06-16 | 3 | -3/+3 |
* | Fix style of defines. | obrien | 2001-06-09 | 1 | -38/+38 |
* | Properly wrap mtx_intr_enable() macro in "do $bla while (0)" | phk | 2001-06-02 | 1 | -1/+1 |
* | Convert npx interrupts into traps instead of vice versa. This is much | bde | 2001-05-22 | 3 | -0/+3 |
* | Remove unneeded includes of sys/ipl.h and machine/ipl.h. | jhb | 2001-05-15 | 1 | -1/+0 |
* | - Use sched_lock and critical regions to ensure that LDT updates are thread | jhb | 2001-05-10 | 1 | -0/+1 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -10/+10 |
* | Overhaul of the SMP code. Several portions of the SMP kernel support have | jhb | 2001-04-27 | 4 | -576/+75 |
* | Make the ap_boot_mtx mutex static. | jhb | 2001-04-20 | 1 | -1/+1 |
* | Back out 1.103. It wasn't approved by the owner of the file and | imp | 2001-04-18 | 1 | -45/+45 |
* | Blow away the panic mutex in favor of using a single atomic_cmpset() on a | jhb | 2001-04-17 | 1 | -4/+0 |
* | Rename the IPI API from smp_ipi_* to ipi_* since the smp_ prefix is just | jhb | 2001-04-11 | 1 | -14/+14 |
* | Remove constants defining the bitmasks of the old giant kernel lock. | jhb | 2001-04-10 | 1 | -5/+0 |
* | Remove the BETTER_CLOCK #ifdef's. The code is on by default and is here | jhb | 2001-04-10 | 2 | -16/+4 |
* | Add an MI API for sending IPI's. I used the same API present on the alpha | jhb | 2001-04-10 | 1 | -12/+55 |
* | Axe the per-cpu variable witness_spin_check as it was replaced by the | jhb | 2001-04-06 | 1 | -1/+0 |