index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
snp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+8
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-3
/
+3
*
msg
phk
2003-02-26
1
-2
/
+0
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-4
/
+4
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-4
/
+4
*
Declare the snp ioctl()s to work on udev_t, since that is what they
tmm
2002-11-11
1
-1
/
+1
*
Treat input on the snp device as an `unsigned char'. According to the
dd
2002-04-10
1
-1
/
+1
*
Remove __P.
alfred
2002-03-20
1
-7
/
+7
*
Fixes to make select/poll mpsafe.
alfred
2002-03-14
1
-2
/
+0
*
Make the diagnostics printfs less ugly.
dd
2002-03-11
1
-4
/
+6
*
Check the return value of tsleep() in snpread(). This may be
dd
2001-11-24
1
-1
/
+4
*
Return EBUSY if we try to attach to a tty that is already being
dd
2001-11-24
1
-0
/
+2
*
Create a snpbasedev variable which holds a reference to the first snp
dd
2001-11-24
1
-3
/
+9
*
'error' is now unused, since its only purpose was to catch the
rwatson
2001-11-15
1
-1
/
+0
*
Temporarily disable unloading, as it appears to be broken (read: causes
rwatson
2001-11-15
1
-0
/
+2
*
o Rely on /dev/snp* permissions, rather than using suser() in snpopen()
rwatson
2001-11-15
1
-3
/
+0
*
KSE Milestone 2
julian
2001-09-12
1
-11
/
+11
*
Don't allocate a 512 byte buffer on the stack in snplwrite. It's
dd
2001-08-16
1
-5
/
+12
*
Move the kernel stuff out of snoop.h. It was only there because some
dd
2001-07-25
1
-0
/
+39
*
Keep track of all "struct snoop"'s so that snp_modevent can fail with
dd
2001-07-18
1
-1
/
+9
*
Add a line discipline close routine which restores some functionality
dd
2001-06-05
1
-5
/
+21
*
Style and cosmetic cleanups. This driver is now reasonably stlye(9)
dd
2001-06-05
1
-111
/
+127
*
Use the l_nullioctl exported from tty_conf.c rather than rolling our own.
dd
2001-06-04
1
-10
/
+0
*
Remove unused includes, use *min() inline functions rather than a
dd
2001-06-03
1
-26
/
+8
*
Convert this driver to (ab?)use line disciplines to get the input it
dd
2001-05-22
1
-17
/
+84
*
Make this driver play ball with devfs(5).
dd
2001-04-17
1
-3
/
+19
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Remove unused #include "snp.h"
peter
2001-01-29
1
-1
/
+0
*
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
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Unstaticize this driver. You can have as many snoop devices as you can
green
2000-04-02
1
-65
/
+61
*
Remove cdevsw_add() - the make_dev() calls are already there.
peter
1999-11-18
1
-8
/
+1
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
1
-3
/
+3
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-24
/
+5
*
Add Id strings
gpalmer
1999-06-17
1
-0
/
+2
*
Fixed a missing userland dev_t to kernel dev_t conversion.
bde
1999-06-17
1
-1
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
1
-7
/
+1
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-4
/
+21
*
Use NODEV instead of -1
phk
1999-05-10
1
-4
/
+4
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
1
-1
/
+1
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-2
/
+2
*
Suser() simplification:
phk
1999-04-27
1
-1
/
+1
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-2
/
+2
*
KNFize, by bde.
eivind
1999-01-10
1
-3
/
+2
*
Split DIAGNOSTIC -> DIAGNOSTIC, INVARIANTS, and INVARIANT_SUPPORT as
eivind
1999-01-08
1
-7
/
+4
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-1
/
+1
*
Don't depend on "implicit int" or bloat the data section in the
bde
1998-02-20
1
-1
/
+1
[next]