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
*
Switch to ANSI function declarations.
rodrigc
2007-03-23
1
-54
/
+16
*
Restore the ability to detach from a tty via SIOCSTTY and document
ru
2005-09-19
1
-5
/
+5
*
Slightly change the API for the SNPSTTY ioctl so that the userland now
cognet
2005-09-18
1
-5
/
+14
*
Merge the dev_clone and dev_clone_cred event handlers into a single
rwatson
2005-08-08
1
-2
/
+3
*
Explicitly hold a reference to the cdev we have just cloned. This
phk
2005-03-31
1
-1
/
+3
*
Disable two users of findcdev. They do the wrong thing now and will
phk
2005-03-15
1
-0
/
+4
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Include fcntl.h not vnode.h.
phk
2004-12-22
1
-2
/
+3
*
Walk through the snp softc list instead of abusing tp->ts_c to find the
cognet
2004-11-05
1
-8
/
+17
*
Hold thread reference while we frob cdevsw.
phk
2004-09-24
1
-3
/
+9
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-1
/
+1
*
Do a pass over all modules in the kernel and make them return EOPNOTSUPP
phk
2004-07-15
1
-0
/
+1
*
Switch snoop device to using C99 initialization for struct linesw.
rwatson
2004-07-14
1
-2
/
+8
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-7
/
+7
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-12
/
+12
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Add clone_setup() function rather than rely on lazy initialization.
phk
2004-03-11
1
-0
/
+1
*
Don't set d_flags twice. The second setting clobbered D_NOGIANT.
bde
2004-02-24
1
-2
/
+1
*
Device megapatch 5/6:
phk
2004-02-21
1
-1
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 2/6:
phk
2004-02-21
1
-18
/
+12
*
- Implement selwakeuppri() which allows raising the priority of a
tanimura
2003-11-09
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
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
[next]