svn commit: r239307 - head/sys/arm/lpc

2012-08-15 Thread Jakub Wojciech Klama
Author: jceel Date: Wed Aug 15 18:18:29 2012 New Revision: 239307 URL: http://svn.freebsd.org/changeset/base/239307 Log: Switch lpc initarm() to use struct arm_boot_params and therefore fix EA3250 kernel build. Approved by: gonzo Modified: head/sys/arm/lpc/lpc_machdep.c Modified:

svn commit: r226121 - in head: share/misc usr.bin/calendar/calendars

2011-10-07 Thread Jakub Wojciech Klama
Author: jceel Date: Fri Oct 7 23:12:33 2011 New Revision: 226121 URL: http://svn.freebsd.org/changeset/base/226121 Log: Add myself. Approved by: wkoszek (mentor) Modified: head/share/misc/committers-src.dot head/usr.bin/calendar/calendars/calendar.freebsd Modified:

svn commit: r295212 - head/usr.sbin/ctld

2016-02-03 Thread Jakub Wojciech Klama
Author: jceel Date: Wed Feb 3 15:45:13 2016 New Revision: 295212 URL: https://svnweb.freebsd.org/changeset/base/295212 Log: Add an additional, libucl-based configuration file parser to ctld. Default ctld behavior remains unchanged - libucl parser can be selected explicitly by adding -u

svn commit: r296808 - head/usr.sbin/ctld

2016-03-13 Thread Jakub Wojciech Klama
Author: jceel Date: Sun Mar 13 19:50:17 2016 New Revision: 296808 URL: https://svnweb.freebsd.org/changeset/base/296808 Log: Check value returned from ucl_parser_add_file(). Reviewed by: trasz Approved by: trasz (mentor) MFC after:1 month Sponsored by: iXsystems, Inc.

svn commit: r305898 - head/usr.sbin/bhyve

2016-09-17 Thread Jakub Wojciech Klama
Author: jceel Date: Sat Sep 17 13:48:01 2016 New Revision: 305898 URL: https://svnweb.freebsd.org/changeset/base/305898 Log: Add virtio-console support to bhyve. Adds virtio-console device support to bhyve, allowing to create bidirectional character streams between host and guest.

svn commit: r305900 - head/sys/dev/virtio/console

2016-09-17 Thread Jakub Wojciech Klama
Author: jceel Date: Sat Sep 17 16:03:33 2016 New Revision: 305900 URL: https://svnweb.freebsd.org/changeset/base/305900 Log: Create aliases for named virtio-console ports. Make virtio_console(4) create `/dev/vtcon/` alias pointing to /dev/ttyVx.y upon receiving PORT_NAME (id = 7) event

svn commit: r309121 - head/usr.sbin/bhyve

2016-11-24 Thread Jakub Wojciech Klama
Author: jceel Date: Thu Nov 24 22:16:18 2016 New Revision: 309121 URL: https://svnweb.freebsd.org/changeset/base/309121 Log: virtio_console: handle short writes to an Unix domain socket gracefully. writev() can do a short write. Retrying it results in a very convoluted and complex code,

svn commit: r309120 - head/usr.sbin/bhyve

2016-11-24 Thread Jakub Wojciech Klama
Author: jceel Date: Thu Nov 24 21:53:42 2016 New Revision: 309120 URL: https://svnweb.freebsd.org/changeset/base/309120 Log: Allow opening virtio-console ports from the host side before guest enumerates them. Approved by: trasz Sponsored by: iXsystems, Inc. Modified:

svn commit: r308566 - head/sys/dev/virtio/console

2016-11-11 Thread Jakub Wojciech Klama
Author: jceel Date: Sat Nov 12 01:41:43 2016 New Revision: 308566 URL: https://svnweb.freebsd.org/changeset/base/308566 Log: Reserve space for control message payload (currently a port name). Approved by: trasz (mentor) Sponsored by: iXsystems, Inc. Modified:

svn commit: r361054 - head/contrib/lib9p

2020-05-14 Thread Jakub Wojciech Klama
Author: jceel Date: Thu May 14 19:57:52 2020 New Revision: 361054 URL: https://svnweb.freebsd.org/changeset/base/361054 Log: Import lib9p 7ddb1164407da19b9b1afb83df83ae65a71a9a66. Approved by: trasz MFC after:1 month Sponsored by: Conclusive Engineering (development), vStack.com

svn commit: r366412 - head/contrib/lib9p/transport

2020-10-03 Thread Jakub Wojciech Klama
Author: jceel Date: Sat Oct 3 18:52:54 2020 New Revision: 366412 URL: https://svnweb.freebsd.org/changeset/base/366412 Log: Import lib9p 9d5aee77bcc1bf0e79b0a3bfefff5fdf2146283c. Approved by: trasz (mentor) Sponsored by: Conclusive Engineering Sp. z o. o. Modified:

svn commit: r366413 - in head: etc/mtree lib lib/lib9p share/mk usr.sbin/bhyve

2020-10-03 Thread Jakub Wojciech Klama
Author: jceel Date: Sat Oct 3 19:05:13 2020 New Revision: 366413 URL: https://svnweb.freebsd.org/changeset/base/366413 Log: Add virtio-9p (aka VirtFS) filesystem sharing to bhyve. VirtFS allows sharing an arbitrary directory tree between bhyve virtual machine and the host. Current