| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a helper function for loading geli keys from the loader. | thompsa | 2009-02-16 | 2 | -1/+50 |
* | remove a file which is, as far as I can tell, totally unused. | luigi | 2009-01-13 | 1 | -101/+0 |
* | - correct variable name | danger | 2008-12-06 | 1 | -1/+1 |
* | As reported in kern/118222, pxeboot in RELENG7 (and presumably | luigi | 2008-11-20 | 1 | -5/+13 |
* | Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes. | pjd | 2008-11-17 | 1 | -0/+1 |
* | Initial support of loader(8) for ARM machines running U-Boot. | raj | 2008-10-14 | 2 | -2/+11 |
* | Revert r177108 and restore r60506 for sparc64 as long as libstand | marius | 2008-09-10 | 1 | -0/+3 |
* | Show info about net devices in loader's 'lsdev' command. While there fix style. | raj | 2008-09-03 | 2 | -175/+188 |
* | Setting a variable to the same value twice doesn't actually make it | cperciva | 2008-08-04 | 1 | -1/+1 |
* | Fix the incorrect calculation of a block address within a single indirect | kib | 2008-06-07 | 1 | -1/+1 |
* | Eliminate artificial increasing of 'netdev_opens' counter in loader's net_ope... | raj | 2008-03-12 | 1 | -8/+11 |
* | Add __elfN(relocation_offset). It holds the offset between the virtual | marcel | 2008-02-23 | 2 | -2/+30 |
* | Document the per-arch default value of kern.maxbcache. | ru | 2007-11-08 | 1 | -2/+3 |
* | Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE is | jhb | 2007-10-26 | 1 | -3/+3 |
* | The arm boot code uses this function as well. Redefining cgbase() | imp | 2007-10-26 | 1 | -1/+1 |
* | First cut at support for booting a GPT labeled disk via the BIOS bootstrap | jhb | 2007-10-24 | 1 | -1/+1 |
* | Also boot *.debug if everything else fails. | obrien | 2007-10-04 | 1 | -0/+1 |
* | Add documentation for the vm.kmem_size_min and vm.kmem_size_max tunables. | sepotvin | 2007-05-09 | 1 | -1/+10 |
* | fixup talk of kern.maxswzone... It's been 32MB for almost 5 years now... | jmg | 2007-05-05 | 1 | -7/+6 |
* | Document the init_chroot and init_script variables. | imp | 2007-02-04 | 1 | -0/+51 |
* | Garbage collect the code for auto-loading modules based on ISAPNP IDs, | marius | 2007-01-07 | 2 | -381/+0 |
* | add an interface for passing the entire kernel size up front to the | kmacy | 2006-12-18 | 1 | -0/+2 |
* | Note that not all architectures use sendfile(2) buffers; | yar | 2006-11-29 | 1 | -1/+4 |
* | Unbreak compile with ELF_VERBOSE defined, and fix format warnings. | ru | 2006-11-02 | 1 | -3/+4 |
* | Revert the last change. Masking only 2 MSBs of the virtual address | ru | 2006-11-02 | 1 | -1/+1 |
* | Extend struct devdesc with a unit field, called d_unit. Promote the | marcel | 2006-11-02 | 1 | -0/+1 |
* | Don't unconditionally compile-in the bcache code. It's only used on | marcel | 2006-11-02 | 1 | -1/+5 |
* | o Make sure to clear f->f_devdata if d_dev->dv_open() fails. It | marcel | 2006-11-02 | 1 | -13/+18 |
* | Because the BTX mini-kernel now uses flat memory mode and clients | ru | 2006-10-29 | 1 | -1/+1 |
* | Replace a rarely used "depuration" with "debugging". | ru | 2006-10-13 | 2 | -2/+2 |
* | Fix WARNS=2 warnings. | ru | 2006-09-29 | 1 | -0/+2 |
* | Ignore a sub-topic match if it is inside the command description. | jhb | 2006-09-28 | 1 | -0/+3 |
* | Make the default "init_path" value breakable, so it fits on the | ru | 2006-08-20 | 1 | -1/+1 |
* | kern.ipc.nmbclusters is sysctl, not compile-time option. Change Dv to Va. | marck | 2006-08-18 | 1 | -3/+3 |
* | Remove references to NMBCLUSTERS which is obsoleted. | marck | 2006-08-18 | 2 | -5/+3 |
* | Remove more Alpha bits from the boot code including fixing several | jhb | 2006-05-12 | 3 | -6/+2 |
* | In moduledir_readhints() cast the value returned by sizeof() to ssize_t | marius | 2006-01-12 | 1 | -1/+2 |
* | Make our ELF64 type definitions match standards. In particular this | marcel | 2005-12-18 | 4 | -7/+7 |
* | Add loader(8) variables for RB_DFLTROOT, RB_MUTE, and RB_PAUSE: | ru | 2005-09-22 | 2 | -1/+34 |
* | Add a "comconsole_speed" loader variable that can be used to change | iedowse | 2005-08-18 | 1 | -1/+14 |
* | Fix a comparison that broke ``set console=vidconsole'' and even the | brian | 2005-07-29 | 1 | -1/+1 |
* | remove a pointless comment with a more helpful one... | jmg | 2005-07-25 | 1 | -1/+1 |
* | Improved markup, fixes some spelling and grammar. | ru | 2005-06-14 | 1 | -12/+13 |
* | Markup nits. | ru | 2005-05-30 | 1 | -2/+2 |
* | - Add support to the loader for multiple consoles. | jhb | 2005-05-27 | 2 | -40/+99 |
* | Extend `autoboot_delay' handling - is this variable is set to -1 don't allow | sobomax | 2005-05-19 | 3 | -28/+66 |
* | Whitespace only: kill trailing spaces. | sobomax | 2005-05-19 | 1 | -15/+14 |
* | Document the new default init_path. | des | 2005-02-17 | 1 | -1/+1 |
* | Insert an explicit McAfee license, as we use a stock two-clause BSD | rwatson | 2005-01-30 | 1 | -5/+26 |
* | Remove the last vestiges of the userconfig option. None of this actually | scottl | 2004-12-01 | 1 | -4/+0 |