| Commit message (Expand) | Author | Age | Files | Lines |
* | - Lock proctree_lock instead of pgrpsess_lock. | jhb | 2002-04-16 | 1 | -6/+8 |
* | Change the suser() API to take advantage of td_ucred as well as do a | jhb | 2002-04-01 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -6/+6 |
* | Fix lock leakage and late unlock. | tanimura | 2002-03-02 | 1 | -0/+1 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -5/+3 |
* | Lock struct pgrp, session and sigio. | tanimura | 2002-02-23 | 1 | -2/+17 |
* | The ICANON flag is an lflag, not an iflag. | dillon | 2002-02-18 | 1 | -2/+2 |
* | o Move suser() calls in kern/ to using suser_xxx() with an explicit | rwatson | 2001-11-01 | 1 | -1/+1 |
* | Use the passed in thread pointer instead of curthread in calls to | jhb | 2001-09-21 | 1 | -2/+2 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -17/+20 |
* | Don't remove the SI_CHEAPCLONE for unsupported minors | brian | 2001-06-18 | 1 | -1/+2 |
* | With the new kernel dev_t conversions done at release 4.X, | phk | 2001-05-28 | 1 | -0/+1 |
* | Make the PTY drivers cloning algorithm create "CHEAPCLONE" dev_t, | phk | 2001-05-25 | 1 | -11/+12 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -2/+0 |
* | o Move per-process jail pointer (p->pr_prison) to inside of the subject | rwatson | 2001-02-21 | 1 | -2/+2 |
* | Extend kqueue down to the device layer. | jlemon | 2001-02-15 | 1 | -4/+6 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -2/+1 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -1/+1 |
* | Rename lminor() to dev2unit(). This function gives a linear unit number | phk | 2000-09-19 | 1 | -2/+2 |
* | Avoid the modules madness I inadvertently introduced by making the | phk | 2000-09-02 | 1 | -32/+1 |
* | Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c) | phk | 2000-08-20 | 1 | -9/+64 |
* | Unused include: #include "pty.h" | peter | 2000-06-10 | 1 | -1/+0 |
* | Since ptys are allocated dynamically, there is no needs to keep their | ache | 2000-05-01 | 1 | -1/+1 |
* | Set t_timeout to its default sysctl value only once in ttyopen | ache | 2000-05-01 | 1 | -0/+1 |
* | Correct an oversight in jail() that allowed processes in jail to access | rwatson | 2000-02-09 | 1 | -1/+8 |
* | Revert peter's commit to remove cdevsw_add() - it was a bit premature | jkh | 1999-11-21 | 1 | -0/+2 |
* | Remove cdevsw_add() as the make_dev()'s are done in a clone-like fashion. | peter | 1999-11-18 | 1 | -2/+0 |
* | sigset_t change (part 2 of 5) | marcel | 1999-09-29 | 1 | -4/+3 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -10/+0 |
* | This patch clears the way for removing a number of tty related | phk | 1999-09-25 | 1 | -16/+6 |
* | s/si_tty_tty/si_tty/g | phk | 1999-08-30 | 1 | -12/+12 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -14/+7 |
* | First small steps at merging DEVFS and PHK's Dev_t stuff. | julian | 1999-08-20 | 1 | -25/+8 |
* | Devfs isn't quite dead yet... Add back devfs support to ptys.. | julian | 1999-08-17 | 1 | -1/+36 |
* | Add new sysctl "kern.ttys" which return all the struct tty's which have | phk | 1999-08-08 | 1 | -1/+2 |
* | Make the pty driver as close to a cloning device as we can get for now, | phk | 1999-08-08 | 1 | -99/+62 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -6/+3 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -13/+41 |
* | TIOCEXT is also inapproriate before the slave is open, return EAGAIN when | luoqi | 1999-05-18 | 1 | -29/+31 |
* | Ignore some ioctls on the master until the slave is open. | luoqi | 1999-05-14 | 1 | -3/+12 |
* | I got tired of seeing all the cdevsw[major(foo)] all over the place. | phk | 1999-05-08 | 1 | -2/+2 |
* | Suser() simplification: | phk | 1999-04-27 | 1 | -2/+2 |
* | Use suser() to check for super user rather than examining cr_uid directly. | phk | 1999-01-30 | 1 | -2/+2 |
* | Added D_TTY to the cdevswitch flags for all tty drivers. This is required | bde | 1998-08-23 | 1 | -14/+18 |
* | Changed %n to %r in devfs name format strings. %n has almost gone away. | bde | 1998-07-15 | 1 | -3/+3 |
* | 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-25 | 1 | -3/+3 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+2 |
* | Make COMPAT_43 and COMPAT_SUNOS new-style options. | eivind | 1997-12-16 | 1 | -1/+2 |