svn commit: r356083 - stable/12/contrib/elftoolchain/elfcopy

2019-12-25 Thread Aleksandr Rybalko
Author: ray Date: Wed Dec 25 22:19:23 2019 New Revision: 356083 URL: https://svnweb.freebsd.org/changeset/base/356083 Log: MFC r352878: Initialize baseaddr to suppres warning. Modified: stable/12/contrib/elftoolchain/elfcopy/binary.c Directory Properties: stable/12/ (props changed)

svn commit: r356082 - stable/12/contrib/elftoolchain/elfcopy

2019-12-25 Thread Aleksandr Rybalko
Author: ray Date: Wed Dec 25 22:07:24 2019 New Revision: 356082 URL: https://svnweb.freebsd.org/changeset/base/356082 Log: MFC r352875: Put sections into expected offset in binary format. Calculate binary file offset using address field, bacause software know only offset to known data, n

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: head/contrib/elftoolchain/elfcopy/b

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 segmen

svn commit: r352442 - stable/12/sys/arm/arm

2019-09-17 Thread Aleksandr Rybalko
Author: ray Date: Tue Sep 17 11:20:53 2019 New Revision: 352442 URL: https://svnweb.freebsd.org/changeset/base/352442 Log: MFC r351649 Check for region dups. Modified: stable/12/sys/arm/arm/physmem.c Directory Properties: stable/12/ (props changed) Modified: stable/12/sys/arm/arm/physmem

svn commit: r351827 - stable/12/sys/vm

2019-09-04 Thread Aleksandr Rybalko
Author: ray Date: Wed Sep 4 19:32:50 2019 New Revision: 351827 URL: https://svnweb.freebsd.org/changeset/base/351827 Log: MFC r351213: assert that td_lk_slocks is not leaked upon return from kernel Modified: stable/12/sys/vm/vm_reserv.c Directory Properties: stable/12/ (props changed) M

svn commit: r351826 - stable/11/sys/vm

2019-09-04 Thread Aleksandr Rybalko
Author: ray Date: Wed Sep 4 19:31:37 2019 New Revision: 351826 URL: https://svnweb.freebsd.org/changeset/base/351826 Log: MFC r351213: assert that td_lk_slocks is not leaked upon return from kernel Modified: stable/11/sys/vm/vm_reserv.c Directory Properties: stable/11/ (props changed) M

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 sel

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 BP

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 : > On 10 February 2017 at 08:28, Aleksandr Rybalko wrote: > > Author: ray > > Date: Fri Feb 10 13:28:30 2017 > > New Revision: 313547 > > URL: https://svnweb.freebsd.org/changeset/base/

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, emaste(previous

Re: svn commit: r287782 - stable/10/sys/dev/vt

2015-09-16 Thread Aleksandr Rybalko
On Tue, 15 Sep 2015 01:34:21 + Alexey Dokuchaev wrote: > On Mon, Sep 14, 2015 at 02:42:07PM +0000, Aleksandr Rybalko wrote: > > New Revision: 287782 > > URL: https://svnweb.freebsd.org/changeset/base/287782 > > > > Log: > > MFC: r272715 > > Al

svn commit: r287782 - stable/10/sys/dev/vt

2015-09-14 Thread Aleksandr Rybalko
Author: ray Date: Mon Sep 14 14:42:06 2015 New Revision: 287782 URL: https://svnweb.freebsd.org/changeset/base/287782 Log: MFC: r272715 Allow vt(4) to disable terminal bell with `sysctl kern.vt.bell_enable=0`, similar as syscons(4) do. Submitted by: Tiwei Bie Sponsored b

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 MFC after:2 weeks Sponsored by: T

svn commit: r272104 - stable/10/sys/dev/drm2

2014-09-25 Thread Aleksandr Rybalko
Author: ray Date: Thu Sep 25 13:08:31 2014 New Revision: 272104 URL: http://svnweb.freebsd.org/changeset/base/272104 Log: MFC r268981 Remove #ifdef-s to reduce difference to upstream. Pointed by: kib Approved by:re (glebius) Sponsored by: The FreeBSD Foundation Modified:

svn commit: r271952 - in stable/10/sys/dev/vt: . hw/ofwfb logo

2014-09-22 Thread Aleksandr Rybalko
Author: ray Date: Mon Sep 22 10:21:08 2014 New Revision: 271952 URL: http://svnweb.freebsd.org/changeset/base/271952 Log: MFC 271381-271382,271385,271463-271466,271485,271506 o Add sysctls to enable/disable potentially dengerous key combinations, like reboot/halt/debug. o Add su

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: head/sys/dev/vt/vt_core.

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: 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 Modifi

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: head/sys/dev/vt/vt_core

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: head/sys/dev/vt/hw/

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: 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." MFC after:1 week Modified: head/sys/dev/vt/vt_buf.c head/sys/dev/vt/vt_core.c Modified: head/sys/dev/vt/vt_bu

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).

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

2014-09-09 Thread Aleksandr Rybalko
not debugging. The option name SC_DISABLE_REBOOT is no better. > > Bruce Hello John, Bruce and other hackers! I did revert r269474, but not commit yet new version. Instead, I've put new version into phabricator. Please look it here https://reviews.freebsd.org/D747. Thanks a lot for

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: head/sys/dev/v

Re: svn commit: r271023 - stable/10/sys/dev/vt

2014-09-05 Thread Aleksandr Rybalko
rote 8 black pixels. The useless read was removed. > > I must say that after I rebuilt my -CURRENT kernel today, vt(4) behaves > much nicer than few weeks ago: switching is fast, no damaged screen any- > more (both before and after I do "kldload i915kms"). Good work guy

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

2014-08-17 Thread Aleksandr Rybalko
iate educated opinions regarding the optimum > variant (to be made available as the default for each language). > > Since there are no NEWCONS keymaps in 10-STABLE, I plan to MFC after > the minimum allowed delay of 3 days, to allow at least a few weeks to &g

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 Founda

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: T

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 wrote: > On Mon, Jul 28, 2014 at 02:22:34PM +0000, Aleksandr Rybalko wrote: > > Author: ray > > Date: Mon Jul 28 14:22:34 2014 > > New Revision: 269188 > > URL: http://svnweb.freebsd.org/changeset/base/26918

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: head/sys/arm/

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: head/sys/dev/vt/vt_cor

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: 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: hea

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 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: head/sys/dev

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: head/s

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: head/sys/dev/drm2/drm_f

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 wrote: > > On 07/17/14 04:35, Aleksandr Rybalko wrote: > > Hi Nathan! > > > > On Wed, 16 Jul 2014 18:49:46 + (UTC) > > Nathan Whitehorn wrote: > > > >> Author: nwhitehorn > >> Da

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

2014-07-17 Thread Aleksandr Rybalko
b.h Wed Jul 16 18:49:46 2014 > (r268771) > @@ -43,5 +43,7 @@ vd_blank_t vt_fb_blank; > vd_bitbltchr_t vt_fb_bitbltchr; > vd_maskbitbltchr_t vt_fb_maskbitbltchr; > vd_postswitch_t vt_fb_postswitch; > +vd_fb_ioctl_tvt_fb_ioctl; > +vd_fb_mmap_t vt_fb_mmap; > > #endif /* _DEV_VT_HW_FB_VT_FB_H_ */ > > Modified: head/sys/sys/fbio.h > == > --- head/sys/sys/fbio.h Wed Jul 16 16:42:58 2014(r268770) > +++ head/sys/sys/fbio.h Wed Jul 16 18:49:46 2014(r268771) > @@ -141,8 +141,6 @@ struct fb_info { > /* Methods. */ > fb_write_t *fb_write; /* if NULL, direct mem write. */ > fb_read_t *fb_read; /* if NULL, direct mem read. */ > - fb_ioctl_t *fb_ioctl; /* Can be NULL. */ > - fb_mmap_t *fb_mmap; /* Can be NULL. */ > > struct cdev *fb_cdev; > > Thanks! WBW -- Aleksandr Rybalko ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

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: head/sys/dev/fb/

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 Found

svn commit: r268372 - stable/10/sys/amd64/conf

2014-07-07 Thread Aleksandr Rybalko
Author: ray Date: Mon Jul 7 21:27:47 2014 New Revision: 268372 URL: http://svnweb.freebsd.org/changeset/base/268372 Log: Temporary disable build of vt_efifb vt(4) driver, not all parts of UEFI support here yet. This direct commit to STABLE-10, because HEAD already support UEFI FB. Spo

svn commit: r268371 - stable/10/sys/conf

2014-07-07 Thread Aleksandr Rybalko
Author: ray Date: Mon Jul 7 19:31:02 2014 New Revision: 268371 URL: http://svnweb.freebsd.org/changeset/base/268371 Log: MFC of r263873. Pointed by: Ivan Klymenko Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/conf/files Directory Properties: stable/10/ (prop

svn commit: r268366 - in stable/10: share/man/man4 sys/amd64/conf sys/conf sys/dev/syscons sys/dev/vt sys/dev/vt/hw/vga sys/i386/conf sys/kern sys/sys usr.sbin/kbdcontrol usr.sbin/vidcontrol

2014-07-07 Thread Aleksandr Rybalko
Author: ray Date: Mon Jul 7 14:16:05 2014 New Revision: 268366 URL: http://svnweb.freebsd.org/changeset/base/268366 Log: 267622 Log: Rename vt(4) vga module to dismiss interference with syscons(4) vga module. 267623 Log: Remove stale link to deleted vt(4) xboxfb driver. 267624 Log:

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: 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 head/sys/dev/syscons/

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: head/sys/dev/vt/

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: head/sys/c

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: head/sys/dev/vt/hw/vga/

svn commit: r267541 - in stable/10/share/vt: . fonts keymaps

2014-06-16 Thread Aleksandr Rybalko
Author: ray Date: Mon Jun 16 12:37:10 2014 New Revision: 267541 URL: http://svnweb.freebsd.org/changeset/base/267541 Log: MFC: 266838 266841 267194 Add gallant vt(4) font as an example of font loading for vt(4). Add Ukranian vt(4) keymaps as an example. Sponsored by: The FreeBSD Fou

svn commit: r267540 - in stable/10/usr.sbin: kbdcontrol vidcontrol

2014-06-16 Thread Aleksandr Rybalko
Author: ray Date: Mon Jun 16 11:51:00 2014 New Revision: 267540 URL: http://svnweb.freebsd.org/changeset/base/267540 Log: MFC: 266836, 266839 vt(4) support for vidcontrol(1). o Teach vidcontrol(1) how to load vt(4) font. o Teach vidcontrol(1) to distinct which virtual terminal system i

svn commit: r267539 - stable/10

2014-06-16 Thread Aleksandr Rybalko
Author: ray Date: Mon Jun 16 11:42:19 2014 New Revision: 267539 URL: http://svnweb.freebsd.org/changeset/base/267539 Log: Record merginfo for r267538. Pointy hat to:ray Sponsored by: The FreeBSD Foundation Modified: Directory Properties: stable/10/ (props changed) ___

svn commit: r267538 - in stable/10/sys/dev/vt: . hw/efifb hw/fb hw/ofwfb hw/vga hw/xboxfb

2014-06-16 Thread Aleksandr Rybalko
Author: ray Date: Mon Jun 16 11:26:30 2014 New Revision: 267538 URL: http://svnweb.freebsd.org/changeset/base/267538 Log: MFC 262785 263183 264182 264999 265391 265392 265395 265397 265398 265402 265403 265442 265546 265680 265681 265719 265862 265864 265867 265927 266010 266495 26

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 chang

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 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: ht

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 vt_

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: 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: 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 Modifie

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/ head/share/vt/Make

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 location.

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: 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: 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: he

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: head/

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: head/s

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: head/sys/arm/bro

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: head/sys/dev/vt/vt_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 head/sys/dev/vt/vt_sysmous

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: 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: head/sys/dev/vt/

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 wrote: > On Tue, 6 May 2014, Matthew Fleming wrote: > > > On Tue, May 6, 2014 at 6:52 AM, Aleksandr Rybalko wrote: > >> Log: > >> Implement KDMKTONE ioctl. > > Does it have to have to be even worse than

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 ===

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 (original version) MFC: 7 days PR: kern/189170 Sponsored by: The FreeBSD Foundation

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 wrote: > On Mon, May 05, 2014 at 09:29:57PM +0000, Aleksandr Rybalko wrote: > > Author: ray > > Date: Mon May 5 21:29:56 2014 > > New Revision: 265391 > > URL: http://svnweb.freebsd.org/changeset/base/265391 > > &

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: head/sys/dev

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: head/sys/dev/vt/hw/vga/

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: 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 head/sys

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: 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: 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: head/sys/

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

2014-04-27 Thread Aleksandr Rybalko
defined(__amd64__) || defined(__i386__) > sc->vga_fb_tag = X86_BUS_SPACE_MEM; > sc->vga_fb_handle = KERNBASE + VGA_MEM_BASE; > sc->vga_reg_tag = X86_BUS_SPACE_IO; > I have patch for that, but it require testing: http://people.freebsd.org/~ray/newcons/vt_early_s

svn commit: r264612 - stable/9/sys/dev/vt

2014-04-17 Thread Aleksandr Rybalko
Author: ray Date: Thu Apr 17 14:19:32 2014 New Revision: 264612 URL: http://svnweb.freebsd.org/changeset/base/264612 Log: MFC r264258 Fix cursor color in reverse video mode. Sponsored by: The FreeBSD Foundation Modified: stable/9/sys/dev/vt/vt_core.c Directory Properties: stable/9

svn commit: r264611 - stable/10/sys/dev/vt

2014-04-17 Thread Aleksandr Rybalko
Author: ray Date: Thu Apr 17 14:18:30 2014 New Revision: 264611 URL: http://svnweb.freebsd.org/changeset/base/264611 Log: MFC r264258 Fix cursor color in reverse video mode. Sponsored by: The FreeBSD Foundation Modified: stable/10/sys/dev/vt/vt_core.c Directory Properties: stable/

svn commit: r264456 - in stable/9/sys: dev/vt kern

2014-04-14 Thread Aleksandr Rybalko
Author: ray Date: Mon Apr 14 12:49:18 2014 New Revision: 264456 URL: http://svnweb.freebsd.org/changeset/base/264456 Log: MFC 264242,264244,264259 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 bef

svn commit: r264455 - in stable/10/sys: dev/vt kern

2014-04-14 Thread Aleksandr Rybalko
Author: ray Date: Mon Apr 14 12:40:37 2014 New Revision: 264455 URL: http://svnweb.freebsd.org/changeset/base/264455 Log: MFC 264242,264244,264259 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 bef

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 X-MFC-with

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 (original version) MFC after:1 week Sponsored by: The FreeBSD F

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 Assig

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: r264113 - in stable/9/sys/dev/vt: . hw/vga

2014-04-04 Thread Aleksandr Rybalko
Author: ray Date: Fri Apr 4 11:19:02 2014 New Revision: 264113 URL: http://svnweb.freebsd.org/changeset/base/264113 Log: MFC r263885 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 v

svn commit: r264112 - in stable/10/sys/dev/vt: . hw/vga

2014-04-04 Thread Aleksandr Rybalko
Author: ray Date: Fri Apr 4 11:17:49 2014 New Revision: 264112 URL: http://svnweb.freebsd.org/changeset/base/264112 Log: MFC r263885 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 v

svn commit: r264072 - stable/9/sys/dev/vt

2014-04-03 Thread Aleksandr Rybalko
Author: ray Date: Thu Apr 3 12:03:30 2014 New Revision: 264072 URL: http://svnweb.freebsd.org/changeset/base/264072 Log: MFC r263809 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 w

svn commit: r264071 - stable/10/sys/dev/vt

2014-04-03 Thread Aleksandr Rybalko
Author: ray Date: Thu Apr 3 11:59:04 2014 New Revision: 264071 URL: http://svnweb.freebsd.org/changeset/base/264071 Log: MFC r263809 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 w

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 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 > > itse

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 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:

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 metho

  1   2   3   >