<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/netatm/uni/sscf_uni_lower.c, branch releng/9.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F9.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2008-05-25T22:11:40Z</updated>
<entry>
<title>Remove netatm from HEAD as it is not MPSAFE and relies on the now removed</title>
<updated>2008-05-25T22:11:40Z</updated>
<author>
<name>Robert Watson</name>
<email>rwatson@FreeBSD.org</email>
</author>
<published>2008-05-25T22:11:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=e4372ceba044f2b6dbde2fabf95ce2717135d47c'/>
<id>urn:sha1:e4372ceba044f2b6dbde2fabf95ce2717135d47c</id>
<content type='text'>
NET_NEEDS_GIANT.  netatm has been disconnected from the build for ten
months in HEAD/RELENG_7.  Specifics:

- netatm include files
- netatm command line management tools
- libatm
- ATM parts in rescue and sysinstall
- sample configuration files and documents
- kernel support as a module or in NOTES
- netgraph wrapper nodes for netatm
- ctags data for netatm.
- netatm-specific device drivers.

MFC after:	3 weeks
Reviewed by:	bz
Discussed with:	bms, bz, harti
</content>
</entry>
<entry>
<title>Fix various compilation warnings for gcc-4.2.</title>
<updated>2007-06-23T00:02:20Z</updated>
<author>
<name>Matt Jacob</name>
<email>mjacob@FreeBSD.org</email>
</author>
<published>2007-06-23T00:02:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2a9a64c6a2c43649b24d6f0c9d82dabfeb01eeb9'/>
<id>urn:sha1:2a9a64c6a2c43649b24d6f0c9d82dabfeb01eeb9</id>
<content type='text'>
Approved by:	re (bruce)
</content>
</entry>
<entry>
<title>/* -&gt; /*- for license, minor formatting changes</title>
<updated>2005-01-07T01:45:51Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2005-01-07T01:45:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c398230b64aea809cb7c5cea8db580af7097920c'/>
<id>urn:sha1:c398230b64aea809cb7c5cea8db580af7097920c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Free the UNI vcc to the same zone from where it was allocated from.</title>
<updated>2003-07-24T12:24:41Z</updated>
<author>
<name>Hartmut Brandt</name>
<email>harti@FreeBSD.org</email>
</author>
<published>2003-07-24T12:24:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=892e9c9b57b72b000a146607c25fef2914d7a8e2'/>
<id>urn:sha1:892e9c9b57b72b000a146607c25fef2914d7a8e2</id>
<content type='text'>
This resulted in a panic when detaching the uni31 signalling manager.
</content>
</entry>
<entry>
<title>Use __FBSDID().</title>
<updated>2003-06-11T07:22:30Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2003-06-11T07:22:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=81a6b595de73885c3cfcdf0b1b46ca188e944fdd'/>
<id>urn:sha1:81a6b595de73885c3cfcdf0b1b46ca188e944fdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Change the ATM stack functions to use intptr_t instead of int for opaque</title>
<updated>2002-11-08T18:27:30Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2002-11-08T18:27:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=672cc99ed357cffbdc64853bbba0636f3169557f'/>
<id>urn:sha1:672cc99ed357cffbdc64853bbba0636f3169557f</id>
<content type='text'>
  arguments.
- Fix a few other places that assumed that sizeof(int) == sizeof(void *).

Reviewed by:	mdodd
</content>
</entry>
<entry>
<title>- Finish the uni part of the storage pool cleanup.  There should now only</title>
<updated>2002-06-13T14:32:51Z</updated>
<author>
<name>Andrew R. Reiter</name>
<email>arr@FreeBSD.org</email>
</author>
<published>2002-06-13T14:32:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=560edda3666c5bc3f71a2aea8d5c061296c2066a'/>
<id>urn:sha1:560edda3666c5bc3f71a2aea8d5c061296c2066a</id>
<content type='text'>
  be a few bits left to clean from the HARP code in terms of what is using
  the storage pools; once that's done, the memory management code can be
  removed entirely.

  This commit effectively changes the use of dynamic memory routines from
  atm_allocate, atm_free, atm_release_pool to uma_zcreate, uma_zalloc,
  uma_zfree, uma_zdestroy.
</content>
</entry>
<entry>
<title>Add back some now needed #include &lt;sys/systm.h&gt;</title>
<updated>2000-12-07T22:19:06Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-12-07T22:19:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a3671bc8c8df6fab77be05eb87f515614f04a001'/>
<id>urn:sha1:a3671bc8c8df6fab77be05eb87f515614f04a001</id>
<content type='text'>
Fix various warnings while here anyway.
</content>
</entry>
<entry>
<title>Remove more unused #includes.</title>
<updated>2000-10-30T07:42:06Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-10-30T07:42:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a3b266147daf35b8ac9e516ab6aef4d41ecf9062'/>
<id>urn:sha1:a3b266147daf35b8ac9e516ab6aef4d41ecf9062</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unneeded #include &lt;machine/clock.h&gt;</title>
<updated>2000-10-15T14:19:01Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2000-10-15T14:19:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=db7e3af11198d19592e7e6ef827f4817e823d450'/>
<id>urn:sha1:db7e3af11198d19592e7e6ef827f4817e823d450</id>
<content type='text'>
</content>
</entry>
</feed>
