Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jan 2000 07:25:44 -0800 (PST)
From:      Kazutaka YOKOTA <yokota@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys consio.h src/sys/conf files.i386 files.alpha src/sys/dev/syscons scterm-dumb.c scterm-sc.c scterm.c sctermvar.h sysmouse.c schistory.c scmouse.c scvgarndr.c scvidctl.c scvtb.c syscons.c syscons.h ...
Message-ID:  <200001151525.HAA31861@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
yokota      2000/01/15 07:25:44 PST

  Modified files:
    sys/sys              consio.h 
    sys/conf             files.i386 files.alpha 
    sys/dev/syscons      schistory.c scmouse.c scvgarndr.c 
                         scvidctl.c scvtb.c syscons.c syscons.h 
    sys/modules/syscons/daemon daemon_saver.c 
    sys/modules/syscons/snake snake_saver.c 
    sys/modules/syscons/star star_saver.c 
  Added files:
    sys/dev/syscons      scterm-dumb.c scterm-sc.c scterm.c 
                         sctermvar.h sysmouse.c 
  Log:
  This is the 3rd stage of syscons code reorganization.
  
  - Split terminal emulation code from the main part of the driver so
  that we can have alternative terminal emulator modules if we like in
  the future.  (We are not quite there yet, though.)
  
  - Put sysmouse related code in a separate file, thus, simplifying the
  main part of the driver.
  
  As some files are added to the source tree, you need to run config(8)
  before you compile a new kernel next time.
  
  You shouldn't see any functional change by this commit; this is only
  internal code reorganization.
  
  Revision  Changes    Path
  1.5       +16 -1     src/sys/sys/consio.h
  1.298     +5 -1      src/sys/conf/files.i386
  1.40      +5 -1      src/sys/conf/files.alpha
  1.7       +7 -3      src/sys/dev/syscons/schistory.c
  1.9       +16 -202   src/sys/dev/syscons/scmouse.c
  1.4       +14 -11    src/sys/dev/syscons/scvgarndr.c
  1.17      +68 -39    src/sys/dev/syscons/scvidctl.c
  1.4       +1 -2      src/sys/dev/syscons/scvtb.c
  1.332     +283 -918  src/sys/dev/syscons/syscons.c
  1.58      +159 -65   src/sys/dev/syscons/syscons.h
  1.18      +2 -2      src/sys/modules/syscons/daemon/daemon_saver.c
  1.26      +2 -2      src/sys/modules/syscons/snake/snake_saver.c
  1.23      +2 -2      src/sys/modules/syscons/star/star_saver.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001151525.HAA31861>