summaryrefslogtreecommitdiffstats
path: root/sys/sys/conf.h
Commit message (Expand)AuthorAgeFilesLines
* Blow away the v_specmountpoint define, replacing it with what it waseivind2000-10-091-5/+0
* Rename lminor() to dev2unit(). This function gives a linear unit numberphk2000-09-191-2/+3
* Move SPECNAMELEN from <sys/conf.h> to <sys/param.h>phk2000-09-161-2/+0
* Prevent multiple make_dev() calls on the same dev_t and similar bogosities.phk2000-09-111-0/+1
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-4/+11
* Fix panic when removing open device (found by bp@)phk2000-08-241-0/+3
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-4/+11
* Pull the rug under block mode devices. they return ENXIO on open(2) now.phk2000-07-031-1/+0
* Add extra flag needed by nulldev/mmap.markm2000-06-251-0/+1
* 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-0/+1
* Give struct bio it's own call back mechanism.phk2000-05-011-3/+10
* Clone the {b|bio}_offset field, and make sure it is always initializedphk2000-04-251-4/+8
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-2/+3
* Split the logic ofgreen2000-03-201-0/+1
* diff, patch and cvs didn't like these three last time around, try again.phk2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-201-1/+7
* Do refcounting of open devices (more) correctly.sos2000-02-071-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-3/+3
* Remove the now unused chrtoblk() function.phk1999-11-291-1/+0
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.phk1999-11-261-0/+1
* Zap devsw_module_handler().peter1999-11-081-1/+0
* Rename remove_dev() to destroy_dev().phk1999-11-081-1/+1
* Don't indirect via devsw_module_handler() for DEV_MODULE() routines, havepeter1999-11-081-6/+2
* Remove the iskmemdev() function. Make it the responsibility of the mem.cphk1999-11-071-1/+0
* Remove the devsw magic from DEV_MODULE()phk1999-11-071-4/+3
* Warn once per driver about dev_t's not registered with make_dev().phk1999-10-041-0/+1
* Remove the D_NOCLUSTER[RW] options which were added because vn hadphk1999-09-301-3/+0
* For some reason patch didn't remove these three lines first time around.phk1999-09-251-3/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-9/+0
* This patch clears the way for removing a number of tty relatedphk1999-09-251-2/+2
* Kill the cdevsw->d_maxio field.phk1999-09-221-3/+2
* Step one of replacing devsw->d_maxio with si_bsize_max.phk1999-09-201-2/+2
* Const'ify devtoname() and d_name. This exposes some errors (2 non-benign).bde1999-09-131-2/+2
* Correction: mem.c devices are "D_MEM" (and D_MEM is added.)green1999-09-121-4/+5
* Revert a bunch of contraversial changes by PHK. Afterjulian1999-09-031-0/+2
* s/si_tty_tty/si_tty/gphk1999-08-301-2/+2
* Make bdev userland access work like cdev userland access unlessphk1999-08-301-2/+0
* Add micro "disk" layer which should enable us to pull all the slice/labelphk1999-08-291-0/+3
* Add dev_t freeing code. Controlled by sysctl debug.free_devt, defaultphk1999-08-291-2/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-2/+2
* Make a place to store the devfs hook for the block device, as the samejulian1999-08-251-1/+2
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-5/+16
* First small steps at merging DEVFS and PHK's Dev_t stuff.julian1999-08-201-2/+3
* Welcome devtoname(), to most likely be used when printing informationbillf1999-08-171-1/+2
* Introduce lminor(dev_t dev), which returns a linear minor number,phk1999-08-151-1/+2
* Spring cleaning around strategy and disklabels/slices:phk1999-08-141-1/+10
* Add support for device drivers which want to track all open/closephk1999-08-131-2/+3
OpenPOWER on IntegriCloud