NetBSD/sys/arch/amiga
is 30cef4176a - auto-USE_C_BFOPS when !defined(__m68k__)
- for bold characters, only blit the leftmost ftwidth pixels per character
  cell row. The rightmost row which used to be printed would have been
  overwritten formerly by the next character on sequential output, so no
  visible change will result most of the time.
  This fixes two problems:
  * USE_C_BFOPS (which only works for 8 pixel wide fonts) blits the same
    for bold characters now... it used to print the rightmost 8 pixel columns
    of the bold-smeared characters
  * we no longer need a reserved 1 pixel column at the right end of the screen.
    That is, a 640x400 screen will hold 80x50 charactes with the 8x8 font.
2000-06-21 21:28:39 +00:00
..
amiga recently findroot() was changed to get no arguments, so remove the 2000-06-10 19:34:46 +00:00
compile
conf Remove the obsolete config fragments for kernel crypto, because the IPsec 2000-06-14 22:02:13 +00:00
dev - auto-USE_C_BFOPS when !defined(__m68k__) 2000-06-21 21:28:39 +00:00
include First sweep at scheduler state cleanup. Collect MI scheduler 2000-05-26 21:19:19 +00:00
stand Fix for two bugs discovered by Gunther Nikl: 2000-06-15 13:43:35 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00