Age | Commit message (Expand) | Author |
2006-08-22 | Clear sti display on console attach, now that the bootloader leaves us | Miod Vallat |
2006-08-22 | Implement pmap_steal_memory() if HAVE_PMAP_DIRECT; no change except for | Miod Vallat |
2006-08-17 | No need for divsi and friends, yet | Miod Vallat |
2006-08-17 | Check d_secpercyl in all readdisklable() functions, and have all of | Kenneth R Westerback |
2006-08-17 | Setup the transparent translation with writeback cache instead of | Miod Vallat |
2006-08-17 | Large cleanup of the bootblocks, including ansi protos and de-register, | Miod Vallat |
2006-08-13 | Let the domain keyboard work on models 362 and 382 as well. | Miod Vallat |
2006-08-13 | Oops, let HIL keyboards work again in the boot blocks. | Miod Vallat |
2006-08-12 | Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and then | Kenneth R Westerback |
2006-08-11 | Let the windowmove() callbacks return whether they could perform the operation | Miod Vallat |
2006-08-10 | Try and determine the keyboard layout from its identification string; | Miod Vallat |
2006-08-09 | Use the blitter again for the cursor on non-mono frame buffers. | Miod Vallat |
2006-08-05 | Since the maskbits code only gets invoked with RR_COPY or RR_CLEAR those | Miod Vallat |
2006-08-05 | Prefer rasops {copy,erase}rows routines for non-accelerated 1bpp frame buffers, | Miod Vallat |
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat |
2006-07-09 | 68020-based hp300 systems are not supported anymore now. If you still use | Miod Vallat |
2006-07-09 | If running on a 68030 or 68040 system, use the transparent translation | Miod Vallat |
2006-06-30 | When allocating the default rasops attribute, it is not necessary to use | Miod Vallat |
2006-06-24 | Use pmap_kenter_cache() for device memory mapping, instead of physacc(0 | Miod Vallat |
2006-06-23 | consistantly count context switches on exit; miod@ ok | Michael Shalayeff |
2006-06-16 | If we are configured for glass console but no keyboard is plugged, we run | Miod Vallat |
2006-06-16 | Fix range check in sgc_slottopa(). | Miod Vallat |
2006-06-16 | Line 0 is not wired, thus illegal for use in frodo_intr_establish(). | Miod Vallat |
2006-06-11 | Clean the various cache and TLB invalidation function, arch by arch: | Miod Vallat |
2006-06-11 | Move common prototypes to <m68k/{cpu,param}.h> instead of incomplete | Miod Vallat |
2006-06-11 | Factorize spl handling functions and software interrupt routines between | Miod Vallat |
2006-06-11 | Move pmap_aliasmask declaration and initialization to MD code. No functional | Miod Vallat |
2006-06-07 | - when killing a process due to parity error, notify syslog. | Miod Vallat |
2006-06-04 | When VM_PHYSSEG_MAX is 1, use VM_PSTRAT_RANDOM for VM_PHYSSEG_STRAT, this | Miod Vallat |
2006-05-20 | Do not wait until Lstart2 to reset the HP MMU command register on models | Miod Vallat |
2006-05-19 | Get rid of ``maxmem'' and fix the descriptive comment for ``physmem''. | Miod Vallat |
2006-04-20 | no longer failure care; ok miod | Theo de Raadt |
2006-04-16 | Introduce sti_rom_size() which will compute the size of a card's rom, and | Miod Vallat |
2006-04-15 | Caps Lock key is special, even in raw mode, on the Domain keyboard, exactly | Miod Vallat |
2006-04-14 | Minimal support for the HP98705 ``Tigershark'' TurboVRX frame buffer | Miod Vallat |
2006-04-14 | Compile hp300 stand with Wall or I'll never get motivated to make it clean. | Miod Vallat |
2006-04-13 | Fix timeout initialization bug introduced in rev 1.8. | Miod Vallat |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-13 | remove splimp. | Brad Smith |
2006-03-12 | Previous fix was half-done, move the wsscreen_list array into the softc | Miod Vallat |
2006-03-12 | Move struct wsscreen_list out of the stack as on sparc. | Miod Vallat |
2006-02-14 | Fix <=4bpp buglet introduced in previous commit; non-hyperion frame buffers | Miod Vallat |
2006-02-14 | Homogeneize WSDISPLAY_* option comments (especially on cats) | Miod Vallat |
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat |
2006-01-21 | Remove old mdpflag debug help. | Miod Vallat |
2006-01-20 | b_un.b_addr -> b_data; no functional change. | Miod Vallat |
2006-01-19 | Bounds check PPIIOCSSEC argument, for a carefully choosen invalid value | Miod Vallat |
2006-01-18 | more size_t vs u_int fallout.. i guess the last | Theo de Raadt |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2006-01-02 | Kill enablertclock. | Miod Vallat |