| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Make the diagnostics printfs less ugly. | Dima Dorfman | 2002-03-11 | 1 | -4/+6 |
| * | Check the return value of tsleep() in snpread(). This may be | Dima Dorfman | 2001-11-24 | 1 | -1/+4 |
| * | Return EBUSY if we try to attach to a tty that is already being | Dima Dorfman | 2001-11-24 | 1 | -0/+2 |
| * | Create a snpbasedev variable which holds a reference to the first snp | Dima Dorfman | 2001-11-24 | 1 | -3/+9 |
| * | 'error' is now unused, since its only purpose was to catch the | Robert Watson | 2001-11-15 | 1 | -1/+0 |
| * | Temporarily disable unloading, as it appears to be broken (read: causes | Robert Watson | 2001-11-15 | 1 | -0/+2 |
| * | o Rely on /dev/snp* permissions, rather than using suser() in snpopen() | Robert Watson | 2001-11-15 | 1 | -3/+0 |
| * | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 1 | -11/+11 |
| * | Don't allocate a 512 byte buffer on the stack in snplwrite. It's | Dima Dorfman | 2001-08-16 | 1 | -5/+12 |
| * | Move the kernel stuff out of snoop.h. It was only there because some | Dima Dorfman | 2001-07-25 | 1 | -0/+39 |
| * | Keep track of all "struct snoop"'s so that snp_modevent can fail with | Dima Dorfman | 2001-07-18 | 1 | -1/+9 |
| * | Add a line discipline close routine which restores some functionality | Dima Dorfman | 2001-06-05 | 1 | -5/+21 |
| * | Style and cosmetic cleanups. This driver is now reasonably stlye(9) | Dima Dorfman | 2001-06-05 | 1 | -111/+127 |
| * | Use the l_nullioctl exported from tty_conf.c rather than rolling our own. | Dima Dorfman | 2001-06-04 | 1 | -10/+0 |
| * | Remove unused includes, use *min() inline functions rather than a | Dima Dorfman | 2001-06-03 | 1 | -26/+8 |
| * | Convert this driver to (ab?)use line disciplines to get the input it | Dima Dorfman | 2001-05-22 | 1 | -17/+84 |
| * | Make this driver play ball with devfs(5). | Dima Dorfman | 2001-04-17 | 1 | -3/+19 |
| * | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 1 | -1/+0 |
| * | Remove unused #include "snp.h" | Peter Wemm | 2001-01-29 | 1 | -1/+0 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -2/+1 |
| * | Staticize some malloc M_ instances. | Poul-Henning Kamp | 2000-12-08 | 1 | -1/+1 |
| * | Move suser() and suser_xxx() prototypes and a related #define from | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | Unstaticize this driver. You can have as many snoop devices as you can | Brian Feldman | 2000-04-02 | 1 | -65/+61 |
| * | Remove cdevsw_add() - the make_dev() calls are already there. | Peter Wemm | 1999-11-18 | 1 | -8/+1 |
| * | Remove five now unused fields from struct cdevsw. They should never | Poul-Henning Kamp | 1999-09-25 | 1 | -5/+0 |
| * | This patch clears the way for removing a number of tty related | Poul-Henning Kamp | 1999-09-25 | 1 | -3/+3 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Convert DEVFS hooks in (most) drivers to make_dev(). | Poul-Henning Kamp | 1999-08-23 | 1 | -24/+5 |
| * | Add Id strings | Gary Palmer | 1999-06-17 | 1 | -0/+2 |
| * | Fixed a missing userland dev_t to kernel dev_t conversion. | Bruce Evans | 1999-06-17 | 1 | -1/+1 |
| * | Simplify cdevsw registration. | Poul-Henning Kamp | 1999-05-31 | 1 | -7/+1 |
| * | This commit should be a extensive NO-OP: | Poul-Henning Kamp | 1999-05-30 | 1 | -4/+21 |
| * | Use NODEV instead of -1 | Poul-Henning Kamp | 1999-05-10 | 1 | -4/+4 |
| * | I got tired of seeing all the cdevsw[major(foo)] all over the place. | Poul-Henning Kamp | 1999-05-08 | 1 | -1/+1 |
| * | Add sufficient braces to keep egcs happy about potentially ambiguous | Peter Wemm | 1999-05-06 | 1 | -2/+2 |
| * | Suser() simplification: | Poul-Henning Kamp | 1999-04-27 | 1 | -1/+1 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-27 | 1 | -2/+2 |
| * | KNFize, by bde. | Eivind Eklund | 1999-01-10 | 1 | -3/+2 |
| * | Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as | Eivind Eklund | 1999-01-08 | 1 | -7/+4 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -1/+1 |
| * | Don't depend on "implicit int" or bloat the data section in the | Bruce Evans | 1998-02-20 | 1 | -1/+1 |
| * | Back out DIAGNOSTIC changes. | Eivind Eklund | 1998-02-06 | 1 | -1/+0 |
| * | Turn DIAGNOSTIC into a new-style option. | Eivind Eklund | 1998-02-04 | 1 | -0/+1 |
| * | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 1 | -0/+1 |
| * | Make COMPAT_43 and COMPAT_SUNOS new-style options. | Eivind Eklund | 1997-12-16 | 1 | -0/+2 |
| * | Removed unused #includes. Ifdefed a conditionally used #include. | Bruce Evans | 1997-11-18 | 1 | -14/+7 |
| * | Last major round (Unless Bruce thinks of somthing :-) of malloc changes. | Poul-Henning Kamp | 1997-10-12 | 1 | -1/+1 |
| * | Fixed gratuitous ANSIisms. | Bruce Evans | 1997-09-16 | 1 | -1/+3 |
| * | Convert select handler to poll style | Peter Wemm | 1997-09-14 | 1 | -14/+13 |
| * | Don't include <sys/ioctl.h> in the kernel. Stage 3: include | Bruce Evans | 1997-03-24 | 1 | -1/+1 |