<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>gitweb.dragonflybsd.org Git - dragonfly.git/atom log</title>
<subtitle>DragonFly Project GIT Source repo</subtitle>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git" />
<link rel="self" type="text/xml" href="http://gitweb.dragonflybsd.org/dragonfly.git/atom" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git</id>
<author><name>Fred</name></author>
<icon>/git-favicon.png</icon>
<logo>/git-logo.png</logo>
<updated>2012-05-21T08:58:31Z</updated>
<generator version='1.6.4.2.253.g0b1fac.dirty/1.7.7.2'>gitweb</generator>
<entry>
<title type="html">igb: Add to x86_64 and i386 GENERIC</title>
<updated>2012-05-21T08:58:31Z</updated>
<author>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</author>
<contributor>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</contributor>
<published>2012-05-21T08:58:31Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0382a624ad6f8d2da809fa0032aae8f8ff308058" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0382a624ad6f8d2da809fa0032aae8f8ff308058</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
igb: Add to x86_64 and i386 GENERIC
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/37be18d68af376d566f7b213475371a3c20116e6..0382a624ad6f8d2da809fa0032aae8f8ff308058:/sys/config/GENERIC">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/0382a624ad6f8d2da809fa0032aae8f8ff308058:/sys/config/GENERIC">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/0382a624ad6f8d2da809fa0032aae8f8ff308058?f=sys/config/GENERIC">H</a>] sys/config/GENERIC</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/37be18d68af376d566f7b213475371a3c20116e6..0382a624ad6f8d2da809fa0032aae8f8ff308058:/sys/config/X86_64_GENERIC">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/0382a624ad6f8d2da809fa0032aae8f8ff308058:/sys/config/X86_64_GENERIC">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/0382a624ad6f8d2da809fa0032aae8f8ff308058?f=sys/config/X86_64_GENERIC">H</a>] sys/config/X86_64_GENERIC</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">LINT: Add igb(4)</title>
<updated>2012-05-21T08:35:02Z</updated>
<author>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</author>
<contributor>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</contributor>
<published>2012-05-21T08:35:02Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/37be18d68af376d566f7b213475371a3c20116e6" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/37be18d68af376d566f7b213475371a3c20116e6</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
LINT: Add igb(4)
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/e12d3396c777165504d60d2a1408dcd7cb63660d..37be18d68af376d566f7b213475371a3c20116e6:/sys/config/LINT">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/37be18d68af376d566f7b213475371a3c20116e6:/sys/config/LINT">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/37be18d68af376d566f7b213475371a3c20116e6?f=sys/config/LINT">H</a>] sys/config/LINT</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">libc -- dmalloc: Call malloc_init as-needed, rather than via cc constructor.</title>
<updated>2012-05-20T14:10:56Z</updated>
<author>
  <name>Venkatesh Srinivas</name>
  <email>me@endeavour.zapto.org</email>
</author>
<contributor>
  <name>Venkatesh Srinivas</name>
  <email>me@endeavour.zapto.org</email>
</contributor>
<published>2012-05-20T14:10:56Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e12d3396c777165504d60d2a1408dcd7cb63660d" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e12d3396c777165504d60d2a1408dcd7cb63660d</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
libc -- dmalloc: Call malloc_init as-needed, rather than via cc constructor.

dmalloc requires its own _nmalloc_thr_init be called before it can service
allocations. Applications with preinit arrays were able to call malloc before
constructors ran, which caused them to crash on uninitialized allocator state.

The change uses a flag to test for allocator init state. It is also careful
to not allow _nmalloc_thr_init to be called recursively from within pthread
initialization (slglobal.masked).

Reported-by: marino@
Closes-bug: 2305
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb..e12d3396c777165504d60d2a1408dcd7cb63660d:/lib/libc/stdlib/dmalloc.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/e12d3396c777165504d60d2a1408dcd7cb63660d:/lib/libc/stdlib/dmalloc.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/e12d3396c777165504d60d2a1408dcd7cb63660d?f=lib/libc/stdlib/dmalloc.c">H</a>] lib/libc/stdlib/dmalloc.c</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">netif: Remove no longer used e1000 layout</title>
<updated>2012-05-20T13:52:01Z</updated>
<author>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</author>
<contributor>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</contributor>
<published>2012-05-20T13:52:01Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
netif: Remove no longer used e1000 layout
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/LICENSE">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/LICENSE">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/LICENSE">H</a>] sys/dev/netif/e1000/LICENSE</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/Makefile">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/Makefile">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/Makefile">H</a>] sys/dev/netif/e1000/Makefile</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/README">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/README">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/README">H</a>] sys/dev/netif/e1000/README</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_80003es2lan.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_80003es2lan.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_80003es2lan.c">H</a>] sys/dev/netif/e1000/e1000_80003es2lan.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_80003es2lan.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_80003es2lan.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_80003es2lan.h">H</a>] sys/dev/netif/e1000/e1000_80003es2lan.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82540.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82540.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_82540.c">H</a>] sys/dev/netif/e1000/e1000_82540.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82541.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82541.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_82541.c">H</a>] sys/dev/netif/e1000/e1000_82541.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82541.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82541.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_82541.h">H</a>] sys/dev/netif/e1000/e1000_82541.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82542.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82542.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_82542.c">H</a>] sys/dev/netif/e1000/e1000_82542.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82543.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82543.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_82543.c">H</a>] sys/dev/netif/e1000/e1000_82543.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82543.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82543.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_82543.h">H</a>] sys/dev/netif/e1000/e1000_82543.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82571.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82571.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_82571.c">H</a>] sys/dev/netif/e1000/e1000_82571.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82571.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82571.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_82571.h">H</a>] sys/dev/netif/e1000/e1000_82571.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82575.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82575.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_82575.c">H</a>] sys/dev/netif/e1000/e1000_82575.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82575.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_82575.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_82575.h">H</a>] sys/dev/netif/e1000/e1000_82575.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_api.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_api.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_api.c">H</a>] sys/dev/netif/e1000/e1000_api.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_api.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_api.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_api.h">H</a>] sys/dev/netif/e1000/e1000_api.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_defines.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_defines.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_defines.h">H</a>] sys/dev/netif/e1000/e1000_defines.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_hw.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_hw.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_hw.h">H</a>] sys/dev/netif/e1000/e1000_hw.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_ich8lan.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_ich8lan.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_ich8lan.c">H</a>] sys/dev/netif/e1000/e1000_ich8lan.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_ich8lan.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_ich8lan.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_ich8lan.h">H</a>] sys/dev/netif/e1000/e1000_ich8lan.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_mac.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_mac.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_mac.c">H</a>] sys/dev/netif/e1000/e1000_mac.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_mac.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_mac.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_mac.h">H</a>] sys/dev/netif/e1000/e1000_mac.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_manage.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_manage.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_manage.c">H</a>] sys/dev/netif/e1000/e1000_manage.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_manage.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_manage.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_manage.h">H</a>] sys/dev/netif/e1000/e1000_manage.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_nvm.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_nvm.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_nvm.c">H</a>] sys/dev/netif/e1000/e1000_nvm.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_nvm.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_nvm.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_nvm.h">H</a>] sys/dev/netif/e1000/e1000_nvm.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_osdep.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_osdep.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_osdep.c">H</a>] sys/dev/netif/e1000/e1000_osdep.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_osdep.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_osdep.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_osdep.h">H</a>] sys/dev/netif/e1000/e1000_osdep.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_phy.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_phy.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_phy.c">H</a>] sys/dev/netif/e1000/e1000_phy.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_phy.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_phy.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_phy.h">H</a>] sys/dev/netif/e1000/e1000_phy.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_regs.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/e1000_regs.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/e1000_regs.h">H</a>] sys/dev/netif/e1000/e1000_regs.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/if_igb.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/if_igb.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/if_igb.c">H</a>] sys/dev/netif/e1000/if_igb.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/if_igb.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/if_igb.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/if_igb.h">H</a>] sys/dev/netif/e1000/if_igb.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/ifcap_defines.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/ifcap_defines.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/ifcap_defines.h">H</a>] sys/dev/netif/e1000/ifcap_defines.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0..7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/igb/Makefile">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb:/sys/dev/netif/e1000/igb/Makefile">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7a7e10d6267ef12bf6e84d69a9e77fec14d6dccb?f=sys/dev/netif/e1000/igb/Makefile">H</a>] sys/dev/netif/e1000/igb/Makefile</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">igb: Import Intel igb-2.2.3</title>
<updated>2012-04-25T12:42:40Z</updated>
<author>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</author>
<contributor>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</contributor>
<published>2012-04-25T12:42:40Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1f7e39164ad5f027de33e6ab66b689a95bef99e0</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
igb: Import Intel igb-2.2.3

Local changes
- Laundry the code
- Rewrite busdma related code
- Rewrite RX path
- Enable hardware TX IP chesksum

Integration w/ DragonFly's RSS and TX path optimization will be
conducted in the repository.

Tested-with: 82576 82575EB
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/62583d18dc2a28bc895c990a84da658de0ee9337..1f7e39164ad5f027de33e6ab66b689a95bef99e0:/sys/conf/files">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/1f7e39164ad5f027de33e6ab66b689a95bef99e0:/sys/conf/files">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/1f7e39164ad5f027de33e6ab66b689a95bef99e0?f=sys/conf/files">H</a>] sys/conf/files</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/62583d18dc2a28bc895c990a84da658de0ee9337..1f7e39164ad5f027de33e6ab66b689a95bef99e0:/sys/config/LINT64">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/1f7e39164ad5f027de33e6ab66b689a95bef99e0:/sys/config/LINT64">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/1f7e39164ad5f027de33e6ab66b689a95bef99e0?f=sys/config/LINT64">H</a>] sys/config/LINT64</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/62583d18dc2a28bc895c990a84da658de0ee9337..1f7e39164ad5f027de33e6ab66b689a95bef99e0:/sys/dev/netif/Makefile">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/1f7e39164ad5f027de33e6ab66b689a95bef99e0:/sys/dev/netif/Makefile">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/1f7e39164ad5f027de33e6ab66b689a95bef99e0?f=sys/dev/netif/Makefile">H</a>] sys/dev/netif/Makefile</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/62583d18dc2a28bc895c990a84da658de0ee9337..1f7e39164ad5f027de33e6ab66b689a95bef99e0:/sys/dev/netif/igb/Makefile">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/1f7e39164ad5f027de33e6ab66b689a95bef99e0:/sys/dev/netif/igb/Makefile">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/1f7e39164ad5f027de33e6ab66b689a95bef99e0?f=sys/dev/netif/igb/Makefile">H</a>] sys/dev/netif/igb/Makefile</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/62583d18dc2a28bc895c990a84da658de0ee9337..1f7e39164ad5f027de33e6ab66b689a95bef99e0:/sys/dev/netif/igb/if_igb.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/1f7e39164ad5f027de33e6ab66b689a95bef99e0:/sys/dev/netif/igb/if_igb.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/1f7e39164ad5f027de33e6ab66b689a95bef99e0?f=sys/dev/netif/igb/if_igb.c">H</a>] sys/dev/netif/igb/if_igb.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/62583d18dc2a28bc895c990a84da658de0ee9337..1f7e39164ad5f027de33e6ab66b689a95bef99e0:/sys/dev/netif/igb/if_igb.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/1f7e39164ad5f027de33e6ab66b689a95bef99e0:/sys/dev/netif/igb/if_igb.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/1f7e39164ad5f027de33e6ab66b689a95bef99e0?f=sys/dev/netif/igb/if_igb.h">H</a>] sys/dev/netif/igb/if_igb.h</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">ig_hal: Merge Intel igb-2.2.3 HAL w/ em-7.2.4 HAL</title>
<updated>2012-04-19T14:11:00Z</updated>
<author>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</author>
<contributor>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</contributor>
<published>2012-04-19T14:11:00Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/62583d18dc2a28bc895c990a84da658de0ee9337" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/62583d18dc2a28bc895c990a84da658de0ee9337</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
ig_hal: Merge Intel igb-2.2.3 HAL w/ em-7.2.4 HAL
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/conf/files">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/conf/files">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/conf/files">H</a>] sys/conf/files</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/Makefile">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/Makefile">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/Makefile">H</a>] sys/dev/netif/ig_hal/Makefile</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_82575.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_82575.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_82575.c">H</a>] sys/dev/netif/ig_hal/e1000_82575.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_82575.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_82575.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_82575.h">H</a>] sys/dev/netif/ig_hal/e1000_82575.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_api.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_api.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_api.c">H</a>] sys/dev/netif/ig_hal/e1000_api.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_api.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_api.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_api.h">H</a>] sys/dev/netif/ig_hal/e1000_api.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_defines.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_defines.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_defines.h">H</a>] sys/dev/netif/ig_hal/e1000_defines.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_hw.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_hw.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_hw.h">H</a>] sys/dev/netif/ig_hal/e1000_hw.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_mac.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_mac.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_mac.c">H</a>] sys/dev/netif/ig_hal/e1000_mac.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_mac.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_mac.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_mac.h">H</a>] sys/dev/netif/ig_hal/e1000_mac.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_manage.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_manage.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_manage.c">H</a>] sys/dev/netif/ig_hal/e1000_manage.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_manage.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_manage.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_manage.h">H</a>] sys/dev/netif/ig_hal/e1000_manage.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_mbx.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_mbx.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_mbx.c">H</a>] sys/dev/netif/ig_hal/e1000_mbx.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_mbx.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_mbx.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_mbx.h">H</a>] sys/dev/netif/ig_hal/e1000_mbx.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_osdep.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_osdep.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_osdep.c">H</a>] sys/dev/netif/ig_hal/e1000_osdep.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_phy.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_phy.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_phy.c">H</a>] sys/dev/netif/ig_hal/e1000_phy.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_phy.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_phy.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_phy.h">H</a>] sys/dev/netif/ig_hal/e1000_phy.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_regs.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_regs.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_regs.h">H</a>] sys/dev/netif/ig_hal/e1000_regs.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_vf.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_vf.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_vf.c">H</a>] sys/dev/netif/ig_hal/e1000_vf.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f..62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_vf.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/62583d18dc2a28bc895c990a84da658de0ee9337:/sys/dev/netif/ig_hal/e1000_vf.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/62583d18dc2a28bc895c990a84da658de0ee9337?f=sys/dev/netif/ig_hal/e1000_vf.h">H</a>] sys/dev/netif/ig_hal/e1000_vf.h</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">e1000: Unhook from building, prepare for the new igb</title>
<updated>2012-04-19T13:57:50Z</updated>
<author>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</author>
<contributor>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</contributor>
<published>2012-04-19T13:57:50Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a8f39717d893c0e9d0193b120cc5b9e10135f23f</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
e1000: Unhook from building, prepare for the new igb
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/f0ad1374e24e72d2ebe62a2b74306a87b40665ee..a8f39717d893c0e9d0193b120cc5b9e10135f23f:/sys/dev/netif/Makefile">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/a8f39717d893c0e9d0193b120cc5b9e10135f23f:/sys/dev/netif/Makefile">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/a8f39717d893c0e9d0193b120cc5b9e10135f23f?f=sys/dev/netif/Makefile">H</a>] sys/dev/netif/Makefile</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">kernel/devfs: Remove the unused devfs Makefile.</title>
<updated>2012-05-20T02:47:11Z</updated>
<author>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</author>
<contributor>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</contributor>
<published>2012-05-20T02:47:11Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f0ad1374e24e72d2ebe62a2b74306a87b40665ee" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f0ad1374e24e72d2ebe62a2b74306a87b40665ee</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
kernel/devfs: Remove the unused devfs Makefile.
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/f7db522fa2f1fcbb76a20e92dd738d7ba2b7004b..f0ad1374e24e72d2ebe62a2b74306a87b40665ee:/sys/vfs/devfs/Makefile">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/f0ad1374e24e72d2ebe62a2b74306a87b40665ee:/sys/vfs/devfs/Makefile">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/f0ad1374e24e72d2ebe62a2b74306a87b40665ee?f=sys/vfs/devfs/Makefile">H</a>] sys/vfs/devfs/Makefile</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">kernel -- tmpfs: Convert tmpfs inode counter to per-mount field</title>
<updated>2012-05-19T03:33:56Z</updated>
<author>
  <name>Venkatesh Srinivas</name>
  <email>me@endeavour.zapto.org</email>
</author>
<contributor>
  <name>Venkatesh Srinivas</name>
  <email>me@endeavour.zapto.org</email>
</contributor>
<published>2012-05-19T03:33:56Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f7db522fa2f1fcbb76a20e92dd738d7ba2b7004b" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f7db522fa2f1fcbb76a20e92dd738d7ba2b7004b</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
kernel -- tmpfs: Convert tmpfs inode counter to per-mount field

tmpfs used a global counter under a spinlock to set inode numbers. This
should be a per-mount field, protected by the mount lock.
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/9d2581a4a95a2c6e734108466a41beaf206a192f..f7db522fa2f1fcbb76a20e92dd738d7ba2b7004b:/sys/vfs/tmpfs/tmpfs.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/f7db522fa2f1fcbb76a20e92dd738d7ba2b7004b:/sys/vfs/tmpfs/tmpfs.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/f7db522fa2f1fcbb76a20e92dd738d7ba2b7004b?f=sys/vfs/tmpfs/tmpfs.h">H</a>] sys/vfs/tmpfs/tmpfs.h</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/9d2581a4a95a2c6e734108466a41beaf206a192f..f7db522fa2f1fcbb76a20e92dd738d7ba2b7004b:/sys/vfs/tmpfs/tmpfs_subr.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/f7db522fa2f1fcbb76a20e92dd738d7ba2b7004b:/sys/vfs/tmpfs/tmpfs_subr.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/f7db522fa2f1fcbb76a20e92dd738d7ba2b7004b?f=sys/vfs/tmpfs/tmpfs_subr.c">H</a>] sys/vfs/tmpfs/tmpfs_subr.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/9d2581a4a95a2c6e734108466a41beaf206a192f..f7db522fa2f1fcbb76a20e92dd738d7ba2b7004b:/sys/vfs/tmpfs/tmpfs_vfsops.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/f7db522fa2f1fcbb76a20e92dd738d7ba2b7004b:/sys/vfs/tmpfs/tmpfs_vfsops.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/f7db522fa2f1fcbb76a20e92dd738d7ba2b7004b?f=sys/vfs/tmpfs/tmpfs_vfsops.c">H</a>] sys/vfs/tmpfs/tmpfs_vfsops.c</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">amr(4): Some fixes.</title>
<updated>2012-05-18T23:57:25Z</updated>
<author>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</author>
<contributor>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</contributor>
<published>2012-05-18T23:57:25Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9d2581a4a95a2c6e734108466a41beaf206a192f" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9d2581a4a95a2c6e734108466a41beaf206a192f</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
amr(4): Some fixes.

* Bring in some small updates from FreeBSD.

* Add MODULE_VERSION.

* Make the interrupt handler MPSAFE. This was a porting oversight by me.
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/7993828e0289d359d01f317ea0b3b5e4de7e89a1..9d2581a4a95a2c6e734108466a41beaf206a192f:/sys/dev/raid/amr/amr.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/9d2581a4a95a2c6e734108466a41beaf206a192f:/sys/dev/raid/amr/amr.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/9d2581a4a95a2c6e734108466a41beaf206a192f?f=sys/dev/raid/amr/amr.c">H</a>] sys/dev/raid/amr/amr.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/7993828e0289d359d01f317ea0b3b5e4de7e89a1..9d2581a4a95a2c6e734108466a41beaf206a192f:/sys/dev/raid/amr/amr_cam.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/9d2581a4a95a2c6e734108466a41beaf206a192f:/sys/dev/raid/amr/amr_cam.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/9d2581a4a95a2c6e734108466a41beaf206a192f?f=sys/dev/raid/amr/amr_cam.c">H</a>] sys/dev/raid/amr/amr_cam.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/7993828e0289d359d01f317ea0b3b5e4de7e89a1..9d2581a4a95a2c6e734108466a41beaf206a192f:/sys/dev/raid/amr/amr_pci.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/9d2581a4a95a2c6e734108466a41beaf206a192f:/sys/dev/raid/amr/amr_pci.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/9d2581a4a95a2c6e734108466a41beaf206a192f?f=sys/dev/raid/amr/amr_pci.c">H</a>] sys/dev/raid/amr/amr_pci.c</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">Fix some typos in manual pages.</title>
<updated>2012-05-18T18:10:50Z</updated>
<author>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</author>
<contributor>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</contributor>
<published>2012-05-18T18:10:50Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7993828e0289d359d01f317ea0b3b5e4de7e89a1" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7993828e0289d359d01f317ea0b3b5e4de7e89a1</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
Fix some typos in manual pages.
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/9d2766f48f18145e5432f362a2531a23d68ae0f9..7993828e0289d359d01f317ea0b3b5e4de7e89a1:/share/man/man4/rdrand.4">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7993828e0289d359d01f317ea0b3b5e4de7e89a1:/share/man/man4/rdrand.4">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7993828e0289d359d01f317ea0b3b5e4de7e89a1?f=share/man/man4/rdrand.4">H</a>] share/man/man4/rdrand.4</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/9d2766f48f18145e5432f362a2531a23d68ae0f9..7993828e0289d359d01f317ea0b3b5e4de7e89a1:/usr.sbin/pciconf/pciconf.8">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/7993828e0289d359d01f317ea0b3b5e4de7e89a1:/usr.sbin/pciconf/pciconf.8">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/7993828e0289d359d01f317ea0b3b5e4de7e89a1?f=usr.sbin/pciconf/pciconf.8">H</a>] usr.sbin/pciconf/pciconf.8</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">bsd-family-tree: Sync with FreeBSD.</title>
<updated>2012-05-18T16:53:28Z</updated>
<author>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</author>
<contributor>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</contributor>
<published>2012-05-18T16:53:28Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9d2766f48f18145e5432f362a2531a23d68ae0f9" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9d2766f48f18145e5432f362a2531a23d68ae0f9</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
bsd-family-tree: Sync with FreeBSD.
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/30dc8b2aab97ab9fc89a398ebed33265a2633f4f..9d2766f48f18145e5432f362a2531a23d68ae0f9:/share/misc/bsd-family-tree">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/9d2766f48f18145e5432f362a2531a23d68ae0f9:/share/misc/bsd-family-tree">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/9d2766f48f18145e5432f362a2531a23d68ae0f9?f=share/misc/bsd-family-tree">H</a>] share/misc/bsd-family-tree</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">builtin.1: Bring in some enhancements from FreeBSD.</title>
<updated>2012-05-18T11:16:32Z</updated>
<author>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</author>
<contributor>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</contributor>
<published>2012-05-18T11:16:32Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/30dc8b2aab97ab9fc89a398ebed33265a2633f4f" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/30dc8b2aab97ab9fc89a398ebed33265a2633f4f</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
builtin.1: Bring in some enhancements from FreeBSD.

It is modeled after what they did but based on what we actually have in
our shells' source.

* Use &quot;No**&quot; to mark commands which exist externally but are implemented
  as a script executing the builtin.

* Some further explanations and mdoc fixes.
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/90626e10554b17750c4e4a248ac2818a04e17970..30dc8b2aab97ab9fc89a398ebed33265a2633f4f:/share/man/man1/builtin.1">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/30dc8b2aab97ab9fc89a398ebed33265a2633f4f:/share/man/man1/builtin.1">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/30dc8b2aab97ab9fc89a398ebed33265a2633f4f?f=share/man/man1/builtin.1">H</a>] share/man/man1/builtin.1</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">builtin.1: Add two more built-in commands.</title>
<updated>2012-05-18T11:05:09Z</updated>
<author>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</author>
<contributor>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</contributor>
<published>2012-05-18T11:05:09Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/90626e10554b17750c4e4a248ac2818a04e17970" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/90626e10554b17750c4e4a248ac2818a04e17970</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
builtin.1: Add two more built-in commands.
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/e2289e662c3359b2b9633c68463fb19d04c39130..90626e10554b17750c4e4a248ac2818a04e17970:/share/man/man1/Makefile">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/90626e10554b17750c4e4a248ac2818a04e17970:/share/man/man1/Makefile">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/90626e10554b17750c4e4a248ac2818a04e17970?f=share/man/man1/Makefile">H</a>] share/man/man1/Makefile</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/e2289e662c3359b2b9633c68463fb19d04c39130..90626e10554b17750c4e4a248ac2818a04e17970:/share/man/man1/builtin.1">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/90626e10554b17750c4e4a248ac2818a04e17970:/share/man/man1/builtin.1">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/90626e10554b17750c4e4a248ac2818a04e17970?f=share/man/man1/builtin.1">H</a>] share/man/man1/builtin.1</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">tcp: Implement RFC4653 Non-Congestion Robustness (NCR)</title>
<updated>2012-05-18T07:29:39Z</updated>
<author>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</author>
<contributor>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</contributor>
<published>2012-05-18T07:29:39Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e2289e662c3359b2b9633c68463fb19d04c39130" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e2289e662c3359b2b9633c68463fb19d04c39130</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
tcp: Implement RFC4653 Non-Congestion Robustness (NCR)

It is enabled by default and can be disabled using sysctl node:
net.inet.tcp.ncr

As far as I have tested on heavily reordered network path, this
algorithm does avoid most of the spurious fast retransmits.  While
on the normal network path, the fast retransmits stil could be
triggered properly.
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/27f4bf33a422f9e803c99486da10d8bc052a5493..e2289e662c3359b2b9633c68463fb19d04c39130:/sys/netinet/tcp_input.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/e2289e662c3359b2b9633c68463fb19d04c39130:/sys/netinet/tcp_input.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/e2289e662c3359b2b9633c68463fb19d04c39130?f=sys/netinet/tcp_input.c">H</a>] sys/netinet/tcp_input.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/27f4bf33a422f9e803c99486da10d8bc052a5493..e2289e662c3359b2b9633c68463fb19d04c39130:/sys/netinet/tcp_sack.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/e2289e662c3359b2b9633c68463fb19d04c39130:/sys/netinet/tcp_sack.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/e2289e662c3359b2b9633c68463fb19d04c39130?f=sys/netinet/tcp_sack.c">H</a>] sys/netinet/tcp_sack.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/27f4bf33a422f9e803c99486da10d8bc052a5493..e2289e662c3359b2b9633c68463fb19d04c39130:/sys/netinet/tcp_subr.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/e2289e662c3359b2b9633c68463fb19d04c39130:/sys/netinet/tcp_subr.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/e2289e662c3359b2b9633c68463fb19d04c39130?f=sys/netinet/tcp_subr.c">H</a>] sys/netinet/tcp_subr.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/27f4bf33a422f9e803c99486da10d8bc052a5493..e2289e662c3359b2b9633c68463fb19d04c39130:/sys/netinet/tcp_var.h">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/e2289e662c3359b2b9633c68463fb19d04c39130:/sys/netinet/tcp_var.h">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/e2289e662c3359b2b9633c68463fb19d04c39130?f=sys/netinet/tcp_var.h">H</a>] sys/netinet/tcp_var.h</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">tcp: Improve RFC3517bis support</title>
<updated>2012-05-18T02:33:21Z</updated>
<author>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</author>
<contributor>
  <name>Sepherosa Ziehau</name>
  <email>sephe@dragonflybsd.org</email>
</contributor>
<published>2012-05-18T02:33:21Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/27f4bf33a422f9e803c99486da10d8bc052a5493" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/27f4bf33a422f9e803c99486da10d8bc052a5493</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
tcp: Improve RFC3517bis support

- Factor out tcp_fast_recovery()
- Delay fast retransmit or fast recovery for duplicated ACK which
  carries data or updates receiving window, so that
  o  The segments sent by fast retransmit/recovery could carry
     proper ack sequence and SACK information.
  o  Receiving window could get updated, so more new data could be
     injected into the network by the fast recovery.
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/06bb314fa00e37de0400b34de21093ef05b00c9e..27f4bf33a422f9e803c99486da10d8bc052a5493:/sys/netinet/tcp_input.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/27f4bf33a422f9e803c99486da10d8bc052a5493:/sys/netinet/tcp_input.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/27f4bf33a422f9e803c99486da10d8bc052a5493?f=sys/netinet/tcp_input.c">H</a>] sys/netinet/tcp_input.c</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">kernel: Remove some bogus casts to the own type.</title>
<updated>2012-05-17T23:52:22Z</updated>
<author>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</author>
<contributor>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</contributor>
<published>2012-05-17T23:52:22Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/06bb314fa00e37de0400b34de21093ef05b00c9e" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/06bb314fa00e37de0400b34de21093ef05b00c9e</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
kernel: Remove some bogus casts to the own type.
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/0d469121259bfd8a7532385f3074275a8bd7d55b..06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/pc32/i386/busdma_machdep.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/pc32/i386/busdma_machdep.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/06bb314fa00e37de0400b34de21093ef05b00c9e?f=sys/platform/pc32/i386/busdma_machdep.c">H</a>] sys/platform/pc32/i386/busdma_machdep.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/0d469121259bfd8a7532385f3074275a8bd7d55b..06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/pc32/i386/mp_machdep.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/pc32/i386/mp_machdep.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/06bb314fa00e37de0400b34de21093ef05b00c9e?f=sys/platform/pc32/i386/mp_machdep.c">H</a>] sys/platform/pc32/i386/mp_machdep.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/0d469121259bfd8a7532385f3074275a8bd7d55b..06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/pc32/i386/pmap.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/pc32/i386/pmap.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/06bb314fa00e37de0400b34de21093ef05b00c9e?f=sys/platform/pc32/i386/pmap.c">H</a>] sys/platform/pc32/i386/pmap.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/0d469121259bfd8a7532385f3074275a8bd7d55b..06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/pc32/isa/prof_machdep.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/pc32/isa/prof_machdep.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/06bb314fa00e37de0400b34de21093ef05b00c9e?f=sys/platform/pc32/isa/prof_machdep.c">H</a>] sys/platform/pc32/isa/prof_machdep.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/0d469121259bfd8a7532385f3074275a8bd7d55b..06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/pc64/isa/prof_machdep.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/pc64/isa/prof_machdep.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/06bb314fa00e37de0400b34de21093ef05b00c9e?f=sys/platform/pc64/isa/prof_machdep.c">H</a>] sys/platform/pc64/isa/prof_machdep.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/0d469121259bfd8a7532385f3074275a8bd7d55b..06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/pc64/x86_64/busdma_machdep.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/pc64/x86_64/busdma_machdep.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/06bb314fa00e37de0400b34de21093ef05b00c9e?f=sys/platform/pc64/x86_64/busdma_machdep.c">H</a>] sys/platform/pc64/x86_64/busdma_machdep.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/0d469121259bfd8a7532385f3074275a8bd7d55b..06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/pc64/x86_64/machdep.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/pc64/x86_64/machdep.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/06bb314fa00e37de0400b34de21093ef05b00c9e?f=sys/platform/pc64/x86_64/machdep.c">H</a>] sys/platform/pc64/x86_64/machdep.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/0d469121259bfd8a7532385f3074275a8bd7d55b..06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/vkernel/platform/busdma_machdep.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/vkernel/platform/busdma_machdep.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/06bb314fa00e37de0400b34de21093ef05b00c9e?f=sys/platform/vkernel/platform/busdma_machdep.c">H</a>] sys/platform/vkernel/platform/busdma_machdep.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/0d469121259bfd8a7532385f3074275a8bd7d55b..06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/vkernel/platform/copyio.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/vkernel/platform/copyio.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/06bb314fa00e37de0400b34de21093ef05b00c9e?f=sys/platform/vkernel/platform/copyio.c">H</a>] sys/platform/vkernel/platform/copyio.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/0d469121259bfd8a7532385f3074275a8bd7d55b..06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/vkernel64/platform/busdma_machdep.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/vkernel64/platform/busdma_machdep.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/06bb314fa00e37de0400b34de21093ef05b00c9e?f=sys/platform/vkernel64/platform/busdma_machdep.c">H</a>] sys/platform/vkernel64/platform/busdma_machdep.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/0d469121259bfd8a7532385f3074275a8bd7d55b..06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/vkernel64/platform/copyio.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/vkernel64/platform/copyio.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/06bb314fa00e37de0400b34de21093ef05b00c9e?f=sys/platform/vkernel64/platform/copyio.c">H</a>] sys/platform/vkernel64/platform/copyio.c</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/0d469121259bfd8a7532385f3074275a8bd7d55b..06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/vkernel64/platform/pmap.c">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/06bb314fa00e37de0400b34de21093ef05b00c9e:/sys/platform/vkernel64/platform/pmap.c">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/06bb314fa00e37de0400b34de21093ef05b00c9e?f=sys/platform/vkernel64/platform/pmap.c">H</a>] sys/platform/vkernel64/platform/pmap.c</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">builtin.1: Sync with what we have.</title>
<updated>2012-05-17T23:03:10Z</updated>
<author>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</author>
<contributor>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</contributor>
<published>2012-05-17T23:03:10Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0d469121259bfd8a7532385f3074275a8bd7d55b" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0d469121259bfd8a7532385f3074275a8bd7d55b</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
builtin.1: Sync with what we have.
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/cb794183d1a5e1fa69be7a55c46e59d9f4d2d660..0d469121259bfd8a7532385f3074275a8bd7d55b:/share/man/man1/Makefile">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/0d469121259bfd8a7532385f3074275a8bd7d55b:/share/man/man1/Makefile">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/0d469121259bfd8a7532385f3074275a8bd7d55b?f=share/man/man1/Makefile">H</a>] share/man/man1/Makefile</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/cb794183d1a5e1fa69be7a55c46e59d9f4d2d660..0d469121259bfd8a7532385f3074275a8bd7d55b:/share/man/man1/builtin.1">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/0d469121259bfd8a7532385f3074275a8bd7d55b:/share/man/man1/builtin.1">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/0d469121259bfd8a7532385f3074275a8bd7d55b?f=share/man/man1/builtin.1">H</a>] share/man/man1/builtin.1</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">share/man/man1/Makefile: One MLINK per line.</title>
<updated>2012-05-17T21:48:20Z</updated>
<author>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</author>
<contributor>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</contributor>
<published>2012-05-17T21:48:20Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cb794183d1a5e1fa69be7a55c46e59d9f4d2d660" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cb794183d1a5e1fa69be7a55c46e59d9f4d2d660</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
share/man/man1/Makefile: One MLINK per line.
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/6a2fca969f2788204e15730e255a0d8eeb994e8a..cb794183d1a5e1fa69be7a55c46e59d9f4d2d660:/share/man/man1/Makefile">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/cb794183d1a5e1fa69be7a55c46e59d9f4d2d660:/share/man/man1/Makefile">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/cb794183d1a5e1fa69be7a55c46e59d9f4d2d660?f=share/man/man1/Makefile">H</a>] share/man/man1/Makefile</li>
</ul>
</div>
</content>
</entry>
<entry>
<title type="html">examples/rconfig: Some fixes to our installation scripts.</title>
<updated>2012-05-17T20:17:53Z</updated>
<author>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</author>
<contributor>
  <name>Sascha Wildner</name>
  <email>saw@online.de</email>
</contributor>
<published>2012-05-17T20:17:53Z</published>
<link rel="alternate" type="text/html" href="http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6a2fca969f2788204e15730e255a0d8eeb994e8a" />
<id>http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6a2fca969f2788204e15730e255a0d8eeb994e8a</id>
<content type="xhtml" xml:base="http://gitweb.dragonflybsd.org">
<div xmlns="http://www.w3.org/1999/xhtml">
<pre>
examples/rconfig: Some fixes to our installation scripts.

* Allow the script to be run in a netbooted scenario, too.

* Raise the default size of the root partition to 768M (like the
  installer's default).

* While here, add some comments and whitespace.

Submitted-by: Joachim de Groot &lt;jdegroot@web.de&gt;
</pre><ul>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/b96eeefdbef8ad746365c234181372389428cc11..6a2fca969f2788204e15730e255a0d8eeb994e8a:/share/examples/rconfig/encrypted_root.sh">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/6a2fca969f2788204e15730e255a0d8eeb994e8a:/share/examples/rconfig/encrypted_root.sh">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/6a2fca969f2788204e15730e255a0d8eeb994e8a?f=share/examples/rconfig/encrypted_root.sh">H</a>] share/examples/rconfig/encrypted_root.sh</li>
<li>[<a title="diff" href="http://gitweb.dragonflybsd.org/dragonfly.git/blobdiff/b96eeefdbef8ad746365c234181372389428cc11..6a2fca969f2788204e15730e255a0d8eeb994e8a:/share/examples/rconfig/hammer.sh">D</a><a title="blame" href="http://gitweb.dragonflybsd.org/dragonfly.git/blame/6a2fca969f2788204e15730e255a0d8eeb994e8a:/share/examples/rconfig/hammer.sh">B</a><a title="history" href="http://gitweb.dragonflybsd.org/dragonfly.git/history/6a2fca969f2788204e15730e255a0d8eeb994e8a?f=share/examples/rconfig/hammer.sh">H</a>] share/examples/rconfig/hammer.sh</li>
</ul>
</div>
</content>
</entry>
</feed>

