summaryrefslogtreecommitdiff
path: root/sys/boot/common/module.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix assorted memory leak/buffer reuse problems.Daniel C. Sobral1999-02-221-4/+8
* No builtin command resets getopt before using it, causingMike Smith1999-01-111-1/+3
* Use a consistant module search path (same as kernel will be).Peter Wemm1998-10-091-26/+17
* * Add old UFS compatibility code to alpha/boot1.Doug Rabson1998-09-261-7/+7
* Resynch with working sources before BTX integration.Mike Smith1998-09-141-30/+84
* Bootstrap updates.Mike Smith1998-09-031-38/+376
* Bootloader update.Mike Smith1998-08-311-3/+56
* This is the new unified bootstrap, sometimes known previously as theMike Smith1998-08-211-0/+129