<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/asmc, branch releng/10.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2014-10-30T08:04:48Z</updated>
<entry>
<title>MFC r273733, r273740 and r273773:</title>
<updated>2014-10-30T08:04:48Z</updated>
<author>
<name>Hans Petter Selasky</name>
<email>hselasky@FreeBSD.org</email>
</author>
<published>2014-10-30T08:04:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=468dd75365cacb2ebeff0496039d5ce136c1c63b'/>
<id>urn:sha1:468dd75365cacb2ebeff0496039d5ce136c1c63b</id>
<content type='text'>
The SYSCTL data pointers can come from userspace and must not be
directly accessed. Although this will work on some platforms, it can
throw an exception if the pointer is invalid and then panic the kernel.

Add a missing SYSCTL_IN() of "SCTP_BASE_STATS" structure.

Sponsored by:	Mellanox Technologies
</content>
</entry>
<entry>
<title>MFC r271975:</title>
<updated>2014-10-20T04:42:28Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2014-10-20T04:42:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=8e8e8e1b46691de89e16fc1a48d1ec530c91b44c'/>
<id>urn:sha1:8e8e8e1b46691de89e16fc1a48d1ec530c91b44c</id>
<content type='text'>
 Improvements to asmc(4):

 1. changed the code so that 2**16 keys are supported
 2. changed the number of possible fans in a system from 2 to 6
 3. added write support for some fan sysctls
 4. added a new sysctl which shows the ID of the fan
 5. added four more apple models with their temperature keys
 6. changed the maxnumber of temperature keys from 36 to 80
 7. replaced several fixed buf sizes to sizeof buf

 Obtained from:	     Denis Ahrens denis at h3q.com
</content>
</entry>
<entry>
<title>Merge r268303 from head:</title>
<updated>2014-09-03T23:29:06Z</updated>
<author>
<name>Gavin Atkinson</name>
<email>gavin@FreeBSD.org</email>
</author>
<published>2014-09-03T23:29:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e5d35ec02a102d0bd7a63e5b04e47df48db4bf9f'/>
<id>urn:sha1:e5d35ec02a102d0bd7a63e5b04e47df48db4bf9f</id>
<content type='text'>
  Add support to asmc(4) for Macmini 3,1.

PR:		190195
Submitted by:	fbsdbugs2 sentry.org
Relnotes:	yes
</content>
</entry>
<entry>
<title>Give device_printf format string to pacify clang warning.</title>
<updated>2012-11-09T14:58:26Z</updated>
<author>
<name>Roman Divacky</name>
<email>rdivacky@FreeBSD.org</email>
</author>
<published>2012-11-09T14:58:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=46c76550292e99f44ebc91cda57a6d84297daa5d'/>
<id>urn:sha1:46c76550292e99f44ebc91cda57a6d84297daa5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This isn't functionally identical.  In some cases a hint to disable</title>
<updated>2012-10-22T13:06:09Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-10-22T13:06:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a8de37b0244d1101e634922d018579cc3073318f'/>
<id>urn:sha1:a8de37b0244d1101e634922d018579cc3073318f</id>
<content type='text'>
unit 0 would in fact disable all units.

This reverts r241856

Approved by: cperciva (implicit)
</content>
</entry>
<entry>
<title>Now that device disabling is generic, remove extraneous code from the</title>
<updated>2012-10-22T03:41:14Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-10-22T03:41:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=76b7512247ab3bdfffaa4663ff1cc9b6c29cc915'/>
<id>urn:sha1:76b7512247ab3bdfffaa4663ff1cc9b6c29cc915</id>
<content type='text'>
device drivers that used to provide this feature.

Reviewed by:	des
Approved by:	cperciva
MFC after:	1 week
</content>
</entry>
<entry>
<title>Use %zu for size_t.</title>
<updated>2009-09-14T21:33:00Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2009-09-14T21:33:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f17bca826166cc989394aac3ac5a739397ecabfe'/>
<id>urn:sha1:f17bca826166cc989394aac3ac5a739397ecabfe</id>
<content type='text'>
Fix printf format string (again)

Pointed out by:	bde, ed
</content>
</entry>
<entry>
<title>Fix previous commit. I got it backwards.</title>
<updated>2009-09-14T16:16:07Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2009-09-14T16:16:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b660846ed8b9f51d9ff0cc9f019332aa7a13c48c'/>
<id>urn:sha1:b660846ed8b9f51d9ff0cc9f019332aa7a13c48c</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>Fix printf format string in asmc_key_dump().</title>
<updated>2009-09-14T15:53:30Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2009-09-14T15:53:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e1311070b0d0716eb4555a9ec49000a2f890ced7'/>
<id>urn:sha1:e1311070b0d0716eb4555a9ec49000a2f890ced7</id>
<content type='text'>
Spotted by:	tinderbox
MFC after:	1 week
</content>
</entry>
<entry>
<title>Make the sudden motion sensor work on older models and add a bit of</title>
<updated>2009-09-14T11:46:43Z</updated>
<author>
<name>Rui Paulo</name>
<email>rpaulo@FreeBSD.org</email>
</author>
<published>2009-09-14T11:46:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1269f4d431b01f8c035eefc393835b58d0b4dc17'/>
<id>urn:sha1:1269f4d431b01f8c035eefc393835b58d0b4dc17</id>
<content type='text'>
debugging.

Submitted by:	Christoph Langguth &lt;christoph at rosenkeller.org&gt;
MFC after:	1 week
</content>
</entry>
</feed>
