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
/
syscons
/
sysmouse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include <sys/ttydefaults.h>, instead of doing it through <sys/termios.h>.
ed
2009-11-28
1
-0
/
+1
*
Last minute TTY API change: remove mutex argument from tty_alloc().
ed
2009-05-29
1
-1
/
+1
*
Reduce the default baud rate of PTY's to 9600.
ed
2008-11-08
1
-1
/
+1
*
Make sysmouse(4) use its own locks, instead of using Giant.
ed
2008-08-24
1
-14
/
+10
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
1
-103
/
+32
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
1
-1
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-1
/
+3
*
Fix -Wundef.
ru
2005-12-04
1
-1
/
+1
*
Remove debug printout of major/minor numbers, print name instead.
phk
2005-02-27
1
-2
/
+2
*
Add new function ttyinitmode() which sets our systemwide default
phk
2004-10-18
1
-6
/
+1
*
Fix echo in console mode.
phk
2004-10-14
1
-6
/
+9
*
Preparation commit for the tty cleanups that will follow in the near
phk
2004-07-15
1
-1
/
+1
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-4
/
+4
*
Manual edits to change linesw[]-frobbing to ttyld_*() calls.
phk
2004-06-04
1
-2
/
+1
*
Machine generated patch which changes linedisc calls from accessing
phk
2004-06-04
1
-4
/
+4
*
Remove unused variable.
phk
2004-06-01
1
-1
/
+0
*
Gainfully employ the new ttyioctl in the trivial cases.
phk
2004-06-01
1
-7
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-1
/
+2
*
Device megapatch 3/6:
phk
2004-02-21
1
-2
/
+0
*
Device megapatch 1/6:
phk
2004-02-21
1
-4
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+8
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-5
/
+5
*
Call ttymalloc() when sysmouse is opened, rather than
yokota
2001-07-06
1
-1
/
+1
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Move suser() and suser_xxx() prototypes and a related #define from
phk
2000-10-29
1
-1
/
+0
*
Initiate deorbit burn sequence for <machine/mouse.h>.
phk
2000-10-09
1
-2
/
+1
*
Initiate deorbit burn sequence for <machine/console.h>.
phk
2000-10-08
1
-1
/
+1
*
Harvest mouse events for the entropy device in a better place. In the
markm
2000-09-10
1
-3
/
+0
*
Fix ioctl MOUSE_SETMODE as defined in mouse(4).
yokota
2000-08-27
1
-2
/
+5
*
o Fix a horrible bug where small reads (< 8 bytes) would return the
markm
2000-07-25
1
-4
/
+1
*
Add entropy-harvesting calls.
markm
2000-07-09
1
-0
/
+6
*
Use config's conditional compilation rather than using #ifdefs that make
peter
2000-01-29
1
-5
/
+0
*
This is the 3rd stage of syscons code reorganization.
yokota
2000-01-15
1
-0
/
+344