Age | Commit message (Collapse) | Author |
|
could use wsmoused with a serial mouse; wsmoused support will now be
compiled regardless of wsmouse attachments, unless option SMALL_KERNEL.
Thanks to mickey@ for pointing out my mistake.
|
|
shaves a few dozens of KB on installation media.
|
|
wsconsctl, while running X11.
|
|
encapsulating all such access into wall-defined functions
that makes sure locking is done as needed.
It also cleans up some uses of wall time vs. uptime some
places, but there is sure to be more of these needed as
well, particularily in MD code. Also, many current calls
to microtime() should probably be changed to getmicrotime(),
or to the {,get}microuptime() versions.
ok art@ deraadt@ aaron@ matthieu@ beck@ sturm@ millert@ others
"Oh, that is not your problem!" from miod@
|
|
|
|
|
|
to two extra symbols per key; usually, this key also serves as the compose
key, if used with shift.
Because of this, accessing the fourth symbol of a key would work with a
sequence altgr-shift-key, but not with a sequence shift-altgr-key, since
it would trigger compose behaviour.
In order to be less confusing, let the AltGr behaviour win over the Compose
behaviour if AltGr would produce a different symbol. Since most of those
AltGr symbols are never part of compose rules, this is transparent.
Problem found by xsa@; ok deraadt@ otto@ xsa@
|
|
|
|
|
|
state. Fixes PR#2555
|
|
|
|
|
|
|
|
|
|
position. Easily reproduceable using emacs, but no fully sane human being
would use emacs anyway.
|
|
when dealing with KS_GROUP macro.
ok miod@
|
|
separate tty registering is gone now that sparc has switched to wscons, and
this makes the code less error-prone.
Also, remove tests for ttymalloc() failure, since it uses M_WAITOK.
ok millert@ deraadt@, tested by various people as well besides me...
|
|
now call the poll backend. With this change we implement greater
poll(2) functionality instead of emulating it via the select backend.
Adapted from NetBSD and including some changes from FreeBSD.
Tested by many, deraadt@ OK
|
|
argument. old cred only calls user suser_ucred. this will allow future
work to more flexibly implement the idea of a root process. looks like
something i saw in freebsd, but a little different.
use of suser_ucred vs suser in file system code should be looked at again,
for the moment semantics remain unchanged.
review and input from art@ testing and further review miod@
|
|
strictly required since the signal routines do their own sanity checks,
but this way the VT_SETMODE ioctl() gets a nice EINVAL.
Potential problem pointed out by Jacques Vidrine; deraadt@ OK
|
|
I've skipped the GNU stuff for now. From Patrick Latifi.
|
|
combination, found on the Tadpole SPARCbook 3 only (later model use the
Power9100 and are already supported).
Untested for lack of hardware and volunteers, but carefully crafted; if it
does not work out of the box, this should be a good starting point.
"worth having in the tree" millert@
|
|
fixes PR #3295
|
|
rescinded 22 July 1999. Proofed by myself and Theo.
|
|
bufer driver, this time for the Southland Media Systems (now Quantum 3D)
MGX and MGXPlus cards.
Not complete, but a good start.
|
|
|
|
stuff coming soon to a tree near you).
|
|
ok miod@
|
|
of it in kbd(8) to work correctly with such a keyboard.
Reminded by maja some time ago.
|
|
requested the signal. This is coherent with what /dev/tty does and
the current implementation of fcntl(F_SETOWN). Ok deraadt@
|
|
|
|
|
|
|
|
Replaced some Latin 1 symbols with Latin 2. -moj
|
|
Replaced some Latin 1 symbols with Latin 5. -moj
|
|
|
|
|
|
Diff generated by Chris Kuethe.
|
|
screen after it has been cleared.
ok fgs@ deraadt@
|
|
as well; miod@ ok.
|
|
wsemul_vt100 code and NetBSD's rcons. Misc cleaning in the process.
Use with TERM=rcons-color for color support for now.
Tested by jason@ and matthieu@
|
|
|
|
(tested against Solaris 2.5)
|
|
and let the sun layout tables produce them.
ok mickey@
|
|
the KS_BackSpace (use KS_Delete instead) we can restore
an ability to map any key into BackSpace symbol:
wsconsctl -w keyboard.map+="keycode 14 = Cmd_ResetEmul BackSpace"
xfree is not using the key symbols, but raw key codes and therefore
is not affected (as discussed w/ matthieu@).
in fact, nothing in the whole tree is using the KS_BackSpace right now.
existing KS_BackSpace definition is wrong and breaks the wsconsctl.
|
|
instead of zero, if the kernel configuration file does not override
this setting.
This enables X11 to work on multihead sparc{,64} configurations
without the need for an explicit wsconscfg invocation first.
If a non-default emulation is requested, the user can still delete this
automatic resources and recreate it with wsconscfg.
ok mickey@ jason@
|
|
text mode colors.
This means black text on white background, even for the kernel messages.
Initially based on a patch from jason@, then some tinkering by me.
|
|
..._SUN24, since this only means 24 bit framebuffers with BGR encoding.
Also add a WSDISPLAY_TYPE_SUNBW for Sun monochrome framebuffers, to be used
by Xwsfb shortly.
|
|
|
|
gustavo.rios@transport.alstom.com. -moj
|