Next | Query returned 98 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2019-06-30 22:33:02 by Nick Hudson | Files touched by this commit (3) | Package updated
Log message:
Restore these changes that were lost in a recent update

When emulating the MIPS DIV and DDIV instructions, check for divide
overflow instead of performing the overflowing divide on the host and
crashing the emulator.  This is needed to run recent versions of the
NetBSD test suite on an emulated MIPS system.

implement trap with immediate instructions present in MIPS32.
   2019-06-02 11:19:58 by Andreas Gustafsson | Files touched by this commit (3)
Log message:
emulators/gxemul: fix hpcmips emulation

Add a patch from Anders Gavare that makes the hpcmips installation
work again.  Bump PKGREVISION.
   2019-04-11 14:50:30 by Christos Zoulas | Files touched by this commit (3)
Log message:
PR/54114: Ignore unimplemented scsi commands.
   2019-03-03 11:41:28 by Andreas Gustafsson | Files touched by this commit (3)
Log message:
emulators/gxemul: Fix console data loss

Set the SA_RESTART flag on SIGALRM so that it will not interrupt
writes to the console causing loss of console data.  Bump PKGREVISION.
   2019-01-04 14:35:17 by Ryo ONODERA | Files touched by this commit (62) | Package removed
Log message:
Update to 0.6.1

* Update MASTER_SITES and HOMEPAGE

Changelog:
* Support OpenBSD/sgi 6.4
* Add luna-88k and luna-88k2 emulations
* Add i960 emulation stub
   2018-08-08 16:09:22 by Andreas Gustafsson | Files touched by this commit (1)
Log message:
Fix patch checksum.
   2018-08-08 15:53:48 by Andreas Gustafsson | Files touched by this commit (3)
Log message:
emulators/gxemul: check for MIPS divide overflow

When emulating the MIPS DIV and DDIV instructions, check for divide
overflow instead of performing the overflowing divide on the host and
crashing the emulator.  This is needed to run recent versions of the
NetBSD test suite on an emulated MIPS system.
   2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423)
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure

Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
   2018-03-21 18:39:42 by Kamil Rytarowski | Files touched by this commit (50)
Log message:
gxemul: Fix build with clang 7svn

Fix C++11 literals, they are now fatal. Reverting to C++98 does not work
as it is, as this code uses C++11 extensions like 'PRIx32' macros.

Extend one int to long in order to handle all values in a switch() case.

No functional change intended.
   2017-09-04 13:19:43 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Add NetBSD CVS tag and a comment

Next | Query returned 98 messages, browsing 11 to 20 | Previous