Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Sep 1999 13:09:22 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/doscmd AsyncIO.c bios.c debug.c dos.c doscmd.c doscmd.h ems.c emuint.c int.c int10.c int13.c intff.c mouse.c port.c register.h signal.c trace.c trap.c tty.c xms.c
Message-ID:  <199909292009.NAA02381@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      1999/09/29 13:09:22 PDT

  Modified files:
    usr.bin/doscmd       AsyncIO.c bios.c debug.c dos.c doscmd.c 
                         doscmd.h ems.c emuint.c int.c int10.c 
                         int13.c intff.c mouse.c port.c register.h 
                         signal.c trace.c trap.c tty.c xms.c 
  Log:
  Unbreak doscmd after the sigset_t change:
  
  doscmd heavily depends on struct sigcontext which luckily is mostly passed
  between functions as usion regcontext_t. By redefining union regcontext_t in
  terms of mcontext_t almost all bases are covered.
  
  It also seems to me that doscmd was in a transitional state. The redundant
  definitions made it difficult to get a clear overview and could easily cause
  oversight. To make sure my changes were ok, I went as far as to complete the
  transition. It was not exactly necessary, but I expect to have to come back
  here some more ("whistle" if I'm wrong :-).
  
  Revision  Changes    Path
  1.3       +4 -1      src/usr.bin/doscmd/AsyncIO.c
  1.5       +2 -2      src/usr.bin/doscmd/bios.c
  1.3       +3 -3      src/usr.bin/doscmd/debug.c
  1.7       +36 -36    src/usr.bin/doscmd/dos.c
  1.10      +11 -11    src/usr.bin/doscmd/doscmd.c
  1.6       +5 -1      src/usr.bin/doscmd/doscmd.h
  1.3       +4 -4      src/usr.bin/doscmd/ems.c
  1.3       +3 -3      src/usr.bin/doscmd/emuint.c
  1.3       +9 -9      src/usr.bin/doscmd/int.c
  1.3       +67 -67    src/usr.bin/doscmd/int10.c
  1.4       +4 -4      src/usr.bin/doscmd/int13.c
  1.7       +8 -8      src/usr.bin/doscmd/intff.c
  1.3       +9 -9      src/usr.bin/doscmd/mouse.c
  1.4       +7 -7      src/usr.bin/doscmd/port.c
  1.3       +23 -69    src/usr.bin/doscmd/register.h
  1.5       +3 -3      src/usr.bin/doscmd/signal.c
  1.3       +6 -6      src/usr.bin/doscmd/trace.c
  1.6       +28 -28    src/usr.bin/doscmd/trap.c
  1.7       +9 -9      src/usr.bin/doscmd/tty.c
  1.6       +3 -3      src/usr.bin/doscmd/xms.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?199909292009.NAA02381>