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
*
Second-to-last commit implementing Capsicum capabilities in the FreeBSD
rwatson
2011-08-11
1
-0
/
+3
*
Fix whitespace inconsistencies in the TTY layer and its drivers owned by me.
ed
2011-06-26
1
-2
/
+2
*
Add ttydisc_rint_simple().
ed
2009-08-23
1
-8
/
+3
*
Keep this line shorter than 80 columns.
ed
2009-05-13
1
-2
/
+2
*
Add macros around the sx operations in snp(4).
ed
2009-05-11
1
-4
/
+15
*
Slightly improve the design of the TTY buffer.
ed
2009-02-03
1
-1
/
+0
*
Change ttyhook_register() second argument from thread to process pointer.
mav
2008-12-13
1
-1
/
+2
*
Reintroduce the snp(4) driver.
ed
2008-11-05
1
-517
/
+231
*
Even though snp(4) in SVN is still broken, remove the unneeded D_NEEDMINOR.
ed
2008-09-19
1
-1
/
+1
*
Convert the snp(4) driver to use cdevpriv.
ed
2008-08-15
1
-66
/
+46
*
Don't enforce unique device minor number policy anymore.
ed
2008-06-11
1
-1
/
+1
*
Move the check for the snp device being already attached after the
kib
2007-12-24
1
-11
/
+6
*
Do not allow the SNPSTTY ioctl for the snoop device that has a tty
kib
2007-12-03
1
-0
/
+3
*
Adopt snp to the destroy_dev_sched() KPI after reverting of destroy_dev()
kib
2007-07-05
1
-8
/
+9
*
Use make_dev_credf(MAKEDEV_REF) instead of make_dev() from snp clone handler.
kib
2007-07-03
1
-3
/
+4
*
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
[next]