summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_conf.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the magic "stash" of cdev structures, we no longer callphk2004-10-251-31/+3
* Fix a LOR relating to freeing cdevs.phk2004-10-011-2/+16
* Account for alias devices when tearing them down in destroy_dev() so wegreen2004-09-291-3/+3
* Used cached cdevsw pointer.phk2004-09-271-2/+4
* Add cdevsw->d_purge() support.phk2004-09-271-9/+19
* Remove the cdevsw() function which is now unused.phk2004-09-241-8/+0
* Hold threadref while we throb cdevsw in devtoname()phk2004-09-241-6/+10
* Introduce dev_re[lf]thread() functions.phk2004-09-241-0/+25
* Do not refcount the cdevsw, but rather maintain a cdev->si_threadcountphk2004-09-231-36/+17
* Create struct snapdata which contains the snapshot fields from cdevphk2004-09-131-1/+0
* Add a missing '\n'.pjd2004-08-301-2/+2
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-7/+1
* Better descriptions of the cdev malloc class and mutex.phk2004-07-111-2/+2
* Fix a few spelling mistakes in comments and clean them up a bit.le2004-06-221-5/+5
* Second half of the dev_t cleanup.phk2004-06-171-34/+28
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-38/+38
* Introduce a ttyioctl() cdevsw default function.phk2004-06-011-0/+1
* Correctly account for extra bits in unit numbers when looking forphk2004-03-111-3/+3
* Add clone_setup() function rather than rely on lazy initialization.phk2004-03-111-9/+13
* Fix two oversights here: don't trash the freelist, and properly cleanupphk2004-02-231-1/+4
* Device megapatch 6/6:phk2004-02-211-31/+152
* Device megapatch 5/6:phk2004-02-211-9/+12
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 3/6:phk2004-02-211-0/+8
* Device megapatch 2/6:phk2004-02-211-8/+129
* Fixed style bugs near previous commit (mainly formatting errors andbde2004-02-151-16/+13
* Split the initialization of the cdevsw into a separate function.phk2004-02-151-7/+14
* Remove the check which used to protect us against make_dev() beingphk2004-02-141-19/+0
* Retire revoke_and_destroy_dev() with extreme prejudice.phk2003-09-281-13/+0
* Make life a little bit easier for cloning device drivers.phk2003-09-271-0/+9
* Introduce no_poll() default method for device drivers. Have itphk2003-09-271-14/+75
* The present defaults for the open and close for device drivers whichphk2003-09-271-2/+2
* Use __FBSDID().obrien2003-06-111-2/+3
* Remove return after panic.phk2003-05-311-2/+0
* Since dynamic allocation of device major numbers so far have notphk2003-04-131-1/+0
* Add one little hack to allow us to make MAJOR_AUTO be zero:phk2003-03-091-0/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+12
* Explicitly initialize all cdevsw methods with the relevant nofoo() functionphk2003-03-021-0/+11
* NO_GEOM cleanup:phk2003-03-021-8/+1
* NODEVFS cleanup:phk2003-03-021-9/+3
* Add the flip-side check: If a driver wants a particular major#, makephk2003-02-271-0/+9
* Add support for allocating a device driver major number on demand.phk2003-02-271-2/+15
* NODEVFS cleanup:phk2003-02-271-22/+0
* NO_GEOM cleanup:phk2003-02-211-1/+1
* Add a dead_cdevsw which does its best to return ENXIO if at all possible.phk2003-02-201-3/+53
* Add M_WAITOKphk2003-02-191-1/+1
* Implement proper bounds-checking and truncation of device names, this hasphk2003-02-041-4/+10
* Pave the road to removing the fixed size limit on device nodes:phk2003-02-041-0/+2
* NO_GEOM cleanup: unifdef;phk2003-01-301-8/+0
* NODEVFS cleanup: Remove cdevsw[].phk2003-01-291-31/+0
OpenPOWER on IntegriCloud