aboutsummaryrefslogtreecommitdiff
path: root/sysutils/devcpu
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired ports:Ruslan Makhmatkhanov2012-07-066-179/+0
| | | | | | | | | - sysutils/devcpu: Already included in base system - mail/squirreloutlook: Based on a vulnerable version of squirrelmail, use mail/squirrelmail for similar functionality Notes: svn path=/head/; revision=300557
* Mark DEPRECATED and set an EXPIRATION_DATE, port is in base system in allTilman Keskinoz2012-06-111-0/+3
| | | | | | | supported branches Notes: svn path=/head/; revision=299012
* - Remove conditional checks for FreeBSD 6.XPav Lucistnik2012-03-021-4/+0
| | | | | | | | | PR: ports/165608 Submitted by: pgollucci Approved by: portmgr (hat) Notes: svn path=/head/; revision=292531
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Remove trailing whitespaces.Emanuel Haupt2011-11-181-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=286031
* - Return my ports back to the pool. I was unable to make any fixes toStanislav Sedov2011-10-241-1/+1
| | | | | | | | | | | my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval). Notes: svn path=/head/; revision=284225
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Fix OSVERSION check.Stanislav Sedov2009-10-151-1/+1
| | | | Notes: svn path=/head/; revision=242880
* - Mark ignore on 7.2 and higher - alredy included into the base system.Stanislav Sedov2009-08-161-0/+4
| | | | Notes: svn path=/head/; revision=239662
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-4/+1
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217479
* - Update to 0.8.3.Stanislav Sedov2008-01-252-5/+5
| | | | | | | | * Add a patch from Markus Strobl <markus.strobl@gmx.at> to fix WRMSR ioctl. That was broken before. Notes: svn path=/head/; revision=206160
* - Don't patch shebang line to avoid the build dependency on ruby18 port.Stanislav Sedov2007-11-111-2/+1
| | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=202627
* - Update to 0.8.2Stanislav Sedov2007-07-194-137/+8
| | | | | | | | | | | | | | | * 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] Notes: svn path=/head/; revision=195922
* Populate the 'kld' virtual category, for ports that install Kernel LoadableMark Linimon2007-06-291-1/+1
| | | | | | | | | modules. Hat: portmgr Notes: svn path=/head/; revision=194441
* - Update to 0.8.1Stanislav Sedov2007-05-033-5/+17
| | | | | | | | | | | - Change mirror. Changelog: * Add CRITICAL microcode update from Intel for Core 2 Duo, Quad, Extreme. Update is recommended (also check for your bios updates). Notes: svn path=/head/; revision=191455
* - Fix typo.Stanislav Sedov2007-02-021-1/+1
| | | | | | | Submitted by: netchild Notes: svn path=/head/; revision=183961
* - Update to 0.8Stanislav Sedov2007-02-015-5/+88
| | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=183891
* - Update to 0.7Stanislav Sedov2006-12-122-5/+5
| | | | | | | | | | Changes: - Accuire sched lock when calling the is_sched_bound function. Reported by: netchild@ Notes: svn path=/head/; revision=179553
* - Install kernel module into the /boot/modules rather then into the kernelStanislav Sedov2006-12-112-0/+4
| | | | | | | | | | default dir - Rebuild cross-reference on uninstall Reported by: Alexander Leidinger <Alexander@Leidinger.net> Notes: svn path=/head/; revision=179446
* - Add port for sysutils/devcpuStanislav Sedov2006-12-095-0/+211
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 Notes: svn path=/head/; revision=179230