aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/linedisc.h
Commit message (Expand)AuthorAgeFilesLines
* Fix line discipline switching issues: If opening a new ldisc fails,Poul-Henning Kamp2004-06-261-1/+0
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-2/+2
* Make linesw[] an array of pointers to linedesc instead of an array ofPoul-Henning Kamp2004-06-071-9/+9
* Fixed some style bugs.Bruce Evans2004-06-051-2/+3
* It is probably too early to drop the dev_t argument for the ttyld_open()Poul-Henning Kamp2004-06-041-2/+2
* Move the line discipline related stuff out of <sys/conf.h> and intoPoul-Henning Kamp2004-06-041-268/+45
* Introduce a ttyioctl() cdevsw default function.Poul-Henning Kamp2004-06-011-0/+1
* shift the four cdevsw functions for ttys to sys/conf.h and prototypePoul-Henning Kamp2004-06-011-0/+6
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* Add clone_setup() function rather than rely on lazy initialization.Poul-Henning Kamp2004-03-111-0/+1
* Device megapatch 6/6:Poul-Henning Kamp2004-02-211-18/+33
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+8
* Device megapatch 2/6:Poul-Henning Kamp2004-02-211-0/+9
* 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