summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_conf.c
Commit message (Expand)AuthorAgeFilesLines
...
* Put a brief comment on a couple of #defines.phk1999-08-281-0/+7
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-21/+5
* First small steps at merging DEVFS and PHK's Dev_t stuff.julian1999-08-201-1/+19
* Welcome devtoname(), to most likely be used when printing informationbillf1999-08-171-1/+8
* Introduce lminor(dev_t dev), which returns a linear minor number,phk1999-08-151-1/+12
* The bdevsw() and cdevsw() are now identical, so kill the former.phk1999-08-131-7/+3
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+22
* cdevsw_remove: place correct value in bmaj2cmaj. This had causedgrog1999-08-081-2/+2
* Fix a REALLY embarrassing mistake. Don't look; I warned you.green1999-07-201-2/+2
* Make a dev2budev() function, and use it. This refixes pstat (working, broken,green1999-07-201-1/+10
* Now a dev_t is a pointer to struct specinfo which is shared by all specdevphk1999-07-201-25/+51
* [click] Now all dev_t's in the kernel have their char device major.phk1999-07-191-18/+6
* Use 256 as magic in bmaj2cmaj[]. Treat BLK/CHR dev_t more correctly.phk1999-07-171-6/+14
* I have not one single time remembered the name of this function correctlyphk1999-07-171-3/+3
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-15/+1
* Warn about drivers which take over other drivers cdevsw entries, but stillphk1999-07-031-2/+12
* * Call cdevsw_remove from the MOD_UNLOAD event.dfr1999-06-261-6/+5
* Add function cdevsw_remove, the opposite of cdevsw_add: remove angrog1999-06-251-1/+22
* || vs && confusion in cdevsw_add().dt1999-06-011-2/+2
* Introduce the makebdev() function, it does the same as the makedev()phk1999-06-011-1/+7
* Simplify cdevsw registration.phk1999-05-311-52/+46
* Avoid negative numbers in dev_t manipulation. This should fix recent MFSluoqi1999-05-181-3/+3
* braino.phk1999-05-121-3/+3
* Produce compiler warning if dev_t and udev_t is confused.phk1999-05-121-6/+10
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-2/+73
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-091-2/+11
* Peter beat me to half this patch, but didn't do the other half:phk1999-05-091-4/+5
* Comment advising ordering of cdevsw_add and bdevsw_add is obsolete (nopeter1999-05-091-4/+1
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-081-2/+2
* Continue where Julian left off in July 1998:phk1999-05-071-88/+17
* Call the module's unload handler before removing the device from thedfr1999-03-231-19/+26
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-8/+8
* My changes to the new device interface:wollman1998-11-141-3/+3
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-2/+1
* There is no such thing any more as "struct bdevsw".julian1998-07-041-86/+93
* Remove isdisk() hacks.phk1998-06-261-70/+3
* Remove bdevsw_add(), change the only two users to use bdevsw_add_generic().phk1998-06-251-2/+7
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+63
* Staticized.bde1997-11-221-4/+5
* Clustered read and write are switched at mount-option level.kato1997-09-271-3/+5
* urk, fix spelling error in comment I just fixed.julian1997-09-211-2/+2
* Fix a comment.julian1997-09-211-2/+6
* Various select -> poll changespeter1997-09-141-2/+2
* Removed unused #includes.bde1997-08-021-2/+1
* tiny spelling fix in commentjulian1997-06-021-3/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* This is the kernel Lite/2 commit. There are some requisite userlanddyson1997-02-101-0/+8
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed a null pointer panic in ADDENTRY(). Unloading the lkm and joybde1996-12-061-2/+3
OpenPOWER on IntegriCloud