summaryrefslogtreecommitdiff
path: root/sys/boot/common/module.c
Commit message (Expand)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-1095/+0
* loader/multiboot: fix multiboot loadingRoger Pau Monné2017-04-131-0/+16
* sys/boot/common: Make geli(4) support optional in MI sourcesEnji Cooper2017-03-281-0/+2
* Loader paged/pageable data is not always paged.Toomas Soome2016-11-081-6/+12
* loader is filling fixed length command_errbuf with sprintf() and is trustingToomas Soome2016-08-201-17/+30
* Fix several instances where the boot loader ignored pager_outputWarner Losh2016-05-181-4/+7
* sys/boot/common: use of spaces vs. TAB.Pedro F. Giffuni2016-05-121-8/+8
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* A new implementation of the loader block cacheAllan Jude2016-04-181-3/+3
* Make common boot file_loadraw name parameter constSteven Hartland2016-01-151-7/+6
* Improve non-interactive forth cmd error reportingSteven Hartland2016-01-131-9/+22
* Enable warnings in EFI boot codeSteven Hartland2016-01-121-1/+1
* Fix a problem which made loader(8) load non-kld files twice.Edward Tomasz Napierala2015-08-031-0/+8
* loader: implement multiboot support for Xen Dom0Roger Pau Monné2015-01-151-5/+6
* The current limit of 100k for the linker hints file is getting a bitWarner Losh2014-11-291-1/+1
* When built with FDT support, add /boot/dtb to the list of search directories.Ian Lepore2014-09-031-0/+5
* Rename command_unload() to unload() and re-implement command_unload()Marcel Moolenaar2014-08-061-6/+12
* In command_lsmod() prevent overrunning lbuf due to long pathMarcel Moolenaar2014-08-051-2/+4
* In file_loadraw() print the name of the file as well as its sizeMarcel Moolenaar2014-08-051-1/+6
* Change file_loadraw() from static to public. Change the order of itsIan Lepore2014-02-221-10/+9
* Since we didn't break the loop, we should set i to -1 to start from theAndrey V. Elsukov2013-04-211-1/+2
* Fix the bug I introduced in r247045.Tim Kientzle2013-02-251-36/+0
* Add mem_load_raw() for loading data from another location in memory.Tim Kientzle2013-02-181-0/+37
* Fix the style.Andrey V. Elsukov2012-09-301-4/+4
* Remember the file format of the last loaded module and try to use it forAndrey V. Elsukov2012-09-301-2/+9
* boot: file_loadraw should strdup name argumentAndriy Gapon2012-09-111-1/+1
* Fix a long standing bug where file_load() passes down the global loadaddrMarcel Moolenaar2011-04-041-1/+1
* Add 2 new archsw interfaces:Marcel Moolenaar2011-04-031-19/+6
* Formatting nitWarner Losh2010-05-101-1/+2
* Don't use 15M-16M area on pc98. It's reserved for some devices.Yoshihiro Takahashi2009-12-311-0/+19
* Add a helper function for loading geli keys from the loader.Andrew Thompson2009-02-161-0/+38
* Also boot *.debug if everything else fails.David E. O'Brien2007-10-041-0/+1
* In moduledir_readhints() cast the value returned by sizeof() to ssize_tMarius Strobl2006-01-121-1/+2
* Use __FBSDID().David E. O'Brien2003-08-251-2/+3
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. CatchRuslan Ermilov2003-03-031-1/+1
* Bandaid for a buffer overrun in the module searching code. When breakingPeter Wemm2002-04-111-0/+2
* Fix a number of misspellings of "dependency" and "dependencies" inIan Dowse2001-11-161-3/+3
* Implement the long-awaited module->file cache database. A userlandPeter Wemm2001-09-111-84/+399
* Fix a minor style bug in the last commit.Jesper Skriver2001-06-101-1/+1
* In sys/boot/common/module.c, near line 105 a request for a rawJesper Skriver2001-05-271-1/+1
* The default search path for kernel and modules was bogus. It makes noDaniel C. Sobral2000-09-161-1/+1
* Fix autoboot. Now autoboot *always* show the correct kernel name. ItDaniel C. Sobral2000-09-081-0/+1
* The kernel is now known as `kernel.ko' and it and its matching modulesDavid E. O'Brien2000-09-051-1/+1
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asJohn Baldwin2000-08-031-2/+2
* Update loader logic to distinguish modules vs. files.Boris Popov2000-05-011-202/+261
* Fix the loader to handle module dependencies properly. More fixesBoris Popov2000-02-251-70/+74
* Close a file descriptor leak in the code which loads file objects.Mike Smith2000-02-171-0/+2
* Add fairings. Do not depend on user actually supplying the argumentsDaniel C. Sobral1999-12-011-0/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix a number of memory leaks and other memory-related disorders.Daniel C. Sobral1999-03-081-4/+6