summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
AgeCommit message (Expand)Author
2004-05-20Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpcMark Kettenis
2004-05-138ks do not have hvtMichael Shalayeff
2004-05-13implement spop1,,0 supportMichael Shalayeff
2004-05-12support probe instructionsMichael Shalayeff
2004-05-05much easier tlb handler branch patchingMichael Shalayeff
2004-05-05do not engage HPT on PCXT' (yet)Michael Shalayeff
2004-05-04better faster scooter^Winterrupts; miod@ testingMichael Shalayeff
2004-04-30allow for ccd on ramdisk; per weissmanndude's request and testingMichael Shalayeff
2004-04-23fix some comments and sync devices in ramdiskMichael Shalayeff
2004-04-21only set child return values in the child_return() more like other archsMichael Shalayeff
2004-04-21simplify the fpemu pathMichael Shalayeff
2004-04-21fix lockingMichael Shalayeff
2004-04-21put some volatile on volatilesMichael Shalayeff
2004-04-21regenMichael Shalayeff
2004-04-21clarify n4k systems, from weissmanndudeMichael Shalayeff
2004-04-21regenMichael Shalayeff
2004-04-21fix old typoMichael Shalayeff
2004-04-21regenMichael Shalayeff
2004-04-21guess some from different funky lists found in google, intial guess by weissm...Michael Shalayeff
2004-04-21fix fcmp parsingMichael Shalayeff
2004-04-21regenMichael Shalayeff
2004-04-21cleanup and guess some models based on descriptionsMichael Shalayeff
2004-04-19remove the GATEWAY junk thingy; at the same time, select a new fatTheo de Raadt
2004-04-08kill misplaced commentMichael Shalayeff
2004-04-08repair pcxs/t confoosionMichael Shalayeff
2004-04-07update copyright; miod@ is fine w/ files where he holds it tooMichael Shalayeff
2004-04-06in cpu_exit() make sure to flush the fpu operation (store fr0)Michael Shalayeff
2004-04-06repair last: proper unimplemented'' trap checkMichael Shalayeff
2004-04-06doh. disable ahc here as wellMichael Shalayeff
2004-04-03make it look more like the other archsMichael Shalayeff
2004-04-02repair fcnv* emulation.Michael Shalayeff
2004-03-20add the rest of the oosiop machines for timeout programming except for /99s w...Michael Shalayeff
2004-03-17Otto@ confirms 715/50 needs the viper timeout kluge to be really happy.Miod Vallat
2004-03-17Make sure disklabels use at least DEV_BSIZE as their sector size.Miod Vallat
2004-03-17Add explicit flags to mem0.Miod Vallat
2004-03-17Tweak the viper control register:Miod Vallat
2004-03-17No installboot(8) on hppa, but on the other hand boot_hppa(8) has been addedMiod Vallat
2004-03-16Regen.Miod Vallat
2004-03-14Enable oosiop.Miod Vallat
2004-03-12Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonlyMiod Vallat
2004-03-10Ensure that we obey a user's ddb> boot reboot command even if the systemTom Cosgrove
2004-03-09faster cache flushing for fpu context (after save or emulation)Michael Shalayeff
2004-03-02track va for each segment and not for the whole map.Michael Shalayeff
2004-02-26ahc does not work anymore and i'm not going in there again to fix it any time...Michael Shalayeff
2004-02-14Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuffAlexander Yurchenko
2004-02-13order irq,pri args to gsc_intr_establish() the way less confusing compared to...Michael Shalayeff
2004-02-13as i continuously fail to make osiop drive 700 chip disable it for nowMichael Shalayeff
2004-02-13support secondary com@dino from todd@Michael Shalayeff
2004-02-10Add the ptm device to pty(4). By opening /dev/ptm and using the PTMGETTodd C. Miller
2004-01-25Crank SHMMAXPGS to 32mb; OK mickey@Todd C. Miller