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
/
si
/
si.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Last minute TTY API change: remove mutex argument from tty_alloc().
ed
2009-05-29
1
-1
/
+1
*
si_cmdname() is defined only when SI_DEBUG is enabled, thus
wkoszek
2009-02-07
1
-2
/
+2
*
Pass 1 of mpsafetty-ifying si(4). It compiles and has basic functionality,
peter
2008-09-08
1
-181
/
+167
*
Remove sicontrol(8)'s "ttystat".
ed
2008-06-09
1
-5
/
+0
*
Checkpoint what I've been running for the last year. Tidy up a
peter
2008-06-06
1
-70
/
+81
*
Wrap the EISA-specific parts of the dpt(4) and si(4) back-ends in
marius
2007-01-18
1
-0
/
+9
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-1
/
+2
*
- Fix cards with multiple modules. Prior to this, the ports on the various
jhb
2006-01-06
1
-3
/
+7
*
Eliminate two unused arguments to ttycreate().
phk
2005-10-16
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Use generic device/tty adaptation code.
phk
2004-10-02
1
-558
/
+72
*
Use ttyalloc() instead of ttymalloc(NULL)
phk
2004-09-17
1
-1
/
+1
*
Avoid casts as lvalues.
kan
2004-07-28
1
-4
/
+18
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-1
/
+1
*
Introduce ttygone() which indicates that the hardware is detached.
phk
2004-07-11
1
-40
/
+4
*
Pick the hotchar out of the tty structure instead of caching private
phk
2004-06-26
1
-2
/
+2
*
Put the pre FreeBSD-2.x tty compat code under BURN_BRIDGES.
phk
2004-06-21
1
-0
/
+8
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-6
/
+6
*
Deorbit COMPAT_SUNOS.
phk
2004-06-11
1
-1
/
+1
*
Centralize the line discipline optimization determination in a function
phk
2004-06-04
1
-26
/
+2
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-10
/
+10
*
Make the remaining serial drivers call ttyioctl() rather than calling
phk
2004-06-04
1
-9
/
+3
*
There is no need to explicitly call the stop function. In all likelyhood
phk
2004-06-01
1
-2
/
+0
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-3
/
+0
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Make TTYHOG tunable.
das
2003-03-05
1
-0
/
+1
*
Make nokqfilter() return the correct return value.
phk
2003-03-03
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-14
/
+10
*
More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).
des
2003-03-02
1
-2
/
+2
*
Remove #include <sys/dkstat.h>
phk
2003-02-16
1
-1
/
+0
*
Be consistent about functions being static.
phk
2002-10-16
1
-1
/
+1
*
Make si_debug tunable.
peter
2002-07-27
1
-0
/
+1
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-5
/
+5
*
KSE Milestone 2
julian
2001-09-12
1
-14
/
+14
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Use ttymalloc() instead of roll-our-own.
peter
2001-02-19
1
-14
/
+1
*
Extend kqueue down to the device layer.
jlemon
2001-02-15
1
-2
/
+3
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-4
/
+3
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
This driver doesn't have a software interrupt handler, so don't attempt to
jhb
2000-10-25
1
-8
/
+0
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Always leave SP_DCEN on (monitor DCD). Otherwise the firmware *really*
peter
2000-01-25
1
-4
/
+1
*
A bit more newbusification of si. This still isn't quite finished.
peter
2000-01-24
1
-589
/
+15
*
Initial attempt at newbusification of the specialix si/xio/sx driver.
peter
2000-01-23
1
-468
/
+493
*
Zap cdevsw_add() - the make_dev's take care of it and don't use
peter
1999-10-08
1
-10
/
+0
*
Introduce ttyread() and ttywrite() which do the canonical thing.
phk
1999-09-28
1
-25
/
+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
-23
/
+9
[next]