summaryrefslogtreecommitdiffstats
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* Correct typos.pjd2010-10-201-2/+2
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-081-1/+0
* - Split code shared by almost any boot loader into separate files andpjd2010-09-246-0/+770
* Fix build of ppc32 loader.nwhitehorn2010-08-251-1/+1
* Replace structure assignments with explicity memcpy calls. This allowsrpaulo2010-08-241-4/+9
* MF tbemd: Minor tweaks, prefer MACHINE_CPUARCH generally to MACHINE_ARCH (whi...imp2010-08-231-4/+4
* mdoc: make sure to pass at least one argument to quotation macrosuqs2010-08-021-1/+1
* completely ignore zero-sized elf sections in modules of elf object type (amd64)avg2010-07-231-0/+2
* Provide support in loader for booting 64-bit PowerPC kernels. Like amd64,nwhitehorn2010-07-121-1/+4
* Formatting nitimp2010-05-101-1/+2
* Remove file system support based on the simple file system protocolmarcel2010-01-091-0/+1
* - Add code allowing a network device to only be open and closed oncemarius2010-01-091-9/+33
* Remove clause 3 and 4 from TNF licenses (this was the only 4-clause TNFmarius2010-01-091-10/+1
* Don't use 15M-16M area on pc98. It's reserved for some devices.nyan2009-12-311-0/+19
* - Consistently wrap debugging in NETIF_DEBUG. This basically mergesmarius2009-12-241-6/+22
* Add support for memory disk (md). The size of the memory diskmarcel2009-12-132-0/+156
* Introduce a new option (BOOT_PROMPT_123) that lets enter the boot promptattilio2009-11-122-0/+22
* Close a file descriptor leak in an error case.brueffer2009-10-281-0/+1
* sys/boot/common.crodrigc2009-06-011-2/+21
* Some of the boot loader code only works on a ufs file system, but itdfr2009-05-281-2/+3
* Add a helper function for loading geli keys from the loader.thompsa2009-02-162-1/+50
* remove a file which is, as far as I can tell, totally unused.luigi2009-01-131-101/+0
* - correct variable namedanger2008-12-061-1/+1
* As reported in kern/118222, pxeboot in RELENG7 (and presumablyluigi2008-11-201-5/+13
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.pjd2008-11-171-0/+1
* Initial support of loader(8) for ARM machines running U-Boot.raj2008-10-142-2/+11
* Revert r177108 and restore r60506 for sparc64 as long as libstandmarius2008-09-101-0/+3
* Show info about net devices in loader's 'lsdev' command. While there fix style.raj2008-09-032-175/+188
* Setting a variable to the same value twice doesn't actually make itcperciva2008-08-041-1/+1
* Fix the incorrect calculation of a block address within a single indirectkib2008-06-071-1/+1
* Eliminate artificial increasing of 'netdev_opens' counter in loader's net_ope...raj2008-03-121-8/+11
* Add __elfN(relocation_offset). It holds the offset between the virtualmarcel2008-02-232-2/+30
* Document the per-arch default value of kern.maxbcache.ru2007-11-081-2/+3
* Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE isjhb2007-10-261-3/+3
* The arm boot code uses this function as well. Redefining cgbase()imp2007-10-261-1/+1
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapjhb2007-10-241-1/+1
* Also boot *.debug if everything else fails.obrien2007-10-041-0/+1
* Add documentation for the vm.kmem_size_min and vm.kmem_size_max tunables.sepotvin2007-05-091-1/+10
* fixup talk of kern.maxswzone... It's been 32MB for almost 5 years now...jmg2007-05-051-7/+6
* Document the init_chroot and init_script variables.imp2007-02-041-0/+51
* Garbage collect the code for auto-loading modules based on ISAPNP IDs,marius2007-01-072-381/+0
* add an interface for passing the entire kernel size up front to thekmacy2006-12-181-0/+2
* Note that not all architectures use sendfile(2) buffers;yar2006-11-291-1/+4
* Unbreak compile with ELF_VERBOSE defined, and fix format warnings.ru2006-11-021-3/+4
* Revert the last change. Masking only 2 MSBs of the virtual addressru2006-11-021-1/+1
* Extend struct devdesc with a unit field, called d_unit. Promote themarcel2006-11-021-0/+1
* Don't unconditionally compile-in the bcache code. It's only used onmarcel2006-11-021-1/+5
* o Make sure to clear f->f_devdata if d_dev->dv_open() fails. Itmarcel2006-11-021-13/+18
* Because the BTX mini-kernel now uses flat memory mode and clientsru2006-10-291-1/+1
* Replace a rarely used "depuration" with "debugging".ru2006-10-132-2/+2
OpenPOWER on IntegriCloud