<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/ngctl/Makefile, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-03-30T08:25:53Z</updated>
<entry>
<title>Merge rev. 1.17:</title>
<updated>2007-03-30T08:25:53Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2007-03-30T08:25:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d94fe148388c77943069427f8ea6529c4c5d742a'/>
<id>urn:sha1:d94fe148388c77943069427f8ea6529c4c5d742a</id>
<content type='text'>
  Do not build the libedit support if NO_LIBPTHREAD is defined.

  PR:		bin/104478
  Submitted by:	Mike Durian &lt;durian shadetreesoftware.com&gt;
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2006-08-10T11:11:49Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-08-10T11:11:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a761568f91811cf14dfe902f0151f214d7436ea0'/>
<id>urn:sha1:a761568f91811cf14dfe902f0151f214d7436ea0</id>
<content type='text'>
  Add line edit and history support to ngctl(8) via editline(3).

  Details:
  - The main thread runs editline(3) functions, that can block.
  - A separate thread is launched to monitor netgraph sockets.
  - The access to the descriptors is protected by a mutex. At
    runtime the monitoring thread owns the mutex. When the main
    thread reads a command from el_gets() it asks the monitoring
    thread to release a mutex and sleep until the main thread
    processes the command.

  This makes ngctl(8) depend on libedit, and libpthread. Thus, the
  new functionality isn't compiled in if release is being built
  with -DRELEASE_CRUNCH.

  PR:             bin/87352
  Reviewed by:    ru, Nuno Antunes &lt;nuno.antunes gmail.com&gt;
</content>
</entry>
<entry>
<title>Make this WARNS=3 clean.</title>
<updated>2004-01-26T10:27:18Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-01-26T10:27:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=723c1c2ee877347697efcbdb5667908b47e60514'/>
<id>urn:sha1:723c1c2ee877347697efcbdb5667908b47e60514</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a GraphViz-exporting ngctl(8) "dot" command.  You can now create</title>
<updated>2004-01-09T03:19:40Z</updated>
<author>
<name>Brian Feldman</name>
<email>green@FreeBSD.org</email>
</author>
<published>2004-01-09T03:19:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=bbd6d60a851df80fc6225e4078d62943f72bea9e'/>
<id>urn:sha1:bbd6d60a851df80fc6225e4078d62943f72bea9e</id>
<content type='text'>
very useful .dot files of your netgraph(4) to quickly visualize the
nodes, hooks and edges.  An example of this can be found here:
	http://people.freebsd.org/~green/sample-netgraph-dot.ps
If anyone would like to refine the output further, please do so.
</content>
</entry>
<entry>
<title>Add ngctl "write" command.</title>
<updated>2002-01-22T22:01:25Z</updated>
<author>
<name>Archie Cobbs</name>
<email>archie@FreeBSD.org</email>
</author>
<published>2002-01-22T22:01:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=be44fce4fa625d364840c43683a672c345b73a84'/>
<id>urn:sha1:be44fce4fa625d364840c43683a672c345b73a84</id>
<content type='text'>
MFC after:	1 week
</content>
</entry>
<entry>
<title>Perform a major cleanup of the usr.sbin Makefiles.</title>
<updated>2001-07-20T06:20:32Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-07-20T06:20:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=90e655ea4e3750a48b8b350adb823f0ace818f21'/>
<id>urn:sha1:90e655ea4e3750a48b8b350adb823f0ace818f21</id>
<content type='text'>
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
</content>
</entry>
<entry>
<title>Remove GCC'isms in CFLAGS.</title>
<updated>2001-07-20T04:23:13Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-07-20T04:23:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ac24b049cc3d78097a804c9ce72cf44fdfa59456'/>
<id>urn:sha1:ac24b049cc3d78097a804c9ce72cf44fdfa59456</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Backout botched attempt to introduce MANSECT feature.</title>
<updated>2001-03-26T14:42:20Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-03-26T14:42:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=345e52e74228df732bb0c9732aca0fc0404c360d'/>
<id>urn:sha1:345e52e74228df732bb0c9732aca0fc0404c360d</id>
<content type='text'>
- MAN[1-9] -&gt; MAN.
</content>
</entry>
<entry>
<title>Set the default manual section for usr.sbin/ to 8.</title>
<updated>2001-03-20T18:17:26Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-03-20T18:17:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c73e22c3d47a3cff43c30a39e6aa4692e07316c8'/>
<id>urn:sha1:c73e22c3d47a3cff43c30a39e6aa4692e07316c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Backout my previous commit, it appearantly doesn't work for asynchronous</title>
<updated>2001-03-17T08:59:31Z</updated>
<author>
<name>Poul-Henning Kamp</name>
<email>phk@FreeBSD.org</email>
</author>
<published>2001-03-17T08:59:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0c5c7719e63c6b5f828db5fa22f2c89dfa9d53ac'/>
<id>urn:sha1:0c5c7719e63c6b5f828db5fa22f2c89dfa9d53ac</id>
<content type='text'>
messages.
</content>
</entry>
</feed>
