Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-09 | Real, inverted, cursor. | Miod Vallat | |
2004-03-09 | Turn FAULTCHK in a real statement-like macro. | Miod Vallat | |
2004-03-09 | Correct MANSUBDIR (not enabled during build, though) | Miod Vallat | |
2004-03-09 | typo; from Martin Reindl <mreindl at catai.org> | Xavier Santolaria | |
ok jmc@. | |||
2004-03-09 | Spacing and KNF. Partly from Joris Vink <nimadeus at pandora dot be>. | Tom Cosgrove | |
ok henning@, deraadt@ | |||
2004-03-09 | Typos | Miod Vallat | |
2004-03-09 | faster cache flushing for fpu context (after save or emulation) | Michael Shalayeff | |
2004-03-09 | same typo as in mac68k/mac68k/locore.s | Xavier Santolaria | |
ok miod@. | |||
2004-03-08 | typo; from Martin Reindl <mreindl at catai.org> | Xavier Santolaria | |
ok miod@. | |||
2004-03-05 | audio at uaudio works, deraadt@ ok | Anil Madhavapeddy | |
2004-03-04 | Don't spl0() while polling, splbio() is enough and required. | Miod Vallat | |
2004-03-03 | In vmapbuf(), we actually only need to allow cache snooping, but enforcing | Miod Vallat | |
write through is not necessary. | |||
2004-03-03 | Handle 68060 branch prediction error traps before checking whether we are | Miod Vallat | |
ignoring bus errors. | |||
2004-03-02 | In process_set_pc() and process_set_regs(), disallow unaligned pc and npc | Miod Vallat | |
values. Workaround against PR #3663. ok deraadt@ | |||
2004-03-02 | Rework the card insertion/removal detection logic: | Miod Vallat | |
- instead of queueing events each time the sense information changes, only remember that the slot needs attention - when processing a slot needing attention, decide what to do depending upon its current sense information, rather than what it was when the change was detected - handle the ``only one sensor asserted'' state happening during slow insertion or removal. This makes the driver much more reactive to insertions and removals, and also removes unnecessary attach/detach calls. ok deraadt@ | |||
2004-03-02 | 68040 boards would not set address error and bus error trap vectors correctly; | Miod Vallat | |
fix inspired by the hp300 code. | |||
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-03-01 | Initialize the frame buffer when the PROM did not do this on our behalf. | Miod Vallat | |
2004-03-01 | More readable DAC programming. | Miod Vallat | |
2004-03-01 | rfx fits on the installation media. | Miod Vallat | |
2004-03-01 | Define a wsdisplay type for rfx; ok deraadt@ | Miod Vallat | |
2004-02-29 | Enter rfx, driver for the SBus RasterFlex frame buffer family. | Miod Vallat | |
Currently 8-bit only for now. This apparently completes the SBus frame buffer support list - yet if you stumble upon an unsupported SBus frame buffer, I'd love to hear about it... | |||
2004-02-29 | More colormap games for 8-bit framebuffers to enjoy the inverted cursor too. | Miod Vallat | |
2004-02-28 | MTRR not yet | Theo de Raadt | |
2004-02-28 | MTRR on by default | Theo de Raadt | |
2004-02-28 | rename our NPXCW setting | Theo de Raadt | |
2004-02-28 | most USB devices | Theo de Raadt | |
2004-02-28 | em(4) on floppy | Theo de Raadt | |
2004-02-28 | copy from i386, no changes yet | Theo de Raadt | |
2004-02-28 | Initialize MXCSR when FPU is first used. ok deraadt@ | Thomas Nordin | |
2004-02-28 | sysctl hw.cpuspeed output | Theo de Raadt | |
2004-02-27 | move to amd64_() functions | Theo de Raadt | |
2004-02-27 | remove old crud | Theo de Raadt | |
2004-02-27 | Typos | Miod Vallat | |
2004-02-27 | more machdep sysctl support | Theo de Raadt | |
2004-02-27 | developers who do not test compile should be shot | Theo de Raadt | |
2004-02-27 | permit 10% of memory as buffer cache | Theo de Raadt | |
2004-02-27 | put a bit more flesh in the sysctl machdep; parts from tom | Theo de Raadt | |
2004-02-27 | Move setperf_prio to the machdep code, requested by deraadt@ | Alexander Yurchenko | |
ok deraadt@ | |||
2004-02-27 | Add swiss german keymap tested on PBG4. go ahead and commit miod@ | Claudio Jeker | |
2004-02-27 | Backport from i386 andreas' diff for removing leading and | Alexander Yurchenko | |
duplicated spaces from cpu brand string. ok deraadt@ | |||
2004-02-27 | zap bad message; spotted by pvalchev | Theo de Raadt | |
2004-02-27 | Introduce simple priorities mechanism so that concurrent | Alexander Yurchenko | |
hw.setperf handlers don't override each other. Problem reported and tested by danh@. ok tedu@ deraadt@ | |||
2004-02-27 | Cleanup I[3456]86_CPU defines usage, unbreaks compilation | Alexander Yurchenko | |
without some of them. Problem reported by William Culler <william@neo.rr.com>. Help from tedu@ chris@, ok tedu@ chris@ deraadt@. | |||
2004-02-27 | move to 3.5-beta | Theo de Raadt | |
2004-02-27 | move to amd64 MACHINE_ARCH | Theo de Raadt | |
2004-02-27 | crank ramdisk to 3584 | Theo de Raadt | |
2004-02-26 | sync yds with i386; miod | Markus Friedl | |
2004-02-26 | APERTURE and USER_PCICONF for possible X server support. | Dale Rahn | |
2004-02-26 | add APERTURE support. | Dale Rahn | |