| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
25 Jan 2008 06:06:10
0.8.3
|
stas  |
- Update to 0.8.3.
* Add a patch from Markus Strobl <markus.strobl@gmx.at> to fix WRMSR
ioctl. That was broken before. |
11 Nov 2007 17:27:47
0.8.2_1
|
stas  |
- Don't patch shebang line to avoid the build dependency on ruby18 port.
After unfreeze I'll change the shebang line patching code to use
sed instead of ruby. For now this solution will work since these files
already contains correct paths to ruby anyway.
PR: ports/112496
Submitted by: Victor Snezhko<snezhko@indorsoft.ru>
Approved by: portmgr (linimon) |
19 Jul 2007 23:50:15
0.8.2
|
stas  |
- Update to 0.8.2
* Chase CURRENT scheduler code update
* Fix building on 6-STABLE/amd64 [1] [2]
- Remove reference to unexsistent web page [3]
- Use new devcpu-data port for microcode updates.
PR: ports/114098 [1], ports/114103 [2]
Reported by: Simun Mikecin <numisemis@yahoo.com> [1],
Larry Rosenman <ler@lerctr.org> [2],
mnag [3] |
29 Jun 2007 10:16:42
0.8.1
|
linimon  |
Populate the 'kld' virtual category, for ports that install Kernel Loadable
modules.
Hat: portmgr |
03 May 2007 08:44:16
0.8.1
|
stas  |
- Update to 0.8.1
- Change mirror.
Changelog:
* Add CRITICAL microcode update from Intel for Core 2 Duo, Quad, Extreme.
Update is recommended (also check for your bios updates). |
02 Feb 2007 15:30:55
0.7
|
stas  |
- Fix typo.
Submitted by: netchild |
01 Feb 2007 21:52:14
0.8
|
stas  |
- Update to 0.8
- Add rcNG startup script that allows update cpucodes on startup
- Add utility to extract cpucodes from Award BIOS update images
- Add additional amd microcode upodate extracted from update images,
provided by pav@
Thanks to netchild@ and pav@ for suggestions and information regarding
BIOS updates. |
12 Dec 2006 11:26:03
0.7
|
stas  |
- Update to 0.7
Changes:
- Accuire sched lock when calling the is_sched_bound function.
Reported by: netchild@ |
11 Dec 2006 00:06:55
0.6_1
|
stas  |
- Install kernel module into the /boot/modules rather then into the kernel
default dir
- Rebuild cross-reference on uninstall
Reported by: Alexander Leidinger <Alexander@Leidinger.net> |
09 Dec 2006 00:35:54
0.6
|
stas  |
- Add port for sysutils/devcpu
This kernel module provides access to i386/amd64 CPUs MSR (Model Specific
Register) registers and cpuid info through /dev/cpu%d devices, where %d
corresponds to cpu number.
It can be used with x86info to retrive information available from MSR registers.
Additionally, this module can be used to update/replace microcode of cpus.
PR: ports/ports/102454
Submitted by: stas |