aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/conf.h
Commit message (Expand)AuthorAgeFilesLines
* Add a SI_DUMPDEV flag for devices.Poul-Henning Kamp2002-04-191-0/+1
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-311-1/+20
* Move the "dumping" variable from systm.h to conf.h.Poul-Henning Kamp2002-03-301-0/+3
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-2/+2
* Remove __PAlfred Perlstein2002-03-191-48/+46
* Make the proposed name arg to dev_stdclone() const.Poul-Henning Kamp2002-03-101-1/+1
* Add revoke_and_destroy_dev(), to be used by devices which decide whenBrian Feldman2002-02-161-0/+1
* DEVFS has resurfaced.Dima Dorfman2001-11-251-4/+0
* It turns out my reasons for using a few d_thread_t's were bogus. RevertWarner Losh2001-11-111-7/+8
* add note about why I used d_thread_t in the prototypes.Warner Losh2001-11-111-1/+2
* Implement multiple low-level console support.Jonathan Lemon2001-10-231-0/+2
* Add dev_named(dev, name), which is similar in spirit to devtoname().Jonathan Lemon2001-10-171-0/+1
* Add d_thread_t. This is a typedef for struct thread in -current andWarner Losh2001-10-011-5/+23
* KSE Milestone 2Julian Elischer2001-09-121-6/+6
* Make the fmt arguments to make_dev and make_dev_alias const char *.Warner Losh2001-08-021-2/+2
* Unstaticize l_nullioctl; it is needed elsewhere (like in tty_snoop.c).Dima Dorfman2001-06-041-0/+1
* Remove unused d_parms_t typedefPoul-Henning Kamp2001-05-291-1/+0
* Create a general facility for making dev_t's depend on anotherPoul-Henning Kamp2001-05-261-1/+5
* Restrict even further what parts of <sys/conf.h> can be seen fromPoul-Henning Kamp2001-05-241-2/+6
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-1/+0
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-2/+0
* Fixes to track snapshot copy-on-write checking in the specinfoKirk McKusick2001-03-071-0/+4
* Introduce per-swap area accounting in the VM system, and exportRobert Watson2001-02-231-0/+1
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-5/+11
* Deprecate devsw->d_bmaj entirely.Poul-Henning Kamp2000-10-311-1/+2
* Blow away the v_specmountpoint define, replacing it with what it wasEivind Eklund2000-10-091-5/+0
* Rename lminor() to dev2unit(). This function gives a linear unit numberPoul-Henning Kamp2000-09-191-2/+3
* Move SPECNAMELEN from <sys/conf.h> to <sys/param.h>Poul-Henning Kamp2000-09-161-2/+0
* Prevent multiple make_dev() calls on the same dev_t and similar bogosities.Poul-Henning Kamp2000-09-111-0/+1
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-021-4/+11
* Fix panic when removing open device (found by bp@)Poul-Henning Kamp2000-08-241-0/+3
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-4/+11
* Pull the rug under block mode devices. they return ENXIO on open(2) now.Poul-Henning Kamp2000-07-031-1/+0
* Add extra flag needed by nulldev/mmap.Mark Murray2000-06-251-0/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Change the "bdev-whiner" to whine when open is attempted and extendPoul-Henning Kamp2000-05-091-0/+1
* Give struct bio it's own call back mechanism.Poul-Henning Kamp2000-05-011-3/+10
* Clone the {b|bio}_offset field, and make sure it is always initializedPoul-Henning Kamp2000-04-251-4/+8
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-151-2/+3
* Split the logic ofBrian Feldman2000-03-201-0/+1
* diff, patch and cvs didn't like these three last time around, try again.Poul-Henning Kamp2000-03-201-1/+1
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-201-1/+7
* Do refcounting of open devices (more) correctly.Søren Schmidt2000-02-071-0/+1
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* Remove the now unused chrtoblk() function.Poul-Henning Kamp1999-11-291-1/+0
* Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation.Poul-Henning Kamp1999-11-261-0/+1
* Zap devsw_module_handler().Peter Wemm1999-11-081-1/+0
* Rename remove_dev() to destroy_dev().Poul-Henning Kamp1999-11-081-1/+1
* Don't indirect via devsw_module_handler() for DEV_MODULE() routines, havePeter Wemm1999-11-081-6/+2