Age | Commit message (Collapse) | Author |
|
to ``set timeout''.
This is useful for situations where your minimum call charge is (say)
5 minutes (like mine is)
|
|
exec()ing other programs.
|
|
|
|
|
|
|
|
|
|
writable rather than not being writable at all.
|
|
|
|
Info provided by: Ollivier Robert <roberto@keltia.freenix.fr>
|
|
|
|
zero when calculating our throughput
|
|
o If we're using RADIUS and the RADIUS mtu is less than our
peers mru/mrru, reduce our mtu to this value for NetBSD too.
o Make struct throughput's sample period dynamic and tweak the ppp
version number to reflect the extra stuff being passed through
the local domain socket as a result (MP mode).
o Measure the current throughput based on the number of samples actually
taken rather than on the full sample period.
o Keep the throughput statisics persistent while being passed to
another ppp invocation through the local domain socket.
o When showing throughput statistics after the timer has stopped, use
the stopped time for overall calculations, not the current time.
Also show the stopped time and how long the current throughput has
been sampled for.
o Use time() consistently in throughput.c
o Tighten up the ``show bundle'' output.
o Introduce the ``set bandwidth'' command.
o Rewrite the ``set autoload'' command. It now takes three arguments
and works based on a rolling bundle throughput average compared against
the theoretical bundle bandwidth over a given period (read: it's now
functional).
|
|
|
|
Suggested by: wollman@FreeBSD.org
|
|
|
|
|
|
|
|
|
|
"The mailwrapper program is designed to replace /usr/sbin/sendmail and to
invoke an appropriate MTA instead of sendmail(8) based on configuration
information placed in /etc/mailer.conf. This permits the administrator to
configure which MTA is to be invoked on the system at run time."
OK deraadt, millert
|
|
Submitted by: charnier@FreeBSD.org
|
|
Kind-of submitted by: phk@FreeBSD.org
|
|
|
|
|
|
-a flag; attempt to convert network and broadcast addresses to names
Improved signal handling
Miscellaneous fixes and typos
OSPF MD5 authentication support
- -X flag; emacs-hexl print (including ascii)
- Add ECN bits to TCP and IP headers
- IKE & IPsec (ESP & AH) support
OK deraadt@
|
|
as an unresolved fragment.
|
|
Removes an annoying limit on PLIST lengths.
|
|
Use sizeof, not a hardcode value.
Some of it submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
|
|
negate the sense of rules.
o Remove the redundant (and undocumented) ``host'' and ``port''
words (README.changes updated).
o Don't permit (and ignore) garbage instead of the protocol.
Mostly submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au>
|
|
callback option, and the server sends us CBCP_NONUM, proceed directly
to the network phase rather than insisting on our configured CBCP
option.
Mostly submitted by: kkphang <phang@dgate.po.my>
|
|
|
|
|
|
filters.
Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
|
|
|
|
tables, copy them correctly back into our mbuf rather than giving
a bzero'd count to memcpy() and ending up with a 0 byte fragment.
The old code resulted in a 0 byte write to the tun device which
tickled a bug that resulted in a panic :-(
|
|
|
|
|
|
|
|
|
|
Submitted by: Rich Wood <rich@chugaboom.net>
|
|
|
|
|
|
|
|
Some minor man page enhancements.
Brings better man pages, new features, more error checking, and improved
performance; some FreeBSD examples for creating ctm deltas
merged by hgweigand@wiesbaden.netsurf.de
|
|
|
|
|
|
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
|
|
|
|
- mdoc'ify the -batch option syntax properly
|
|
could still probably use a bit of work
|
|
|