summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_conf.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix a problem in the disk related hack where device nodes for a physicallyphk2001-10-281-1/+1
* Nudge the axe a bit closer to cdevsw[]:phk2001-10-271-0/+11
* Make cdevsw[] static.phk2001-10-261-1/+1
* Add dev_named(dev, name), which is similar in spirit to devtoname().jlemon2001-10-171-0/+13
* KSE Milestone 2julian2001-09-121-1/+1
* Make the fmt arguments to make_dev and make_dev_alias const char *.imp2001-08-021-2/+2
* Create a general facility for making dev_t's depend on anotherphk2001-05-261-11/+20
* Call strlen() once instead of twice.brian2001-04-141-2/+2
* Add a KASSERT on unit2minor() so that we catch it if people try to passphk2001-03-201-0/+1
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-0/+1
* KASSERT that the minor number passed to make_dev() is valid.brian2001-02-021-0/+3
* Convert a Debugger(3) to a panic(9) and a EINVAL.phk2001-01-211-1/+3
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Axe some unused variables.jhb2000-11-101-2/+0
* Deprecate devsw->d_bmaj entirely.phk2000-10-311-41/+1
* Allow all users to access the dev -> devname sysctl.phk2000-10-291-1/+1
* Rename lminor() to dev2unit(). This function gives a linear unit numberphk2000-09-191-1/+8
* revent multiple make_dev() calls on the same dev_t and similar bogosities.phk2000-09-111-0/+16
* Add code to devname(3) so it can find the names of devices whichphk2000-09-091-0/+27
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-3/+28
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-15/+54
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Change the "bdev-whiner" to whine when open is attempted and extendphk2000-05-091-5/+0
* Reword warning to make it clearer (I read it as "remove block devices createdkris2000-03-251-1/+1
* Whine at users who still have block devices in /dev, give them untilphk2000-03-211-0/+5
* Backout previous commit. It was a mistake.bp2000-01-231-1/+1
* Replace non obvious number with SPECNAMELEN constant.bp2000-01-231-1/+1
* Be more careful about NOUDEV and NODEV.phk2000-01-041-0/+8
* Report swapdevices as cdevs rather than bdevs.phk1999-11-291-9/+0
* Remove the now unused chrtoblk() function.phk1999-11-291-17/+0
* Zap devsw_module_handler().peter1999-11-081-12/+0
* Rename remove_dev() to destroy_dev().phk1999-11-081-1/+1
* Remove the devsw magic from DEV_MODULE()phk1999-11-071-17/+0
* A little step further in the dev_t cleanups:phk1999-10-041-17/+28
* Const'ify devtoname() and d_name. This exposes some errors (2 non-benign).bde1999-09-131-3/+7
* Add dev_t freeing code. Controlled by sysctl debug.free_devt, defaultphk1999-08-291-9/+58
OpenPOWER on IntegriCloud