notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: emulators/qemu-sbruno/distinfo

Number of commits found: 78

Thursday, 12 Dec 2019
18:47 kevans search for other commits by this committer
emulators/qemu-user-static{,-devel}: unbreak after base r355641

r355641 added sigorset to base, which collides with sigorset in
qemu-user-static. This is effectively a patch (applied in the qemu-bsd-user
repo) that makes the qemu version private and uses that for now, until
sigorset in FreeBSD stabilizes across older branches.

Approved by:	0mp (ports)
Original commitRevision:519943 
Tuesday, 12 Nov 2019
21:11 kevans search for other commits by this committer
emulators/qemu-user-static: update to head as of 2019/11/12

With this update, sendmsg/recvmsg (thus, casper'ized) applications now work
again on mips.  Various signal handling issues have also been addressed,
most notably qemu-user-static should no longer deadlock when evaluating
whether printf survives out-of-memory conditions or not.

PR:		224740
Approved by:	ler (ports), sbruno (maintainer, implicit)
MFH:		2019Q4
Original commitRevision:517350 
Tuesday, 29 Oct 2019
13:56 kevans search for other commits by this committer
qemu-user-static: fix the RFSPAWN fix + kevent(2) emulation

The RFSPAWN fix included a bogus dependency on qemu-user-static being built
against headers that included the RFSPAWN flag. This is incorrect in
emulation-land, where we must assume the target may not match the host.

kevent(2) emulation was also not preserving event udata coming from the
kernel; the fix for this is als included.

Approved by:	antoine (ports), sbruno (maintainer, implicit)
MFH:		2019Q4
Original commitRevision:515979 
Sunday, 27 Oct 2019
00:08 kevans search for other commits by this committer
qemu-user-static: pull in fixes for the 2.x branch

Short list:
- __sysctlbyname(2) implemented
- posix_spawn breakage due to RFSPAWN averted
- some _umtx_op misbehavior fixed*

Some _umtx_op operations were processing a timeout, but failed to pass in
the size of the timespec/_umtx_time to the kernel, passing in '0' instead.
This would cause unbounded sleep until interrupted, rather than timeout
expected by the caller.

PR:		240763
Approved by:	ler (ports), sbruno (maintainer, implicit)
MFH:		2019Q4 (runtime fix)
Original commitRevision:515732 
Tuesday, 30 Jul 2019
21:14 sbruno search for other commits by this committer
qemu-sbruno qemu-user-static update
- cleanup a stray debugging printf
- fixup for sendmsg/recvmsg
- fixup openat()

Submitted by:	miki kevans
Original commitRevision:507682 
02:46 sbruno search for other commits by this committer
qemu-sbruno:
 - fix qemu-user-static hangs with wc -l //
 - add qemu-user-static redirection for riscv64, no support, yet.

Thanks to kevans, miki and others for fixing this nonsense.

Submitted by:	kevans miki
Original commitRevision:507618 
Thursday, 18 Jul 2019
18:52 sbruno search for other commits by this committer
emulators/qemu-sbruno
emulators/qemu-user-static
- Capture fix for keeping track of the thread counts being optimized.
https://github.com/seanbruno/qemu-bsd-user/commit/9ac22b222b5f3844dc303c2da2c40efd3ba67661

Submitted by:	Mark Millard <marklmi at yahoo.com>
Reviewed by:	kevans
Original commitRevision:506871 
Tuesday, 19 Mar 2019
11:53 sbruno search for other commits by this committer
emulators/qemu-sbruno:
 - Add a "-O argv0" argument to qemu-bsd-user for use in execve() calls:

Prior to this commit, the value of argv[0] was discarded as it was
overwritten by the path to the program being executed.  This commit
uses the new -0 option to retain that information; in particular,
this unbreaks mailwrapper+sendmail, which makes use of this to know
which of multiple functions should be performed.

Submitted by:	cperciva
Original commitRevision:496258 
Sunday, 11 Nov 2018
17:15 sbruno search for other commits by this committer
Bump qemu-sbruno to capture 4ef7d07
-  Avoid the overflow reported by Mark Millard...New version is safer
   end_addr >= addr is assured earlier in this loop.

Submitted by:	kevans
Reported by:	Mark Millard <marklmi@yahoo.com>
Original commitRevision:484702 
Friday, 9 Nov 2018
18:14 sbruno search for other commits by this committer
Incorpororate fixes to build packages after freebsd svn r339655. (kevans)
Add uname change for AARCH64.  (miki)
Original commitRevision:484536 
Saturday, 23 Jun 2018
00:02 sbruno search for other commits by this committer
qemu-user-static update:
 - Increase user stack when emulating aarch64.

Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
Original commitRevision:473103 
Tuesday, 1 May 2018
23:35 sbruno search for other commits by this committer
qemu-sbruno + qemu-user-static highlights:
- regen syscall list
  (imp)
- Fix syscall handler for readv()
  (miki)
- new syscall support for getrandom() (fixes perl/python builds)
  (miki)
- cleanup some sysv-ipc detrius
  (brooks)
Original commitRevision:468802 
Sunday, 11 Feb 2018
19:56 brooks search for other commits by this committer
Update to the latest on github.

Clean up distfile handling.

Suppress unimportant and very noisy warnings in qemu-user-static.

PR:		225831
Approved by:	sbruno (maintainer)
Sponsored by:	DARPA, AFRL
Original commitRevision:461523 
Sunday, 17 Dec 2017
00:14 sbruno search for other commits by this committer
emulators/qemu-sbruno
emulators/qemu-user-static

Update to 2.11.50 + patches from submitters.  Upstream introduced some git
nonsense with remotes inside their repos.  Change the way we fetch our
distributions with GH_TUPLE instead of the previous way.  Clean up a couple
lines commented out for the PCAP features that aren't stored in a patch, but
merely direct committed to this tree.

- Remove the interpreter name and interpreter prefix when retrieving the
  argument vectors using kvm_getargv  (Mikael Urankar)

- No need to check msg_controllen: msg_controllen can have the value 0 and
  the kernel discards negative value  (Mikael Urankar)

- Implement/modify kevent64 related syscalls.  (Mikael Urankar)

- Implement ktimer_{create, delete, settime, gettime} (Mikael Urankar)

- Stop using basename_r(3). Fix build after FreeBSD svn r326719 (Ed Shouten)

Changelogs can be found at https://github.com/seanbruno/qemu-bsd-user

PR:	224016
Original commitRevision:456518 
Tuesday, 24 Oct 2017
16:44 sbruno search for other commits by this committer
Fix build on FreeBSD 10.  (cpm@)

Fix sendmsg/recvmsg emulation. (Michal Melon)
Original commitRevision:452783 
Friday, 20 Oct 2017
21:28 sbruno search for other commits by this committer
Update to capture some feature fixes:

Sync do_altsigstack with linux-user (mikael urankar)
Implement UMTX_OP_SHM mutex operations (michal meloun)
Original commitRevision:452562 
Thursday, 12 Oct 2017
16:31 sbruno search for other commits by this committer
Repair a lock order reversion and remove mmap_fork_end() from fork_end()

Submitted by:	Michal Meloun <mmel@freebsd.org>
Original commitRevision:451906 
Friday, 25 Aug 2017
22:53 sbruno search for other commits by this committer
Bump qemu-sbruno to chase qemu release candidates.

Add redirection for "armv7" so the poudriere can be tested for this
target when its ready.

Fix bsd-mem.h do_obreak() to invoke an mmap() with a proper -1 argument
for the fd argument.

Submitted by:	Mikael Urankanar <mikael.urankar@gmail.com>
Original commitRevision:448742 
Friday, 21 Jul 2017
21:15 sbruno search for other commits by this committer
Update host kernel signal state when using sa_sigaction.
Merge linux-user change to allocate heap memory for execve args.

Submitted by:	Mikael Urankanar <mikael.urankar@gmail.com>
Original commitRevision:446348 
Monday, 17 Jul 2017
19:38 sbruno search for other commits by this committer
Sync to QEMU for today.

Switch to using sysutils/dtc for libfdt with qemu-sbruno, remove
use of nox's homedir for providing dtc/libfdt and remove it as
a build depend in the qemu-user-static path if it was even being
built.
Original commitRevision:446108 
Tuesday, 11 Jul 2017
20:03 sbruno search for other commits by this committer
Bump after pull requests.

- add strace logging for new syscalls after ino64 update
- sync mmap() code with linux-user
- implement posix_fallocate()
  -- this should help building aarch64 ports a bit.
- tcg: add handling for EXCP_ATOMIC

Submitted by:	Mikael Urankanar <mikael.urankar@gmail.com>
Original commitRevision:445548 
Friday, 7 Jul 2017
21:01 sbruno search for other commits by this committer
Bump for today's pull request:
Change certain bits of mmap.c to check for the fd that is passed into
mmap() for the value -1 instead of MAP_ANONYMOUS.  This should be much
more reliable as we will avoid doing an mmap() of -1.  :-)

Also include sys/param.h in mmap.c to capture __FreeBSD_version so that
MAP_GUARD code is actually run on versions that support it.

https://github.com/seanbruno/qemu-bsd-user/pull/45

Submitted by:	Guy Yur
Original commitRevision:445283 
14:14 sbruno search for other commits by this committer
Bump qemu-sbruno/qemu-user-static to capture fixes that are now required
in -current in support of mmap() MAP_GUARD.

Thanks to kib@ for the explanations and test program that I used to
come up with a solution.

While here, sync to upstream a bit.  This requires a little bit of a
fixup for NODOC builds.
Original commitRevision:445254 
Monday, 12 Jun 2017
14:35 sbruno search for other commits by this committer
Update qemu-sbruno and qemu-user-static to 2.9.50
- Fix handling of ino64 changes in head (Michal Meloun)
- Don't return 0 if pending signal is detected before call to real select().
  This causes cmake timeout failures - a select() with NULL as
  timeout argument returns (erroneously) 0. (Michal Meloun)
- Allow users to compile bsd-user dynamically (Michal Meloun)
Original commitRevision:443450 
Tuesday, 7 Mar 2017
18:44 sbruno search for other commits by this committer
Disable FPU on 32 bit mips.  This will cause some additional breakage in
pkg building on mips.  Some ports errneously try and use FPU instructions
and will insta-crash when run on real hardware.  This change will identify
those ports that have these types of instructions so they can be fixed.
- dnelson

Add handler for fdatasync(). Quiesce noise about missing handler.
- jkim
Original commitRevision:435636 
Wednesday, 1 Mar 2017
22:07 sbruno search for other commits by this committer
Capture improvements to allow -j arguments to gmake work.
Original commitRevision:435202 
20:41 sbruno search for other commits by this committer
update sha256 and size as I didn't do that when I updated.

Submitted by:	w.schwarzenfeld@utanet.at
Original commitRevision:435200 
16:50 sbruno search for other commits by this committer
Capture fix for getrlimit()/setrlimit() which helps out with proper
handling of wait6().

https://github.com/seanbruno/qemu-bsd-user/commit/34a5a54e4df983d9611233770b36be161d12a033
Original commitRevision:435172 
Thursday, 23 Feb 2017
14:34 sbruno search for other commits by this committer
Accept patch to fix fetching of distfiles (getifaddrs) on big endian machines.
As a side affect, we get a semi-functional ifconfig now.  :-)
Original commitRevision:434670 
Monday, 23 Jan 2017
18:11 sbruno search for other commits by this committer
Fixup build of port for new and shiny man pages that appeared.
Original commitRevision:432264 
Sunday, 22 Jan 2017
20:28 sbruno search for other commits by this committer
Update to capture fixes for signal handling from:
  Fix typo in fork_end() in bsd-user/main.c. #32
    https://github.com/seanbruno/qemu-bsd-user/pull/32

Upstream merge and update as well.
Original commitRevision:432158 
Thursday, 29 Dec 2016
01:12 sbruno search for other commits by this committer
Bump qemu-sbruno to capture today's removal of signal blocking in
the bsd-user code. This update should allow normal operation with the
bugs that we all were familiar with!

PR:	214944 215552
Original commitRevision:429848 
Monday, 26 Dec 2016
15:08 sbruno search for other commits by this committer
Update to qemu 2.8.50:
- we should be able to build devel/m4 again, even though the configure
  script will segfault instead of hanging forever.  Progress!

PR:		214944
Original commitRevision:429531 
Thursday, 17 Nov 2016
18:13 sbruno search for other commits by this committer
Track QEMU upstream as we approach 2.8.0
Original commitRevision:426294 
Friday, 11 Nov 2016
21:58 sbruno search for other commits by this committer
Update qemu-sbruno/bsd-user to caputre a pile of memory leak abatements
in upstream QEMU.
Original commitRevision:425912 
Tuesday, 8 Nov 2016
13:57 sbruno search for other commits by this committer
Delete duplicate distinfo lines that I inserted with make makesum.

Pointyhat fits nicely.

PR:	214309
Submitted by:	pkubaj@anongoth.pl
Original commitRevision:425742 
02:00 sbruno search for other commits by this committer
Update and track upstream QEMU 2.7.50

No changes to qemu-user are intended here, nor are there and fixes here.
Original commitRevision:425656 
Thursday, 28 Jul 2016
16:18 sbruno search for other commits by this committer
Update qemu-sbruno to upstream.

Add patch to fixup error message from kevent() emulation:
 	kevent: failed (Bad address)

Submitted-by: Mikail Urankar <mikael.urankar@gmail.com>
Original commitRevision:419224 
Tuesday, 12 Jul 2016
15:17 sbruno search for other commits by this committer
Update qemu-sbruno/qemu-static-user to track upstream development.

Change the way qemu-user-static builds with relationship to glib20 (ian@)

Update a couple of patches for changes to include file locations.
Original commitRevision:418427 
Tuesday, 28 Jun 2016
18:03 sbruno search for other commits by this committer
Update qemu-sbruno/user-static to capture pull request:
- Allow utimensat() syscall on FreeBSD 10.3, where pkg(8) requires it.

Update qemu-sbruno Makefile to not build qemu-tools when building
qemu-user-static slave port.  (ian@)
Original commitRevision:417742 
Tuesday, 21 Jun 2016
14:59 sbruno search for other commits by this committer
Capture upstream pull request from jkim@

https://github.com/seanbruno/qemu-bsd-user/pull/23

Limit sysctl(3) output for hw.availpages to 4GB.
- This output should be limited to 4GB on 32-bit targets to be consistent
  with hw.physmem. Note this also limits sysconf(3) with _SC_PHYS_PAGES
  because libc uses sysctlbyname("hw.availpages", ...) to get the value.
- Properly swap output for hw.physmem, etc. while I am in the neighborhood.

Submitted by:	jkim@
Original commitRevision:417209 
Saturday, 11 Jun 2016
16:56 sbruno search for other commits by this committer
Update to capture pull request from jkim@
- Clean up locking/unlocking path names

Submitted by:	jkim
Original commitRevision:416730 
Thursday, 2 Jun 2016
19:11 sbruno search for other commits by this committer
Update to a merged copy of 2.6.50
Original commitRevision:416288 
Thursday, 19 May 2016
17:27 sbruno search for other commits by this committer
Update qemu-sbruno/qemu-static-user:
Disable atomic macros which conflict with C++ QEMU's atomic header defines
a few macros which conflict with standard C++ function names, namely
atomic_fetch_{add,sub,and,or}.  Disable these macros when compiling for C++.

PR:		209590
Submitted by:	dim
Original commitRevision:415511 
Thursday, 28 Apr 2016
21:01 sbruno search for other commits by this committer
Update qemu-sbruno to track upstream at version 2.5.93.

Fix aarch64 bsd-user by aligning the stack properly.  (andy turner).
https://github.com/seanbruno/qemu-bsd-user/commit/743fbfffc13f5717a8611e7a128c39dd9e3495d7

Fix bsd-user syscall implementation of renameat.  (mikael urankar).
https://github.com/seanbruno/qemu-bsd-user/pull/20/commits/aa90a1b960f96738ae80778ac13b95508b83842a

Fix bsd-user log_file argument handling now that handling of NULL isn't
being done by the called functions.
https://github.com/seanbruno/qemu-bsd-user/commit/e3d069e8b149b7a1027837cce81b9fe68de85bf1

PR:		208952
Original commitRevision:414239 
Monday, 25 Apr 2016
15:38 sbruno search for other commits by this committer
Fix arguments for renameat() to resolve issues with building certain
ports.

PR:	208952
Submitted by:	Mikael Urankar <mikhael.urankar@gmail.com>
Original commitRevision:414009 
Monday, 15 Feb 2016
19:47 sbruno search for other commits by this committer
A couple of portlint nits for tabs/spaces and a proper WWW note in a
URL in the pkg-descr.

Install stripped enabled for ivshmem* and the palcode-clipper utility.

Drop patch for procctl() and commit it upstream.
Original commitRevision:408956 
Saturday, 13 Feb 2016
19:18 sbruno search for other commits by this committer
Update qemu-sbruno and qemu-user-static.

Sync bsd-user do_obreak with linux-user (do_brk).

Merging to QEMU upstream provides fixes for the following CVEs:
CVE-2015-8345
CVE-2015-8567
CVE-2015-8568
CVE-2015-8613
CVE-2015-8619
CVE-2015-8701

libvxl upstream has been updated to 1.12 and has accepted a slightly
modified version that addresses the issue in the patch.

PR:		205813
Original commitRevision:408825 
Thursday, 14 Jan 2016
15:40 sbruno search for other commits by this committer
Bump qemu-sbruno to capture merge request that sync's bsd-user mmap()
code to look/feel/behave like the linux-user mmap() code.

Submitted by:	mikhael.urankar@gmail.com
Original commitRevision:406120 
Monday, 4 Jan 2016
18:26 sbruno search for other commits by this committer
Bump to 2.5.50.g20160103, catchup with latest bug fixes.

Fix dereference of wrong pointer arg in ipc/semctl syscall.
Fix return from mmap() to setEINVAL and MAP_FAILED when len is 0

PR:		203852 200613
Submitted by:	mikael.urankar@gmail.com
Original commitRevision:405260 
Thursday, 24 Dec 2015
23:06 sbruno search for other commits by this committer
Update qemu-sbruno tracking my github branch.
- merge to 2.5.0 release
- Add support for arm(v4/5) and improve its ability to do stuff. (cognet)
Original commitRevision:404393 
Sunday, 6 Dec 2015
16:15 sbruno search for other commits by this committer
Bump qemu-sbruno to capture commits in upstream project.
- Fix build on freebsd9 (rakuco)
- When using readlink(1) to read /proc/curproc/file, return the emulated
  program name, not qemu. (jkim)
Original commitRevision:403128 
Sunday, 11 Oct 2015
22:11 sbruno search for other commits by this committer
Update qemu-sbruno to track my github repo.
 - Update MIPS user target to work on head after svn r286871
 - Bump UPDATING as this makes the current pkg incompatible with current
   prior to this revision.

Submitted by:	kan
Original commitRevision:399107 
Sunday, 16 Aug 2015
19:13 sbruno search for other commits by this committer
Update qemu-sbruno to track bsd-user branch on github.  I *am* the
upstream of this port and maintainer notified developers on 07/17/15 to
update his ports while he is AFK.

Sync's to pre-release 2.4.0

Differential Revision:	https://reviews.freebsd.org/D3385
Original commitRevision:394418 
Wednesday, 15 Jul 2015
17:38 nox search for other commits by this committer
Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:392174 
Friday, 10 Jul 2015
17:05 nox search for other commits by this committer
Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:391711 
Thursday, 9 Jul 2015
19:42 nox search for other commits by this committer
Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:391679 
Wednesday, 8 Jul 2015
18:45 nox search for other commits by this committer
Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:391588 
Thursday, 2 Jul 2015
15:41 nox search for other commits by this committer
Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user

PR:		201168
Original commitRevision:391165 
Sunday, 28 Jun 2015
15:17 nox search for other commits by this committer
Catch up with github tree, fixing bug caused by struct kinfo_proc typo -
changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:390786 
Friday, 19 Jun 2015
18:43 nox search for other commits by this committer
Catch up with github tree, adding bsd-user aarch64 fixes - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:390140 
Wednesday, 17 Jun 2015
20:15 nox search for other commits by this committer
Catch up with github tree, adding setsockopt handling for IPV6 - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user

PR:		200680
Original commitRevision:389993 
Saturday, 13 Jun 2015
17:27 nox search for other commits by this committer
- Catch up with github tree, adding IP_OPTIONS support sockopt syscalls -
  changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user

PR:		200703
Original commitRevision:389473 
11:33 nox search for other commits by this committer
- Catch up with github tree, adding more bsd-user ppc fixes - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user

- Add aarch64 to qemu-user-static rc.d script.
Original commitRevision:389348 
Friday, 12 Jun 2015
20:59 nox search for other commits by this committer
Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:389301 
Monday, 8 Jun 2015
16:18 nox search for other commits by this committer
Catch up with github tree, adding translation of struct kinfo_proc -
changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user

PR:		200615
Original commitRevision:388843 
Saturday, 30 May 2015
00:51 nox search for other commits by this committer
Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:387911 
Friday, 29 May 2015
18:23 nox search for other commits by this committer
Catch up with github tree, fixing bsd-user pthread crashes among
other things - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user

PR:		200485
Original commitRevision:387876 
Sunday, 17 May 2015
16:46 nox search for other commits by this committer
Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:386632 
Friday, 1 May 2015
19:10 nox search for other commits by this committer
- Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user

- Switch to new USE_GITHUB syntax.
Original commitRevision:385142 
Tuesday, 10 Mar 2015
19:30 nox search for other commits by this committer
Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:380959 
Monday, 16 Feb 2015
21:25 nox search for other commits by this committer
Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user

(Looks like aarch64-bsd-user starts becoming usable...)
Original commitRevision:379116 
Sunday, 15 Feb 2015
20:03 nox search for other commits by this committer
Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:379046 
Thursday, 12 Feb 2015
17:47 nox search for other commits by this committer
Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:378883 
Saturday, 7 Feb 2015
20:04 nox search for other commits by this committer
Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:378616 
Saturday, 24 Jan 2015
11:32 nox search for other commits by this committer
Catch up with github tree - changelog:

	https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:377788 
Tuesday, 6 Jan 2015
19:47 nox search for other commits by this committer
- Update emulators/qemu-sbruno to latest github snapshot, fixing
  the bsd-user targets on 8 and 9.
- Switch emulators/qemu-user-static to be slave of emulators/qemu-sbruno.
- Update emulators/qemu-devel to latest upstream release 2.2.0, now
  w/o bsd-user patches and knob again.  (Or at least until the
  patches are merged upstream...) [1]
- Add appropriate CONFLICTS to emulators/qemu too and bump its
  PORTREVISION.

Suggested by:	andrew [1] (for the benefit of testing aarch64 guests)
Original commitRevision:376437 
Tuesday, 30 Dec 2014
23:50 nox search for other commits by this committer
Add new port emulators/qemu-sbruno, to be used for qemu-user-static
once it builds again on 8 and 9:

QEMU is a FAST! processor emulator using dynamic translation to achieve
good emulation speed.
QEMU has two operating modes:

    * Full system emulation. In this mode, QEMU emulates a full system
(for example a PC), including a processor and various peripherials.
It can be used to launch different Operating Systems without rebooting
the PC or to debug system code.
    * User mode emulation. In this mode, QEMU can launch
Linux processes compiled for one CPU on another CPU. It can be used to
launch the Wine Windows API emulator or to ease cross-compilation and
cross-debugging.

As QEMU requires no host kernel patches to run, it is very safe and easy to use.

http://wiki.qemu.org/Main_Page

This is building sbruno's bsd-user github branch:

WWW: https://github.com/seanbruno/qemu-bsd-user/commits/bsd-user
Original commitRevision:375864 

Number of commits found: 78