Age | Commit message (Collapse) | Author |
|
in struct cstate rather than copying the stored header slot into a
potentially mis-aligned buffer then trying to update the ip_sum
without causing an exception on non-i386 hardware.
I've never been able to reproduce this problem, but it has been
reported by many people... besides, the code is now a bit cleaner.
Testing & patience by: Anthony Solovjoff <asolovjoff@hotmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
Submitted by: charnier@FreeBSD.org
|
|
Kind-of submitted by: phk@FreeBSD.org
|
|
|
|
as an unresolved fragment.
|
|
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>
|
|
|
|
|
|
|
|
Out of the approximately 1450 man pages, only about 90 of them were wrong.
Thanks to kwesterback@home.com for coming up with a script and patch to repair
this. The patch also inserted a .Os macro in the few man pages that were
missing one.
|
|
|
|
|
|
expect-send-expect sequence, finish gracefully, don't core dump.
This bug has been there for over a year - I could never reproduce it !
Straw provided by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
|
|
Mostly submitted by: Timo Geusch <freebsd@sleepycat.ukpeople.net>
|
|
Submitted by: Ian West <ian@niw.com.au>
|
|
|
|
|
|
``dynamic IP''.
|
|
|
|
|
|
with a backslash.
|
|
don't rely on already being in PHASE_DEAD.
|
|
``alias port'' command.
|
|
|
|
and denied. This is necessary for some MP implementations that
get confused if you accept their endpoint discriminator but reject
their MRRU.
|
|
Problem reported by: Amedeo Beck Peccoz <gea@gressoney.it>
|
|
|
|
|
|
recursion by doing something like ``down'' or ``quit all''
in ppp.linkdown.
|