summaryrefslogtreecommitdiff
path: root/sys/boot/common
Commit message (Expand)AuthorAgeFilesLines
* MFC r215758,215811:Attilio Rao2010-11-291-1/+2
* Revert r215755 as it was supposed to happen on -CURRENT and not STABLE_8.Attilio Rao2010-11-231-2/+1
* Make this printf output more verbose.Attilio Rao2010-11-231-1/+2
* MFC r213133,r213135,r213136,r213137,r213245:Pawel Jakub Dawidek2010-10-176-0/+770
* MFC r210423: completely ignore zero-sized elf sections in modules of elfAndriy Gapon2010-08-211-0/+2
* MFC rev 201941:Marcel Moolenaar2010-01-161-0/+1
* MFC: r201932Marius Strobl2010-01-151-9/+33
* MFC: r201901Marius Strobl2010-01-151-10/+1
* MFC: r200945Marius Strobl2010-01-151-6/+22
* MFC: revision 201339 and 201340Yoshihiro Takahashi2010-01-151-0/+19
* MFC r199210:Attilio Rao2009-11-222-0/+22
* MFC: r198537Christian Brueffer2009-11-041-0/+1
* sys/boot/common.cCraig Rodrigues2009-06-011-2/+21
* Some of the boot loader code only works on a ufs file system, but itDoug Rabson2009-05-281-2/+3
* Add a helper function for loading geli keys from the loader.Andrew Thompson2009-02-162-1/+50
* remove a file which is, as far as I can tell, totally unused.Luigi Rizzo2009-01-131-101/+0
* - correct variable nameDaniel Gerzo2008-12-061-1/+1
* As reported in kern/118222, pxeboot in RELENG7 (and presumablyLuigi Rizzo2008-11-201-5/+13
* Update ZFS from version 6 to 13 and bring some FreeBSD-specific changes.Pawel Jakub Dawidek2008-11-171-0/+1
* Initial support of loader(8) for ARM machines running U-Boot.Rafal Jaworowski2008-10-142-2/+11
* Revert r177108 and restore r60506 for sparc64 as long as libstandMarius Strobl2008-09-101-0/+3
* Show info about net devices in loader's 'lsdev' command. While there fix style.Rafal Jaworowski2008-09-032-169/+182
* Setting a variable to the same value twice doesn't actually make itColin Percival2008-08-041-1/+1
* Fix the incorrect calculation of a block address within a single indirectKonstantin Belousov2008-06-071-1/+1
* Eliminate artificial increasing of 'netdev_opens' counter in loader's net_ope...Rafal Jaworowski2008-03-121-8/+11
* Add __elfN(relocation_offset). It holds the offset between the virtualMarcel Moolenaar2008-02-232-2/+30
* Document the per-arch default value of kern.maxbcache.Ruslan Ermilov2007-11-081-2/+3
* Use the smaller cgbase() macro in ufsread.c if UFS_SMALL_CGBASE isJohn Baldwin2007-10-261-3/+3
* The arm boot code uses this function as well. Redefining cgbase()Warner Losh2007-10-261-1/+1
* First cut at support for booting a GPT labeled disk via the BIOS bootstrapJohn Baldwin2007-10-241-1/+1
* Also boot *.debug if everything else fails.David E. O'Brien2007-10-041-0/+1
* Add documentation for the vm.kmem_size_min and vm.kmem_size_max tunables.Stephane E. Potvin2007-05-091-1/+10
* fixup talk of kern.maxswzone... It's been 32MB for almost 5 years now...John-Mark Gurney2007-05-051-7/+6
* Document the init_chroot and init_script variables.Warner Losh2007-02-041-0/+51
* Garbage collect the code for auto-loading modules based on ISAPNP IDs,Marius Strobl2007-01-072-381/+0
* add an interface for passing the entire kernel size up front to theKip Macy2006-12-181-0/+2
* Note that not all architectures use sendfile(2) buffers;Yaroslav Tykhiy2006-11-291-1/+4
* Unbreak compile with ELF_VERBOSE defined, and fix format warnings.Ruslan Ermilov2006-11-021-3/+4
* Revert the last change. Masking only 2 MSBs of the virtual addressRuslan Ermilov2006-11-021-1/+1
* Extend struct devdesc with a unit field, called d_unit. Promote theMarcel Moolenaar2006-11-021-0/+1
* Don't unconditionally compile-in the bcache code. It's only used onMarcel Moolenaar2006-11-021-1/+5
* o Make sure to clear f->f_devdata if d_dev->dv_open() fails. ItMarcel Moolenaar2006-11-021-12/+17
* Because the BTX mini-kernel now uses flat memory mode and clientsRuslan Ermilov2006-10-291-1/+1
* Replace a rarely used "depuration" with "debugging".Ruslan Ermilov2006-10-132-2/+2
* Fix WARNS=2 warnings.Ruslan Ermilov2006-09-291-0/+2
* Ignore a sub-topic match if it is inside the command description.John Baldwin2006-09-281-0/+3
* Make the default "init_path" value breakable, so it fits on theRuslan Ermilov2006-08-201-1/+1
* kern.ipc.nmbclusters is sysctl, not compile-time option. Change Dv to Va.Dmitry Morozovsky2006-08-181-3/+3
* Remove references to NMBCLUSTERS which is obsoleted.Dmitry Morozovsky2006-08-182-5/+3
* Remove more Alpha bits from the boot code including fixing severalJohn Baldwin2006-05-123-6/+2