Age | Commit message (Collapse) | Author |
|
|
|
a lot of credit for not having supplied us with enough data within an
adjtime run interval, and get a little credit each time we get a good
reply packet. if a peer is below 20%, only send a packet occasionally to
see wether it is back. send out queries much more often between 20 and 80%
to (re-)sync quickly, and above 80% usethe regular interval.
do not use peers < 60% for calculating teh local clock offset.
designed with theo at the pho, alexander ok
|
|
|
|
|
|
form the last 8 replied received from a peer, find the one with the lowest
delay. Use that as the peer's update taken into account for calculating
the local clock's offset.
Invalidate that reply and all ones received earlier than it so that they do
not get used again.
|
|
|
|
|
|
|
|
|
|
ftp-proxy which proxies connection from external ftp clients to
an internal ftp server, supporting client passive mode (where
server listens on a random port for data connections, and the
client connects to the server for data connections).
This is the reverse mode to normal operation, where ftp-proxy
proxies connections from local clients to external servers,
supporting client active mode.
ok beck@, henning@
|
|
|
|
|
|
function until henning showed me the light... log_sockaddr... nifty);
this diff is from henning and should be henning ok =)
|
|
|
|
ok miod@
|
|
|
|
|
|
Set FTS_LOGICAL in flags if we didn't set FTS_PHYSICAL as required by fts(3)
|
|
- fix overruns in overstrike() and iattr()
- sort headers
- sync usage output
- some KNF
- use err()/warn() where applicable
ok millert@ otto@
|
|
add apropos(1) and whatis(1) to SEE ALSO;
|
|
|
|
ok deraadt, henning, itojun
|
|
- descriptions of examples before examples, and indent examples
- direct people to sigaction(2) for complete list of signals
- .Xr pkill 1
- simplify a list
from jared yanovich, and some bits from me;
|
|
Requested by nick@ some time ago, and it fits.
|
|
|
|
|
|
ok millert@
|
|
(sync with rev 1.277 of www/ftp.html)
|
|
|
|
|
|
in base instead. theo ok & rush to go for beer
|
|
|
|
|
|
there is no need to save the old value of the pointer we are
realloc()ing. Based on a diff from Andrey Matveev.
|
|
Fix an error in a debug printf().
|
|
related to working with the data toggle, but also includes some endian
fixes. The major changes in the netbsd code were in revisions 1.55 and
1.64. their log messages are:
1.55: Set the data toggle correctly, and use EHCI_QTD_DTC. This fixes
problems with my ALi-based drive enclosure (it works now, rather than
failing to attach). Also seems to work with a GL811-based enclosure and
an ASUS enclosure with a CD-RW, on both Intel and NEC controllers.
Note: The ALi enclosure is currently very SLOW, due to some issue with
taking too long to notice that the QTD is complete. This requires more
investigation.
1.64: Further cleanup of toggle handling. Now that we use EHCI_QH_DTC,
we don't need to fiddle with the TOGGLE bit in the overlay descriptor,
so minimize how much we fuss with it.
|
|
printfs that are more related to the data toggle. log message:
Fix a stupid bug in ehci_check_intr() that caused use to try to complete
a transaction that was still running. Now ehci can handle multiple devices
being active at once.
|
|
printfs that crept in. log message:
Failure to properly mask off UE_DIR_IN from the endpoint address was
causing OHCI_ED_FORMAT_ISO and EHCI_QH_HRECL to get set spuriously,
causing rather interesting lossage.
|
|
"new" sysctl/mixerctl
ok millert@, "go for it" deraadt@
|
|
jmc ok
|
|
|
|
particularly vile because it looks like a typo (i.e., looks like one "f" is
missing), but it's really not. I happened to notice this myself, but the fix
is inspired by NetBSD in the interest of keeping the code similar.
deraadt@ ok
|
|
|
|
|
|
- remove an empty display (?)
- plural is buses (n.) (miod will remind me if we prefer the alternative)
- remove grocer's apostrophe
|
|
okay naddy@, with nits from jmc@.
|
|
from jared yanovich;
|
|
|
|
problem found by Diana Eichert, solution from ho@, and ok mcbride@;
|
|
for now, average over those to adjust the local clock.
|