<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tteras/quagga/HACKING, branch zrm.patch</title>
<subtitle>tteras' quagga tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/quagga/'/>
<entry>
<title>2005-11-10 Paul Jakma &lt;paul.jakma@sun.com&gt;</title>
<updated>2005-11-10T10:21:19+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2005-11-10T10:21:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/quagga/commit/?id=ca6383ba74cca26d8e33184a1c2abc69a1149ef9'/>
<id>ca6383ba74cca26d8e33184a1c2abc69a1149ef9</id>
<content type='text'>
	* HACKING: Add recommendation to provide a single Subject
	  style description to the commit message.
	  Add some recommendations for ChangeLog.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* HACKING: Add recommendation to provide a single Subject
	  style description to the commit message.
	  Add some recommendations for ChangeLog.
</pre>
</div>
</content>
</entry>
<entry>
<title>2005-04-25 Paul Jakma &lt;paul.jakma@sun.com&gt;</title>
<updated>2005-04-25T00:37:03+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2005-04-25T00:37:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/quagga/commit/?id=74a2dd7b773e9f8db0f38c40b3e6e9b32d597a0a'/>
<id>74a2dd7b773e9f8db0f38c40b3e6e9b32d597a0a</id>
<content type='text'>
	* HACKING: Add some notes about build system changes, to
	  document common oversights (common for me anyway).
	  Seperate sections with two newlines, easier to read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* HACKING: Add some notes about build system changes, to
	  document common oversights (common for me anyway).
	  Seperate sections with two newlines, easier to read.
</pre>
</div>
</content>
</entry>
<entry>
<title>2005-04-07 Paul Jakma &lt;paul.jakma@sun.com&gt;</title>
<updated>2005-04-07T07:30:20+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2005-04-07T07:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/quagga/commit/?id=1eb8ef2584833f18fb674e127d59cb5a7f771482'/>
<id>1eb8ef2584833f18fb674e127d59cb5a7f771482</id>
<content type='text'>
	* (global): Fix up list loops to match changes in lib/linklist,
	  and some basic auditing of usage.
	* configure.ac: define QUAGGA_NO_DEPRECATED_INTERFACES
	* HACKING: Add notes about deprecating interfaces and commands.
	* lib/linklist.h: Add usage comments.
	  Rename getdata macro to listgetdata.
	  Rename nextnode to listnextnode and fix its odd behaviour to be
	  less dangerous.
	  Make listgetdata macro assert node is not null, NULL list entries
          should be bug condition.
          ALL_LIST_ELEMENTS, new macro, forward-referencing macro for use
          with for loop, Suggested by Jim Carlson of Sun.
          Add ALL_LIST_ELEMENTS_RO for cases which obviously do not need the
          "safety" of previous macro.
	  LISTNODE_ADD and DELETE macros renamed to ATTACH, DETACH, to
	  distinguish from the similarly named functions, and reflect their
	  effect better.
	  Add a QUAGGA_NO_DEPRECATED_INTERFACES define guarded section
	  with the old defines which were modified above,
	  for backwards compatibility - guarded to prevent Quagga using it..
	* lib/linklist.c: fix up for linklist.h changes.
	* ospf6d/ospf6_abr.c: (ospf6_abr_examin_brouter) change to a single
	  scan of the area list, rather than scanning all areas first for
	  INTER_ROUTER and then again for INTER_NETWORK. According to
	  16.2, the scan should be area specific anyway, and further
	  ospf6d does not seem to implement 16.3 anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* (global): Fix up list loops to match changes in lib/linklist,
	  and some basic auditing of usage.
	* configure.ac: define QUAGGA_NO_DEPRECATED_INTERFACES
	* HACKING: Add notes about deprecating interfaces and commands.
	* lib/linklist.h: Add usage comments.
	  Rename getdata macro to listgetdata.
	  Rename nextnode to listnextnode and fix its odd behaviour to be
	  less dangerous.
	  Make listgetdata macro assert node is not null, NULL list entries
          should be bug condition.
          ALL_LIST_ELEMENTS, new macro, forward-referencing macro for use
          with for loop, Suggested by Jim Carlson of Sun.
          Add ALL_LIST_ELEMENTS_RO for cases which obviously do not need the
          "safety" of previous macro.
	  LISTNODE_ADD and DELETE macros renamed to ATTACH, DETACH, to
	  distinguish from the similarly named functions, and reflect their
	  effect better.
	  Add a QUAGGA_NO_DEPRECATED_INTERFACES define guarded section
	  with the old defines which were modified above,
	  for backwards compatibility - guarded to prevent Quagga using it..
	* lib/linklist.c: fix up for linklist.h changes.
	* ospf6d/ospf6_abr.c: (ospf6_abr_examin_brouter) change to a single
	  scan of the area list, rather than scanning all areas first for
	  INTER_ROUTER and then again for INTER_NETWORK. According to
	  16.2, the scan should be area specific anyway, and further
	  ospf6d does not seem to implement 16.3 anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>2005-04-05 Paul Jakma &lt;paul@dishone.st&gt;</title>
<updated>2005-04-05T10:14:50+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2005-04-05T10:14:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/quagga/commit/?id=6a52470660000bb6ddba971dc5c40b3422ab49bc'/>
<id>6a52470660000bb6ddba971dc5c40b3422ab49bc</id>
<content type='text'>
	* HACKING: Expand on the importance of supplying good ChangeLog's in
	  the PATCH SUBMISSION section.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* HACKING: Expand on the importance of supplying good ChangeLog's in
	  the PATCH SUBMISSION section.
</pre>
</div>
</content>
</entry>
<entry>
<title>2005-04-05 Paul Jakma &lt;paul@dishone.st&gt;</title>
<updated>2005-04-05T10:10:06+00:00</updated>
<author>
<name>paul</name>
<email>paul</email>
</author>
<published>2005-04-05T10:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/quagga/commit/?id=208f0b7e73d8543b03297b74e3893e2c12735963'/>
<id>208f0b7e73d8543b03297b74e3893e2c12735963</id>
<content type='text'>
	* HACKING: remove the 'manually patch redhat/quagga.spec' bit
	  from RELEASE section. Let the rpm revision be CONFDATE, will work
	  fine.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* HACKING: remove the 'manually patch redhat/quagga.spec' bit
	  from RELEASE section. Let the rpm revision be CONFDATE, will work
	  fine.
</pre>
</div>
</content>
</entry>
<entry>
<title>add release procedure, noting redhat spec oddness</title>
<updated>2005-02-23T16:20:07+00:00</updated>
<author>
<name>gdt</name>
<email>gdt</email>
</author>
<published>2005-02-23T16:20:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/quagga/commit/?id=0d7e9134d828d5aee8c83960bb706a726cdc2ec4'/>
<id>0d7e9134d828d5aee8c83960bb706a726cdc2ec4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added -p to the recommended diff flags.</title>
<updated>2005-02-23T11:54:12+00:00</updated>
<author>
<name>hasso</name>
<email>hasso</email>
</author>
<published>2005-02-23T11:54:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/quagga/commit/?id=e69b9e40c74d9d910934c94c63c08e36e9799e00'/>
<id>e69b9e40c74d9d910934c94c63c08e36e9799e00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2004-12-21 Andrew J. Schorr &lt;ajschorr@alumni.princeton.edu&gt;</title>
<updated>2004-12-22T03:16:59+00:00</updated>
<author>
<name>ajs</name>
<email>ajs</email>
</author>
<published>2004-12-22T03:16:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/quagga/commit/?id=8035e9f0a7cc3fc148abf42789012bc22b28e0c1'/>
<id>8035e9f0a7cc3fc148abf42789012bc22b28e0c1</id>
<content type='text'>
	* NEWS: Note addition of watchquagga.
	* HACKING: Note that watchquagga is in testing phase.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* NEWS: Note addition of watchquagga.
	* HACKING: Note that watchquagga is in testing phase.
</pre>
</div>
</content>
</entry>
<entry>
<title>2004-12-03 Andrew J. Schorr &lt;ajschorr@alumni.princeton.edu&gt;</title>
<updated>2004-12-03T19:03:33+00:00</updated>
<author>
<name>ajs</name>
<email>ajs</email>
</author>
<published>2004-12-03T19:03:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/quagga/commit/?id=5e76477456ce8bc4a1eeaccb5c5e1d3d99ab1300'/>
<id>5e76477456ce8bc4a1eeaccb5c5e1d3d99ab1300</id>
<content type='text'>
	* HACKING: Indicate that header files should be consulted for
	  documentation, particularly logging levels in lib/log.h.
	* log.h: Document appropriate use of syslog logging priorities
	  inside quagga.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* HACKING: Indicate that header files should be consulted for
	  documentation, particularly logging levels in lib/log.h.
	* log.h: Document appropriate use of syslog logging priorities
	  inside quagga.
</pre>
</div>
</content>
</entry>
<entry>
<title>Note that &lt;dollar&gt;Id:$ should be included in all files.</title>
<updated>2004-11-15T19:23:47+00:00</updated>
<author>
<name>gdt</name>
<email>gdt</email>
</author>
<published>2004-11-15T19:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/user/tteras/quagga/commit/?id=697877eb8bf90860bcc1a00d5748abb13212fb35'/>
<id>697877eb8bf90860bcc1a00d5748abb13212fb35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
