Author: novel (ports committer)
Date: Sat Jun 2 15:52:18 2018
New Revision: 334531
URL: https://svnweb.freebsd.org/changeset/base/334531
Log:
top: add -p option and p command to only show a single process
Allow to show only a single process specified by PID. This could
be done either by
config.c:399:16
frame #1: 0x00207e08 jail`main(argc=8, argv=0x7fffe8f0) at
jail.c:0
frame #2: 0x00206e10 jail`_start(ap=,
cleanup=) at crt1_c.c:75:7
(lldb)
This works fine when I back out this change.
Roman Bogorodskiy
signature.asc
Description: PGP signature
^^^
> +.Xr devd 8
> +.Sh HISTORY
> +The
> +.Nm
> +device driver first appeared in
> +.Nx 5.0
> +and was ported to
> +.Fx 10.0 .
> +.Sh AUTHORS
> +.An -nosplit
> +The
> +.Nm
> +driver was written by
> +.An Tsubai Masanari
> +for
> +.Nx
>
Author: novel (ports committer)
Date: Sat Apr 1 15:01:10 2017
New Revision: 316357
URL: https://svnweb.freebsd.org/changeset/base/316357
Log:
Minor style improvements in bhyve.8
Replace "as of now" with "at present". As the change is a really minor one,
don't bump .Dd.
Suggested by:
l S
> Wire guest memory.
> ___
> svn-src-head@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/svn-src-head
> To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"
Roman Bogorodskiy
signature.asc
Description: PGP signature
grehan, bcr
> Differential Revision: https://reviews.freebsd.org/D10014
>
> Modified:
> head/usr.sbin/bhyve/bhyve.8
Thanks!
Roman Bogorodskiy
signature.asc
Description: PGP signature
Author: novel (ports committer)
Date: Mon Feb 27 15:37:38 2017
New Revision: 314342
URL: https://svnweb.freebsd.org/changeset/base/314342
Log:
bhyve: document virtio-console in the manpage
Reviewed by: bcr, wblock, jceel
Approved by: grehan
Differential Revision:https://review
Author: novel (ports committer)
Date: Sun Jun 26 14:44:01 2016
New Revision: 302211
URL: https://svnweb.freebsd.org/changeset/base/302211
Log:
bhyve: improve memory size documentation
A couple of minor memory size option related nits:
- use common name 'memsize' (instead of 'max-size'
Author: novel (ports committer)
Date: Wed Apr 20 06:29:03 2016
New Revision: 298341
URL: https://svnweb.freebsd.org/changeset/base/298341
Log:
Update the bhyve(8) man page:
- Document powering off by sending SIGTERM signal
- Document exit codes
Reviewed by: wblock, neel