Age | Commit message (Expand) | Author |
2007-05-09 | Change trap() into a void function, and restore pc from the trapframe instead | Miod Vallat |
2007-05-09 | In cpu_fork(), enable all known interrupt sources in cop0 sr/ic, so that | Miod Vallat |
2007-05-09 | Comment out ``generic'' interrupt routines, which are not used at the moment. | Miod Vallat |
2007-05-09 | When entering the idle loop, do a real spl0 (processing soft interrupts) | Miod Vallat |
2007-05-07 | Remove symbols already defined in <sys/limits.h>; unbreaks build on sgi. | Mark Kettenis |
2007-05-07 | Check for astpending in u_general (userland traps) in addition to u_intr | Miod Vallat |
2007-05-07 | Move sgo to __HAVE_CPUINFO. | Mark Kettenis |
2007-05-03 | Enable support for > 512MB of physical memory on mips64 systems, by using | Miod Vallat |
2007-05-01 | ELF symbol type fixes, no code change | Miod Vallat |
2007-05-01 | Provide <machine/lock.h> on all platforms, so that MI code may #include it | Miod Vallat |
2007-04-29 | The cpu clock frequency we get from ARCBIOS may be off by something in the | Mark Kettenis |
2007-04-27 | In pmap_enter_pv(), when uncaching a page due to a VAC conflict, only flush | Miod Vallat |
2007-04-27 | Remove unused macros, and make sure the remaining one do not truncate the | Miod Vallat |
2007-04-27 | More pmap changes from the potpourri pool: | Miod Vallat |
2007-04-26 | Do not allow userland to change cop0 SR via ptrace; from NetBSD. | Miod Vallat |
2007-04-26 | Be more careful when changing cop0 SR value; or flags in instead of setting | Miod Vallat |
2007-04-26 | Do not invoke arcbios routines from the moment our page tables are set up, | Miod Vallat |
2007-04-24 | It's never too late to write "too late" correctly. | Miod Vallat |
2007-04-24 | exeption -> exception | Miod Vallat |
2007-04-20 | Segment tables are integral multiples of the page size in LP64 mode, so | Miod Vallat |
2007-04-16 | Crank MAXPHYS to the regular 64KB. | Miod Vallat |
2007-04-14 | Crank KVM from a ridiculous pedro-sized 256MB to 1GB; needed for upcoming MI | Miod Vallat |
2007-04-14 | Correctly handle pv_flags for pages used to store ptes, so that they | Miod Vallat |
2007-04-10 | Remove long dead definitions. No functional change. | Miod Vallat |
2007-04-05 | delete userland DELAY() version; ok miod | Theo de Raadt |
2007-03-27 | When trap() causes a panic, have stacktrace() use ddb to find the symbol | Miod Vallat |
2007-03-27 | Try and print symbol-relative addresses for branches, and display | Miod Vallat |
2007-03-23 | Real atomic_{set,clear}bits_int implementation, and replace similar | Miod Vallat |
2007-03-22 | Change yet another kernel message starting with `<'. | Miod Vallat |
2007-03-21 | Mips_IOSyncDCache last argument is in the 0..2 range, not -1..1, so let | Miod Vallat |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-02-24 | Remove unused B_DIRTY, B_PAGET, B_PGIN, B_TAPE and B_UAREA b_flags values. | Miod Vallat |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-18 | Remove #ifdef/#endif's around MBR checking code. Remove now unused | Kenneth R Westerback |
2007-02-18 | If no MBR partitions are found when spoofing a disklabel, try looking | Kenneth R Westerback |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-02-03 | Don't spoof an msdosfs partition if it claims to start after the end | Kenneth R Westerback |
2006-12-24 | Define PROC_PC. Then, since profiling information is being reported in | Miod Vallat |
2006-11-29 | Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (except | Miod Vallat |
2006-10-28 | We don't currently write a disklabel into an OpenBSD ('A6') DOS MBR | Kenneth R Westerback |
2006-10-21 | Don't try to spoof 0 length DOS MBR/EBR partitions. By skipping | Kenneth R Westerback |
2006-10-21 | Some KNF cleanup. | Kenneth R Westerback |
2006-10-21 | We have a pointer (pp), so use it in the DOSPTYP_UNUSED case rather | Kenneth R Westerback |
2006-10-20 | Try again with local variable to avoid alignment issues. | Kenneth R Westerback |
2006-10-18 | back out disksubr changes ... since they violate strict alignment on | Theo de Raadt |
2006-10-17 | The dosparts member of cpu_disklabel was not used for any persistant | Kenneth R Westerback |
2006-10-10 | Don't spoof a Free/NetBSD MBR partition as the 'a' partition in a | Kenneth R Westerback |
2006-10-04 | More instances of the same now unused variable as in alpha's | Kenneth R Westerback |
2006-10-04 | More tidying up after bad144. Remove references in comments and | Kenneth R Westerback |
2006-10-03 | Don't load bad144 bad sector information into disklabels for archs that | Kenneth R Westerback |