| Commit message (Expand) | Author | Age | Files | Lines |
* | - Remove an unnecessary memory barrier from an atomic op. | jhb | 2009-06-09 | 1 | -3/+3 |
* | Last minute TTY API change: remove mutex argument from tty_alloc(). | ed | 2009-05-29 | 1 | -2/+2 |
* | Make nmdm(4) use MPSAFE callouts. | ed | 2008-11-19 | 1 | -2/+2 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | ed | 2008-08-20 | 1 | -253/+159 |
* | Don't enforce unique device minor number policy anymore. | ed | 2008-06-11 | 1 | -1/+1 |
* | Call ttyld_close() in nmdmclose() to ensure that nmdm(4) | emax | 2007-08-01 | 1 | -1/+6 |
* | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | rwatson | 2006-11-06 | 1 | -1/+3 |
* | Use ttyalloc() instead of ttymalloc() | phk | 2006-01-04 | 1 | -5/+2 |
* | Merge the dev_clone and dev_clone_cred event handlers into a single | rwatson | 2005-08-08 | 1 | -1/+2 |
* | Explicitly hold a reference to the cdev we have just cloned. This | phk | 2005-03-31 | 1 | -0/+1 |
* | If CDSR_OFLOW (stty dsrflow) is enabled on one or both sides of a | phk | 2005-01-26 | 1 | -14/+128 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | #include of <sys/vnode.h> not necesary. | phk | 2004-12-22 | 1 | -1/+0 |
* | Add new function ttyinitmode() which sets our systemwide default | phk | 2004-10-18 | 1 | -7/+1 |
* | Preparation commit for the tty cleanups that will follow in the near | phk | 2004-07-15 | 1 | -1/+1 |
* | Add modemcontrol support for DTR and DCD. | phk | 2004-07-04 | 1 | -6/+37 |
* | Second half of the dev_t cleanup. | phk | 2004-06-17 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -8/+8 |
* | Machine generated patch which changes linedisc calls from accessing | phk | 2004-06-04 | 1 | -4/+4 |
* | A major overhaul of the nmdm(4) driver: | phk | 2004-06-01 | 1 | -375/+81 |
* | There is no need to explicitly call the stop function. In all likelyhood | phk | 2004-06-01 | 1 | -1/+0 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | Add clone_setup() function rather than rely on lazy initialization. | phk | 2004-03-11 | 1 | -0/+1 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -2/+3 |
* | Device megapatch 3/6: | phk | 2004-02-21 | 1 | -1/+0 |
* | Device megapatch 2/6: | phk | 2004-02-21 | 1 | -84/+85 |
* | - Implement selwakeuppri() which allows raising the priority of a | tanimura | 2003-11-09 | 1 | -2/+2 |
* | I don't know from where the notion that device driver should or | phk | 2003-09-28 | 1 | -2/+2 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | Make TTYHOG tunable. | das | 2003-03-05 | 1 | -0/+2 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+9 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Cleanup of nmdm device | julian | 2002-02-20 | 1 | -61/+100 |
* | Don't call cdevsw_add(). | phk | 2001-11-04 | 1 | -1/+1 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -9/+9 |
* | Remove unused nmdmpoll function. | mp | 2001-08-11 | 1 | -63/+0 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Remove warnings.. seems to compile as a module now too. | julian | 2001-02-27 | 1 | -4/+3 |
* | Catch up with rwatsons ucred changes. | julian | 2001-02-27 | 1 | -1/+1 |
* | Do it right this time. Give it a better name and place | julian | 2001-02-27 | 1 | -0/+644 |