Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.0.p11_12 26 Aug 2016 12:21:40 |
bapt |
Remove kqemu-kmod{,-devel}
The are broken on recent FreeBSD, they are not supported by any qemu version,
they do not build with recent binutils (2.27) |
1.3.0.p11_12 14 Dec 2015 02:52:14 |
eadler |
Reset maintainer |
1.3.0.p11_12 26 Aug 2015 18:26:15 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
1.3.0.p11_12 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
1.3.0.p11_12 08 Oct 2014 10:18:51 |
bapt |
Cleanup plist |
1.3.0.p11_12 15 Jul 2014 15:12:57 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
1.3.0.p11_12 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
1.3.0.p11_12 07 Feb 2014 19:41:19 |
nox |
Switch to USES= gmake uidfix, fixing make package as user. |
1.3.0.p11_12 26 Jan 2014 15:51:21 |
nox |
Stagify. |
1.3.0.p11_12 11 Jan 2014 22:03:27 |
nox |
Mark BROKEN on 10+: KPI changes in 10 and up, use bhyve or vbox.
(If someone wants to fix it: patches welcome! :)
PR: ports/184984
Submitted by: Alex <alex323@gmail.com> |
1.3.0.p11_12 09 Nov 2013 19:13:28 |
rene |
Convert to USES=kmod, which removes duplicated code and ensures that all
required steps are followed.
There are no user-visible changes. The exception is multimedia/ptx-kmod,
which now installs the kernel module into /boot/modules instead of
${PREFIX}/libexec/${PORTNAME}, this was something USES=kmod cannot handle.
PR: ports/183625
Submitted by: myself
Approved by: portmgr (bdrewery)
Exp-run by: bdrewery |
1.3.0.p11_12 03 Nov 2013 16:41:36 |
nox |
(Attempt to) fix build with gcc46 on i386.
Submitted by: beefy1 via pkg-fallout |
1.3.0.p11_12 26 Sep 2013 20:09:58 |
nox |
(Attempt to) fix build on i386 with gcc46 and -Werror.
Submitted by: beefy1 via pkg-fallout |
1.3.0.p11_12 20 Sep 2013 16:43:53 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
emulators) |
1.3.0.p11_12 20 Sep 2013 12:54:55 |
bdrewery |
SSP support has been added to ports with WITH_SSP for i386 and amd64
on FreeBSD 10, and amd64 on earlier versions.
SSP_UNSAFE is added to disable in a port if it fails to build, but
this should only be used in rare circumstances such as kernel modules.
Otherwise, the port may just be failing due to lack of respecting
LDFLAGS.
On FreeBSD 10, this uses an ldscript in /usr/lib/libc.so to pull in
libssp_nonshared.a to address issues linking on i386 [1].
On earlier FreeBSD versions the WITH_SSP knob will add -lssp_nonshared
to LDFLAGS on i386. This is not needed on amd64. However, several hundred
ports do not currently respect LDFLAGS, so this support is disabled currently
as it causes build failures if a dependency is looking for the stack_chk (Only the first 15 lines of the commit message are shown above ) |
1.3.0.p11_12 27 Jun 2013 21:45:00 |
nox |
Actually fix build with gcc46 when bsd.gcc.mk passes LDFLAGS with -Wl,... |
1.3.0.p11_12 25 Jun 2013 20:32:57 |
nox |
- Switch to new header style. [1]
- Add LICENSE. [1]
- Remove 7.x bug workarounds, FreeBSD 7 is no more supported. [1]
- Respect ${CC} instead of using 'gcc'. [1]
- Switch to optionsng. [1]
- Fix build with gcc46 (it doesn't like -fformat-extensions in CWARNFLAGS.)
- Sync kqemu-kmod with these -devel updates.
PR: ports/179952 [1]
Submitted by: r4721@tormail.org |
1.3.0.p11_12 22 Mar 2013 23:00:58 |
nox |
(Attempt to) fix build on head.
Note: setting CC=clang fails with
"interp.c:20:24: error: global register variables are not supported"
PR: ports/177279
Submitted by: Beeblebrox <zaphod@berentweb.com> |
1.3.0.p11_12 20 Jan 2013 15:11:34 |
nox |
Create sys symlinks properly if restarting a build.
PR: ports/174030
Submitted by: Garrett Cooper <yanegomi@gmail.com> |
1.3.0.p11_12 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
1.3.0.p11_12 02 Jul 2011 17:14:20 |
miwi |
= Drop MD5 support |
1.3.0.p11_12 27 Jul 2010 16:43:37 |
nox |
(Attempt to) fix build on head.
Submitted by: portsmon |
1.3.0.p11_11 28 Mar 2009 18:12:38 |
nox |
- Only add the tss fixup code on OSVERSIONs where its still needed.
(It _should_ do nothing elsewhere but still would be unnecessary cycles...)
- Bump PORTREVISIONs. |
1.3.0.p11_10 12 Feb 2009 17:46:29 |
nox |
- Fix kqemu on recent -current which no longer has/uses unit2minor()
- Bump PORTREVISION
PR: ports/131603
Submitted by: "Scot W. Hetzel" <swhetzel@gmail.com> |
1.3.0.p11_9 22 Jun 2008 21:42:36 |
nox |
- Add D_NEEDMINOR as now required on -current for drivers that use the
cloner library:
http://svn.freebsd.org/viewvc/base?view=revision&revision=179726
- Add CONFLICTS and change COMMENT in preparation for kqemu-kmod-devel commit
- Bump PORTREVISION |
1.3.0.p11_8 20 Jun 2008 22:12:09 |
nox |
- Chase moved MASTER_SITE
- Remove obsolete patch |
1.3.0.p11_8 05 Jun 2008 18:49:12 |
nox |
- Call the tss fixup code before entering the monitor instead of after.
(This fixes the problems that one user saw which I couldn't reproduce.)
- Bump PORTREVISION |
1.3.0.p11_7 18 May 2008 20:23:40 |
nox |
- Fix wrong userland fsbase load after gdt move that caused qemu to
segfault sometimes on first invocation
- Get rid of redundant & in two places
- Bump PORTREVISION
There still is the unresolved issue of (likely) the gdt move causing the
host to hang for one guy, if this happens to you you can try the following
kernel patch that sets up seperate gdts at boot so kqemu doesn't have to
do the move:
http://people.freebsd.org/~nox/qemu/patch-sys-amd64-seperate-gdt.txt
Thanx to: Yamagi for testing |
1.3.0.p11_6 12 May 2008 19:09:52 |
nox |
- Fix multiple qemu processes on amd64 SMP by actually using seperate
per-cpu gdts (the previous fix was only stable for one qemu process
at a time)
Relevant thread:
http://lists.freebsd.org/pipermail/freebsd-emulation/2008-May/004902.html
- Bump PORTREVISION
PR: ports/113430 |
1.3.0.p11_5 11 May 2008 10:59:20 |
nox |
- Get rid of the infamous "fpudna in kernel mode" messages on amd64 by
calling fpudna()/npxdna() directly instead of programmatically invoking
int 7 (should also speed up the i386 case a tiny little bit that didn't
print a message) [1]
- Rename kqemu_tss_workaround to kqemu_tss_fixup [2]
- Bump PORTREVISION
Looked over by: bde [1]
Prodded by: jhb [2] |
1.3.0.p11_4 01 May 2008 13:29:16 |
nox |
- Add a workaround for the amd64 SMP shared gdt issue that caused the
host panics - longer explanation in this post:
http://docs.freebsd.org/cgi/mid.cgi?20080501101951.GA30274 [1]
- Get rid of superfluous "kqemu " in IGNORE message when kernel source
is missing
- Pass down DEBUG_FLAGS to the build
- Bump PORTREVISION
PR: ports/113430 [1] |
1.3.0.p11_3 19 Apr 2008 15:04:56 |
nox |
- Try and fix for real the issue of exiting qemu processes sometimes
stuck in devdrn
- Remove the -DSMP magic, it didn't help the amd64 SMP panics and was
useless anyway (the panics still exist, the only good workaround I've
found so far is forcing qemu onto cpu 1 and that is only possible on
HEAD using the new cpuset feature)
- Only bother with the -DKSE magic for OSVERSIONs where it matters
- Bump PORTREVISION |
1.3.0.p11_2 26 Jul 2007 21:46:31 |
nox |
- Remove 4.x cruft
PR: ports/114923
Submitted by: David Yeske <dyeske@gmail.com> |
1.3.0.p11_2 21 Jul 2007 19:38:16 |
nox |
- add patch for recent -current that no longer uses sched_lock
- fix KERNCONF detection
- bump PORTREVISION
(There sill is that unresolved issue of the KSE/SMP CFLAGS not being
passed down to the build for one guy tho, even tho they do appear in
make -V CFLAGS...) |
1.3.0.p11_1 14 Jul 2007 21:22:21 |
nox |
- Add a pkg-message warning about installing the kld from a package
Suggested by: Craig Boston <craig@yekse.gank.org> |
1.3.0.p11_1 14 Jul 2007 17:48:57 |
nox |
- Fix typo in COMMENT |
1.3.0.p11_1 14 Jul 2007 17:43:53 |
nox |
- Try and pass appropriate -DKSE and/or -DSMP to the compilation
(missing -DKSE is what caused the panics on -current)
- bump PORTREVISION
- Update WWW (qemu.org still seems to be down) |
1.3.0.p11 29 Jun 2007 15:57:16 |
linimon |
These install kernel modules, so add new virtual category kld.
Pointed out by: Ulrich Spoerlein <uspoerlein at gmail dot com>
Hat: portmgr |
1.3.0.p11 22 Jun 2007 18:10:37 |
nox |
- Remove unneeded USE_GCC, turns out the build didnt respect it anyway.
Noticed by: yar |
1.3.0.p11 07 Feb 2007 21:13:07 |
nox |
Update to 1.3.0pre11:
- Install docs
- Add MASTER_SITE_LOCAL
- "-fno-stack-protector" gcc option fix
- added kqemu regression tests (can serve as API usage example too)
- included kqemu technical doc
Approved by: miwi (mentor) |
1.3.0.p10 06 Feb 2007 20:46:29 |
nox |
Update to 1.3.0pre10:
- Changed license to GPL version 2
- x86_64 full virtualization support
Approved by: miwi (mentor, implicit) |
1.3.0.p9_3 22 Jan 2007 20:56:02 |
nox |
Replace devfs test with osversion check to fix tinderbox build
Submitted by: pointyhat via kris
Approved by: miwi (mentor, implicit) |
1.3.0.p9_3 21 Jan 2007 00:43:20 |
kris |
Non-redistributable packages should be RESTRICTED, not NO_PACKAGE. Also we
like to build kernel modules on pointyhat to detect breakage quickly. |
1.3.0.p9_3 23 Dec 2006 17:42:42 |
nox |
Update MAINTAINER email address of my ports
Approved by: miwi |
1.3.0.p9_3 21 Dec 2006 22:13:24 |
miwi |
- Fix rc script for 6.X
- Bump PORTREVISION
PR: ports/106917
Submitted by: Simon Phoenix<phoenix.simon@gmail.com>
Approved by: maintainer |
1.3.0.p9_2 15 Dec 2006 08:38:11 |
miwi |
- Add fix for -current
- Add rcscript
PR: ports/106728
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) |
1.3.0.p9_1 28 Aug 2006 22:52:42 |
pav |
- Install module into /boot/modules
- Update URLs
PR: ports/101286
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) |
1.3.0.p9 24 Jun 2006 09:39:19 |
nork |
Update to 1.3.0.p9.
PR: ports/99397
submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) |
1.3.0.p7 07 May 2006 17:32:52 |
nork |
Update to 1.3.0pre7.
PR: ports/96928
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> (maintainer) |
1.3.0.p6 25 Apr 2006 23:12:21 |
edwin |
update emulators/kqemu-kmod to 1.3.0pre6
kqemu version 1.3.0pre6:
- compile fix for Linux kernel version >= 2.6.16
- better null LDT handling (aka Plan9 and ReactOS bug)
- moved monitor code to another address (aka win2k 256 MB bug)
oh and FreeBSD guests have been working with -kernel-kqemu
since 1.3.0pre5! (tested with 6.1RC1)
PR: ports/96337
Submitted by: Juergen Lock <nox@jelal.kn-bremen.de> |
1.3.0.p5 09 Apr 2006 16:57:59 |
nork |
Update to 1.3.0pre5.
o Change MAINTAINER-ship to submitter.
o portlint happy.
Submitted by: Juergen Lock <qemu-l@jelal.kn-bremen.de> |
0.7.2_1 22 Jan 2006 09:47:28 |
edwin |
SHA256ify
Approved by: krion@ |
0.7.2_1 06 Nov 2005 09:03:02 |
nork |
Fix kernel panic after stopping qemu.
Submitted by: pjd |
0.7.2 05 Nov 2005 21:14:19 |
nork |
Inherit KMODDIR.
Reported by: Alexander Drozdov <dzal_mail@mtu-net.ru>
Tested by: Alexander Drozdov <dzal_mail@mtu-net.ru> |
0.7.2 31 Oct 2005 13:42:20 |
nork |
Add kqemu 0.7.2, is a kernel module to accelerate
QEMU CPU Emulator.
WWW: http://fabrice.bellard.free.fr/qemu/qemu-accel.html
Discussed with: Juergen Lock <nox@jelal.kn-bremen.de>
Reviewed by: Juergen Lock <nox@jelal.kn-bremen.de> |