aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_conf.c
Commit message (Expand)AuthorAgeFilesLines
* Call the module's unload handler before removing the device from theDoug Rabson1999-03-231-19/+26
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-8/+8
* My changes to the new device interface:Garrett Wollman1998-11-141-3/+3
* Nitpicking and dusting performed on a train. Removes trivial warningsPoul-Henning Kamp1998-10-251-2/+1
* There is no such thing any more as "struct bdevsw".Julian Elischer1998-07-041-86/+93
* Remove isdisk() hacks.Poul-Henning Kamp1998-06-261-70/+3
* Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().Poul-Henning Kamp1998-06-251-2/+7
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+63
* Staticized.Bruce Evans1997-11-221-4/+5
* Clustered read and write are switched at mount-option level.KATO Takenori1997-09-271-3/+5
* urk, fix spelling error in comment I just fixed.Julian Elischer1997-09-211-2/+2
* Fix a comment.Julian Elischer1997-09-211-2/+6
* Various select -> poll changesPeter Wemm1997-09-141-2/+2
* Removed unused #includes.Bruce Evans1997-08-021-2/+1
* tiny spelling fix in commentJulian Elischer1997-06-021-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlandJohn Dyson1997-02-101-0/+8
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fixed a null pointer panic in ADDENTRY(). Unloading the lkm and joyBruce Evans1996-12-061-2/+3
* init_main.c: pass -d to init if DEVFS_ROOTPoul-Henning Kamp1996-10-281-1/+3
* for kern_conf.c, start allocating dynamic major numbersJulian Elischer1996-08-191-9/+13
* Make a "DWIM" function for adding [bc]devsw entries for bdev drivers.Poul-Henning Kamp1996-07-231-1/+35
* kern_conf.c: remove a now unused variable.Poul-Henning Kamp1995-12-221-2/+1
* i386/i386/conf.c is no longer needed.. remove it from files.i386Julian Elischer1995-12-211-1/+78
* devsw tables are now arrays of POINTERS to struct [cb]devswJulian Elischer1995-12-131-6/+6
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-1/+2
* A pair of really tiny patches that not only allow it all to compileJulian Elischer1995-11-301-2/+2
* #ifdef out nearly the entire file of conf.c when JREMOD is definedJulian Elischer1995-11-291-4/+3
* fix REALLY STUPID bug/typoJulian Elischer1995-10-041-6/+6
* actually compiles.. (previous commit was to just get it into the tree)Julian Elischer1995-10-021-5/+9
* Obtained from: well it has a relationship with the LKM code..Julian Elischer1995-10-021-0/+79