aboutsummaryrefslogtreecommitdiff
path: root/stand/common
Commit message (Expand)AuthorAgeFilesLines
* Revert r333365Warner Losh2018-05-101-0/+4
* We don't use f_devdata, so don't set it. Should that need to changeWarner Losh2018-05-081-4/+0
* Use M. Warner Losh everywhere on my copyrights.Warner Losh2018-05-011-2/+1
* loader: cstyle cleanup of command.cToomas Soome2018-04-161-318/+326
* loader: make sure we do not return garbage from help_getnextToomas Soome2018-04-161-1/+1
* loader: command_errmsg should be constToomas Soome2018-04-162-2/+2
* loader: make sure we use snprintf() in commands.cToomas Soome2018-04-161-4/+4
* loader: provide values in help_getnext()Toomas Soome2018-04-161-1/+3
* Add an ISO9660 "partition table" type to loader.Benno Rice2018-04-053-1/+53
* Apply r228478 (CTASSERT => _Static_assert()) to stand bootstrap.hConrad Meyer2018-03-211-4/+2
* Prefer uintXX_t to u_intXX_tWarner Losh2018-03-137-32/+32
* Use the actual struct devdesc at the start of all *_devdesc structsWarner Losh2018-03-122-19/+16
* Minor cosmetic changes.Warner Losh2018-03-121-2/+2
* stand/interp_lua: correct errorr => errorKyle Evans2018-03-111-1/+1
* Fix module loading on arm after the metadata.c unification in r329190.Ian Lepore2018-02-281-1/+6
* load_elf.c: Use consistent indentationEd Maste2018-02-211-604/+642
* Consolidate three copies of ZFS commands into a central location.Warner Losh2018-02-211-0/+108
* loader.lua: Expose errno table to luaConrad Meyer2018-02-201-1/+4
* lualoader: Add ability to intercept cli commandsKyle Evans2018-02-201-7/+27
* Lua loader: Add barebones "lfs" moduleConrad Meyer2018-02-181-0/+2
* interp_lua: Register io/loader with regular Lua module systemConrad Meyer2018-02-181-1/+2
* stand: Fix ubldr after r329190Kyle Evans2018-02-151-0/+36
* Unify metadata load files for arm, mips, powerpc, sparc64Justin Hibbits2018-02-131-0/+434
* Add Lua as a scripting langauge to /boot/loaderWarner Losh2018-02-121-0/+164
* loader: fix endianness conversionRoger Pau Monné2018-02-091-164/+113
* Set script.lang in the environment to either 'forth' or 'simple' toWarner Losh2018-02-092-0/+2
* Move to tabs for indentation and to 8-space notches, per style(9).Warner Losh2018-02-083-489/+494
* Move simple interpreter 'perform' into interp.c and call itWarner Losh2018-02-073-34/+36
* Fix indentation to FreeBSD standard for interp filesWarner Losh2018-02-073-283/+282
* Ignore relocation tables for non-memory-resident sections.John Baldwin2018-02-051-0/+2
* Make cross-endian loader changes apply only to powerpcEd Maste2018-02-031-24/+24
* Retire pnp.4th and the code needed only for 4th words used here.Warner Losh2018-02-021-50/+0
* Break out the interpreters (simple and forth) w/o ifdefs. This isWarner Losh2018-01-315-247/+364
* Add missing non-POWERPC case to give the scr value something non-zero.Sean Bruno2018-01-301-0/+2
* loader: support for mixed-endianness ELF/loader and POWER8Wojciech Macek2018-01-292-8/+200
* There's no tainted data here, tag it as such to avoid the slew ofWarner Losh2018-01-231-0/+1
* On malloc failure, be sure to close the include file that triggeredWarner Losh2018-01-231-0/+1
* Don't leak memory when displaying help.Warner Losh2018-01-231-11/+10
* Fix some resource leaks.Warner Losh2018-01-231-2/+7
* Require the SHF_ALLOC flag for program sections from kernel object modules.John Baldwin2018-01-171-0/+2
* Skip IRELATIVE relocations when loader processes ELF files.Konstantin Belousov2018-01-111-0/+8
* Interact is always called with NULL. Simplify code a little byWarner Losh2017-12-193-18/+10
* Simplify things a little. The RETURN macro isn't required. It's onlyWarner Losh2017-12-191-8/+2
* Revert r326792, r326784, r326772, r326712Warner Losh2017-12-125-504/+379
* Revert part of 362772. It was causing problems for includes and makingWarner Losh2017-12-111-1/+1
* Fix regression with lua importWarner Losh2017-12-113-23/+9
* Create interp class.Warner Losh2017-12-084-363/+502
* Const poison a couple of interfaces.Warner Losh2017-12-083-5/+5
* Prefer stdint.h to inttypes.h since the added prototypes form theWarner Losh2017-12-053-4/+4
* Fix theoretical integer overflow issues. If the product here isWarner Losh2017-11-241-2/+2