summaryrefslogtreecommitdiffstats
path: root/sys/sys/conf.h
Commit message (Expand)AuthorAgeFilesLines
* Remove OBE prototype for iszerodev() - it was replaced by thepeter2003-01-211-1/+0
* Originally when DEVFS was added, a global variable "devfs_present"phk2003-01-191-1/+0
* Make struct swblock kernel only, to make vm/swap_pager.h userland includable.phk2003-01-031-16/+0
* Remove unused second argument from DEV_STRATEGY().phk2003-01-031-1/+1
* Remove unused second argument from BIO_STRATEGY()phk2003-01-031-10/+2
* This is David Schultz's swapoff code which I am finally able to commit.dillon2002-12-151-0/+1
* Only the most recent snapshot contains the complete list of blocksmckusick2002-12-141-2/+8
* Fix the spechash lock order reversal by keeping an updated sumphk2002-10-241-0/+1
* Add a D_NOGIANT flag which can be set in a struct cdevsw to indicatephk2002-09-271-0/+1
* Rename struct specinfo to the more appropriate struct cdev.phk2002-09-271-4/+4
* Used protected names (_foo) for parameter names. This helps clean upmarkm2002-04-211-18/+19
* Add a SI_DUMPDEV flag for devices.phk2002-04-191-0/+1
* Here follows the new kernel dumping infrastructure.phk2002-03-311-1/+20
* Move the "dumping" variable from systm.h to conf.h.phk2002-03-301-0/+3
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-2/+2
* Remove __Palfred2002-03-191-48/+46
* Make the proposed name arg to dev_stdclone() const.phk2002-03-101-1/+1
* Add revoke_and_destroy_dev(), to be used by devices which decide whengreen2002-02-161-0/+1
* DEVFS has resurfaced.dd2001-11-251-4/+0
* It turns out my reasons for using a few d_thread_t's were bogus. Revertimp2001-11-111-7/+8
* add note about why I used d_thread_t in the prototypes.imp2001-11-111-1/+2
* Implement multiple low-level console support.jlemon2001-10-231-0/+2
* Add dev_named(dev, name), which is similar in spirit to devtoname().jlemon2001-10-171-0/+1
* Add d_thread_t. This is a typedef for struct thread in -current andimp2001-10-011-5/+23
* KSE Milestone 2julian2001-09-121-6/+6
* Make the fmt arguments to make_dev and make_dev_alias const char *.imp2001-08-021-2/+2
* Unstaticize l_nullioctl; it is needed elsewhere (like in tty_snoop.c).dd2001-06-041-0/+1
* Remove unused d_parms_t typedefphk2001-05-291-1/+0
* Create a general facility for making dev_t's depend on anotherphk2001-05-261-1/+5
* Restrict even further what parts of <sys/conf.h> can be seen fromphk2001-05-241-2/+6
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+0
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-2/+0
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-0/+4
* Introduce per-swap area accounting in the VM system, and exportrwatson2001-02-231-0/+1
* Extend kqueue down to the device layer.jlemon2001-02-151-5/+11
* Deprecate devsw->d_bmaj entirely.phk2000-10-311-1/+2
* 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
OpenPOWER on IntegriCloud