diff options
author | xtraeme <xtraeme> | 2004-07-03 02:08:02 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-07-03 02:08:02 +0000 |
commit | df8935d011be348d479fb1b66bbf4511adc0fd4e (patch) | |
tree | c8c5d5ddf10cc3a51908e6d0f39feb6cf02cabdc /doc | |
parent | 95d4ef726a1be70232651e0694fa4f4c08c44d9f (diff) | |
download | pkgsrc-df8935d011be348d479fb1b66bbf4511adc0fd4e.tar.gz |
Update emulators/mips64emul to 0.1.1.
20040701 The -j option now takes a name, the of the kernel as passed
on to the bootloader. ("netbsd" is the default name.)
Adding support to load bootstrap code directly from a disk
image, for DECstation. Both NetBSD/pmax and Ultrix boot
straight of a disk image now, with no need to supply a
kernel filename on the command line. (Ultrix still needs
-j vmunix, though, to boot from /vmunix instead of /netbsd.)
20040702 Minor bugfix (some new untested code for X11 keypresses was
incorrect).
20040702(later) Adding an ugly hack for CDROMs in FreeBSD; if an fread() isn't
done at a 2048-byte aligned offset, it will fail. The hack
tries to read at 2048-byte aligned offsets and move around
buffers to make it work.
Adding video off (screen blanking) support to BT459.
Making a 0.1.1 release.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 452e99faa97..a44acd6dbd3 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6427 2004/07/03 01:00:50 minskim Exp $ +$NetBSD: CHANGES,v 1.6428 2004/07/03 02:08:02 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3218,3 +3218,4 @@ Changes to the packages collection and infrastructure in 2004: Updated GConf2-ui to 2.6.3 [jmmv 2004-07-02] Updated GeoIP to 1.3.4 [minskim 2004-07-03] Added p5-Geo-IP-1.21 [minskim 2004-07-03] + Updated mips64emul to 0.1.1 [xtraeme 2004-07-03] |