summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/module.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r293835:smh2016-01-281-9/+22
* MFC r286234 (by trasz):smh2016-01-281-0/+8
* MFC r281169, r293724, r293796, r294029, r294041, r294058smh2016-01-281-8/+7
* MFC r277215, r277291, r277418, r280953 and r280954:royger2016-01-201-5/+6
* MFC r271054:ian2014-10-261-0/+5
* MFC r262340, r262345, r262347, find and load an appropriate dtb file.ian2014-04-291-10/+9
* Since we didn't break the loop, we should set i to -1 to start from theae2013-04-211-1/+2
* Fix the bug I introduced in r247045.kientzle2013-02-251-36/+0
* Add mem_load_raw() for loading data from another location in memory.kientzle2013-02-181-0/+37
* Fix the style.ae2012-09-301-4/+4
* Remember the file format of the last loaded module and try to use it forae2012-09-301-2/+9
* boot: file_loadraw should strdup name argumentavg2012-09-111-1/+1
* Fix a long standing bug where file_load() passes down the global loadaddrmarcel2011-04-041-1/+1
* Add 2 new archsw interfaces:marcel2011-04-031-19/+6
* Formatting nitimp2010-05-101-1/+2
* Don't use 15M-16M area on pc98. It's reserved for some devices.nyan2009-12-311-0/+19
* Add a helper function for loading geli keys from the loader.thompsa2009-02-161-0/+38
* Also boot *.debug if everything else fails.obrien2007-10-041-0/+1
* In moduledir_readhints() cast the value returned by sizeof() to ssize_tmarius2006-01-121-1/+2
* Use __FBSDID().obrien2003-08-251-2/+3
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. Catchru2003-03-031-1/+1
* Bandaid for a buffer overrun in the module searching code. When breakingpeter2002-04-111-0/+2
* Fix a number of misspellings of "dependency" and "dependencies" iniedowse2001-11-161-3/+3
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-111-84/+399
* Fix a minor style bug in the last commit.jesper2001-06-101-1/+1
* In sys/boot/common/module.c, near line 105 a request for a rawjesper2001-05-271-1/+1
* The default search path for kernel and modules was bogus. It makes nodcs2000-09-161-1/+1
* Fix autoboot. Now autoboot *always* show the correct kernel name. Itdcs2000-09-081-0/+1
* The kernel is now known as `kernel.ko' and it and its matching modulesobrien2000-09-051-1/+1
* Cleanup warnings. Most of these are signed/unsigned warnings, as well asjhb2000-08-031-2/+2
* Update loader logic to distinguish modules vs. files.bp2000-05-011-202/+261
* Fix the loader to handle module dependencies properly. More fixesbp2000-02-251-70/+74
* Close a file descriptor leak in the code which loads file objects.msmith2000-02-171-0/+2
* Add fairings. Do not depend on user actually supplying the argumentsdcs1999-12-011-0/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a number of memory leaks and other memory-related disorders.dcs1999-03-081-4/+6
* Fix assorted memory leak/buffer reuse problems.dcs1999-02-221-4/+8
* No builtin command resets getopt before using it, causingmsmith1999-01-111-1/+3
* Use a consistant module search path (same as kernel will be).peter1998-10-091-26/+17
* * Add old UFS compatibility code to alpha/boot1.dfr1998-09-261-7/+7
* Resynch with working sources before BTX integration.msmith1998-09-141-30/+84
* Bootstrap updates.msmith1998-09-031-38/+376
* Bootloader update.msmith1998-08-311-3/+56
* This is the new unified bootstrap, sometimes known previously as themsmith1998-08-211-0/+129
OpenPOWER on IntegriCloud