Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 1998 19:39:32 -0700 (PDT)
From:      Michael Smith <msmith@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/boot/alpha/boot2 Makefile src/sys/boot/common boot.c bootstrap.h commands.c interp.c ls.c src/sys/boot/i386/libi386 bootinfo.c vidconsole.c src/sys/boot/i386/loader Makefile conf.c
Message-ID:  <199810070239.TAA29749@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      1998/10/06 19:39:32 PDT

  Modified files:
    sys/boot/alpha/boot2 Makefile 
  Log:
  VERBOSE_LS is obsolete
  
  Revision  Changes    Path
  1.4       +0 -2      src/sys/boot/alpha/boot2/Makefile

  Modified files:
    sys/boot/common      boot.c bootstrap.h commands.c interp.c 
                         ls.c 
  Log:
   - VERBOSE_LS is obsolete, as the heap is much better behaved now.
   - Don't whine about nodes we can't stat(); these are usually
     symlinks that lead out of the filesystem.
   - Autoboot is now controlled by $autoboot_delay, which is a value
     in seconds or NO to disable autoboot.
   - Don't autoboot at the end of boot.conf if we have already tried.
   - Add a 'read' command to complement 'echo'.  Both are still hidden.
   - Improve the 'source' command/function so that it is possible to
     source scripts off removable media.  The entire script is read and
     saved before beginning execution.  Script lines beginning with
     '@' will not be echoed when being executed.  Script execution will
     normally terminate at the first error, however if the script line
     begins with '-' this behaviour is overriden for that command.
  
  Revision  Changes    Path
  1.5       +30 -8     src/sys/boot/common/boot.c
  1.11      +2 -1      src/sys/boot/common/bootstrap.h
  1.4       +61 -2     src/sys/boot/common/commands.c
  1.5       +99 -30    src/sys/boot/common/interp.c
  1.4       +4 -12     src/sys/boot/common/ls.c

  Modified files:
    sys/boot/i386/libi386 bootinfo.c vidconsole.c 
  Log:
   - Drain the keyboard buffer when initialising.
   - Be pedantic about the return from int 16 fn 01.
  
  Revision  Changes    Path
  1.9       +1 -2      src/sys/boot/i386/libi386/bootinfo.c
  1.4       +9 -2      src/sys/boot/i386/libi386/vidconsole.c

  Modified files:
    sys/boot/i386/loader Makefile conf.c 
  Log:
   Enable the DOS filesystem.  NOTE: you will have to rebuild libstand in
   order to be able to build again.
  
  Revision  Changes    Path
  1.10      +1 -4      src/sys/boot/i386/loader/Makefile
  1.7       +1 -3      src/sys/boot/i386/loader/conf.c



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