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

History of commit frequency

CVS Commit History:


   2019-10-03 20:53:32 by Paul Goyette | Files touched by this commit (1)
Log message:
Revert previous - with the hyphen, pkg_* tools think that the package's
basename is decode-dimms-4.1 rather than decode-dimms
   2019-10-03 20:51:46 by Paul Goyette | Files touched by this commit (1)
Log message:
Also, separate the upstream version info from the package-date with a
hyphen and vs dot.
   2019-10-03 20:50:24 by Paul Goyette | Files touched by this commit (1)
Log message:
We really don't need to include the GIT_COMMIT in the printet version string!
   2019-10-03 20:42:26 by Paul Goyette | Files touched by this commit (3)
Log message:
Update decode-dimms to 2019-10-02

Upstream changes.  (Note that some of these don't really affect to NetBSD,
but are included anyway for reducing differences with the upstream copy.)

	Detect and report truncated input files
	   If using the wrong driver, or if reading from a truncated dump
	   file, make sure we don't attempt to use data bytes beyond what
	   is available. Doing so would spit pages of cryptic warnings to
	   the user, explicit error messages are much better.

	Print kernel driver used
	   When not reading from dump files, print which kernel driver is
	   being used.  This will help spot setup mistakes where the legacy
	   eeprom driver stole EEPROMs from the ee1004 driver for DDR4
	   memory.

	Print DDR memory speed in MT/s not MHz
	   Because it is DDR memory, transaction rate is twice the actual
	   clock speed. What the user is interested in is MT/s, and that's
	   the number we display, so use the right unit.

	Add DDR5 memory types to the list
	   No information available yet about the contents of the DDR5 SPD
	   EEPROMs but we can already report the basic memory type.

	Decode manufacturing data for LPDDR3
	   I assume the manufacturing data format for LPDDR3 is the same
	   as regular DDR3.

	Fix the version string
	   We moved away from Subversion long ago, so $Revision$ and $Date$
	   are no longer being resolved. Just use the version of i2c-tools
	   itself.

	Point the user to the right driversHEADmaster
	   The header comment only mentioned the legacy eeprom driver, while
	   the at24 and ee1004 drivers should be used nowadays.
   2019-09-13 02:17:50 by Paul Goyette | Files touched by this commit (3)
Log message:
Update to 2019-09-03

Changes from upstream:

	Round DDR4 speed properly

	The cycle time of high-speed memory modules is stored rounded. We
	already have a heuristic to un-round it and display the expected
	speed for DDR3 modules. Use the same heuristic for DDR4.

	For example this will make PC4-17000 memory properly displayed as
	operating at 2133 MHz instead of 2132 MHz. As a side effect, this
	fixes a bug where the maximum speed wouldn't be listed in section
	"Timings at Standard Speeds" if it had been computed incorrectly
	due to the rounded cycle time.
   2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557)
Log message:
Bump PKGREVISIONs for perl 5.30.0
   2019-06-25 17:35:33 by Paul Goyette | Files touched by this commit (1)
Log message:
Resolve remaining pkglint issues:
	- move SUBST to post-extract (instead of pre-patch)
	- add rationale for the ONLY_FOR_PLATFORM

NFCI
   2019-06-25 17:19:36 by Paul Goyette | Files touched by this commit (1)
Log message:
Cleanup some issues found by pkglint.

NFCI
   2019-06-21 17:42:19 by Paul Goyette | Files touched by this commit (3)
Log message:
Update sysutils/decode-dimms to 0.0.20190619

Upstream change long:
	decode-dimms: Add MAC abbreviation for DDR4
	decode-dimms: display MAC from DDR3 SPD
   2019-06-17 23:03:51 by Paul Goyette | Files touched by this commit (3)
Log message:
Remove attempts to access linux-specific SPD ROM data sources /sys/...
and /proc/sys/...

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