| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert r333365 | Warner Losh | 2018-05-10 | 1 | -0/+4 |
| * | We don't use f_devdata, so don't set it. Should that need to change | Warner Losh | 2018-05-08 | 1 | -4/+0 |
| * | Use M. Warner Losh everywhere on my copyrights. | Warner Losh | 2018-05-01 | 1 | -2/+1 |
| * | loader: cstyle cleanup of command.c | Toomas Soome | 2018-04-16 | 1 | -318/+326 |
| * | loader: make sure we do not return garbage from help_getnext | Toomas Soome | 2018-04-16 | 1 | -1/+1 |
| * | loader: command_errmsg should be const | Toomas Soome | 2018-04-16 | 2 | -2/+2 |
| * | loader: make sure we use snprintf() in commands.c | Toomas Soome | 2018-04-16 | 1 | -4/+4 |
| * | loader: provide values in help_getnext() | Toomas Soome | 2018-04-16 | 1 | -1/+3 |
| * | Add an ISO9660 "partition table" type to loader. | Benno Rice | 2018-04-05 | 3 | -1/+53 |
| * | Apply r228478 (CTASSERT => _Static_assert()) to stand bootstrap.h | Conrad Meyer | 2018-03-21 | 1 | -4/+2 |
| * | Prefer uintXX_t to u_intXX_t | Warner Losh | 2018-03-13 | 7 | -32/+32 |
| * | Use the actual struct devdesc at the start of all *_devdesc structs | Warner Losh | 2018-03-12 | 2 | -19/+16 |
| * | Minor cosmetic changes. | Warner Losh | 2018-03-12 | 1 | -2/+2 |
| * | stand/interp_lua: correct errorr => error | Kyle Evans | 2018-03-11 | 1 | -1/+1 |
| * | Fix module loading on arm after the metadata.c unification in r329190. | Ian Lepore | 2018-02-28 | 1 | -1/+6 |
| * | load_elf.c: Use consistent indentation | Ed Maste | 2018-02-21 | 1 | -604/+642 |
| * | Consolidate three copies of ZFS commands into a central location. | Warner Losh | 2018-02-21 | 1 | -0/+108 |
| * | loader.lua: Expose errno table to lua | Conrad Meyer | 2018-02-20 | 1 | -1/+4 |
| * | lualoader: Add ability to intercept cli commands | Kyle Evans | 2018-02-20 | 1 | -7/+27 |
| * | Lua loader: Add barebones "lfs" module | Conrad Meyer | 2018-02-18 | 1 | -0/+2 |
| * | interp_lua: Register io/loader with regular Lua module system | Conrad Meyer | 2018-02-18 | 1 | -1/+2 |
| * | stand: Fix ubldr after r329190 | Kyle Evans | 2018-02-15 | 1 | -0/+36 |
| * | Unify metadata load files for arm, mips, powerpc, sparc64 | Justin Hibbits | 2018-02-13 | 1 | -0/+434 |
| * | Add Lua as a scripting langauge to /boot/loader | Warner Losh | 2018-02-12 | 1 | -0/+164 |
| * | loader: fix endianness conversion | Roger Pau Monné | 2018-02-09 | 1 | -164/+113 |
| * | Set script.lang in the environment to either 'forth' or 'simple' to | Warner Losh | 2018-02-09 | 2 | -0/+2 |
| * | Move to tabs for indentation and to 8-space notches, per style(9). | Warner Losh | 2018-02-08 | 3 | -489/+494 |
| * | Move simple interpreter 'perform' into interp.c and call it | Warner Losh | 2018-02-07 | 3 | -34/+36 |
| * | Fix indentation to FreeBSD standard for interp files | Warner Losh | 2018-02-07 | 3 | -283/+282 |
| * | Ignore relocation tables for non-memory-resident sections. | John Baldwin | 2018-02-05 | 1 | -0/+2 |
| * | Make cross-endian loader changes apply only to powerpc | Ed Maste | 2018-02-03 | 1 | -24/+24 |
| * | Retire pnp.4th and the code needed only for 4th words used here. | Warner Losh | 2018-02-02 | 1 | -50/+0 |
| * | Break out the interpreters (simple and forth) w/o ifdefs. This is | Warner Losh | 2018-01-31 | 5 | -247/+364 |
| * | Add missing non-POWERPC case to give the scr value something non-zero. | Sean Bruno | 2018-01-30 | 1 | -0/+2 |
| * | loader: support for mixed-endianness ELF/loader and POWER8 | Wojciech Macek | 2018-01-29 | 2 | -8/+200 |
| * | There's no tainted data here, tag it as such to avoid the slew of | Warner Losh | 2018-01-23 | 1 | -0/+1 |
| * | On malloc failure, be sure to close the include file that triggered | Warner Losh | 2018-01-23 | 1 | -0/+1 |
| * | Don't leak memory when displaying help. | Warner Losh | 2018-01-23 | 1 | -11/+10 |
| * | Fix some resource leaks. | Warner Losh | 2018-01-23 | 1 | -2/+7 |
| * | Require the SHF_ALLOC flag for program sections from kernel object modules. | John Baldwin | 2018-01-17 | 1 | -0/+2 |
| * | Skip IRELATIVE relocations when loader processes ELF files. | Konstantin Belousov | 2018-01-11 | 1 | -0/+8 |
| * | Interact is always called with NULL. Simplify code a little by | Warner Losh | 2017-12-19 | 3 | -18/+10 |
| * | Simplify things a little. The RETURN macro isn't required. It's only | Warner Losh | 2017-12-19 | 1 | -8/+2 |
| * | Revert r326792, r326784, r326772, r326712 | Warner Losh | 2017-12-12 | 5 | -504/+379 |
| * | Revert part of 362772. It was causing problems for includes and making | Warner Losh | 2017-12-11 | 1 | -1/+1 |
| * | Fix regression with lua import | Warner Losh | 2017-12-11 | 3 | -23/+9 |
| * | Create interp class. | Warner Losh | 2017-12-08 | 4 | -363/+502 |
| * | Const poison a couple of interfaces. | Warner Losh | 2017-12-08 | 3 | -5/+5 |
| * | Prefer stdint.h to inttypes.h since the added prototypes form the | Warner Losh | 2017-12-05 | 3 | -4/+4 |
| * | Fix theoretical integer overflow issues. If the product here is | Warner Losh | 2017-11-24 | 1 | -2/+2 |