2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-11-30 20:11:01 by Roland Illig | Files touched by this commit (2) |
Log message:
Added a patch for ISO C90 compatibility.
|
2005-11-27 09:55:32 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
:s/${LOWER_OPSYS}/netbsd/g
|
2005-11-26 20:03:14 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Install all files in the doc directory. Suggested by the author.
Bump PKGREVISION.
|
2005-11-26 07:00:00 by Juan Romero Pardines | Files touched by this commit (3) | |
Log message:
Update to 0.3.7
User-visible change between release 0.3.6.2 and 0.3.7 include:
o) The experimental PowerPC emulation mode is now working well enough
to allow NetBSD/prep 2.1 to be installed and run inside the emulator.
It is not 100% stable, and it is not optimized for performance yet,
but hopefully enough for simple experiments.
o) I finally took the time to implement a DEC 21143 NIC; this brings
network connectivity to NetBSD/cats. (The userland "NAT"-like
networking layer is still a bit buggy, and does not work with
everything. However, NetBSD/cats can now be installed via ftp.)
o) CD-ROM images can now in some cases be detected as ATAPI CD-ROMs
instead of IDE harddisks. It works for at least NetBSD, OpenBSD,
and Linux on CATS, and NetBSD on hpcmips.
Internal (code related) changes include:
o) Cleanup of the PCI and ISA bus frameworks; in practice this means
that more code can be shared between different emulated machine
models than before, and that adding new machine types will become
easier.
o) Dyntrans updates; 32-bit PowerPC mostly, but also many performance
related updates for ARM.
|
2005-10-29 12:05:47 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 0.3.6.2:
* Many improvements to the ARM emulation were made, and now it works
3x faster than 0.3.6.1.
|
2005-10-23 08:01:04 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 0.3.6.1:
The 0.3.6.1 release fixes some issues related to ARM emulation:
x) The emulator can now be compiled inside NetBSD/cats or OpenBSD/cats,
inside the emulator itself. (In 0.3.6, some bugs prevented this.)
x) Performance increase: A non-scientific but realistic test, measuring
the real-world time it takes to do a full NetBSD/cats installation,
seems to indicate that 0.3.6.1 can be twice as fast as 0.3.6 was.
|
2005-10-09 00:27:03 by Juan Romero Pardines | Files touched by this commit (3) |
Log message:
Update to 0.3.6:
The most imporant user-visible change between release 0.3.5 and 0.3.6 is:
(X) The experimental ARM emulation mode is now working well enough
to install NetBSD/cats and OpenBSD/cats onto harddisk images.
|
2005-09-17 22:07:38 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Remove an entry that is not installed, and add a missing one.
|
2005-08-25 13:03:30 by Juan Romero Pardines | Files touched by this commit (2) |
Log message:
Update to 0.3.5.
The user-visible changes between release 0.3.4 and 0.3.5 are minor, and
can be summarized as follows:
o) Updates to the (old) binary translation subsystem, resulting
in minor speed improvements.
o) 64-bit MIPS dmult/dmultu has been fixed.
o) slt* instructions for 64-bit MIPS were incorrectly implemented
in the i386 backend. This has been fixed.
|