summaryrefslogtreecommitdiff
path: root/sys/dev/nmdm
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2021-01-04Use the actual credentials to create the /dev/nmdm* devices.Poul-Henning Kamp
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2017-11-20sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-28Renumber copyright clause 4Warner Losh
2014-09-10Fix issue with nmdm and leading zeros in device name.Peter Grehan
2013-12-18Make nmdm(4) destroy devices when both sides of a pair are disconnected.Gleb Smirnoff
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2009-06-09- Remove an unnecessary memory barrier from an atomic op.John Baldwin
2009-05-29Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten
2008-11-19Make nmdm(4) use MPSAFE callouts.Ed Schouten
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2008-06-11Don't enforce unique device minor number policy anymore.Ed Schouten
2007-08-01Call ttyld_close() in nmdmclose() to ensure that nmdm(4)Maksim Yevmenkin
2006-11-06Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson
2006-01-04Use ttyalloc() instead of ttymalloc()Poul-Henning Kamp
2005-08-08Merge the dev_clone and dev_clone_cred event handlers into a singleRobert Watson
2005-03-31Explicitly hold a reference to the cdev we have just cloned. ThisPoul-Henning Kamp
2005-01-26If CDSR_OFLOW (stty dsrflow) is enabled on one or both sides of aPoul-Henning Kamp
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-12-22#include of <sys/vnode.h> not necesary.Poul-Henning Kamp
2004-10-18Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp
2004-07-15Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp
2004-07-04Add modemcontrol support for DTR and DCD.Poul-Henning Kamp
2004-06-17Second half of the dev_t cleanup.Poul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-06-04Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp
2004-06-01A major overhaul of the nmdm(4) driver:Poul-Henning Kamp
2004-06-01There is no need to explicitly call the stop function. In all likelyhoodPoul-Henning Kamp
2004-05-30Add missing <sys/module.h> includesPoul-Henning Kamp
2004-04-07Remove advertising clause from University of California Regent'sWarner Losh
2004-03-11Add clone_setup() function rather than rely on lazy initialization.Poul-Henning Kamp
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 3/6:Poul-Henning Kamp
2004-02-21Device megapatch 2/6:Poul-Henning Kamp
2003-11-09- Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura
2003-09-28I don't know from where the notion that device driver should orPoul-Henning Kamp
2003-08-24Use __FBSDID().David E. O'Brien
2003-03-05Make TTYHOG tunable.David Schultz
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-04-01Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin
2002-02-27Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin
2002-02-20Cleanup of nmdm deviceJulian Elischer
2001-11-04Don't call cdevsw_add().Poul-Henning Kamp
2001-09-12KSE Milestone 2Julian Elischer
2001-08-11Remove unused nmdmpoll function.Mark Peek
2001-03-26Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp
2001-02-27Remove warnings.. seems to compile as a module now too.Julian Elischer