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
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
2001-05-02
Add `l_poll' to `struct linesw' and provide an xxxpoll() entry point
scw
2001-01-04
Redo previous; we need to notify kbd driver.
enami
2001-01-03
Avoid null pointer dereference so that boot -d works again.
enami
2001-01-03
Use device_lookup.
enami
2000-12-30
for calling sc->sc_acessops->pollc,
sato
2000-12-30
Fix at least alpha kernel builds. You can't pun a pointer to a dev_t on
mjacob
2000-12-30
notify console polling mode or not to lower level framebuffer driver.
sato
2000-12-04
In wsdisplay_switchtoconsole(), ensure that the switch happens
ad
2000-11-02
Adapt to the new line discipline scheme.
eeh
2000-10-01
- Add ioctl commands to wsdisplay which set/get some LCD status,
takemura
2000-09-10
* rename vga_stdscreen* -> vga_25lscreen*
lukem
2000-09-10
Introduce WSDISPLAY_NULLSCREEN to allow low level device to detach control
takemura
2000-06-26
Change the kernel mmap interface so that the offset to map is an
simonb
2000-03-30
Remove register declarations.
augustss
2000-03-23
New callout mechanism with two major improvements over the old
thorpej
2000-03-06
Add cnbell() support.
thorpej
2000-01-05
replace embedded _rcsid[] string by __KERNEL_RCSID(), remove _copyright[]
drochner
1999-12-06
-allow the "show_screen" call to the display driver to complete
drochner
1999-12-01
Done something half sensible if a USB console keyboard is unplugged instead
augustss
1999-10-19
Split wsdisplay_usl_ioctl() into two functions -- one which is screen-dependent
mycroft
1999-10-12
add wsdisplay_switchtoconsole() to allow other parts of kernel to force
jdolecek
1999-10-01
At shutdown, switch to screen 0 on console display so that we see some
ad
1999-09-16
introduce new variable wsdisplay_defaultscreens (initialized to
jdolecek
1999-08-14
defopt COMPAT_14
augustss
[next]