summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/alpha
AgeCommit message (Expand)Author
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-10Don't spoof a Free/NetBSD MBR partition as the 'a' partition in aKenneth R Westerback
2006-10-04unused variableTheo de Raadt
2006-10-04More tidying up after bad144. Remove references in comments andKenneth R Westerback
2006-10-04Zap bad144 bad sector info in disklabels. Sparsely used if at all forKenneth 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-17fix tyop.Michael Knudsen
2006-08-17tsk tsk, krw did not test compile thisTheo de Raadt
2006-08-17Check d_secpercyl in all readdisklable() functions, and have all ofKenneth R Westerback
2006-08-13Fix EV6 processor minor type: 0 is reserved and thus all entries wereMichael Knudsen
2006-08-11Use d_secperunit rather than 0x1fffffff as the default value forKenneth R Westerback
2006-07-16On LX164 systems (and maybe others), isa video boards are reported byMiod Vallat
2006-07-12do not include uvm_extern.h twiceMartin Reindl
2006-07-11Remove DISKLABEL_ALL, DISKLABEL_ALPHA, leave DISKLABEL_I386 inKenneth R Westerback
2006-07-09Remove DLT_* logic from Alpha as well, being careful to keep theKenneth R Westerback
2006-07-03Eliminate most of the #if/#endif maze in alpha, hppa, hppa64, and mips64Kenneth R Westerback
2006-07-01Eliminate redundant get_le() in favour of letoh32(). Add letoh32()Kenneth R Westerback
2006-06-20fix memory reporting on alphas with 2GB or more; ok miodTheo de Raadt
2006-06-19Reset pcb_onfault around uvm_fault() calls.Miod Vallat
2006-06-15Rework the interrupt code, shaving some cycles off in the process.Brad Smith
2006-06-11Amiga is no longer amoung us. Some architectures were too sentimentalKenneth R Westerback
2006-06-07One last occurence of an inline sigexit() in sendsig.Miod Vallat
2006-05-25gas will error out with a number of "Error: unassigned file number 1"Brad Smith
2006-04-13Use PAGE_SIZE rather than NBPG.Brad Smith
2006-04-13Don't use NBPG.Brad Smith
2006-03-19Do not compile misaligned access recovery code if option SMALL_KERNEL;Miod Vallat
2006-03-18Switch to a rpcc-based delay() implementation. From NetBSD.Miod Vallat
2006-03-15use sysctl_int_lower() for the aperture variable. This lets root closeTheo de Raadt
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-03-04Typos grab bag of the month, eyeballed by jmc@Miod Vallat
2006-02-26Provide a buffer large enough for its contents in pal_opname(). ok deraadt@Miod Vallat
2006-02-25ok, the miod thing can go back in, tree buildsTheo de Raadt
2006-02-24NO_IEEE ifndef is still needed for RAMDISKBIG at leastTheo de Raadt
2006-02-23Better dependency rules in files.alpha, also point to cpuconf.c in theMiod Vallat
2006-02-23Only compile badaddr() if we have support for TurboChannel, apecs, cia or lca,Miod Vallat
2006-02-07convert pmap_phys_address() to a define, consistent with other archs;Martin Reindl
2006-01-26Fix character range check in local atoi() function. krw@ "looks correct"Aaron Campbell
2006-01-17Do not invoke resettodr() on shutdown if we have been sitting in ddb.Miod Vallat
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat
2005-12-25Ensure child_return() leaves registers the same way a successfull systemMiod Vallat
2005-12-22'spoofonly' does not mean what I thought it meant. The whole point isKenneth R Westerback
2005-12-12One procfs.h leftover there, too.Miod Vallat
2005-12-11Replace procfs_domem() with a similar interface, process_domem(), which livesMiod Vallat