summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/module.c
Commit message (Expand)AuthorAgeFilesLines
* 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