FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 1:46 AM BST
non port: emulators/kqemu-kmod/Makefile
CVSWeb

Number of commits found: 32

Tue, 27 Jul 2010
[ 16:43 nox ] Original commit 
1.35 emulators/kqemu-kmod-devel/Makefile
1.32 emulators/kqemu-kmod/Makefile
1.1 emulators/kqemu-kmod-devel/files/patch-common-kqemu_int.h
1.1 emulators/kqemu-kmod/files/patch-common-kqemu_int.h
(Attempt to) fix build on head.

Submitted by:   portsmon
Sat, 28 Mar 2009
[ 18:12 nox ] Original commit 
1.32 emulators/kqemu-kmod-devel/Makefile
1.31 emulators/kqemu-kmod/Makefile
- 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.
Thu, 12 Feb 2009
[ 17:46 nox ] Original commit 
1.31 emulators/kqemu-kmod-devel/Makefile
1.30 emulators/kqemu-kmod/Makefile
1.1 emulators/kqemu-kmod-devel/files/patch-unit2minorfix
1.1 emulators/kqemu-kmod/files/patch-unit2minorfix
- Fix kqemu on recent -current which no longer has/uses unit2minor()
- Bump PORTREVISION

PR:             ports/131603
Submitted by:   "Scot W. Hetzel" <swhetzel@gmail.com>
Sun, 22 Jun 2008
[ 21:42 nox ] Original commit 
1.29 emulators/kqemu-kmod/Makefile
1.8 emulators/kqemu-kmod/files/patch-kqemu-freebsd.c
- 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
Fri, 20 Jun 2008
[ 22:12 nox ] Original commit 
1.28 emulators/kqemu-kmod/Makefile
1.2 emulators/kqemu-kmod/files/patch-Makefile.freebsd
- Chase moved MASTER_SITE
- Remove obsolete patch
Thu, 5 Jun 2008
[ 18:49 nox ] Original commit 
1.27 emulators/kqemu-kmod/Makefile
1.5 emulators/kqemu-kmod/files/patch-tssworkaround
- 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
Sun, 18 May 2008
[ 20:23 nox ] Original commit 
1.26 emulators/kqemu-kmod/Makefile
1.4 emulators/kqemu-kmod/files/patch-tssworkaround
- 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
Mon, 12 May 2008
[ 19:09 nox ] Original commit 
1.25 emulators/kqemu-kmod/Makefile
1.3 emulators/kqemu-kmod/files/patch-tssworkaround
- 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
Sun, 11 May 2008
[ 10:59 nox ] Original commit 
1.24 emulators/kqemu-kmod/Makefile
1.1 emulators/kqemu-kmod/files/patch-fpucontext
1.2 emulators/kqemu-kmod/files/patch-tssworkaround
- 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]
Thu, 1 May 2008
[ 13:29 nox ] Original commit 
1.23 emulators/kqemu-kmod/Makefile
1.1 emulators/kqemu-kmod/files/patch-common-Makefile
1.1 emulators/kqemu-kmod/files/patch-tssworkaround
- 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]
Sat, 19 Apr 2008
[ 15:04 nox ] Original commit 
1.22 emulators/kqemu-kmod/Makefile
1.7 emulators/kqemu-kmod/files/patch-kqemu-freebsd.c
- 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
Thu, 26 Jul 2007
[ 21:46 nox ] Original commit 
1.21 emulators/kqemu-kmod/Makefile
- Remove 4.x cruft

PR:             ports/114923
Submitted by:   David Yeske <dyeske@gmail.com>
Sat, 21 Jul 2007
[ 19:38 nox ] Original commit 
1.20 emulators/kqemu-kmod/Makefile
1.6 emulators/kqemu-kmod/files/patch-kqemu-freebsd.c
- 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...)
Sat, 14 Jul 2007
[ 17:48 nox ] Original commit 
1.19 emulators/kqemu-kmod/Makefile
- Fix typo in COMMENT
[ 17:43 nox ] Original commit 
1.18 emulators/kqemu-kmod/Makefile
1.3 emulators/kqemu-kmod/pkg-descr
- 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)
Fri, 29 Jun 2007
[ 15:57 linimon ] Original commit 
1.17 emulators/kqemu-kmod/Makefile
1.2 sysutils/mono-kmod/Makefile
These install kernel modules, so add new virtual category kld.

Pointed out by: Ulrich Spoerlein <uspoerlein at gmail dot com>
Hat:            portmgr
Fri, 22 Jun 2007
[ 18:10 nox ] Original commit 
1.16 emulators/kqemu-kmod/Makefile
- Remove unneeded USE_GCC, turns out the build didnt respect it anyway.

Noticed by:     yar
Wed, 7 Feb 2007
[ 21:13 nox ] Original commit 
1.15 emulators/kqemu-kmod/Makefile
1.8 emulators/kqemu-kmod/distinfo
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)
Tue, 6 Feb 2007
[ 20:46 nox ] Original commit 
1.14 emulators/kqemu-kmod/Makefile
1.7 emulators/kqemu-kmod/distinfo
1.5 emulators/kqemu-kmod/files/patch-kqemu-freebsd.c
Update to 1.3.0pre10:

- Changed license to GPL version 2
- x86_64 full virtualization support

Approved by:    miwi (mentor, implicit)
Mon, 22 Jan 2007
[ 20:56 nox ] Original commit 
1.13 emulators/kqemu-kmod/Makefile
Replace devfs test with osversion check to fix tinderbox build

Submitted by:   pointyhat via kris
Approved by:    miwi (mentor, implicit)
Sun, 21 Jan 2007
[ 00:43 kris ] Original commit 
1.12 emulators/kqemu-kmod/Makefile
Non-redistributable packages should be RESTRICTED, not NO_PACKAGE.  Also we
like to build kernel modules on pointyhat to detect breakage quickly.
Sat, 23 Dec 2006
[ 17:42 nox ] Original commit 
1.22 archivers/p7zip/Makefile
1.16 archivers/rpm2cpio/Makefile
1.10 audio/gramofile/Makefile
1.4 devel/tkinspect/Makefile
1.11 emulators/kqemu-kmod/Makefile
1.63 emulators/qemu/Makefile
1.31 games/gracer/Makefile
1.17 irc/olirc/Makefile
1.5 multimedia/projectx/Makefile
1.11 print/cdlabelgen/Makefile
Update MAINTAINER email address of my ports

Approved by:    miwi
Thu, 21 Dec 2006
[ 22:13 miwi ] Original commit 
1.10 emulators/kqemu-kmod/Makefile
1.2 emulators/kqemu-kmod/files/kqemu.in
- Fix rc script for 6.X
- Bump PORTREVISION

PR:             ports/106917
Submitted by:   Simon Phoenix<phoenix.simon@gmail.com>
Approved by:    maintainer
Fri, 15 Dec 2006
[ 08:38 miwi ] Original commit 
1.9 emulators/kqemu-kmod/Makefile
1.1 emulators/kqemu-kmod/files/kqemu.in
1.4 emulators/kqemu-kmod/files/patch-kqemu-freebsd.c
- Add fix for -current
- Add rcscript

PR:             ports/106728
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Mon, 28 Aug 2006
[ 22:52 pav ] Original commit 
1.8 emulators/kqemu-kmod/Makefile
1.2 emulators/kqemu-kmod/pkg-descr
- Install module into /boot/modules
- Update URLs

PR:             ports/101286
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Sat, 24 Jun 2006
[ 09:39 nork ] Original commit 
1.7 emulators/kqemu-kmod/Makefile
1.6 emulators/kqemu-kmod/distinfo
Update to 1.3.0.p9.

PR:             ports/99397
submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Sun, 7 May 2006
[ 17:32 nork ] Original commit 
1.6 emulators/kqemu-kmod/Makefile
1.5 emulators/kqemu-kmod/distinfo
Update to 1.3.0pre7.

PR:             ports/96928
Submitted by:   Juergen Lock <nox@jelal.kn-bremen.de> (maintainer)
Tue, 25 Apr 2006
[ 23:12 edwin ] Original commit 
1.5 emulators/kqemu-kmod/Makefile
1.4 emulators/kqemu-kmod/distinfo
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>
Sun, 9 Apr 2006
[ 16:57 nork ] Original commit 
1.4 emulators/kqemu-kmod/Makefile
1.3 emulators/kqemu-kmod/distinfo
1.3 emulators/kqemu-kmod/files/patch-kqemu-freebsd.c
Update to 1.3.0pre5.
o Change MAINTAINER-ship to submitter.
o portlint happy.

Submitted by:   Juergen Lock <qemu-l@jelal.kn-bremen.de>
Sun, 6 Nov 2005
[ 09:03 nork ] Original commit 
1.3 emulators/kqemu-kmod/Makefile
1.2 emulators/kqemu-kmod/files/patch-kqemu-freebsd.c
Fix kernel panic after stopping qemu.

Submitted by:   pjd
Sat, 5 Nov 2005
[ 21:14 nork ] Original commit 
1.2 emulators/kqemu-kmod/Makefile
Inherit KMODDIR.

Reported by:    Alexander Drozdov <dzal_mail@mtu-net.ru>
Tested by:      Alexander Drozdov <dzal_mail@mtu-net.ru>
Mon, 31 Oct 2005
[ 13:42 nork ] Original commit 
1.172 emulators/Makefile
1.1 emulators/kqemu-kmod/Makefile
1.1 emulators/kqemu-kmod/distinfo
1.1 emulators/kqemu-kmod/files/patch-Makefile.freebsd
1.1 emulators/kqemu-kmod/files/patch-kqemu-freebsd.c
1.1 emulators/kqemu-kmod/pkg-descr
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>

Number of commits found: 32

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23674
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours19
new 7 days61
new fortnight185
new month257

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.199 seconds.