summaryrefslogtreecommitdiffstats
path: root/sys/dev/nmdm/nmdm.c
Commit message (Expand)AuthorAgeFilesLines
* MFC nmdm driver changes, r259550 and r271350grehan2014-09-181-33/+110
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* - Remove an unnecessary memory barrier from an atomic op.jhb2009-06-091-3/+3
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-2/+2
* Make nmdm(4) use MPSAFE callouts.ed2008-11-191-2/+2
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-201-253/+159
* Don't enforce unique device minor number policy anymore.ed2008-06-111-1/+1
* Call ttyld_close() in nmdmclose() to ensure that nmdm(4)emax2007-08-011-1/+6
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+3
* Use ttyalloc() instead of ttymalloc()phk2006-01-041-5/+2
* Merge the dev_clone and dev_clone_cred event handlers into a singlerwatson2005-08-081-1/+2
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-311-0/+1
* If CDSR_OFLOW (stty dsrflow) is enabled on one or both sides of aphk2005-01-261-14/+128
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* #include of <sys/vnode.h> not necesary.phk2004-12-221-1/+0
* Add new function ttyinitmode() which sets our systemwide defaultphk2004-10-181-7/+1
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-1/+1
* Add modemcontrol support for DTR and DCD.phk2004-07-041-6/+37
* Second half of the dev_t cleanup.phk2004-06-171-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-8/+8
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-4/+4
* A major overhaul of the nmdm(4) driver:phk2004-06-011-375/+81
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-011-1/+0
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Add clone_setup() function rather than rely on lazy initialization.phk2004-03-111-0/+1
* Device megapatch 4/6:phk2004-02-211-2/+3
* Device megapatch 3/6:phk2004-02-211-1/+0
* Device megapatch 2/6:phk2004-02-211-84/+85
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-2/+2
* I don't know from where the notion that device driver should orphk2003-09-281-2/+2
* Use __FBSDID().obrien2003-08-241-1/+3
* Make TTYHOG tunable.das2003-03-051-0/+2
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+9
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Cleanup of nmdm devicejulian2002-02-201-61/+100
* Don't call cdevsw_add().phk2001-11-041-1/+1
* KSE Milestone 2julian2001-09-121-9/+9
* Remove unused nmdmpoll function.mp2001-08-111-63/+0
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Remove warnings.. seems to compile as a module now too.julian2001-02-271-4/+3
* Catch up with rwatsons ucred changes.julian2001-02-271-1/+1
* Do it right this time. Give it a better name and placejulian2001-02-271-0/+644
OpenPOWER on IntegriCloud