[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
CVS: cvs.openbsd.org: src
- To: source-changes_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org
- Subject: CVS: cvs.openbsd.org: src
- From: Brian Somers <brian_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
- Date: Sat, 26 Feb 2000 17:21:10 -0700 (MST)
- Reply-to: Brian Somers <brian_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org>
CVSROOT: /cvs
Module name: src
Changes by: brian_(_at_)_cvs_(_dot_)_openbsd_(_dot_)_org 2000/02/26 17:21:10
Modified files:
usr.sbin/ppp/ppp: Makefile arp.c bundle.c bundle.h cbcp.c ccp.c
chap.c chap.h chat.c chat.h command.c
datalink.c datalink.h defs.c defs.h
descriptor.h ether.c iface.c iface.h ip.c
ipcp.c lcp.c log.c log.h main.c mp.c mp.h
nat_cmd.c physical.c physical.h ppp.8 prompt.c
prompt.h radius.c radius.h route.c route.h
server.c server.h timer.c
Log message:
When we stop a timer that's the first in the timer list, ensure
that we adjust that timers `rest' value (with the current getitimer()
values) before using that to adjust the next items `rest' value.
After adjusting that value, restart the timer service so that we've
now got the correct setitimer() values.
When adjusting timer::rest, round to the closest TICKUNIT usecs
value.
struct descriptor -> struct fdescriptor (to avoid header polution in
NetBSD).
Introduce LOCALNAT and LOCALRAD defines.
The interface list that comes back from the PF_ROUTE/NET_RT_IFLIST mib
is aligned. Teach this to ``show route'' and clean up some of the
sockaddr parsing routines.
Add ``set log dns'' to log DNS QUERY packets.
When ppp can't identify the relevant name, don't use "???", use
<nnn> or <0xnnn> instead.
Don't ``break'' when we come accross a non-RTM_IFINFO type
entry in the block returned by the NET_RT_IFLIST mib,
continue instead.
Correct UN_SIZE definition; ben_(_at_)_scientia_(_dot_)_demon_(_dot_)_co_(_dot_)_uk
Visit your host, monkey.org