summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc
AgeCommit message (Expand)Author
2007-05-04make findblkmajor() and findblkname() MI; ok miodTheo de Raadt
2007-05-04setroot() was a ugly mix of MI and MD code, with different bugs on differentTheo de Raadt
2007-04-10Remove unused BUS_SPACE_ALIGNED_POINTER, __BUS_SPACE_ADDRESS_SANITY andMiod Vallat
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-02-27previous commit ppc machines. has miod been reading tech-kern too much,Theo de Raadt
2007-02-26Zero rval[1] in setregs.Miod Vallat
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-18If no MBR partitions are found when spoofing a disklabel, try lookingKenneth R Westerback
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2007-02-03Don't spoof an msdosfs partition if it claims to start after the endKenneth R Westerback
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-10-29Remove redundant if (msg) {} block around invocations ofKenneth R Westerback
2006-10-28We don't currently write a disklabel into an OpenBSD ('A6') DOS MBRKenneth R Westerback
2006-10-21Don't try to spoof 0 length DOS MBR/EBR partitions. By skippingKenneth R Westerback
2006-10-21Some KNF cleanup.Kenneth R Westerback
2006-10-21We have a pointer (pp), so use it in the DOSPTYP_UNUSED case ratherKenneth R Westerback
2006-10-20Try again with local variable to avoid alignment issues.Kenneth R Westerback
2006-10-18back out disksubr changes ... since they violate strict alignment onTheo de Raadt
2006-10-17The dosparts member of cpu_disklabel was not used for any persistantKenneth R Westerback
2006-10-12Don't try to boot from a NetBSD MBR partition when no OpenBSD MBRKenneth R Westerback
2006-10-12Since we no longer look in FreeBSD or NetBSD partitions for theKenneth R Westerback
2006-10-10Don't spoof a Free/NetBSD MBR partition as the 'a' partition in aKenneth R Westerback
2006-10-04More tidying up after bad144. Remove references in comments andKenneth R Westerback
2006-10-03Don't load bad144 bad sector information into disklabels for archs thatKenneth R Westerback
2006-09-16Revert new check for DOS partitions running past d_secperunit (e.g.Kenneth R Westerback
2006-08-20When spoofing an MSDOS disklabel, don't create partitions with a finalKenneth R Westerback
2006-08-17Check d_secpercyl in all readdisklable() functions, and have all ofKenneth R Westerback
2006-08-13Remove remains of cut'n'paste from ffs code.Miod Vallat
2006-08-11Use d_secperunit rather than 0x1fffffff as the default value forKenneth R Westerback
2006-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
2006-07-01Eliminate redundant get_le() in favour of letoh32(). Add letoh32()Kenneth R Westerback
2006-06-30Old typos bite the dust.Miod Vallat
2006-06-26Clean up some inconsistancies in definitions around DOS MBR code. NoKenneth R Westerback
2006-06-01Right at the end of a debug kernel build, the current Makefile copies bsdChristopher Pascoe
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-03-12IPL_IMP -> IPL_VMBrad Smith
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2005-12-30Now that errno.h and sys/errno.h are separate header files there is noTodd C. Miller
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat
2005-12-22'spoofonly' does not mean what I thought it meant. The whole point isKenneth R Westerback
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-11-24Remove kernfs, okay deraadt@.Pedro Martelletto
2005-11-07remove vtophys() on *ppc.Brad Smith
2005-10-26Mach-macro wipeoutMartin Reindl
2005-09-27Don't try to read the DOS label from the device if spoofonly is 1.Kenneth R Westerback
2005-09-12Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bitMiod Vallat
2005-08-03missing safte/ses/scsibus piecesMartin Reindl
2005-08-02Save floating point context on signals, same diff as macppcDale Rahn