aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nmdm
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
* Merge two sets of changes relating to devfs device node cloning fromRobert Watson2005-08-131-1/+2
* Explicitly hold a reference to the cdev we have just cloned. ThisPoul-Henning Kamp2005-03-311-0/+1
* If CDSR_OFLOW (stty dsrflow) is enabled on one or both sides of aPoul-Henning Kamp2005-01-261-14/+128
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* #include of <sys/vnode.h> not necesary.Poul-Henning Kamp2004-12-221-1/+0
* Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp2004-10-181-7/+1
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-1/+1
* Add modemcontrol support for DTR and DCD.Poul-Henning Kamp2004-07-041-6/+37
* Second half of the dev_t cleanup.Poul-Henning Kamp2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-8/+8
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-4/+4
* A major overhaul of the nmdm(4) driver:Poul-Henning Kamp2004-06-011-375/+81
* There is no need to explicitly call the stop function. In all likelyhoodPoul-Henning Kamp2004-06-011-1/+0
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Add clone_setup() function rather than rely on lazy initialization.Poul-Henning Kamp2004-03-111-0/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-2/+3
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-1/+0
* Device megapatch 2/6:Poul-Henning Kamp2004-02-211-84/+85
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-2/+2
* I don't know from where the notion that device driver should orPoul-Henning Kamp2003-09-281-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Make TTYHOG tunable.David Schultz2003-03-051-0/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+9
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-1/+1
* Cleanup of nmdm deviceJulian Elischer2002-02-201-61/+100
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-041-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-9/+9
* Remove unused nmdmpoll function.Mark Peek2001-08-111-63/+0
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Remove warnings.. seems to compile as a module now too.Julian Elischer2001-02-271-4/+3
* Catch up with rwatsons ucred changes.Julian Elischer2001-02-271-1/+1
* Do it right this time. Give it a better name and placeJulian Elischer2001-02-271-0/+644