<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libsysdecode, branch releng/12.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F12.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-08-20T10:59:49Z</updated>
<entry>
<title>Don't rebuild ioctl.c and relink libsysdecode if there are no changes</title>
<updated>2018-08-20T10:59:49Z</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson@FreeBSD.org</email>
</author>
<published>2018-08-20T10:59:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=23ff19c6275b10ba8f17dd389630ce4a6585941e'/>
<id>urn:sha1:23ff19c6275b10ba8f17dd389630ce4a6585941e</id>
<content type='text'>
Instead generate a temporary file and only overwrite ioctl.c if the
files are actually different.

Approved By:	jhb (mentor)
</content>
</entry>
<entry>
<title>Make mkioctls script work on Linux and MacOS</title>
<updated>2018-08-20T10:39:37Z</updated>
<author>
<name>Alex Richardson</name>
<email>arichardson@FreeBSD.org</email>
</author>
<published>2018-08-20T10:39:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ec45ce6222366e69adf1fad1b33ec8598229c8c0'/>
<id>urn:sha1:ec45ce6222366e69adf1fad1b33ec8598229c8c0</id>
<content type='text'>
Using find -s  will not work with the Linux or MacOS find command. We pipe
to sort instead since the only real requirement here is that the order
stays the same. While I am touching this file I also fixed a `==` construct
which is not supported by POSIX sh but appears to work on FreeBSD.

Reviewed By:	imp
Approved By:	jhb (mentor)
Differential Revision: https://reviews.freebsd.org/D14246
</content>
</entry>
<entry>
<title>Retire lmc(4)</title>
<updated>2018-05-01T16:30:48Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-05-01T16:30:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e6a376d196feea7a598005ad0ff2d7f04aa0889d'/>
<id>urn:sha1:e6a376d196feea7a598005ad0ff2d7f04aa0889d</id>
<content type='text'>
This driver supports legacy, 32-bit PCI devices, and had an ambiguous
license.  Supported devices were already reported to be rare in 2003
(when an earlier version of the driver was removed in r123201).

Reviewed by:	rgrimes
Relnotes:	Yes
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D15245
</content>
</entry>
<entry>
<title>libsysdecode: support errno and syscalls for arm64 Linux</title>
<updated>2018-04-26T18:54:00Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-04-26T18:54:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9a16bd169e8c40dcdaf5b38eecdd925706e57d4b'/>
<id>urn:sha1:9a16bd169e8c40dcdaf5b38eecdd925706e57d4b</id>
<content type='text'>
Sponsored by:	Turing Robotic Industries Inc.
</content>
</entry>
<entry>
<title>Share Linux errno table with libsysdecode</title>
<updated>2018-03-22T12:58:49Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-03-22T12:58:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1ac2776bbb79d5a653d62a1db6ae67cd8ddc909d'/>
<id>urn:sha1:1ac2776bbb79d5a653d62a1db6ae67cd8ddc909d</id>
<content type='text'>
Requested by:	jhb
Reviewed by:	jhb
Sponsored by:	Turing Robotic Industries Inc.
</content>
</entry>
<entry>
<title>Chase r331057 in libsysdecode erno table</title>
<updated>2018-03-16T15:15:25Z</updated>
<author>
<name>Ed Maste</name>
<email>emaste@FreeBSD.org</email>
</author>
<published>2018-03-16T15:15:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=06d481012612be7fbd3e9b4a979cc0513572e471'/>
<id>urn:sha1:06d481012612be7fbd3e9b4a979cc0513572e471</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The vmresult table was missing most of the values apart from two due to</title>
<updated>2018-03-12T13:32:51Z</updated>
<author>
<name>Bjoern A. Zeeb</name>
<email>bz@FreeBSD.org</email>
</author>
<published>2018-03-12T13:32:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=48e6891944bc3f475c666fbee5c4061c5e3320f8'/>
<id>urn:sha1:48e6891944bc3f475c666fbee5c4061c5e3320f8</id>
<content type='text'>
extra "_" in the names we grep for. Add the "_" to the pattern.

Reviewed by:	jhb
MFC after:	3 days
Sponsored by:	iXsystems, Inc.
</content>
</entry>
<entry>
<title>Bump date, which I missed in r328014. Thanks to jhb@ for reporting.</title>
<updated>2018-01-15T23:12:54Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2018-01-15T23:12:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=80098bb1fb088c8854ee63df3697c65d239453ea'/>
<id>urn:sha1:80098bb1fb088c8854ee63df3697c65d239453ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for decoding the nxt_flags, rcv_flags, and snd_flags of</title>
<updated>2018-01-15T20:37:11Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2018-01-15T20:37:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0faae8b922297815f2900c6b5672136e5da40caa'/>
<id>urn:sha1:0faae8b922297815f2900c6b5672136e5da40caa</id>
<content type='text'>
SCTP level cmsgs.
</content>
</entry>
<entry>
<title>Add support for decoding the type of a cmsg.</title>
<updated>2018-01-15T10:59:04Z</updated>
<author>
<name>Michael Tuexen</name>
<email>tuexen@FreeBSD.org</email>
</author>
<published>2018-01-15T10:59:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a826eb5a413324c5136f5094650cb15c8331c93f'/>
<id>urn:sha1:a826eb5a413324c5136f5094650cb15c8331c93f</id>
<content type='text'>
</content>
</entry>
</feed>
