svn commit: r287128 - in stable/10/sys: amd64/amd64 dev/vt dev/vt/hw/efifb dev/vt/hw/fb

2015-08-25 Thread Marcel Moolenaar
Author: marcel Date: Tue Aug 25 15:14:50 2015 New Revision: 287128 URL: https://svnweb.freebsd.org/changeset/base/287128 Log: MFC r286808, r286809, r286867, r286868 - Improve support for Macs that have a stride not equal to the horizonal resolution (width). - Support frame buffe

svn commit: r287126 - in stable/10/sys: amd64/amd64 conf dev/vt/hw/efifb dev/vt/hw/vga i386/i386 x86/include x86/x86

2015-08-25 Thread Marcel Moolenaar
p a region of device bus space. */ -static __inline void bus_space_unmap(bus_space_tag_t t, bus_space_handle_t bsh, -bus_size_t size); - -static __inline void -bus_space_unmap(bus_space_tag_t t __unused, bus_space_handle_t bsh __unused, - bus_size

svn commit: r287122 - stable/10/usr.bin/mkimg

2015-08-24 Thread Marcel Moolenaar
In the following example the file system partition is labeled as 'backup': .Dl % mkimg -s gpt -p freebsd-ufs/backup:=file-system.ufs -o gpt.img .Sh SEE ALSO +.Xr dd 1 , .Xr gpart 8 , .Xr makefs 8 , .Xr mdconfig 8 , @@ -247,4 +327,5 @@ utility first appeared in .Sh A

svn commit: r284773 - stable/10/usr.bin/mkimg

2015-06-24 Thread Marcel Moolenaar
@ /*- - * Copyright (c) 2014 Marcel Moolenaar + * Copyright (c) 2014, 2015 Marcel Moolenaar * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -62,6 +62,12 @@ __FBSDID("$FreeBSD$"); #defineVHD_SECTOR_SIZE 512 #define

svn commit: r284523 - stable/10/usr.bin/mkimg

2015-06-17 Thread Marcel Moolenaar
Author: marcel Date: Wed Jun 17 19:03:32 2015 New Revision: 284523 URL: https://svnweb.freebsd.org/changeset/base/284523 Log: MFC 279125, 279126, 279128, 279139: Add the -c option for specifying the capacity of the disk image. Bump the version to 20150222. Modified: stable/10/usr.bin/

svn commit: r284484 - in stable/10: contrib/top usr.bin/top

2015-06-16 Thread Marcel Moolenaar
Author: marcel Date: Wed Jun 17 02:30:12 2015 New Revision: 284484 URL: https://svnweb.freebsd.org/changeset/base/284484 Log: MFC 284165: Move contrib/top/top.X to contrib/top/top.xs and move contrib/top/top.local.H to contrib/top/top.local.hs. Change the makefile accordingly. Added: st