aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nmdm
Commit message (Expand)AuthorAgeFilesLines
* Fix issue with nmdm and leading zeros in device name.Peter Grehan2014-09-101-12/+17
* Make nmdm(4) destroy devices when both sides of a pair are disconnected.Gleb Smirnoff2013-12-181-27/+99
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* - Remove an unnecessary memory barrier from an atomic op.John Baldwin2009-06-091-3/+3
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-2/+2
* Make nmdm(4) use MPSAFE callouts.Ed Schouten2008-11-191-2/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-201-253/+159
* Don't enforce unique device minor number policy anymore.Ed Schouten2008-06-111-1/+1
* Call ttyld_close() in nmdmclose() to ensure that nmdm(4)Maksim Yevmenkin2007-08-011-1/+6
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+3
* Use ttyalloc() instead of ttymalloc()Poul-Henning Kamp2006-01-041-5/+2
* Merge the dev_clone and dev_clone_cred event handlers into a singleRobert Watson2005-08-081-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