| Commit message (Expand) | Author | Age | Files | Lines |
* | Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since they | peter | 2001-08-08 | 2 | -59/+0 |
* | - Removed comment about ThinkPad keyboards from the PCVT line. Any ThinkPad | nate | 2001-08-05 | 1 | -2/+0 |
* | Use a machine dependent type, Elf_Hashelt, for the elements of the elf | jake | 2001-07-31 | 1 | -0/+11 |
* | Make PMAP_SHPGPERPROC tunable. One shouldn't need to recompile a kernel | peter | 2001-07-27 | 1 | -1/+5 |
* | MASK_FPU_SW didn't do what it was expected to do. | peter | 2001-07-26 | 2 | -14/+2 |
* | Call the early tunable setup functions as soon as kern_envp is available. | peter | 2001-07-26 | 1 | -0/+3 |
* | - Do not handle the per-CPU containers in mbuf code as though the cpuids | bmilekic | 2001-07-26 | 3 | -9/+18 |
* | You were knocked senseless by the Boomerang, spun around by the Cyclone, | wpaul | 2001-07-23 | 1 | -0/+1 |
* | Don't do sleep state transition if specified sleep state is not | iwasaki | 2001-07-22 | 1 | -7/+6 |
* | Convert from acpi_strerror() to AcpiFormatException() | msmith | 2001-07-21 | 1 | -1/+1 |
* | Update the OSD module to match the ACPI CA 20010717 import. | msmith | 2001-07-21 | 1 | -0/+8 |
* | Add ACPI S2-S4BIOS Suspend/Resume code. | takawata | 2001-07-20 | 4 | -2/+381 |
* | swtch.s: During context save, use the correct bit mask for clearing | bsd | 2001-07-19 | 3 | -7/+16 |
* | Quiet a variable format-string warning. | kris | 2001-07-19 | 2 | -5/+5 |
* | The per-cpu temporary buffers are not needed since the pcb_save areas have | tegge | 2001-07-17 | 2 | -28/+10 |
* | Use PCPU_GET(cpuid) instead of curproc->p_oncpu. | tegge | 2001-07-16 | 2 | -18/+18 |
* | Fix MCOUNT_ENTER() so it actually compiles in the profiling case. | jhb | 2001-07-14 | 1 | -1/+1 |
* | `pcn' supports AMD Am79C97x cards, not Am79C79x cards. | dd | 2001-07-13 | 1 | -1/+1 |
* | Unbroke kernel if I686_CPU is not defined. | sobomax | 2001-07-13 | 1 | -0/+2 |
* | The #define for pcb_savefpu seems to do more harm than good. | peter | 2001-07-12 | 1 | -1/+0 |
* | Fix another missed pcb_savefpu reference (inside NPX_DEBUG) | peter | 2001-07-12 | 2 | -4/+4 |
* | Forgot this fix from another tree. make enable_sse() a real prototype. | peter | 2001-07-12 | 1 | -1/+1 |
* | Move init_sse() out of the "GenuineIntel" section, my AthlonMP system | peter | 2001-07-12 | 1 | -1/+1 |
* | Activate SSE/SIMD. This is the extra context switching support that | peter | 2001-07-12 | 22 | -44/+387 |
* | Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' and | bsd | 2001-07-11 | 2 | -70/+292 |
* | A set of changes to reduce the number of include files the kernel | julian | 2001-07-08 | 2 | -2/+2 |
* | Move vm_page_zero_idle() from machine-dependant sections to a | dillon | 2001-07-05 | 1 | -61/+0 |
* | Reorg vm_page.c into vm_page.c, vm_pageq.c, and vm_contig.c (for contigmalloc). | dillon | 2001-07-04 | 1 | -1/+1 |
* | With Alfred's permission, remove vm_mtx in favor of a fine-grained approach | dillon | 2001-07-04 | 6 | -41/+22 |
* | Make the code to read the kernel message buffer via sysctl machine- | tmm | 2001-07-03 | 1 | -42/+0 |
* | Add Transmeta Crusoe LongRun support. | iwasaki | 2001-07-03 | 1 | -0/+198 |
* | Quiet warning by removing ast() prototype. | jhb | 2001-07-03 | 1 | -1/+0 |
* | Allow Giant to be recursed when a process terminates. | jhb | 2001-07-03 | 1 | -2/+2 |
* | gif(4) and stf(4) modernization: | brooks | 2001-07-02 | 1 | -1/+1 |
* | Repo copy i8237.h to dev/ic so we can get rid of some of the final vestiges | imp | 2001-06-30 | 1 | -1/+1 |
* | Move ast() and userret() to sys/kern/subr_trap.c now that they are MI. | jhb | 2001-06-29 | 1 | -120/+0 |
* | Remove cruft from old bus. | imp | 2001-06-29 | 1 | -3/+0 |
* | Add a new MI pointer to the process' trapframe p_frame instead of using | jhb | 2001-06-29 | 6 | -29/+28 |
* | Grab Giant around trap_pfault() for now. | jhb | 2001-06-29 | 1 | -0/+4 |
* | Get kernel profiling on SMP systems closer to working by replacing the | jhb | 2001-06-28 | 4 | -25/+8 |
* | Provide access to the IA32 hardware debug registers from the ddb | bsd | 2001-06-28 | 4 | -28/+120 |
* | Recognize FC-PGA2 Pentium III (Tualatin). | kato | 2001-06-26 | 1 | -0/+1 |
* | Add code to detect Transmeta Crusoe cpus. | dfr | 2001-06-25 | 1 | -2/+55 |
* | - Grab the proc lock around CURSIG and postsig(). Don't release the proc | jhb | 2001-06-22 | 1 | -3/+4 |
* | Make the hw.physmem and hw.usermem variables unsigned so that they dont | peter | 2001-06-22 | 1 | -2/+2 |
* | Initialize mutexes needed early on all in the same place so that the | jhb | 2001-06-18 | 1 | -15/+6 |
* | - Add support for decoding syscall names. (Brought over from the new alpha | jhb | 2001-06-18 | 1 | -37/+61 |
* | Include sys/pcpu.h to get the prototype for globaldata_register() to quiet | jhb | 2001-06-18 | 3 | -0/+3 |
* | Don't assume that resource type is ioport and rid equal 0. | nyan | 2001-06-17 | 1 | -5/+6 |
* | Fix "alignemnt" typo. | alex | 2001-06-16 | 3 | -3/+3 |