summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/interp_parse.c
Commit message (Collapse)AuthorAgeFilesLines
* Typo in patch application.msmith1999-01-131-2/+2
| | | | | PR: kern/9459 Submitted by: "Daniel C. Sobral" <dcs@newsguy.com>
* Enable escapes for $ to make it possible to insert variable names intomsmith1999-01-101-2/+6
| | | | other variable values.
* Initial integration of the i386 bootloader and BTX.msmith1998-09-171-2/+1
| | | | | | | | | | | - Discard large amounts of BIOS-related code in favour of the more compact BTX vm86 interface. - Build the loader module as ELF, although the resulting object is a.out, make gensetdefs 32/64-bit sensitive and use a single copy of it. - Throw away installboot, as it's no longer required. - Use direct bcopy operations in the i386_copy module, as BTX maps the first 16M of memory. Check operations against the detected size of actual memory.
* Generic plug-and-play enumerator infrastructure. Query suppliedmsmith1998-09-041-2/+2
| | | | | enumerators, crossreference returned identifiers with a text-format database and automatically load corresponding modules and dependancies.
* Allow quoted strings (single or double) for grouping whitespace separatedjkh1998-09-031-5/+16
| | | | items. Eliminate warnings.
* New commandline/script parser, supports backslash quoting and environmentmsmith1998-09-011-0/+190
variable substitution. Submitted by: Jordan Hubbard <jkh@freebsd.org>
OpenPOWER on IntegriCloud