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
Age
Commit message (
Expand
)
Author
2020-07-13
Pull up following revision(s) (requested by nia in ticket #1002):
martin
2020-04-06
Pull up following revision(s) (requested by pgoyette in ticket #820):
martin
2019-08-15
Pull up following revision(s) (requested by rin in ticket #56):
martin
2019-07-25
Halt the old console on both cnattach and preattach
jmcneill
2019-07-24
Call cn_halt for old console in wsdisplay_preattach too
jmcneill
2019-07-23
Enable us to enter DDB from serial console when WSDISPLAY_MULTICONS
rin
2019-07-23
Call cn_halt on the old console device
jmcneill
2019-07-09
Do not overflow int64_t on HP Spectre x360 13-inch ae019TU
ryoon
2019-06-22
Add missing SETBELL() for WSKBDIO_COMPLEXBELL.
isaki
2019-05-24
Added drivers for Hyper-V Synthetic Keyboard and Video device.
nonaka
2019-04-18
Fix the bell period.
isaki
2019-04-18
White space and indent fix.
isaki
2019-03-17
allocate wsdisplay type 66 for ssdfb(4)
tnn
2019-03-01
Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly
pgoyette
2019-02-26
Whitespace change.
msaitoh
2019-02-07
be consistent in checking cn_getc return value.
mlelstv
2019-02-05
- call update_modifier() explicitly for the scrolling keys up event.
mrg
2019-02-03
- add or adjust /* FALLTHROUGH */ where appropriate
mrg
2019-01-30
Suspend multicons output to the old console device while replaying
jmcneill
2019-01-30
Revert previous as it does not completely solve the problem of detaching a ws...
jmcneill
2019-01-30
Remove KASSERT in wsdisplay_cndetach. The caller likely doesn't know the
jmcneill
2019-01-29
Normalize all the compat hooks' names to the form
pgoyette
2019-01-27
Merge the [pgoyette-compat] branch
pgoyette
2018-12-15
- Use kmem_intr_{alloc,free}, because on time out we need to free from an
christos
2018-12-06
#ifdef _KERNEL_OPT
uwe
2018-12-04
rasops reused wscons attribute bits for internal control.
mlelstv
2018-12-01
Don't abuse config_interrupts()'s first argument. Use kthread instead of
msaitoh
2018-11-30
Remove extra whitespaces.
msaitoh
2018-11-29
Add hw.wsdisplay.multicons sysctl that can be used to disable mirroring wsdis...
jmcneill
2018-11-15
WSDISPLAYIO_SFONT: Do not attempt to print to the console in the middle of
jmcneill
2018-09-26
Introduce wsdisplay_isconsole(struct wsdisplay_softc *), which
bouyer
2018-09-18
fix wsdisplay/wskbd and cngetc() return value issues:
mrg
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-06-14
timespec_to_timespec50 - don't leak kernel memory in struct padding.
uwe
2018-06-13
wsevent_copyout_events50 - don't leak garbage from the kernel stack.
uwe
2018-06-05
PR kern/53245 - support SGR 39 (default foreground) and 49 (background).
uwe
2018-03-10
Fix spello in a comment
khorben
2018-02-19
Add Turkish keyboard layout.
maya
2018-01-21
Try to fix previous to make it compile.
martin
2018-01-21
make check cleaner, and simplify the code.
christos
2018-01-20
Correct wrong assertion code introduced by rev 1.41:
rin
2017-12-18
ifdef speeding ticket.
christos
2017-12-18
Add WSDISPLAY_MULTICONS option which allows wsdisplay to cooperate with
jmcneill
2017-12-18
If the wskbd driver returns type 0, return "no data" from wskbd_cngetc
jmcneill
2017-11-04
use sizeof(*var) instead of sizeof(type)
christos
2017-11-03
Remove redundant includes of malloc.h
maya
2017-11-03
Use __arraycount a bunch
maya
2017-11-03
Use M_WAITOK if we aren't going to check for NULL before dereferencing
maya
2017-11-03
Use c99 initializer for wsemul_ops
maya
2017-11-03
Don't #ifdef DIAGNOSTIC around KASSERTs.
maya
[next]