Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Dec 2001 16:49:34 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/i386/loader version src/share/examples/bootforth boot.4th loader.rc src/sys/boot/alpha/cdboot version src/sys/boot/alpha/loader version src/sys/boot/common loader.8 src/sys/boot/ficl loader.c src/sys/boot/forth loader.4th pnp.4th ...
Message-ID:  <200112110049.fBB0nYW71109@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/12/10 16:49:34 PST

  Modified files:
    sys/boot/i386/loader version 
    share/examples/bootforth boot.4th loader.rc 
    sys/boot/alpha/cdboot version 
    sys/boot/alpha/loader version 
    sys/boot/common      loader.8 
    sys/boot/ficl        loader.c 
    sys/boot/forth       loader.4th pnp.4th support.4th 
  Log:
  - Add 'fwrite' and 'fseek' words for writing to and seeking on files.
  - Change the 'fopen' keyword to accept a mode parameter.  Note that this
    will break existing 4th scripts that use fopen.  Thus, the loader
    version has been bumped and loader.4th has been changed to check for a
    sufficient version on i386 and alpha.  Be sure that you either do a full
    world build or install or full build and install of sys/boot after this
    since loader.old won't work with the new 4th files and vice versa.
  
  PR:             kern/32389
  Submitted by:   Jonathan Mini <mini@haikugeek.com>
  Sponsored by:   ClickArray, Inc.
  
  Revision  Changes    Path
  1.3       +3 -3      src/share/examples/bootforth/boot.4th
  1.4       +3 -3      src/share/examples/bootforth/loader.rc
  1.5       +1 -0      src/sys/boot/alpha/cdboot/version
  1.6       +2 -1      src/sys/boot/alpha/loader/version
  1.36      +12 -2     src/sys/boot/common/loader.8
  1.6       +66 -9     src/sys/boot/ficl/loader.c
  1.23      +4 -4      src/sys/boot/forth/loader.4th
  1.2       +1 -1      src/sys/boot/forth/pnp.4th
  1.14      +12 -13    src/sys/boot/forth/support.4th
  1.8       +2 -1      src/sys/boot/i386/loader/version

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?200112110049.fBB0nYW71109>