index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
wscons
/
wsdisplay.c
Age
Commit message (
Expand
)
Author
2006-07-21
- Use the LWP cached credentials where sane.
ad
2006-06-28
add a missing splx() in an error path
drochner
2006-05-14
integrate kauth.
elad
2006-04-15
Remove the getwschar and putwschar accessops from wsdisplay drivers as
jmmv
2006-04-13
pass the right cookie to ioctl() and mmap() instead of struct wsscreen *
macallan
2006-04-12
correct typo
macallan
2006-04-12
Add an extra cookie to the ioctl and mmap wsdisplay accessops that points
jmmv
2006-04-05
Use the existing ioctl path to call WSDISPLAYIO_GBORDER/WSDISPLAYIO_SBORDER
drochner
2006-03-29
Use device_cfdata().
thorpej
2006-03-28
Use device_unit().
thorpej
2006-03-05
cleanup more SET/CLR/ISSET lossage
christos
2006-02-18
Bunch of changes to wscons in preparation for splash screen support:
jmcneill
2006-02-07
wsevent cleanup:
jmmv
2005-12-11
merge ktrace-lwp.
christos
2005-11-11
Call nanotime() directly, instead of doing the
simonb
2005-09-06
Change the driver open function's conditional for overriding exclusive tty
kleink
2005-06-21
PR-30566: Poll must not return <sys/errno.h> values.
ws
2005-05-29
- sprinkle const.
christos
2005-02-27
nuke trailing whitespace
perry
2004-07-29
Implement border color customization in wscons(4), only available for vga(4)
jmmv
2004-07-28
Implement support to dynamically change wscons console and kernel colors.
jmmv
2004-07-20
Add WSDISPLAYIO_[GS]MODE type _DUMBFB - mapped fb (no registers)
heas
2004-06-03
return ENODEV if functions are not compiled in the kernel.
christos
2004-05-28
PR/19925: David Ferlier: Add scrolling support to wscons.
christos
2003-09-21
Do much more sanity checks when handling entries in the sc_scr array
manu
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-03-06
Add cn_halt and cn_flush entries to consdevs. (needed for dma-only console
matt
2003-01-20
Use u_int variables for some variables that are passed to
simonb
2003-01-01
Use aprint_normal() in cfprint routines.
thorpej
2002-10-23
merge kqueue branch into -current
jdolecek
2002-10-02
Add trailing ; to CFATTACH_DECL.
thorpej
2002-10-01
Use CFATTACH_DECL().
thorpej
2002-09-27
Declare all cfattach structures const.
thorpej
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2002-09-06
Merge the gehenna-devsw branch into the trunk.
gehenna
2002-06-26
PR/17402: Add wsmoused support by providing get/set char and events.
christos
2002-04-07
Rename WSDISPLAYIO_USEFONT to WSDISPLAYIO_SFONT.
hannken
2002-03-17
Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for
atatat
2002-03-02
Added wsmux_set_display() to fix the problem that wskbd wan't connected
takemura
2001-11-13
add/cleanup RCSIDs
lukem
2001-11-10
Make wsdisplay_set_console_kbd() a little less twisted.
augustss
2001-10-28
Put in some tests to see if the input source is NULL before using it.
augustss
2001-10-27
Cosmetics.
augustss
2001-10-24
Major rototilling of the wsmux code. No user visible changes (except that
augustss
2001-10-15
Don't use wsmux_getmux() if we NWSMUX == 0. Fixes PR kern/14252.
augustss
2001-10-13
ANSIfy.
augustss
2001-10-13
Two changes to the wsmux code:
augustss
2001-08-05
introduce hard limit on maximum font size (WSDISPLAY_MAXFONTSZ - 512KB)
jdolecek
2001-05-18
do this console device lookup thing the right way this time
drochner
[next]