<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/ukbd, branch releng/7.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F7.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2006-09-27T19:57:02Z</updated>
<entry>
<title>Fix our ioctl(2) implementation when the argument is "int".  New</title>
<updated>2006-09-27T19:57:02Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-09-27T19:57:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=9fddcc6661d2cf7bb8e704308437d2b1674b50be'/>
<id>urn:sha1:9fddcc6661d2cf7bb8e704308437d2b1674b50be</id>
<content type='text'>
ioctls passing integer arguments should use the _IOWINT() macro.
This fixes a lot of ioctl's not working on sparc64, most notable
being keyboard/syscons ioctls.

Full ABI compatibility is provided, with the bonus of fixing the
handling of old ioctls on sparc64.

Reviewed by:	bde (with contributions)
Tested by:	emax, marius
MFC after:	1 week
</content>
</entry>
<entry>
<title>Let modules use the kernel's opt_*.h files if built along with</title>
<updated>2005-10-14T23:30:17Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2005-10-14T23:30:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=822923447e454b30d310cb46903c9ddeca9f0a7a'/>
<id>urn:sha1:822923447e454b30d310cb46903c9ddeca9f0a7a</id>
<content type='text'>
the kernel by wrapping all targets for fake opt_*.h files in
.if defined(KERNBUILDDIR).  Thus, such fake files won't be
created at all if modules are built with the kernel.

Some modules undergo cleanup like removing unused or unneeded
options or .h files, without which they wouldn't build this way
or the other.

Reviewed by:	ru
Tested by:	no binary changes in modules built alone
Tested on:	i386 sparc64 amd64
</content>
</entry>
<entry>
<title>Revert last commit: It fixed make universe but broke regular kernel make.</title>
<updated>2005-07-16T14:02:47Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-07-16T14:02:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fb321e8f23266364972bad96132578c4f403cbca'/>
<id>urn:sha1:fb321e8f23266364972bad96132578c4f403cbca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing reference to ukbdmap.h</title>
<updated>2005-07-16T09:18:03Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2005-07-16T09:18:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=16fd1721a17fb97fa556e0de03458f352558788c'/>
<id>urn:sha1:16fd1721a17fb97fa556e0de03458f352558788c</id>
<content type='text'>
Fixes build of ukbd module under "make universe"
</content>
</entry>
<entry>
<title>Release n_hibma's maintainership due to his ENOTIME.</title>
<updated>2005-06-04T10:58:39Z</updated>
<author>
<name>Jens Schweikhardt</name>
<email>schweikh@FreeBSD.org</email>
</author>
<published>2005-06-04T10:58:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e201f9ecd1023af7b0fd919a78b1a2b8246f72c0'/>
<id>urn:sha1:e201f9ecd1023af7b0fd919a78b1a2b8246f72c0</id>
<content type='text'>
Discussed with, okayed, authorized, requested by, on behalf of:	n_hibma (MAINTAINER)
</content>
</entry>
<entry>
<title>We don't need to generate vnode_if.h anymore</title>
<updated>2004-12-29T08:50:35Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-12-29T08:50:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a4aef7f9a43c5a49dcde36e5dba20635fe31305e'/>
<id>urn:sha1:a4aef7f9a43c5a49dcde36e5dba20635fe31305e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add usbdevs.h and pccarddevs.h to the build list, as appropriate.  This is needed to build as part of world or in src/sys/modules.</title>
<updated>2004-06-27T12:33:20Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-06-27T12:33:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4c42b42a79b4606b6d4ae87932475197586e377d'/>
<id>urn:sha1:4c42b42a79b4606b6d4ae87932475197586e377d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use double quotes instead of single quotes for echos to build options</title>
<updated>2003-12-29T09:15:48Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2003-12-29T09:15:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=04bf9e6707e7473cf66b322d1107b0a00069eac5'/>
<id>urn:sha1:04bf9e6707e7473cf66b322d1107b0a00069eac5</id>
<content type='text'>
headers as in most other modules Makefiles (5 yesterday, none now).
Fixed any simple nearby style bugs (not many).
</content>
</entry>
<entry>
<title>Drop &lt;bsd.man.mk&gt; support from &lt;bsd.kmod.mk&gt;.</title>
<updated>2002-01-11T15:49:02Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-01-11T15:49:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=17d6c636720d00f77e5d098daf4c278f89d84f7b'/>
<id>urn:sha1:17d6c636720d00f77e5d098daf4c278f89d84f7b</id>
<content type='text'>
Not objected to by:	-current
</content>
</entry>
<entry>
<title>Use a consistent style and one much closer to the rest of /usr/src</title>
<updated>2001-01-06T14:00:42Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-01-06T14:00:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c68159a6d8eede11766cf13896d0f7670dbd51aa'/>
<id>urn:sha1:c68159a6d8eede11766cf13896d0f7670dbd51aa</id>
<content type='text'>
</content>
</entry>
</feed>
