notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: emulators/kqemu-kmod/files/patch-tssworkaround
SVNWeb

Number of commits found: 6

Tue, 25 Jun 2013
[ 20:32 nox search for other commits by this committer ] Original commit   Revision:321765
- 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
Thu, 5 Jun 2008
[ 18:49 nox search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- 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 search for other commits by this committer ] Original commit 
- 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]

Number of commits found: 6