aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/snp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* Declare the snp ioctl()s to work on udev_t, since that is what theyThomas Moestl2002-11-111-1/+1
* Treat input on the snp device as an `unsigned char'. According to theDima Dorfman2002-04-101-1/+1
* Remove __P.Alfred Perlstein2002-03-201-7/+7
* Fixes to make select/poll mpsafe.Alfred Perlstein2002-03-141-2/+0
* Make the diagnostics printfs less ugly.Dima Dorfman2002-03-111-4/+6
* Check the return value of tsleep() in snpread(). This may beDima Dorfman2001-11-241-1/+4
* Return EBUSY if we try to attach to a tty that is already beingDima Dorfman2001-11-241-0/+2
* Create a snpbasedev variable which holds a reference to the first snpDima Dorfman2001-11-241-3/+9
* 'error' is now unused, since its only purpose was to catch theRobert Watson2001-11-151-1/+0
* Temporarily disable unloading, as it appears to be broken (read: causesRobert Watson2001-11-151-0/+2
* o Rely on /dev/snp* permissions, rather than using suser() in snpopen()Robert Watson2001-11-151-3/+0
* KSE Milestone 2Julian Elischer2001-09-121-11/+11
* Don't allocate a 512 byte buffer on the stack in snplwrite. It'sDima Dorfman2001-08-161-5/+12
* Move the kernel stuff out of snoop.h. It was only there because someDima Dorfman2001-07-251-0/+39
* Keep track of all "struct snoop"'s so that snp_modevent can fail withDima Dorfman2001-07-181-1/+9
* Add a line discipline close routine which restores some functionalityDima Dorfman2001-06-051-5/+21
* Style and cosmetic cleanups. This driver is now reasonably stlye(9)Dima Dorfman2001-06-051-111/+127
* Use the l_nullioctl exported from tty_conf.c rather than rolling our own.Dima Dorfman2001-06-041-10/+0
* Remove unused includes, use *min() inline functions rather than aDima Dorfman2001-06-031-26/+8
* Convert this driver to (ab?)use line disciplines to get the input itDima Dorfman2001-05-221-17/+84
* Make this driver play ball with devfs(5).Dima Dorfman2001-04-171-3/+19
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Remove unused #include "snp.h"Peter Wemm2001-01-291-1/+0
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-081-1/+1
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Unstaticize this driver. You can have as many snoop devices as you canBrian Feldman2000-04-021-65/+61
* Remove cdevsw_add() - the make_dev() calls are already there.Peter Wemm1999-11-181-8/+1
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-3/+3
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-24/+5
* Add Id stringsGary Palmer1999-06-171-0/+2
* Fixed a missing userland dev_t to kernel dev_t conversion.Bruce Evans1999-06-171-1/+1
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-7/+1
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-4/+21
* Use NODEV instead of -1Poul-Henning Kamp1999-05-101-4/+4
* I got tired of seeing all the cdevsw[major(foo)] all over the place.Poul-Henning Kamp1999-05-081-1/+1
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-2/+2
* Suser() simplification:Poul-Henning Kamp1999-04-271-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* KNFize, by bde.Eivind Eklund1999-01-101-3/+2
* Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT asEivind Eklund1999-01-081-7/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+1
* Don't depend on "implicit int" or bloat the data section in theBruce Evans1998-02-201-1/+1
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-1/+0
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-0/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-0/+1
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-0/+2