<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sbin/modload, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>The infrastructure to build these fellows has been replaced with kld.</title>
<updated>1999-04-24T21:04:04+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-04-24T21:04:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1464cddcddfd91d45c643841a2b16617916c5402'/>
<id>1464cddcddfd91d45c643841a2b16617916c5402</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "-aout" option when calling the linker, so that this will work</title>
<updated>1998-08-12T02:39:23+00:00</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1998-08-12T02:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c42a51a6ff4425f40e9f2c77c30120fbba8b9c8c'/>
<id>c42a51a6ff4425f40e9f2c77c30120fbba8b9c8c</id>
<content type='text'>
in an ELF world.  This will have to be revisited when the kernel
moves to ELF.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in an ELF world.  This will have to be revisited when the kernel
moves to ELF.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add rcsid, remove unused #includes, spelling.</title>
<updated>1998-07-06T07:07:41+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1998-07-06T07:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=89a3081b413c026818c91f53e13ac00dd36e2494'/>
<id>89a3081b413c026818c91f53e13ac00dd36e2494</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed printf format errors.</title>
<updated>1998-06-28T19:36:49+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-06-28T19:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7abda51bbc180a92f11c069e5ad572c7ee196e81'/>
<id>7abda51bbc180a92f11c069e5ad572c7ee196e81</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.Sh AUTHOR -&gt; .Sh AUTHORS. Use .An/.Aq.</title>
<updated>1998-03-19T07:46:04+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1998-03-19T07:46:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=68085a0ef1637b849dd3c2257c3e9a250d39dd91'/>
<id>68085a0ef1637b849dd3c2257c3e9a250d39dd91</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable simultaneous use of -u and -p options.  Release any resources before</title>
<updated>1997-08-21T22:33:59+00:00</updated>
<author>
<name>Jonathan Lemon</name>
<email>jlemon@FreeBSD.org</email>
</author>
<published>1997-08-21T22:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e816bc97674a8e1e1e22406190f25ba36540bd90'/>
<id>e816bc97674a8e1e1e22406190f25ba36540bd90</id>
<content type='text'>
calling post-processing script.
PR:		2864
Submitted by:	Mike Spengler &lt;mks@msc.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
calling post-processing script.
PR:		2864
Submitted by:	Mike Spengler &lt;mks@msc.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Prepare to remove the declaration of sys_siglist from &lt;unistd.h&gt;.</title>
<updated>1997-06-29T20:38:38+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1997-06-29T20:38:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2bdcf54dc66f378ed2e1b4580c9d3822ab03fb18'/>
<id>2bdcf54dc66f378ed2e1b4580c9d3822ab03fb18</id>
<content type='text'>
It should only be declared in &lt;signal.h&gt; if at all.  Modload used
to depend on getting it from &lt;unistd.h&gt; because it only included
&lt;sys/signal.h&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It should only be declared in &lt;signal.h&gt; if at all.  Modload used
to depend on getting it from &lt;unistd.h&gt; because it only included
&lt;sys/signal.h&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>compare return value from getopt against -1 rather than EOF, per the final</title>
<updated>1997-03-29T03:33:12+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>1997-03-29T03:33:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8d64695c7c6791641c71b15441665bafc43c2bd0'/>
<id>8d64695c7c6791641c71b15441665bafc43c2bd0</id>
<content type='text'>
posix standard on the topic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
posix standard on the topic.
</pre>
</div>
</content>
</entry>
<entry>
<title>Compile under Lite2 (getopt() is in unistd.h etc)</title>
<updated>1997-03-11T12:23:09+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-03-11T12:23:09+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b4f70931e0fbdae124799a25243210f866473e0c'/>
<id>b4f70931e0fbdae124799a25243210f866473e0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert $FreeBSD$ to $Id$</title>
<updated>1997-02-22T14:40:44+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-02-22T14:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c0ec1f37ef32e9f3d3b1ad77f6af2fa650a1dc82'/>
<id>c0ec1f37ef32e9f3d3b1ad77f6af2fa650a1dc82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
