summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_conf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* disk_dev_synth() is a NO_GEOM hack.phk2003-01-201-0/+4
* Mark more code #ifdef NODEVFSphk2003-01-191-1/+6
* Originally when DEVFS was added, a global variable "devfs_present"phk2003-01-191-3/+4
* Remove unused cdevsw_ALLOCSTART macro.phk2002-12-281-2/+0
* Don't allow dev_stdclone(9) to accept minors larger than the system isgreen2002-10-051-0/+2
* Rename struct specinfo to the more appropriate struct cdev.phk2002-09-271-6/+6
* Assert my copyright on this file (using the default 2-clause BSD).phk2002-09-201-11/+4
* Fix a logic bug in the struct dev_t allocation code.phk2002-09-081-5/+5
* Break the following implementation of panic(3):bde2002-04-251-0/+1
* Make the proposed name arg to dev_stdclone() const.phk2002-03-101-1/+1
* (Doing that whole test-immediately-after-commit-thing like obrien sez:)green2002-02-161-0/+2
* Add revoke_and_destroy_dev(), to be used by devices which decide whengreen2002-02-161-0/+13
* Add a new sysinit SI_SUB_DEVFS. Devfs hooks into the kernel at SI_ORDER_FIRST,msmith2002-01-091-1/+19
* Back out the previous fix to the leading zero problem, I hadn'tphk2001-11-161-2/+0
* Reject leading zeros in dev_stdclone().phk2001-11-161-0/+2
* Do not allow leading zeros on device names in dev_stdclone().fenner2001-11-151-0/+2
OpenPOWER on IntegriCloud