Home | History | Annotate | Download | only in lib
History log of /src/sys/arch/i386/stand/lib/parseutils.c
RevisionDateAuthorComments
 1.7  05-Jan-2014  jakllsch No need to return a empty string literal of the wrong const-ness when we
already have a empty string of the correct const-ness.
 1.6  18-Aug-2011  christos branches: 1.6.2; 1.6.12; 1.6.16;
PR/43563: Wolfgang Solfrank: boot.cfg doesn't support comments
Fix makes it support # comments and treat spaces and tabs the same way.
 1.5  14-Dec-2008  christos branches: 1.5.2;
ANSI and KNF from Anon Ymous
 1.4  09-Dec-2008  christos Allow parsing more than one command line switch. From anon ymous.
 1.3  24-Sep-2000  jdolecek branches: 1.3.2; 1.3.128; 1.3.132; 1.3.138; 1.3.140;
add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this
maps standard boot flags to corresponding RB_* values
use BOOT_FLAG() in port's MD code as appropriate

as discussed on tech-kern, add new boot flags -v, -q for booting
verbosely or quietly, and corresponding AB_VERBOSE/AB_QUIET
boot flags; also add FreeBSD-compatible bootverbose macro and
NetBSD-specific bootquiet macro

for hpcmips, use new bootverbose instead of it's own hpcmips_verbose

Tested on i386, and to limited extend (compile of affected files) also for
mvme68k, hp300, luna68k, sun3.
 1.2  31-Aug-2000  jdolecek constify first arg to parseopts()
 1.1  17-Sep-1997  drochner branches: 1.1.2; 1.1.18;
Factor out functions for table driven boot menus and command line parsing
usable for different boot programs.
 1.1.18.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.1.2.2  22-Sep-1997  thorpej Update marc-pcmcia branch from trunk.
 1.1.2.1  17-Sep-1997  thorpej file parseutils.c was added on branch marc-pcmcia on 1997-09-22 06:31:34 +0000
 1.3.140.1  19-Jan-2009  skrll Sync with HEAD.
 1.3.138.1  13-Dec-2008  haad Update haad-dm branch to haad-dm-base2.
 1.3.132.1  04-May-2009  yamt sync with head.
 1.3.128.1  17-Jan-2009  mjf Sync with HEAD.
 1.3.2.2  24-Sep-2000  jdolecek add new macro BOOT_FLAG() (defined in <sys/boot_flag.h>) - this
maps standard boot flags to corresponding RB_* values
use BOOT_FLAG() in port's MD code as appropriate

as discussed on tech-kern, add new boot flags -v, -q for booting
verbosely or quietly, and corresponding AB_VERBOSE/AB_QUIET
boot flags; also add FreeBSD-compatible bootverbose macro and
NetBSD-specific bootquiet macro

for hpcmips, use new bootverbose instead of it's own hpcmips_verbose

Tested on i386, and to limited extend (compile of affected files) also for
mvme68k, hp300, luna68k, sun3.
 1.3.2.1  24-Sep-2000  jdolecek file parseutils.c was added on branch sommerfeld_i386mp_1 on 2000-09-24 12:32:36 +0000
 1.5.2.1  27-Aug-2011  jym Sync with HEAD. Most notably: uvm/pmap work done by rmind@, and MP Xen
work of cherry@.

No regression observed on suspend/restore.
 1.6.16.1  18-May-2014  rmind sync with head
 1.6.12.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.6.2.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")

RSS XML Feed