Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-02 | fix for broken cpp in gcc3 | Michael Shalayeff | |
2004-05-27 | hppa pmap needs to use old pool allocator for now. | Ted Unangst | |
i know the fix, but it's not here yet. ok mickey | |||
2004-05-25 | catcher ptr can be a plabel -- handle that in sigcode | Michael Shalayeff | |
2004-05-22 | two more reloc types | Michael Shalayeff | |
2004-05-21 | std header ifdef naming conventions; ok mickey@ | Todd T. Fries | |
2004-05-20 | Properly flush instruction cache for ptrace(PT_WRTIE_{DI}, ...) on powerpc | Mark Kettenis | |
and m68k. ok drahn@, millert@ | |||
2004-05-13 | 8ks do not have hvt | Michael Shalayeff | |
2004-05-13 | implement spop1,,0 support | Michael Shalayeff | |
2004-05-12 | support probe instructions | Michael Shalayeff | |
2004-05-05 | much easier tlb handler branch patching | Michael Shalayeff | |
2004-05-05 | do not engage HPT on PCXT' (yet) | Michael Shalayeff | |
2004-05-04 | better faster scooter^Winterrupts; miod@ testing | Michael Shalayeff | |
2004-04-30 | allow for ccd on ramdisk; per weissmanndude's request and testing | Michael Shalayeff | |
2004-04-23 | fix some comments and sync devices in ramdisk | Michael Shalayeff | |
2004-04-21 | only set child return values in the child_return() more like other archs | Michael Shalayeff | |
2004-04-21 | simplify the fpemu path | Michael Shalayeff | |
2004-04-21 | fix locking | Michael Shalayeff | |
2004-04-21 | put some volatile on volatiles | Michael Shalayeff | |
2004-04-21 | regen | Michael Shalayeff | |
2004-04-21 | clarify n4k systems, from weissmanndude | Michael Shalayeff | |
2004-04-21 | regen | Michael Shalayeff | |
2004-04-21 | fix old typo | Michael Shalayeff | |
2004-04-21 | regen | Michael Shalayeff | |
2004-04-21 | guess some from different funky lists found in google, intial guess by ↵ | Michael Shalayeff | |
weissmanndude | |||
2004-04-21 | fix fcmp parsing | Michael Shalayeff | |
2004-04-21 | regen | Michael Shalayeff | |
2004-04-21 | cleanup and guess some models based on descriptions | Michael Shalayeff | |
2004-04-19 | remove the GATEWAY junk thingy; at the same time, select a new fat | Theo de Raadt | |
cluster value that noone will really need to crank. | |||
2004-04-08 | kill misplaced comment | Michael Shalayeff | |
2004-04-08 | repair pcxs/t confoosion | Michael Shalayeff | |
2004-04-07 | update copyright; miod@ is fine w/ files where he holds it too | Michael Shalayeff | |
2004-04-06 | in cpu_exit() make sure to flush the fpu operation (store fr0) | Michael Shalayeff | |
2004-04-06 | repair last: proper unimplemented'' trap check | Michael Shalayeff | |
2004-04-06 | doh. disable ahc here as well | Michael Shalayeff | |
2004-04-03 | make it look more like the other archs | Michael Shalayeff | |
2004-04-02 | repair fcnv* emulation. | Michael Shalayeff | |
generate proper signals/siginfo. partially repairs the "otto" case. | |||
2004-03-20 | add the rest of the oosiop machines for timeout programming except for /99s ↵ | Michael Shalayeff | |
which i ain't sure even exist | |||
2004-03-17 | Otto@ confirms 715/50 needs the viper timeout kluge to be really happy. | Miod Vallat | |
2004-03-17 | Make sure disklabels use at least DEV_BSIZE as their sector size. | Miod Vallat | |
This allows the kernel to survive reading the disklabel off a 256-bytes/sector scsi device... ok deraadt@ | |||
2004-03-17 | Add explicit flags to mem0. | Miod Vallat | |
2004-03-17 | Tweak the viper control register: | Miod Vallat | |
- do not enable EISA bus grant until we really attach eisa devices; - on some machines, booting from disk would hang in either "mem0" or "cpu0" probe. Tinkering eventually pointed out that setting a non-zero non-rachitic value for the viper's bus error timeout would help. Right now, this kluge will only be enabled by default on a known list of affected machines (which may grow over time...), and device attachment flags allow users to try the other behaviour if necessary. Discussed and crafted with mickey@, "it's gross" deraadt@ | |||
2004-03-17 | No installboot(8) on hppa, but on the other hand boot_hppa(8) has been added | Miod Vallat | |
since this page was written; pointed out by Otto. | |||
2004-03-16 | Regen. | Miod Vallat | |
2004-03-14 | Enable oosiop. | Miod Vallat | |
2004-03-12 | Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonly | Miod Vallat | |
encountered on the oldest hppa machines. Currently compiled in, but disabled, in the kernel, until it is stable enough - right now read access are fine, but writes eventually time out and do not complete. ok deraadt@ | |||
2004-03-10 | Ensure that we obey a user's ddb> boot reboot command even if the system | Tom Cosgrove | |
is cold (during startup). This adds RB_USERREQ to sys/reboot.h, uses it in the ddb commands, and ensures that */*/machdep.c:boot() won't set RB_HALT when cold if this flag is set. ok deraadt@ | |||
2004-03-09 | faster cache flushing for fpu context (after save or emulation) | Michael Shalayeff | |
2004-03-02 | track va for each segment and not for the whole map. | Michael Shalayeff | |
simplifies the cache syncing a lot. testing by miod@ and mickey@ | |||
2004-02-26 | ahc does not work anymore and i'm not going in there again to fix it any ↵ | Michael Shalayeff | |
time soon | |||
2004-02-14 | Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuff | Alexander Yurchenko | |
from the underlying callbacks. Testing hppa mickey@, ppc drahn@ Ok markus@ tedu@ |