<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libnetgraph/Makefile, branch release/6.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F6.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2005-07-22T17:29:10Z</updated>
<entry>
<title>Insta-MFC of the shared library version bump.  All shared libraries</title>
<updated>2005-07-22T17:29:10Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2005-07-22T17:29:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=3f0da39ca54866a1b1c56f539e7af1c67942f1ce'/>
<id>urn:sha1:3f0da39ca54866a1b1c56f539e7af1c67942f1ce</id>
<content type='text'>
whose version has not already been bumped since RELENG_5 are being
bumped.

Revisions of files being MFC-ed:

&gt; Path						Revision
&gt; src/gnu/lib/libdialog/Makefile		1.43
&gt; src/gnu/lib/libg2c/Makefile			1.16
&gt; src/gnu/lib/libobjc/Makefile			1.27
&gt; src/gnu/lib/libreadline/Makefile.inc		1.12
&gt; src/gnu/lib/libregex/Makefile			1.32
&gt; src/gnu/lib/libstdc++/Makefile		1.56
&gt; src/kerberos5/lib/Makefile.inc		1.7
&gt; src/lib/Makefile.inc				1.3
&gt; src/lib/libalias/Makefile			1.31
&gt; src/lib/libarchive/Makefile			1.37
&gt; src/lib/libbegemot/Makefile			1.3
&gt; src/lib/libbluetooth/Makefile			1.2
&gt; src/lib/libbsnmp/Makefile.inc			1.6
&gt; src/lib/libbz2/Makefile			1.6
&gt; src/lib/libc_r/Makefile			1.42
&gt; src/lib/libcrypt/Makefile			1.36
&gt; src/lib/libdevstat/Makefile			1.15
&gt; src/lib/libdevstat/devstat.h			1.11
&gt; src/lib/libedit/Makefile			1.29
&gt; src/lib/libexpat/Makefile			1.5
&gt; src/lib/libfetch/Makefile			1.45
&gt; src/lib/libftpio/Makefile			1.14
&gt; src/lib/libgpib/Makefile			1.2
&gt; src/lib/libipsec/Makefile			1.17
&gt; src/lib/libkiconv/Makefile			1.3
&gt; src/lib/libmagic/Makefile			1.7
&gt; src/lib/libmp/Makefile			1.10
&gt; src/lib/libncp/Makefile			1.6
&gt; src/lib/libncurses/Makefile			1.79
&gt; src/lib/libnetgraph/Makefile			1.11
&gt; src/lib/libngatm/Makefile			1.6
&gt; src/lib/libopie/Makefile			1.21
&gt; src/lib/libpam/Makefile.inc			1.17
&gt; src/lib/libpthread/Makefile			1.54
&gt; src/lib/libradius/Makefile			1.12
&gt; src/lib/libsdp/Makefile			1.4
&gt; src/lib/libsmb/Makefile			1.8
&gt; src/lib/libtacplus/Makefile			1.7
&gt; src/lib/libthr/Makefile			1.14
&gt; src/lib/libthread_db/Makefile			1.6
&gt; src/lib/libugidfw/Makefile			1.7
&gt; src/lib/libusbhid/Makefile			1.10
&gt; src/lib/libutil/Makefile			1.57
&gt; src/lib/libvgl/Makefile			1.11
&gt; src/lib/libwrap/Makefile			1.17
&gt; src/lib/libypclnt/Makefile			1.13
&gt; src/lib/msun/Makefile				1.72
&gt; src/secure/lib/libcrypto/Makefile		1.74
&gt; src/secure/lib/libssh/Makefile		1.35
&gt; src/secure/lib/libssl/Makefile		1.22
&gt; src/usr.sbin/bsnmpd/modules/Makefile.inc	1.10

Reviewed by:	ru
Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>Increment WARNS.</title>
<updated>2004-01-28T00:11:42Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-01-28T00:11:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=254ae03ba3457721727bfe810a6bb84e9194cd06'/>
<id>urn:sha1:254ae03ba3457721727bfe810a6bb84e9194cd06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Added three new interfaces, NgAllocRecvMsg(), NgAllocRecvAsciiMsg(),</title>
<updated>2004-01-27T20:25:14Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-01-27T20:25:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d15ff417789ca1926d26a34db3d6c0137178cda6'/>
<id>urn:sha1:d15ff417789ca1926d26a34db3d6c0137178cda6</id>
<content type='text'>
  and NgAllocRecvData(), that dynamically allocate buffer for a binary
  message, an ascii message, and a data packet, respectively.  The size
  of the allocated buffer is equal to the socket's receive buffer size
  to guarantee that a message or a data packet is not truncated.

- Get rid of the static size buffer in NgSendAsciiMsg().

OK'ed by:	archie, julian
</content>
</entry>
<entry>
<title>Zap now-unused SHLIB_MINOR</title>
<updated>2002-09-28T00:25:32Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2002-09-28T00:25:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=224af215a6fe8d5e5e2c91cc97c48bdd67c991c7'/>
<id>urn:sha1:224af215a6fe8d5e5e2c91cc97c48bdd67c991c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set WARNS=2 on libraries that compile cleanly with it.</title>
<updated>2001-07-15T06:46:02Z</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-15T06:46:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=fe70891a02202ea5442a50695c71f4d1277fad54'/>
<id>urn:sha1:fe70891a02202ea5442a50695c71f4d1277fad54</id>
<content type='text'>
Submitted by:	Mike Barcroft &lt;mike@q9media.com&gt;
</content>
</entry>
<entry>
<title>MAN[1-9] -&gt; MAN.</title>
<updated>2001-03-27T17:27:19Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-03-27T17:27:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4a558355e5f3b4521cef56a6b705fa84be41dfa0'/>
<id>urn:sha1:4a558355e5f3b4521cef56a6b705fa84be41dfa0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Make sure the message token returned by NgSendMsg() is non-negative</title>
<updated>2000-06-21T23:01:07Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2000-06-21T23:01:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=33c22c64e90bb76e13d5cc546c25e3b52a6ac646'/>
<id>urn:sha1:33c22c64e90bb76e13d5cc546c25e3b52a6ac646</id>
<content type='text'>
- Have NgSendAsciiMsg() return the same token as NgSendMsg()
- Document that NgSendMsg() and NgSendAsciiMsg() return the token
- Add MLINKS for the functions defined in netgraph(3)
</content>
</entry>
<entry>
<title>Replace beforeinstall target with new variables used by .mk system.</title>
<updated>2000-01-14T07:57:47Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>2000-01-14T07:57:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947'/>
<id>urn:sha1:d05257b0f2bad8d76a4e0bb3cae2bdacb08ff947</id>
<content type='text'>
Reviewed by:	marcel, and make world
</content>
</entry>
<entry>
<title>Remove -g compiler flag.</title>
<updated>2000-01-03T12:01:30Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2000-01-03T12:01:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c292cf660ef0b9a996258ed4b4f1724129af9abf'/>
<id>urn:sha1:c292cf660ef0b9a996258ed4b4f1724129af9abf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add two new generic control messages, NGM_ASCII2BINARY and</title>
<updated>1999-11-30T02:45:32Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>1999-11-30T02:45:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=f8307e1233657707bc582110f07373c96d91943b'/>
<id>urn:sha1:f8307e1233657707bc582110f07373c96d91943b</id>
<content type='text'>
NGM_BINARY2ASCII, which convert control messages to ASCII and back.
This allows control messages to be sent and received in ASCII form
using ngctl(8), which makes ngctl a lot more useful.

This also allows all the type-specific debugging code in libnetgraph
to go away -- instead, we just ask the node itself to do the ASCII
translation for us.

Currently, all generic control messages are supported, as well as
messages associated with the following node types: async, cisco,
ksocket, and ppp.

See /usr/share/examples/netgraph/ngctl for an example of using this.

Also give ngctl(8) the ability to print out incoming data and
control messages at any time.  Eventually nghook(8) may be subsumed.

Several other misc. bug fixes.

Reviewed by:	julian
</content>
</entry>
</feed>
