Age | Commit message (Expand) | Author |
2006-07-25 | Remove cursor register address constants, code should (and does) use dc503reg.h | Miod Vallat |
2006-07-25 | Assembly versions of kvtopte() and kvtophys(), better than what gcc | Miod Vallat |
2006-07-25 | Kill option GPL_MATH_EMULATE. | Mark Kettenis |
2006-07-24 | Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) and | Miod Vallat |
2006-07-24 | Make sure the mapped frame buffer area is a multiple of the logical page | Miod Vallat |
2006-07-24 | Add a wsdisplay driver for the frame buffer found on VS4000/60 and VLC | Miod Vallat |
2006-07-24 | move large local array out of a "called once, only at boot" function | Theo de Raadt |
2006-07-24 | Simplify ioaccess() by computing the pte template outside the loop, and | Miod Vallat |
2006-07-24 | Recent change to the way mainbus children attach requires sbi_match to be | Miod Vallat |
2006-07-23 | Do not print an odd message on machines where led0 is configured but did | Miod Vallat |
2006-07-23 | Make smg(4) on par with the current state of wsdisplay drivers: make it use | Miod Vallat |
2006-07-20 | Not all Cheetah machines have the DSSI controller at a non-canonical address; | Miod Vallat |
2006-07-20 | Conform to the party's line when printing unconfigured devices. | Miod Vallat |
2006-07-20 | Here cometh the blinkenlichten on VAXens. | Miod Vallat |
2006-07-20 | Kill an autoconf abuse introduced with Cheetah support, and pass real | Miod Vallat |
2006-07-20 | Oops, correctly initialize vax_confdata for VS4k/90. | Miod Vallat |
2006-07-20 | regen | Michael Shalayeff |
2006-07-20 | fix various ways of spelling 'access' wrong in comments | Martin Reindl |
2006-07-20 | regen | Michael Shalayeff |
2006-07-20 | assume root is always on wd0a, for now | Theo de Raadt |
2006-07-20 | Get rid of the 'nextevent out of bounds' error message, if interrupts | Dale Rahn |
2006-07-19 | Actually we can optimize further an assignment in sendsig(). | Miod Vallat |
2006-07-19 | Trivial simplification in the signal delivery code; shave one instruction | Miod Vallat |
2006-07-19 | Remove long dead meat and irrelevant defines. No functional change. | Miod Vallat |
2006-07-19 | Honour L3 switch on VS4k/90, even if we don't support glass console yet; | Miod Vallat |
2006-07-19 | Cheetah machines can use dz as a console since a long time already, thus do | Miod Vallat |
2006-07-19 | Remove code checking for memory residence of pages in disk_reallymapin(), | Miod Vallat |
2006-07-17 | same changes as i386. tested by kettenis@ and ckuethe@. thanks. | Federico G. Schwindt |
2006-07-17 | same fix as i386 | Theo de Raadt |
2006-07-17 | we prefer it if this compiles | Theo de Raadt |
2006-07-17 | id tag. | Federico G. Schwindt |
2006-07-17 | use malloc'ed buffers rather than losing some/all of the static buffers | Federico G. Schwindt |
2006-07-17 | Fixups for NVIDIA MCP04 SATA interrupts. | Mark Kettenis |
2006-07-17 | Switch to a three-phase pci resource fixup: | Dale Rahn |
2006-07-17 | Cope with clock_subr.c changes. | Miod Vallat |
2006-07-16 | Fix splassert false positives on older VAXstation with devices wired to | Miod Vallat |
2006-07-16 | On LX164 systems (and maybe others), isa video boards are reported by | Miod Vallat |
2006-07-16 | Contrary to where this was stolen from, arm does indeed need | Dale Rahn |
2006-07-14 | Add a major line for wd, for kernels with root on wd0a to work. | Miod Vallat |
2006-07-14 | Allow tracebacks of the kernel stack even when the kernel did not panic, | Miod Vallat |
2006-07-14 | change pcibr_flags back to 0 (turn off verbose mode). If anyone has a | Theo de Raadt |
2006-07-13 | Switch to a three-phase pci resource fixup: | Mark Kettenis |
2006-07-13 | include uvm_extern.h for atop() and uvm functions just like in armish | Martin Reindl |
2006-07-12 | zap some unused variables. | Thordur I. Bjornsson |
2006-07-12 | Shorten the dmesg one line. | Miod Vallat |
2006-07-12 | Remove commented out defopt goo. | Miod Vallat |
2006-07-12 | Fix dependencies | Miod Vallat |
2006-07-12 | Turn GetCPSR() into an inline get_cpsr(), and remove more dead code. | Miod Vallat |
2006-07-12 | Orphaned stuff. | Miod Vallat |
2006-07-12 | include uvm_extern.h for atop() | Martin Reindl |