svn commit: r352878 - head/contrib/elftoolchain/elfcopy

2019-09-29 Thread Aleksandr Rybalko
Author: ray Date: Sun Sep 29 23:47:23 2019 New Revision: 352878 URL: https://svnweb.freebsd.org/changeset/base/352878 Log: Initialize baseaddr to suppres warning. Pointy hat to:ray Modified: head/contrib/elftoolchain/elfcopy/binary.c Modified:

svn commit: r352875 - head/contrib/elftoolchain/elfcopy

2019-09-29 Thread Aleksandr Rybalko
Author: ray Date: Sun Sep 29 22:34:01 2019 New Revision: 352875 URL: https://svnweb.freebsd.org/changeset/base/352875 Log: ections into expected offset in binary format. Calculate binary file offset using address field, bacause software know only offset to known data, not where to load

svn commit: r351649 - head/sys/arm/arm

2019-08-31 Thread Aleksandr Rybalko
Author: ray Date: Sat Aug 31 21:28:06 2019 New Revision: 351649 URL: https://svnweb.freebsd.org/changeset/base/351649 Log: ARM kernel can get RAM regions three ways: o from FDT; o from EFI; o from Linux Boot API (ATAG). U-Boot may pass RAM info all that 3 ways simultaneously. We do

svn commit: r351133 - head/sys/vm

2019-08-16 Thread Aleksandr Rybalko
Author: ray Date: Fri Aug 16 19:27:05 2019 New Revision: 351133 URL: https://svnweb.freebsd.org/changeset/base/351133 Log: Check paddr for overflow. Fix panic on initialize of "vm reserv" per-superpage lock in case when RAM ends at upper boundary of address space. Observed on ARM32 board

Re: svn commit: r313547 - head/sys/dev/vt

2017-02-10 Thread Aleksandr Rybalko
Ed, thanks, I will define PR on planned fix 2017-02-10 16:24 GMT+02:00 Ed Maste <ema...@freebsd.org>: > On 10 February 2017 at 08:28, Aleksandr Rybalko <r...@freebsd.org> wrote: > > Author: ray > > Date: Fri Feb 10 13:28:30 2017 > > New Revision: 313547 &g

svn commit: r313547 - head/sys/dev/vt

2017-02-10 Thread Aleksandr Rybalko
Author: ray Date: Fri Feb 10 13:28:30 2017 New Revision: 313547 URL: https://svnweb.freebsd.org/changeset/base/313547 Log: o Reset mouse selection when new lines reach selection lines. o Fix how selection handled on display. Submitted by: hselasky Reviewed by: hselasky,

svn commit: r272715 - head/sys/dev/vt

2014-10-07 Thread Aleksandr Rybalko
Author: ray Date: Tue Oct 7 18:47:53 2014 New Revision: 272715 URL: https://svnweb.freebsd.org/changeset/base/272715 Log: Allow vt(4) to disable terminal bell with `sysctl kern.vt.bell_enable=0`, similar as syscons(4) do. Submitted by: Tiwei Bie b...@mail.ustc.edu.cn MFC after:2

svn commit: r271463 - in head/sys/dev/vt: . hw/ofwfb logo

2014-09-12 Thread Aleksandr Rybalko
Author: ray Date: Fri Sep 12 14:07:20 2014 New Revision: 271463 URL: http://svnweb.freebsd.org/changeset/base/271463 Log: Remove stray whitespaces. Modified: head/sys/dev/vt/hw/ofwfb/ofwfb.c head/sys/dev/vt/logo/logo_freebsd.c head/sys/dev/vt/vt_consolectl.c Modified:

svn commit: r271464 - head/sys/dev/vt

2014-09-12 Thread Aleksandr Rybalko
Author: ray Date: Fri Sep 12 14:14:50 2014 New Revision: 271464 URL: http://svnweb.freebsd.org/changeset/base/271464 Log: Switch vt(4) to traditional behaviour with copy-paste same as syscons(4) do. Reviewed by: dumbbell (as D755) MFC after:1 week Modified:

svn commit: r271465 - head/sys/dev/vt

2014-09-12 Thread Aleksandr Rybalko
Author: ray Date: Fri Sep 12 14:16:10 2014 New Revision: 271465 URL: http://svnweb.freebsd.org/changeset/base/271465 Log: Switch vt(4) to traditional behaviour with copy-paste same as syscons(4) do. (forgetted in last commit) Reviewed by: dumbbell (as D755) MFC after:1 week

svn commit: r271466 - head/sys/dev/vt

2014-09-12 Thread Aleksandr Rybalko
Author: ray Date: Fri Sep 12 14:17:09 2014 New Revision: 271466 URL: http://svnweb.freebsd.org/changeset/base/271466 Log: Fix stray char on paste. Tested by:dumbbell and me MFC after:1 week Modified: head/sys/dev/vt/vt_buf.c Modified: head/sys/dev/vt/vt_buf.c

svn commit: r271485 - head/sys/dev/vt

2014-09-12 Thread Aleksandr Rybalko
Author: ray Date: Fri Sep 12 20:55:17 2014 New Revision: 271485 URL: http://svnweb.freebsd.org/changeset/base/271485 Log: Fix 'function declaration isn't a prototype' warning. Pointed by: ian MFC after:1 week Modified: head/sys/dev/vt/vt_core.c Modified:

svn commit: r271381 - head/sys/dev/vt

2014-09-10 Thread Aleksandr Rybalko
Author: ray Date: Wed Sep 10 11:13:13 2014 New Revision: 271381 URL: http://svnweb.freebsd.org/changeset/base/271381 Log: o Add sysctls to enable/disable potentially dengerous key combinations, like reboot/halt/debug. o Add support for most key combinations supported by syscons(4).

svn commit: r271382 - head/sys/dev/vt

2014-09-10 Thread Aleksandr Rybalko
Author: ray Date: Wed Sep 10 11:27:33 2014 New Revision: 271382 URL: http://svnweb.freebsd.org/changeset/base/271382 Log: spelling fixes Submitted by: Sam Fourman Jr. sfour...@gmail.com MFC after:1 week Modified: head/sys/dev/vt/vt_buf.c head/sys/dev/vt/vt_core.c Modified:

svn commit: r271385 - head/sys/dev/vt

2014-09-10 Thread Aleksandr Rybalko
Author: ray Date: Wed Sep 10 11:48:13 2014 New Revision: 271385 URL: http://svnweb.freebsd.org/changeset/base/271385 Log: Fix one more spelling mistake. Pointed by: danfe Modified: head/sys/dev/vt/vt_core.c Modified: head/sys/dev/vt/vt_core.c

svn commit: r271312 - head/sys/dev/vt

2014-09-09 Thread Aleksandr Rybalko
Author: ray Date: Tue Sep 9 14:18:56 2014 New Revision: 271312 URL: http://svnweb.freebsd.org/changeset/base/271312 Log: Revert r269474. Special keyboard combinations should be handled by separate sysctls. Modified: head/sys/dev/vt/vt.h head/sys/dev/vt/vt_core.c Modified:

Re: svn commit: r269474 - in head: share/man/man4 sys/dev/vt

2014-09-09 Thread Aleksandr Rybalko
. Thanks a lot for your hints/comments. And sorry for long delay. WBW -- Aleksandr Rybalko r...@ddteam.net ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to svn-src-head

Re: svn commit: r270114 - head/share/vt/keymaps

2014-08-17 Thread Aleksandr Rybalko
plan to MFC after the minimum allowed delay of 3 days, to allow at least a few weeks to test and improve what will be in the next release. MFC after: 3 days Thank you very much Stefan for such great help!!! WBW -- Aleksandr Rybalko r...@ddteam.net

svn commit: r269471 - head/sys/dev/vt/hw/vga

2014-08-03 Thread Aleksandr Rybalko
Author: ray Date: Sun Aug 3 11:01:35 2014 New Revision: 269471 URL: http://svnweb.freebsd.org/changeset/base/269471 Log: Fix vt_vga driver to draw not-8-bit-aligned fonts correctly. Still one bug here: mouse left some gaps on track when moving left. MFC after:1 week Sponsored by:

svn commit: r269474 - in head: share/man/man4 sys/dev/vt

2014-08-03 Thread Aleksandr Rybalko
Author: ray Date: Sun Aug 3 13:07:25 2014 New Revision: 269474 URL: http://svnweb.freebsd.org/changeset/base/269474 Log: Allow to disable some special key combinations handled by vt(4), like debug request, reboot request. Requested by: Claude Buisson Sponsored by: The FreeBSD

svn commit: r269233 - head/sys/arm/conf

2014-07-29 Thread Aleksandr Rybalko
Author: ray Date: Tue Jul 29 12:04:11 2014 New Revision: 269233 URL: http://svnweb.freebsd.org/changeset/base/269233 Log: Remove SC_DFLT_FONT option. vt(4) don't use it. Suggested by: emaste Sponsored by: The FreeBSD Foundation Modified: head/sys/arm/conf/RPI-B Modified:

Re: svn commit: r269188 - head/sys/dev/vt

2014-07-29 Thread Aleksandr Rybalko
On Mon, 28 Jul 2014 16:37:23 +0200 Stefan Farfeleder stef...@freebsd.org wrote: On Mon, Jul 28, 2014 at 02:22:34PM +, Aleksandr Rybalko wrote: Author: ray Date: Mon Jul 28 14:22:34 2014 New Revision: 269188 URL: http://svnweb.freebsd.org/changeset/base/269188 Log: Avoid

svn commit: r269185 - head/sys/dev/vt

2014-07-28 Thread Aleksandr Rybalko
Author: ray Date: Mon Jul 28 14:14:33 2014 New Revision: 269185 URL: http://svnweb.freebsd.org/changeset/base/269185 Log: Remove unused macro VT_CONSDEV_DECLARE. Join console device now declared in one place. MFC after:1 week Sponsored by: The FreeBSD Foundation Modified:

svn commit: r269186 - head/sys/dev/vt

2014-07-28 Thread Aleksandr Rybalko
Author: ray Date: Mon Jul 28 14:15:41 2014 New Revision: 269186 URL: http://svnweb.freebsd.org/changeset/base/269186 Log: o Remove useless debug string. o Fix indent. MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt_core.c Modified:

svn commit: r269188 - head/sys/dev/vt

2014-07-28 Thread Aleksandr Rybalko
Author: ray Date: Mon Jul 28 14:22:34 2014 New Revision: 269188 URL: http://svnweb.freebsd.org/changeset/base/269188 Log: Avoid embedding buffers into static virtual terminal window. MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt_core.c

svn commit: r269192 - head/sys/dev/vt

2014-07-28 Thread Aleksandr Rybalko
Author: ray Date: Mon Jul 28 14:35:21 2014 New Revision: 269192 URL: http://svnweb.freebsd.org/changeset/base/269192 Log: Remove special handling of console window size. It's done in vt_upgrade() for all windows. MFC after:1 week Sponsored by: The FreeBSD Foundation Modified:

svn commit: r269193 - head/sys/dev/vt

2014-07-28 Thread Aleksandr Rybalko
Author: ray Date: Mon Jul 28 14:37:59 2014 New Revision: 269193 URL: http://svnweb.freebsd.org/changeset/base/269193 Log: Update comments. MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt_core.c Modified: head/sys/dev/vt/vt_core.c

svn commit: r269194 - head/sys/dev/vt

2014-07-28 Thread Aleksandr Rybalko
Author: ray Date: Mon Jul 28 14:41:22 2014 New Revision: 269194 URL: http://svnweb.freebsd.org/changeset/base/269194 Log: Revise font initialization handling. MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt_core.c Modified:

svn commit: r268981 - head/sys/dev/drm2

2014-07-22 Thread Aleksandr Rybalko
Author: ray Date: Tue Jul 22 08:52:49 2014 New Revision: 268981 URL: http://svnweb.freebsd.org/changeset/base/268981 Log: Remove #ifdef-s to reduce difference to upstream. Pointed by: kib MFC after:1 week Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r268771 - in head/sys: dev/fb dev/vt/hw/fb sys

2014-07-17 Thread Aleksandr Rybalko
. */ struct cdev *fb_cdev; Thanks! WBW -- Aleksandr Rybalko r...@ddteam.net ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to svn-src-head-unsubscr

Re: svn commit: r268771 - in head/sys: dev/fb dev/vt/hw/fb sys

2014-07-17 Thread Aleksandr Rybalko
On Thu, 17 Jul 2014 05:48:47 -0700 Nathan Whitehorn nwhiteh...@freebsd.org wrote: On 07/17/14 04:35, Aleksandr Rybalko wrote: Hi Nathan! On Wed, 16 Jul 2014 18:49:46 + (UTC) Nathan Whitehorn nwhiteh...@freebsd.org wrote: Author: nwhitehorn Date: Wed Jul 16 18:49:46 2014 New

svn commit: r268460 - head/sys/dev/vt

2014-07-09 Thread Aleksandr Rybalko
Author: ray Date: Wed Jul 9 14:36:03 2014 New Revision: 268460 URL: http://svnweb.freebsd.org/changeset/base/268460 Log: Fix inconsistent token parameters for kbd_allocate() and kbd_release() in vt(4). PR: 191306 Submitted by: jau...@gmail.com Sponsored by: The FreeBSD

svn commit: r268472 - head/sys/dev/fb

2014-07-09 Thread Aleksandr Rybalko
Author: ray Date: Wed Jul 9 21:55:34 2014 New Revision: 268472 URL: http://svnweb.freebsd.org/changeset/base/268472 Log: Should check fb_read method presence instead of double check for fb_write. Pointed by: emaste Sponsored by: The FreeBSD Foundation Modified:

svn commit: r267622 - in head/sys: conf dev/vt/hw/vga

2014-06-18 Thread Aleksandr Rybalko
Author: ray Date: Wed Jun 18 22:10:10 2014 New Revision: 267622 URL: http://svnweb.freebsd.org/changeset/base/267622 Log: Rename vt(4) vga module to dismiss interference with syscons(4) vga module. MFC after:1 week Sponsored by: The FreeBSD Foundation Added:

svn commit: r267623 - head/sys/conf

2014-06-18 Thread Aleksandr Rybalko
Author: ray Date: Wed Jun 18 22:16:44 2014 New Revision: 267623 URL: http://svnweb.freebsd.org/changeset/base/267623 Log: Remove stale link to deleted vt(4) xboxfb driver. MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/conf/files.i386 Modified:

svn commit: r267624 - head/sys/dev/vt

2014-06-18 Thread Aleksandr Rybalko
Author: ray Date: Wed Jun 18 22:18:58 2014 New Revision: 267624 URL: http://svnweb.freebsd.org/changeset/base/267624 Log: syscons(4) and vt(4) can be built together now. MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt.h Modified:

svn commit: r267625 - head/sys/dev/syscons

2014-06-18 Thread Aleksandr Rybalko
Author: ray Date: Wed Jun 18 22:23:10 2014 New Revision: 267625 URL: http://svnweb.freebsd.org/changeset/base/267625 Log: Allow to disable syscons(4) if hw.syscons.disable kenv is set. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/syscons/syscons.c

svn commit: r267626 - head/sys/dev/vt

2014-06-18 Thread Aleksandr Rybalko
Author: ray Date: Wed Jun 18 22:30:22 2014 New Revision: 267626 URL: http://svnweb.freebsd.org/changeset/base/267626 Log: Suspend vt(4) initialization if kern.vt.disable kenv is set. MFC after:1 week Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt_consolectl.c

svn commit: r267194 - in head/share/vt: . keymaps

2014-06-06 Thread Aleksandr Rybalko
Author: ray Date: Fri Jun 6 21:58:27 2014 New Revision: 267194 URL: http://svnweb.freebsd.org/changeset/base/267194 Log: Add Ukranian vt(4) keymaps as an example. Sponsored by: The FreeBSD Foundation Added: head/share/vt/keymaps/ head/share/vt/keymaps/Makefile (contents, props

svn commit: r267007 - head/sys/dev/vt

2014-06-03 Thread Aleksandr Rybalko
Author: ray Date: Tue Jun 3 13:33:43 2014 New Revision: 267007 URL: http://svnweb.freebsd.org/changeset/base/267007 Log: Fix case when vt(4) started w/o driver assigned. o Always init locks and cv ASAP. o Initialize driver-independent parts even if driver probing fail. o Allow to call

Re: svn commit: r265927 - head/sys/dev/vt

2014-06-03 Thread Aleksandr Rybalko
On Thu, 22 May 2014 15:10:51 +0200 Hans Petter Selasky h...@selasky.org wrote: On 05/21/14 22:20, Hans Petter Selasky wrote: On 05/12/14 21:29, Aleksandr Rybalko wrote: Author: ray Date: Mon May 12 19:29:38 2014 New Revision: 265927 URL: http://svnweb.freebsd.org/changeset/base/265927

svn commit: r266835 - head/sys/dev/vt/hw/xboxfb

2014-05-29 Thread Aleksandr Rybalko
Author: ray Date: Thu May 29 12:29:58 2014 New Revision: 266835 URL: http://svnweb.freebsd.org/changeset/base/266835 Log: Remove driver as unused. MFC after:7 days Sponsored by: The FreeBSD Foundation Deleted: head/sys/dev/vt/hw/xboxfb/

svn commit: r266836 - head/usr.sbin/vidcontrol

2014-05-29 Thread Aleksandr Rybalko
Author: ray Date: Thu May 29 13:09:48 2014 New Revision: 266836 URL: http://svnweb.freebsd.org/changeset/base/266836 Log: o Teach vidcontrol(1) how to load vt(4) font. o Teach vidcontrol(1) to distinct which virtual terminal system is running now. o Load vt(4) fonts from different

svn commit: r266838 - in head/share/vt: . fonts

2014-05-29 Thread Aleksandr Rybalko
Author: ray Date: Thu May 29 13:41:07 2014 New Revision: 266838 URL: http://svnweb.freebsd.org/changeset/base/266838 Log: Add gallant vt(4) font as an example of font loading for vt(4). MFC after:7 days Sponsored by: The FreeBSD Foundation Added: head/share/vt/

svn commit: r266839 - head/usr.sbin/kbdcontrol

2014-05-29 Thread Aleksandr Rybalko
Author: ray Date: Thu May 29 14:39:25 2014 New Revision: 266839 URL: http://svnweb.freebsd.org/changeset/base/266839 Log: Enable kbdcontrol(1) to use maps from vt(4) keymaps dir /usr/share/vt/keymaps if vt(4) is present. MFC after:7 days Sponsored by: The FreeBSD Foundation

svn commit: r266840 - head/share

2014-05-29 Thread Aleksandr Rybalko
Author: ray Date: Thu May 29 14:42:26 2014 New Revision: 266840 URL: http://svnweb.freebsd.org/changeset/base/266840 Log: Revert r266838 to not store fonts as binary file. Sponsored by: The FreeBSD Foundation Modified: Directory Properties: head/share/ (props changed)

svn commit: r266841 - head/share/vt/fonts

2014-05-29 Thread Aleksandr Rybalko
Author: ray Date: Thu May 29 14:51:52 2014 New Revision: 266841 URL: http://svnweb.freebsd.org/changeset/base/266841 Log: Add gallant vt(4) font as an example of font loading for vt(4). MFC after:7 days Sponsored by: The FreeBSD Foundation Added: head/share/vt/fonts/gallant.fnt.uu

svn commit: r266539 - head/usr.bin/lock

2014-05-22 Thread Aleksandr Rybalko
Author: ray Date: Thu May 22 09:28:36 2014 New Revision: 266539 URL: http://svnweb.freebsd.org/changeset/base/266539 Log: Rollback r266496. Different meaning of flags for lock(1) and vidcontrol(1) confuse me. Pointy hat to:ray Sponsored by: The FreeBSD Foundation Modified:

svn commit: r266540 - head/sys/dev/vt

2014-05-22 Thread Aleksandr Rybalko
Author: ray Date: Thu May 22 09:31:18 2014 New Revision: 266540 URL: http://svnweb.freebsd.org/changeset/base/266540 Log: Proper fix of VT_LOCKSWITCH ioctl. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt_core.c Modified: head/sys/dev/vt/vt_core.c

svn commit: r266495 - head/sys/dev/vt

2014-05-21 Thread Aleksandr Rybalko
Author: ray Date: Wed May 21 11:15:38 2014 New Revision: 266495 URL: http://svnweb.freebsd.org/changeset/base/266495 Log: Fix tty locking. o Correct expected values for VT_LOCKSWITCH ioctl. o Check current window for locked state. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r266496 - head/usr.bin/lock

2014-05-21 Thread Aleksandr Rybalko
Author: ray Date: Wed May 21 11:53:15 2014 New Revision: 266496 URL: http://svnweb.freebsd.org/changeset/base/266496 Log: Sync lock(1) on VT_LOCKSWITCH usage with syscons(4), vt(4) and vidcontrol(1). Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/lock/lock.c Modified:

svn commit: r266010 - head/sys/arm/broadcom/bcm2835

2014-05-14 Thread Aleksandr Rybalko
Author: ray Date: Wed May 14 11:15:48 2014 New Revision: 266010 URL: http://svnweb.freebsd.org/changeset/base/266010 Log: Remove extra newlines. No functional changes. Sponsored by: The FreeBSD Foundation Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fbd.c Modified:

svn commit: r265927 - head/sys/dev/vt

2014-05-12 Thread Aleksandr Rybalko
Author: ray Date: Mon May 12 19:29:38 2014 New Revision: 265927 URL: http://svnweb.freebsd.org/changeset/base/265927 Log: Update terminal sizes in any case when new vt(4) driver arrive. (Plus remove one unused newline) Sponsored by: The FreeBSD Foundation Modified:

svn commit: r265680 - head/sys/dev/vt/hw/fb

2014-05-08 Thread Aleksandr Rybalko
Author: ray Date: Thu May 8 13:38:29 2014 New Revision: 265680 URL: http://svnweb.freebsd.org/changeset/base/265680 Log: No need to assign fields required and checked on probe. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/hw/fb/vt_early_fb.c Modified:

svn commit: r265681 - head/sys/dev/vt

2014-05-08 Thread Aleksandr Rybalko
Author: ray Date: Thu May 8 13:46:36 2014 New Revision: 265681 URL: http://svnweb.freebsd.org/changeset/base/265681 Log: Fix scrollback. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt_buf.c head/sys/dev/vt/vt_core.c Modified: head/sys/dev/vt/vt_buf.c

svn commit: r265719 - head/sys/dev/vt

2014-05-08 Thread Aleksandr Rybalko
Author: ray Date: Thu May 8 22:52:05 2014 New Revision: 265719 URL: http://svnweb.freebsd.org/changeset/base/265719 Log: Hide debug messages under VT_DEBUG. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt.h head/sys/dev/vt/vt_consolectl.c

svn commit: r265546 - head/sys/dev/vt

2014-05-07 Thread Aleksandr Rybalko
Author: ray Date: Wed May 7 13:53:38 2014 New Revision: 265546 URL: http://svnweb.freebsd.org/changeset/base/265546 Log: Fix possible divide by zero. Spotted by: many Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt_core.c Modified: head/sys/dev/vt/vt_core.c

Re: svn commit: r265442 - head/sys/dev/vt

2014-05-07 Thread Aleksandr Rybalko
On Wed, 7 May 2014 02:26:20 +1000 (EST) Bruce Evans b...@optusnet.com.au wrote: On Tue, 6 May 2014, Matthew Fleming wrote: On Tue, May 6, 2014 at 6:52 AM, Aleksandr Rybalko r...@freebsd.org wrote: Log: Implement KDMKTONE ioctl. Does it have to have to be even worse than syscons

Re: svn commit: r265391 - head/sys/dev/vt

2014-05-06 Thread Aleksandr Rybalko
On Mon, 5 May 2014 17:00:27 -0700 Steve Kargl s...@troutmask.apl.washington.edu wrote: On Mon, May 05, 2014 at 09:29:57PM +, Aleksandr Rybalko wrote: Author: ray Date: Mon May 5 21:29:56 2014 New Revision: 265391 URL: http://svnweb.freebsd.org/changeset/base/265391 Log

svn commit: r265442 - head/sys/dev/vt

2014-05-06 Thread Aleksandr Rybalko
Author: ray Date: Tue May 6 13:52:13 2014 New Revision: 265442 URL: http://svnweb.freebsd.org/changeset/base/265442 Log: Implement KDMKTONE ioctl. Submitted by: Matthew D.Fuller fulle...@over-yonder.net (original version) MFC: 7 days PR: kern/189170 Sponsored

svn commit: r265391 - head/sys/dev/vt

2014-05-05 Thread Aleksandr Rybalko
Author: ray Date: Mon May 5 21:29:56 2014 New Revision: 265391 URL: http://svnweb.freebsd.org/changeset/base/265391 Log: Define a new method for probing vt(4) driver before attach it at early stage. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt.h Modified:

svn commit: r265392 - head/sys/dev/vt

2014-05-05 Thread Aleksandr Rybalko
Author: ray Date: Mon May 5 21:31:00 2014 New Revision: 265392 URL: http://svnweb.freebsd.org/changeset/base/265392 Log: Create dataset for vt(4) drivers. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt.h Modified: head/sys/dev/vt/vt.h

svn commit: r265395 - head/sys/dev/vt

2014-05-05 Thread Aleksandr Rybalko
Author: ray Date: Mon May 5 21:44:53 2014 New Revision: 265395 URL: http://svnweb.freebsd.org/changeset/base/265395 Log: Set of updates to vt(4) core part. o Declare vt(4) drivers dataset. o Create single static structures for all early drivers. o Add vt(4) to be by default in the kernel

svn commit: r265397 - in head/sys/dev/vt/hw: efifb fb

2014-05-05 Thread Aleksandr Rybalko
Author: ray Date: Mon May 5 21:48:19 2014 New Revision: 265397 URL: http://svnweb.freebsd.org/changeset/base/265397 Log: Switch fb and efifb drivers to use names and new vt(4) driver probe method. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/hw/efifb/efifb.c

svn commit: r265398 - head/sys/dev/vt/hw/ofwfb

2014-05-05 Thread Aleksandr Rybalko
Author: ray Date: Mon May 5 21:49:31 2014 New Revision: 265398 URL: http://svnweb.freebsd.org/changeset/base/265398 Log: Add vt(4) driver name for ofwfb driver. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/hw/ofwfb/ofwfb.c Modified: head/sys/dev/vt/hw/ofwfb/ofwfb.c

svn commit: r265402 - head/sys/dev/vt/hw/vga

2014-05-05 Thread Aleksandr Rybalko
Author: ray Date: Mon May 5 22:10:31 2014 New Revision: 265402 URL: http://svnweb.freebsd.org/changeset/base/265402 Log: Revert r264997 and r265026. It is not required anymore. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/hw/vga/vga.c Modified:

svn commit: r265403 - head/sys/dev/vt/hw/vga

2014-05-05 Thread Aleksandr Rybalko
Author: ray Date: Mon May 5 22:12:46 2014 New Revision: 265403 URL: http://svnweb.freebsd.org/changeset/base/265403 Log: Switch vga drivers to use names and new vt(4) driver probe method. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/hw/vga/vga.c Modified:

Re: svn commit: r264997 - head/sys/dev/vt/hw/vga

2014-04-27 Thread Aleksandr Rybalko
-vga_reg_tag = X86_BUS_SPACE_IO; I have patch for that, but it require testing: http://people.freebsd.org/~ray/newcons/vt_early_select.patch WBW -- Aleksandr Rybalko r...@freebsd.org ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org

svn commit: r264258 - head/sys/dev/vt

2014-04-08 Thread Aleksandr Rybalko
Author: ray Date: Tue Apr 8 14:14:25 2014 New Revision: 264258 URL: http://svnweb.freebsd.org/changeset/base/264258 Log: Fix cursor color in reverse video mode. PR: kern/188196 Submitted by: Claude Buisson clbuis...@orange.fr (original version) MFC after:1 week

svn commit: r264259 - head/sys/dev/vt

2014-04-08 Thread Aleksandr Rybalko
Author: ray Date: Tue Apr 8 14:18:39 2014 New Revision: 264259 URL: http://svnweb.freebsd.org/changeset/base/264259 Log: Update to fix at r264244. o Unmute terminal when done with driver replacement. o Move init fonts to early point. o Minor cleanup. MFC after:6 days

svn commit: r264242 - head/sys/kern

2014-04-07 Thread Aleksandr Rybalko
Author: ray Date: Mon Apr 7 22:37:13 2014 New Revision: 264242 URL: http://svnweb.freebsd.org/changeset/base/264242 Log: Do not fill screen, while muted. Sponsored by: The FreeBSD Foundation Modified: head/sys/kern/subr_terminal.c Modified: head/sys/kern/subr_terminal.c

svn commit: r264244 - head/sys/dev/vt

2014-04-07 Thread Aleksandr Rybalko
Author: ray Date: Mon Apr 7 22:49:41 2014 New Revision: 264244 URL: http://svnweb.freebsd.org/changeset/base/264244 Log: Fix panic on load new driver while vt(4) is in VGA textmode. o Mute terminal while vt(4) driver change in progress. o Reset VDF_TEXTMODE before init new driver. o

Re: svn commit: r263885 - in head/sys/dev/vt: . hw/vga

2014-03-30 Thread Aleksandr Rybalko
On Sun, 30 Mar 2014 07:04:44 + Alexey Dokuchaev da...@freebsd.org wrote: On Sun, Mar 30, 2014 at 12:35:23AM +0200, Aleksandr Rybalko wrote: vt(4) have to use bitblt like method which is able to do masked write, since mouse cursor have to left visible characters under itself. But masked

Re: svn commit: r263885 - in head/sys/dev/vt: . hw/vga

2014-03-29 Thread Aleksandr Rybalko
On Sat, 29 Mar 2014 09:18:03 -0700 Nathan Whitehorn nwhiteh...@freebsd.org wrote: On 03/28/14 15:04, Aleksandr Rybalko wrote: Author: ray Date: Fri Mar 28 22:04:27 2014 New Revision: 263885 URL: http://svnweb.freebsd.org/changeset/base/263885 Log: o Add new vd_driver method

svn commit: r263873 - head/sys/conf

2014-03-28 Thread Aleksandr Rybalko
Author: ray Date: Fri Mar 28 12:50:39 2014 New Revision: 263873 URL: http://svnweb.freebsd.org/changeset/base/263873 Log: Enable to build UEFI framebuffer driver for vt(4). It can be enabled by device vt_efifb in kernel config. Requested by: emaste Sponsored by: The FreeBSD Foundation

svn commit: r263885 - in head/sys/dev/vt: . hw/vga

2014-03-28 Thread Aleksandr Rybalko
Author: ray Date: Fri Mar 28 22:04:27 2014 New Revision: 263885 URL: http://svnweb.freebsd.org/changeset/base/263885 Log: o Add new vd_driver method to do bitblt with mask, named vd_maskbitbltchr. o Move vd_bitbltchr vga's driver method to vd_maskbitbltchr. o Implement new vd_bitbltchr

svn commit: r263809 - head/sys/dev/vt

2014-03-27 Thread Aleksandr Rybalko
Author: ray Date: Thu Mar 27 09:24:09 2014 New Revision: 263809 URL: http://svnweb.freebsd.org/changeset/base/263809 Log: Fix crash on resume in vt(9). Statically allocated terminal window have not initialized callout handler, so we have to initialize it even for existing window if it is

Re: svn commit: r263321 - head/sys/dev/vt

2014-03-27 Thread Aleksandr Rybalko
On Wed, 19 Mar 2014 14:53:47 -0400 John Baldwin j...@freebsd.org wrote: On Tuesday, March 18, 2014 6:22:48 pm Aleksandr Rybalko wrote: Author: ray Date: Tue Mar 18 22:22:47 2014 New Revision: 263321 URL: http://svnweb.freebsd.org/changeset/base/263321 Log: Switch

svn commit: r263816 - head/sys/dev/vt

2014-03-27 Thread Aleksandr Rybalko
Author: ray Date: Thu Mar 27 14:07:36 2014 New Revision: 263816 URL: http://svnweb.freebsd.org/changeset/base/263816 Log: Revert r263321. vt(9) crash on resume fixed, but Xorg still have damaged screen on resume (at least with i915kms), so better to switch to VT0 before suspend and back on

svn commit: r263321 - head/sys/dev/vt

2014-03-18 Thread Aleksandr Rybalko
Author: ray Date: Tue Mar 18 22:22:47 2014 New Revision: 263321 URL: http://svnweb.freebsd.org/changeset/base/263321 Log: Switch kern.vt.suspendswitch to 0 by default (disabled). kern.vt.suspendswitch - sysctl/tunable which enable switch to VT0 before going to suspend and switch back after

svn commit: r262785 - head/sys/dev/vt/hw/efifb

2014-03-05 Thread Aleksandr Rybalko
14:37:45 2014 (r262785) @@ -0,0 +1,143 @@ +/*- + * Copyright (c) 2014 The FreeBSD Foundation + * All rights reserved. + * + * This software was developed by Aleksandr Rybalko under sponsorship from the + * FreeBSD Foundation. + * + * Redistribution and use in source and binary forms

Re: svn commit: r261585 - head/sys/dev/vt/hw/vga

2014-02-07 Thread Aleksandr Rybalko
On Fri, 7 Feb 2014 15:04:47 +0100 Ed Schouten e...@80386.nl wrote: Hi Aleksandr, On 7 February 2014 13:39, Aleksandr Rybalko r...@freebsd.org wrote: +static void +vga_setpixel(struct vt_device *vd, int x, int y, term_color_t color) +{ +} + +static void +vga_drawrect(struct

Re: svn commit: r261585 - head/sys/dev/vt/hw/vga

2014-02-07 Thread Aleksandr Rybalko
On 7 лютого 2014 р. 23:27:58 GMT+02:00, Ed Schouten e...@80386.nl wrote: Hi Aleksandr, On 7 February 2014 16:10, Aleksandr Rybalko r...@freebsd.org wrote: On Fri, 7 Feb 2014 15:04:47 +0100 Ed Schouten e...@80386.nl wrote: On 7 February 2014 13:39, Aleksandr Rybalko r...@freebsd.org wrote

svn commit: r261553 - head/sys/dev/vt

2014-02-06 Thread Aleksandr Rybalko
Author: ray Date: Thu Feb 6 15:16:38 2014 New Revision: 261553 URL: http://svnweb.freebsd.org/changeset/base/261553 Log: Add vt_set_border function to help to change border color. Use vt_set_border to reset color after font changed (different font size may change border sizes)

svn commit: r260953 - head/sys/dev/vt/hw/fb

2014-01-20 Thread Aleksandr Rybalko
Author: ray Date: Mon Jan 20 23:36:16 2014 New Revision: 260953 URL: http://svnweb.freebsd.org/changeset/base/260953 Log: Style(9) fix. No functional changes. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/hw/fb/vt_fb.c Modified: head/sys/dev/vt/hw/fb/vt_fb.c

svn commit: r260752 - head/sys/arm/freescale/imx

2014-01-16 Thread Aleksandr Rybalko
Author: ray Date: Thu Jan 16 14:48:23 2014 New Revision: 260752 URL: http://svnweb.freebsd.org/changeset/base/260752 Log: Fix build after FDT changes. Sponsored by: The FreeBSD Foundation Modified: head/sys/arm/freescale/imx/imx51_ipuv3_fbd.c Modified:

svn commit: r260688 - head/sys/dev/vt/hw/xboxfb

2014-01-15 Thread Aleksandr Rybalko
. + * This software was developed by Aleksandr Rybalko under sponsorship from the + * FreeBSD Foundation. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -28,16 +25,23 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE

svn commit: r260450 - head/sys/dev/vt/hw/vga

2014-01-08 Thread Aleksandr Rybalko
Author: ray Date: Wed Jan 8 14:42:26 2014 New Revision: 260450 URL: http://svnweb.freebsd.org/changeset/base/260450 Log: Restore VGA mode on vt switch. It fix VESA mode left by Xorg on exit. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/hw/vga/vga.c Modified:

Re: svn commit: r259016 - in head/sys: conf dev/drm2 dev/drm2/i915 dev/drm2/radeon dev/fb dev/vt kern modules/drm2/i915kms modules/drm2/radeonkms sparc64/sparc64 sys teken

2014-01-08 Thread Aleksandr Rybalko
On Mon, 09 Dec 2013 18:26:46 -0600 Nathan Whitehorn nwhiteh...@freebsd.org wrote: On 12/09/13 18:20, Aleksandr Rybalko wrote: On Sun, 8 Dec 2013 16:36:20 +0100 Marius Strobl mar...@alchemy.franken.de wrote: On Thu, Dec 05, 2013 at 10:38:54PM +, Aleksandr Rybalko wrote: Author: ray

svn commit: r259915 - head/sys/dev/vt

2013-12-26 Thread Aleksandr Rybalko
Author: ray Date: Thu Dec 26 14:25:37 2013 New Revision: 259915 URL: http://svnweb.freebsd.org/changeset/base/259915 Log: Fix AltGr, we should not only skip RAlt key release if enable_altgr is set, but also process RAlt key press same way. Sponsored by: The FreeBSD Foundation Modified:

svn commit: r259882 - head/sys/dev/vt

2013-12-25 Thread Aleksandr Rybalko
Author: ray Date: Wed Dec 25 19:07:14 2013 New Revision: 259882 URL: http://svnweb.freebsd.org/changeset/base/259882 Log: Use statndard (syscons) way to disable bell. Testesd by: markj Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt.h head/sys/dev/vt/vt_core.c

svn commit: r259777 - in head/sys: dev/fb dev/vt dev/vt/hw/fb kern sys

2013-12-23 Thread Aleksandr Rybalko
Author: ray Date: Mon Dec 23 18:09:10 2013 New Revision: 259777 URL: http://svnweb.freebsd.org/changeset/base/259777 Log: o Add virtual terminal mmap request handler. o Forward termianl framebuffer ioctl to fbd. o Forward terminal mmap request to fbd. o Move inclusion of sys/conf.h to

svn commit: r259727 - head/sys/dev/vt

2013-12-22 Thread Aleksandr Rybalko
Author: ray Date: Sun Dec 22 15:33:15 2013 New Revision: 259727 URL: http://svnweb.freebsd.org/changeset/base/259727 Log: Update names from newcons to vt(9). Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt_core.c Modified: head/sys/dev/vt/vt_core.c

svn commit: r259728 - head/sys/arm/freescale/imx

2013-12-22 Thread Aleksandr Rybalko
Author: ray Date: Sun Dec 22 16:09:29 2013 New Revision: 259728 URL: http://svnweb.freebsd.org/changeset/base/259728 Log: Add Freescale i.MX515 vt(9) driver. Sponsored by: The FreeBSD Foundation Added: head/sys/arm/freescale/imx/imx51_ipuv3_fbd.c (contents, props changed) Modified:

svn commit: r259650 - head/sys/dev/vt

2013-12-20 Thread Aleksandr Rybalko
Author: ray Date: Fri Dec 20 15:37:57 2013 New Revision: 259650 URL: http://svnweb.freebsd.org/changeset/base/259650 Log: Set mouse level per window, instead of global. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt.h head/sys/dev/vt/vt_core.c Modified:

svn commit: r259651 - head/sys/dev/vt

2013-12-20 Thread Aleksandr Rybalko
Author: ray Date: Fri Dec 20 15:45:22 2013 New Revision: 259651 URL: http://svnweb.freebsd.org/changeset/base/259651 Log: Enable AltGr key by default. Asked by: many Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt_core.c Modified: head/sys/dev/vt/vt_core.c

svn commit: r259615 - head/sys/dev/vt

2013-12-19 Thread Aleksandr Rybalko
Author: ray Date: Thu Dec 19 15:31:20 2013 New Revision: 259615 URL: http://svnweb.freebsd.org/changeset/base/259615 Log: Enable mouse support for terminal clients (like dialog(1)). Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/vt/vt.h head/sys/dev/vt/vt_core.c

svn commit: r259517 - in head/sys/arm: broadcom/bcm2835 conf

2013-12-17 Thread Aleksandr Rybalko
Author: ray Date: Tue Dec 17 15:23:47 2013 New Revision: 259517 URL: http://svnweb.freebsd.org/changeset/base/259517 Log: Add vt support for RPi. (No early stage yet.) Sponsored by: The FreeBSD Foundation Added: head/sys/arm/broadcom/bcm2835/bcm2835_fbd.c - copied, changed from

svn commit: r259518 - head/sys/arm/broadcom/bcm2835

2013-12-17 Thread Aleksandr Rybalko
Author: ray Date: Tue Dec 17 15:34:38 2013 New Revision: 259518 URL: http://svnweb.freebsd.org/changeset/base/259518 Log: Fix copyright and some style(9) things. Sponsored by: The FreeBSD Foundation Modified: head/sys/arm/broadcom/bcm2835/bcm2835_fbd.c Modified:

svn commit: r259532 - head/sys/dev/vt

2013-12-17 Thread Aleksandr Rybalko
Author: ray Date: Wed Dec 18 00:14:58 2013 New Revision: 259532 URL: http://svnweb.freebsd.org/changeset/base/259532 Log: Skip processing of R.Alt as a second Alt key, if sysctl kern.vt.enable_altgr is not zero. Submitted by: andreast Sponsored by: The FreeBSD Foundation Modified:

  1   2   >