<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/ngctl, 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>MFC style(9) and other non-functional fixes.</title>
<updated>2006-08-10T11:10:02Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2006-08-10T11:10:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ddc06fa479badd1503bc8a87d3eaac74cd44d2b7'/>
<id>urn:sha1:ddc06fa479badd1503bc8a87d3eaac74cd44d2b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Reduce the number of netgraph messages when listing</title>
<updated>2005-02-09T16:17:33Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-02-09T16:17:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=62f8299baab8c7192ca36e00a830892d77b7081d'/>
<id>urn:sha1:62f8299baab8c7192ca36e00a830892d77b7081d</id>
<content type='text'>
  nodes from (N + 1) to 1, where N is the number of
  nodes in the system.

- Implement "ls -l" which runs the "show" command for
  each node.

In collaboration with:	glebius
</content>
</entry>
<entry>
<title>Backout rev. 1.17 per ru@ request: there are net.graph.recvspace and</title>
<updated>2005-02-04T20:09:11Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2005-02-04T20:09:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c44e20ebec90d57a96cc08901413a5f5c3cf4235'/>
<id>urn:sha1:c44e20ebec90d57a96cc08901413a5f5c3cf4235</id>
<content type='text'>
net.graph.maxdgram sysctls.
</content>
</entry>
<entry>
<title>Added the EXIT STATUS section where appropriate.</title>
<updated>2005-01-17T07:44:44Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-01-17T07:44:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a866e170777b42fd7921eadd6e7e664f3a031d60'/>
<id>urn:sha1:a866e170777b42fd7921eadd6e7e664f3a031d60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Increase a socket receive buffer size.  This helps 'ngctl list'</title>
<updated>2004-11-25T09:27:56Z</updated>
<author>
<name>Maxim Konovalov</name>
<email>maxim@FreeBSD.org</email>
</author>
<published>2004-11-25T09:27:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b5974bdbab154d9fb090b3de74d68584ce56f956'/>
<id>urn:sha1:b5974bdbab154d9fb090b3de74d68584ce56f956</id>
<content type='text'>
to deal with a big number of nodes.

Submitted by:		archie
Approved by:		archie
Reported and tested:	Konstantin Timashkov
MFC after:		1 month
</content>
</entry>
<entry>
<title>Mechanically kill hard sentence breaks.</title>
<updated>2004-07-02T23:13:00Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-07-02T23:13:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=07bfccd71e05867cb46c11ea07ec0027794972b3'/>
<id>urn:sha1:07bfccd71e05867cb46c11ea07ec0027794972b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get rid of all (but one in write.c) static size buffers.</title>
<updated>2004-01-27T21:52:52Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-01-27T21:52:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9fe5fadaf1156dc9f0372c8a8a2623bc202aeb5c'/>
<id>urn:sha1:9fe5fadaf1156dc9f0372c8a8a2623bc202aeb5c</id>
<content type='text'>
</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>
</feed>
