aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/linedisc.h
Commit message (Expand)AuthorAgeFilesLines
* The size and contents of the DEV_STRATEGY() macro has progressed toPoul-Henning Kamp2003-10-181-17/+2
* Introduce a new optional memberfunction for cdevsw, fdopen() whichPoul-Henning Kamp2003-10-151-0/+2
* Retire revoke_and_destroy_dev() with extreme prejudice.Poul-Henning Kamp2003-09-281-1/+0
* Add an explanation why MAJOR_AUTO should not be specified explicitly.Poul-Henning Kamp2003-09-271-0/+4
* Introduce no_poll() default method for device drivers. Have itPoul-Henning Kamp2003-09-271-12/+0
* noopen() and noclose() is now no longer used.Poul-Henning Kamp2003-09-271-2/+0
* nopsize is no longer used.Poul-Henning Kamp2003-09-271-5/+0
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Define MAJOR_AUTO as zero, which means that leaving out an initializationPoul-Henning Kamp2003-03-091-1/+1
* Rearrange the members of struct cdevsw to be absolutely sure to catchPoul-Henning Kamp2003-03-031-5/+3
* Make nokqfilter() return the correct return value.Poul-Henning Kamp2003-03-031-1/+0
* NO_GEOM cleanup:Poul-Henning Kamp2003-03-021-3/+2
* NODEVFS cleanup:Poul-Henning Kamp2003-03-021-6/+2
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-281-2/+0
* Add support for allocating a device driver major number on demand.Poul-Henning Kamp2003-02-271-0/+2
* NODEVFS cleanup:Poul-Henning Kamp2003-02-271-2/+0
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-1/+2
* NO_GEOM cleanup:Poul-Henning Kamp2003-02-211-10/+9
* Better names for struct disk elements: d_maxsize, d_stripeoffsetPoul-Henning Kamp2003-02-111-0/+2
* Retire D_CANFREE flag.Poul-Henning Kamp2003-02-111-1/+0
* Introduce SI_CANDELETE flag on dev_t.Poul-Henning Kamp2003-02-111-0/+1
* Pave the road to removing the fixed size limit on device nodes:Poul-Henning Kamp2003-02-041-1/+2
* Remove OBE prototype for iszerodev() - it was replaced by thePeter Wemm2003-01-211-1/+0
* Originally when DEVFS was added, a global variable "devfs_present"Poul-Henning Kamp2003-01-191-1/+0
* Make struct swblock kernel only, to make vm/swap_pager.h userland includable.Poul-Henning Kamp2003-01-031-16/+0
* Remove unused second argument from DEV_STRATEGY().Poul-Henning Kamp2003-01-031-1/+1
* Remove unused second argument from BIO_STRATEGY()Poul-Henning Kamp2003-01-031-10/+2
* This is David Schultz's swapoff code which I am finally able to commit.Matthew Dillon2002-12-151-0/+1
* Only the most recent snapshot contains the complete list of blocksKirk McKusick2002-12-141-2/+8
* Fix the spechash lock order reversal by keeping an updated sumPoul-Henning Kamp2002-10-241-0/+1
* Add a D_NOGIANT flag which can be set in a struct cdevsw to indicatePoul-Henning Kamp2002-09-271-0/+1
* Rename struct specinfo to the more appropriate struct cdev.Poul-Henning Kamp2002-09-271-4/+4
* Used protected names (_foo) for parameter names. This helps clean upMark Murray2002-04-211-18/+19
* 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