summaryrefslogtreecommitdiff
path: root/sys/dev/nmdm
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.2.1_cvscvs2svn2004-02-231-1/+1
* - 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-59/+98
* 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