History log of /netbsd-src/sys/arch/i386/stand/lib/parseutils.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 7cf250db 05-Jan-2014 jakllsch <jakllsch@NetBSD.org>

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.


# 9bc1ed71 18-Aug-2011 christos <christos@NetBSD.org>

PR/43563: Wolfgang Solfrank: boot.cfg doesn't support comments
Fix makes it support # comments and treat spaces and tabs the same way.


# 334f5e8f 14-Dec-2008 christos <christos@NetBSD.org>

ANSI and KNF from Anon Ymous


# 6d2637b2 09-Dec-2008 christos <christos@NetBSD.org>

Allow parsing more than one command line switch. From anon ymous.


# 49c105ff 24-Sep-2000 jdolecek <jdolecek@NetBSD.org>

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

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.

show more ...


# 3fd45741 31-Aug-2000 jdolecek <jdolecek@NetBSD.org>

constify first arg to parseopts()


# 27d7edd9 17-Sep-1997 drochner <drochner@NetBSD.org>

Factor out functions for table driven boot menus and command line parsing
usable for different boot programs.