ru
485e003d41
Mechanically kill hard sentence breaks.
2004-07-02 23:13:00 +00:00
ru
f1a8f2927b
Get rid of all (but one in write.c) static size buffers.
2004-01-27 21:52:52 +00:00
ru
c75a0961d6
Make this WARNS=3 clean.
2004-01-26 10:27:18 +00:00
green
d5dc1eabda
Add a GraphViz-exporting ngctl(8) "dot" command. You can now create
...
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.
2004-01-09 03:19:40 +00:00
charnier
3a3699c37a
Use fprintf() instead of errx() when displaying usage string. The program name
...
will not be written twice.
2004-01-04 16:11:29 +00:00
harti
0477cc1e11
Get rid of the old constants which did not include the trailing NUL
...
and use the new constants which do.
2003-11-12 13:04:44 +00:00
fenner
0d299a3912
Add missing "of".
2002-12-14 00:20:43 +00:00
des
c91c856b3e
Usage style sweep: spell "usage" with a small 'u'.
...
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
2002-04-22 13:44:47 +00:00
archie
75b7ec25bb
Add ngctl "write" command.
...
MFC after: 1 week
2002-01-22 22:01:25 +00:00
ru
e6bcd7b5b8
mdoc(7) police: utilize the new .Ex macro.
2001-08-15 09:09:47 +00:00
obrien
4b92fa588b
Perform a major cleanup of the usr.sbin Makefiles.
...
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.
2001-07-20 06:20:32 +00:00
obrien
b64625adfb
Remove GCC'isms in CFLAGS.
2001-07-20 04:23:13 +00:00
dd
7d1013753f
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
ru
5617dbcc22
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:12:08 +00:00
ru
b15a893144
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
ru
42350947e7
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
phk
f029c2324e
Unrevert something which shouldn't have been reverted in the previous revert.
...
(Yes, I'm going to bed now to get some much needed sleep...)
2001-03-17 11:43:36 +00:00
phk
43893d1859
Backout my previous commit, it appearantly doesn't work for asynchronous
...
messages.
2001-03-17 08:59:31 +00:00
phk
0f1180106c
Add -ledit to ngctl.
...
Somebody submitted this long time ago, and it has been sitting in my
tree for months because I thought archie would pick it up.
Submitted by: (sorry, lost track)
2001-03-16 19:35:07 +00:00
ru
fe2efd38b3
mdoc(7) police: removed history info from the .Os FreeBSD call.
2000-12-14 11:52:05 +00:00
ru
77559ae015
mdoc(7) police: use certified section headers wherever possible.
2000-11-17 11:44:16 +00:00
ben
354e118452
remove trailing periods from SEE ALSO.
2000-11-15 17:27:54 +00:00
archie
3b25712a62
Fix bug in "read" command.
...
Submitted by: Dave Cornelius <dc@packetdesign.com>
2000-10-10 01:34:20 +00:00
archie
481414c510
Remove unused variable.
...
PR: bin/20052
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
2000-07-20 17:17:49 +00:00
phk
1a460b7643
Yellow hat this way: forgot cvs add.
2000-07-03 17:39:24 +00:00
phk
1412169cf7
Experiemntal ascii based device configuration mechanism.
...
This may or may not survive, decision will be made well before 5.0-R
2000-07-03 13:34:18 +00:00
archie
354b207233
When the 'msg' command is used from the command line, check for a
...
synchronous reply, and display it (if any) before exiting.
Requested by: phk
2000-06-20 18:51:38 +00:00
archie
42d342323f
Field structure changed name from 'typename' -> 'type_name'.
2000-05-01 23:30:46 +00:00
archie
b751202f4e
Remove erroneous built-in help information for the 'msg' command.
2000-03-13 19:23:16 +00:00
sheldonh
840cf958b8
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 14:09:25 +00:00
archie
a09df5baba
No need to try loading ng_socket.ko, as NgMkSockNode() does that
...
for us now if necessary.
2000-01-28 00:50:28 +00:00
julian
43a2ce7ae3
Manual page style work.
...
Submitted by: Alexey Zelkin <phantom@FreeBSD.org>
thanks!
1999-12-21 01:25:21 +00:00
archie
f95f4dac4c
Add two new generic control messages, NGM_ASCII2BINARY and
...
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
1999-11-30 02:45:32 +00:00
archie
9abf26ef01
Limit COPTS added by Makefile to just '-Wall'.
1999-10-28 20:17:13 +00:00
archie
39937b5889
If we get an EPROTONOSUPP error when trying to create the netgraph socket
...
node, it's most likely because the "ng_socket.ko" KLD is not loaded yet.
So make an attempt to load it before giving up.
1999-10-27 22:17:18 +00:00
archie
d016064067
Remove extraneous -I compile flag that was used during testing.
1999-10-27 22:14:04 +00:00
dillon
a301dcc220
Put include <netgraph.h> back in - problem was due to a cvsup mess on
...
freefall. There may also be a real problem w/ buildworld but the fix
would go somewhere else, not here.
1999-10-24 02:58:39 +00:00
dillon
fb39559c0c
Cleanup missing includes, stale includes, and a few printf format
...
inconsistancies.
1999-10-23 17:45:11 +00:00
julian
d894cf1c17
Whistle's Netgraph link-layer (sometimes more) networking infrastructure.
...
Been in production for 3 years now. Gives Instant Frame relay to if_sr
and if_ar drivers, and PPPOE support soon. See:
ftp://ftp.whistle.com/pub/archie/netgraph/index.html
for on-line manual pages.
Reviewed by: Doug Rabson (dfr@freebsd.org )
Obtained from: Whistle CVS tree
1999-10-21 09:06:11 +00:00