| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build of ppc32 loader. | nwhitehorn | 2010-08-25 | 1 | -1/+1 |
* | Replace structure assignments with explicity memcpy calls. This allows | rpaulo | 2010-08-24 | 1 | -4/+9 |
* | MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi... | imp | 2010-08-23 | 1 | -4/+4 |
* | mdoc: make sure to pass at least one argument to quotation macros | uqs | 2010-08-02 | 1 | -1/+1 |
* | completely ignore zero-sized elf sections in modules of elf object type (amd64) | avg | 2010-07-23 | 1 | -0/+2 |
* | Provide support in loader for booting 64-bit PowerPC kernels. Like amd64, | nwhitehorn | 2010-07-12 | 1 | -1/+4 |
* | Formatting nit | imp | 2010-05-10 | 1 | -1/+2 |
* | Remove file system support based on the simple file system protocol | marcel | 2010-01-09 | 1 | -0/+1 |
* | - Add code allowing a network device to only be open and closed once | marius | 2010-01-09 | 1 | -9/+33 |
* | Remove clause 3 and 4 from TNF licenses (this was the only 4-clause TNF | marius | 2010-01-09 | 1 | -10/+1 |
* | Don't use 15M-16M area on pc98. It's reserved for some devices. | nyan | 2009-12-31 | 1 | -0/+19 |
* | - Consistently wrap debugging in NETIF_DEBUG. This basically merges | marius | 2009-12-24 | 1 | -6/+22 |
* | Add support for memory disk (md). The size of the memory disk | marcel | 2009-12-13 | 2 | -0/+156 |
* | Introduce a new option (BOOT_PROMPT_123) that lets enter the boot prompt | attilio | 2009-11-12 | 2 | -0/+22 |
* | Close a file descriptor leak in an error case. | brueffer | 2009-10-28 | 1 | -0/+1 |
* | sys/boot/common.c | rodrigc | 2009-06-01 | 1 | -2/+21 |
* | Some of the boot loader code only works on a ufs file system, but it | dfr | 2009-05-28 | 1 | -2/+3 |
* | 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 |