freebsd-nq/sys/net
Atsushi Murai 53c9f6c0c4 New user Process PPP based on iij-ppp0.94beta2.
o Supporting SYNC SIO device (But need a device driver)
     - add "set speed sync"
   o Fixing bug for Predictor-1 function.
   o Add new parameter that re-sent interval for set timeout commands.
   o Improving RTT (Round Trip Time) and reducing processor time.
     - Previous Timer service was using polling, and now using
       SIGALRM ;-)
     - A 0.94beta2 will not work correctly....

   -- Follows are additinal feature not including 0.94beta2
   o Support Proxy ARP
     - add "enable/disable proxy" commands
   o Marging common routine in CHAP/PAP.
   o Enhancing LCP/IPCP log information.
   o Support local Authfication connection on port 300x and tty.
     - You can set up pair of your "hostname -s" and
       password in ppp.secret. if either ppp.secret file nor
       your hostname line don't exist, It will notify a message
       and working as same as previous version.(Backword compatibility)
     - If you did set up them, It's allow connection but nothing to do
       except help and passwd command.
     - add "passwd yourpasswd" commands
   o Support afilter - keep Alive filter that a packet can send/receiving
     according to ifilter/ofilter but doesn't count it as preventing idle
     timer expires.
     - Same syntax of other filters.
   o Fixing bugs reported by current user for previous one. Thanks !!

Reviewed by: Atsushi Murai (amurai@spec.co.jp)
1995-02-26 12:18:08 +00:00
..
bpf_compat.h
bpf_filter.c
bpf.c
bpf.h
bpfdesc.h
if_arp.h
if_disc.c
if_dl.h
if_ethersubr.c
if_llc.h
if_loop.c
if_ppp.c *close: just purge tty queues if we can't drain them 1995-02-13 02:09:14 +00:00
if_ppp.h
if_sl.c *close: just purge tty queues if we can't drain them 1995-02-13 02:09:14 +00:00
if_slvar.h
if_sppp.h
if_spppsubr.c Nuke some more compiler warnings, while I'm at it.. 1995-02-15 06:28:48 +00:00
if_tun.c New user Process PPP based on iij-ppp0.94beta2. 1995-02-26 12:18:08 +00:00
if_tun.h New user Process PPP based on iij-ppp0.94beta2. 1995-02-26 12:18:08 +00:00
if_types.h Fixed comment - IFT_P80 is 80mbit. 1995-02-25 15:57:55 +00:00
if.c In ifa_ifwithdstaddr() when walking through ifa structs associated with 1995-02-24 11:47:31 +00:00
if.h
netisr.h
pppcompress.c
pppcompress.h
radix.c
radix.h
raw_cb.c
raw_cb.h
raw_usrreq.c Attempting to bind() or connect() a routing socket, while meaningless, 1995-02-16 01:11:38 +00:00
route.c
route.h Define RTF_PINNED for future use. 1995-02-08 20:01:13 +00:00
rtsock.c
slcompress.c
slcompress.h
slip.h