Age | Commit message (Expand) | Author |
2007-05-05 | simple single-processor only mutex implementation | Martin Reindl |
2007-05-05 | Directly map IPL_xxx in terms of ALPHA_PSL_IPL_xxx values, and implement | Miod Vallat |
2007-05-04 | Faster pmap_extract() code for pmap_kernel, from NetBSD. | Miod Vallat |
2007-05-04 | make findblkmajor() and findblkname() MI; ok miod | Theo de Raadt |
2007-05-04 | setroot() was a ugly mix of MI and MD code, with different bugs on different | Theo de Raadt |
2007-04-30 | support "exit" as a RB_ASKNAME choice; discussed with miod | Theo de Raadt |
2007-04-30 | Fix dmesg nit. | Miod Vallat |
2007-04-25 | Yet another case that forgot to set the time. | Artur Grabowski |
2007-04-25 | Set the time even when the clock chip is bad. | Artur Grabowski |
2007-04-23 | Switch alpha to timecounters. | Artur Grabowski |
2007-04-21 | fix generic soft interrupts; improve establishing and disestablishing of | Martin Reindl |
2007-04-18 | if possible, fill in hw.serialno; | Martin Reindl |
2007-04-13 | get alpha SMP into a state where it at least compiles: | Martin Reindl |
2007-04-12 | __HAVE_CPUINFO for alpha, with bits from netbsd | Martin Reindl |
2007-03-21 | no need to include uvm_extern.h here | Martin Reindl |
2007-03-16 | add DEC_KN300 support from NetBSD; | Robert Nagy |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-02-26 | Zero rval[1] in setregs. | Miod Vallat |
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-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2007-02-03 | Don't spoof an msdosfs partition if it claims to start after the end | Kenneth R Westerback |
2007-02-03 | Remove unused functionality from lockmgr(): | Miod Vallat |
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-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-11-28 | rename scsibus_attach_args to scsi_attach_args. this can help avoid | David Gwynne |
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 | unused variable | Theo de Raadt |
2006-10-04 | More tidying up after bad144. Remove references in comments and | Kenneth R Westerback |
2006-10-04 | Zap bad144 bad sector info in disklabels. Sparsely used if at all for | Kenneth R Westerback |
2006-09-16 | Revert new check for DOS partitions running past d_secperunit (e.g. | Kenneth R Westerback |
2006-08-20 | When spoofing an MSDOS disklabel, don't create partitions with a final | Kenneth R Westerback |
2006-08-17 | fix tyop. | Michael Knudsen |
2006-08-17 | tsk tsk, krw did not test compile this | Theo de Raadt |
2006-08-17 | Check d_secpercyl in all readdisklable() functions, and have all of | Kenneth R Westerback |
2006-08-13 | Fix EV6 processor minor type: 0 is reserved and thus all entries were | Michael Knudsen |
2006-08-11 | Use d_secperunit rather than 0x1fffffff as the default value for | Kenneth R Westerback |
2006-07-16 | On LX164 systems (and maybe others), isa video boards are reported by | Miod Vallat |
2006-07-12 | do not include uvm_extern.h twice | Martin Reindl |
2006-07-11 | Remove DISKLABEL_ALL, DISKLABEL_ALPHA, leave DISKLABEL_I386 in | Kenneth R Westerback |
2006-07-09 | Remove DLT_* logic from Alpha as well, being careful to keep the | Kenneth R Westerback |
2006-07-03 | Eliminate most of the #if/#endif maze in alpha, hppa, hppa64, and mips64 | Kenneth R Westerback |