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
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
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
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
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/
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
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
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.
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
=
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
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
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/
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
==
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
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).
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
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/
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
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
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/
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/
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
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/
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
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
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_
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
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)
_
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
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
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.
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/
_
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
=
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
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/
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
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
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
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
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
==
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/
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
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
===
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
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
> >
&
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
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/
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
==
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
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
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
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/
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_earl
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
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
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
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
===
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
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:
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
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
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
On Wed, 19 Mar 2014 14:53:47 -0400
John Baldwin 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
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 co
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 r
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, with
On 7 лютого 2014 р. 23:27:58 GMT+02:00, Ed Schouten wrote:
>Hi Aleksandr,
>
>On 7 February 2014 16:10, Aleksandr Rybalko wrote:
>> On Fri, 7 Feb 2014 15:04:47 +0100
>> Ed Schouten wrote:
>>> On 7 February 2014 13:39, Aleksandr Rybalko wrote:
>> Also people
On Fri, 7 Feb 2014 15:04:47 +0100
Ed Schouten wrote:
> Hi Aleksandr,
>
> On 7 February 2014 13:39, Aleksandr Rybalko wrote:
> > +static void
> > +vga_setpixel(struct vt_device *vd, int x, int y, term_color_t color)
> > +{
> > +}
> > +
> > +stati
Author: ray
Date: Fri Feb 7 12:39:58 2014
New Revision: 261585
URL: http://svnweb.freebsd.org/changeset/base/261585
Log:
Implement vd_drawrect and vd_setpixel for vt(9)'s VGA driver.
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/dev/vt/hw/vga/vga.c
Modified: head/sys/dev/vt/h
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)
Sponsore
Author: ray
Date: Thu Feb 6 15:12:44 2014
New Revision: 261552
URL: http://svnweb.freebsd.org/changeset/base/261552
Log:
Add two new vt(9) driver methods: vd_drawrect and vd_setpixel.
Implement vd_drawrect and vd_setpixel for vt_fb driver.
Sponsored by: The FreeBSD Foundation
Modified:
On Thu, 06 Feb 2014 13:24:53 +0100
"Ronald Klop" wrote:
> On Thu, 06 Feb 2014 12:38:40 +0100, Aleksandr Rybalko
> wrote:
>
> > Author: ray
> > Date: Thu Feb 6 11:38:39 2014
> > New Revision: 261547
> > URL: http://svnweb.freebsd.org/changeset/base/
Author: ray
Date: Thu Feb 6 13:28:06 2014
New Revision: 261551
URL: http://svnweb.freebsd.org/changeset/base/261551
Log:
Fix typo.
Pointed by: Ronald Klop
Pointy hat: ray
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/teken/teken.c
Modified: head/sys/teken/teken.c
=
Author: ray
Date: Thu Feb 6 11:38:39 2014
New Revision: 261547
URL: http://svnweb.freebsd.org/changeset/base/261547
Log:
Fix crash on load of bigger font. It reduce width and height of terminal, but
current cursor position stay bigger that terminal window size, so next input
triggers assert
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
=
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: head/sys/arm/freescale/imx/imx51_i
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
On Mon, 09 Dec 2013 18:26:46 -0600
Nathan Whitehorn wrote:
> On 12/09/13 18:20, Aleksandr Rybalko wrote:
> > On Sun, 8 Dec 2013 16:36:20 +0100
> > Marius Strobl wrote:
> >
> >> On Thu, Dec 05, 2013 at 10:38:54PM +, Aleksandr Rybalko wrote:
> >>> A
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: head/sys/
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:
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
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 vt.h
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:
h
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
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
==
1 - 100 of 201 matches
Mail list logo