| Commit message (Expand) | Author | Age | Files | Lines |
* | Finish r210923, 210926. Mark some devices as eternal. | kib | 2011-01-04 | 1 | -1/+2 |
* | Remove unneeded Giant locking of /dev/tty. | ed | 2008-06-03 | 1 | -3/+0 |
* | In keeping with style(9)'s recommendations on macros, use a ';' | rwatson | 2008-03-16 | 1 | -1/+1 |
* | Lock Giant and proctree lock around dereferencing p_session->s_ttyvp->v_rdev. | kib | 2007-07-03 | 1 | -1/+13 |
* | Use ctty instead of just returning. ctty just has a simple open that | mbr | 2006-09-27 | 1 | -1/+1 |
* | If /dev/tty gets opened after your controlling terminal has been revoked | mbr | 2006-09-23 | 1 | -1/+5 |
* | 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 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -4/+1 |
* | 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 | -3/+3 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -1/+2 |
* | The present defaults for the open and close for device drivers which | phk | 2003-09-27 | 1 | -1/+0 |
* | Use __FBSDID(). | obrien | 2003-06-11 | 1 | -2/+3 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+5 |
* | NODEVFS cleanup: Unifdef. | phk | 2003-01-30 | 1 | -282/+0 |
* | Don't dereference null vnode pointer if controling terminal was revoked. | phk | 2003-01-27 | 1 | -3/+5 |
* | Originally when DEVFS was added, a global variable "devfs_present" | phk | 2003-01-19 | 1 | -6/+1 |
* | When we use DEVFS, we don't need the /dev/tty pseudo-driver to do | phk | 2003-01-19 | 1 | -0/+89 |
* | Pass active_cred and file_cred into the MAC framework explicitly | rwatson | 2002-08-19 | 1 | -5/+6 |
* | Break out mac_check_vnode_op() into three seperate checks: | rwatson | 2002-08-19 | 1 | -3/+3 |
* | Enforce MAC policy in cttyread() as well as the other operations | rwatson | 2002-08-12 | 1 | -1/+6 |
* | Include file cleanup; mac.h and malloc.h at one point had ordering | rwatson | 2002-08-01 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | rwatson | 2002-08-01 | 1 | -1/+27 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -2/+2 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -9/+47 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -27/+27 |
* | Support /dev/ctty again | brian | 2001-05-15 | 1 | -3/+8 |
* | Use the new ability to avoid practically all the gunk in this file. | phk | 2001-05-14 | 1 | -17/+26 |
* | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | markm | 2001-05-01 | 1 | -1/+1 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Add snapshots to the fast filesystem. Most of the changes support | mckusick | 2000-07-11 | 1 | -0/+6 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -20/+2 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -4/+2 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -7/+21 |
* | Added D_TTY to the cdevswitch flags for all tty drivers. This is required | bde | 1998-08-23 | 1 | -8/+10 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Don't depend on "implicit int" or bloat the data section in the | bde | 1998-02-20 | 1 | -2/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+4 |
* | Don't include <sys/lock.h> in headers when only `struct simplelock' is | bde | 1997-12-05 | 1 | -1/+2 |
* | Get tty ioctl numbers by #including <sys/ttycom.h> instead of | bde | 1997-11-18 | 1 | -3/+2 |
* | Fixed gratuitous ANSIisms. | bde | 1997-09-16 | 1 | -2/+4 |
* | Extend to use poll backend. If memory serves correctly, most of this was | peter | 1997-09-14 | 1 | -7/+9 |
* | Removed unused #includes. | bde | 1997-09-02 | 1 | -2/+1 |
* | Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include | bde | 1997-03-24 | 1 | -2/+1 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |