freebsd_amp_hwpstate/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.c
bpf.h
bpf_compat.h
bpf_filter.c
bpfdesc.h
if.c In ifa_ifwithdstaddr() when walking through ifa structs associated with 1995-02-24 11:47:31 +00:00
if.h Moved declaration of ifnet pointer out of the header file and into the 1994-12-30 06:46:21 +00:00
if_arp.h #include <socket.h> -> <sys/socket.h> 1994-11-16 02:16:18 +00:00
if_disc.c Added `ds', a black-hole network interface. 1994-12-22 21:00:05 +00:00
if_dl.h
if_ethersubr.c Add support for two separate cloning flags, one set by the lower layers, 1994-12-13 22:31:49 +00:00
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 Cronyx/Sigma sync/async serial driver with PPP support 1994-12-02 23:23:01 +00:00
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
netisr.h Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> 1995-01-05 19:51:51 +00:00
pppcompress.c
pppcompress.h
radix.c
radix.h if.h: 1994-11-14 14:06:06 +00:00
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 Added back the missing last few bytes of the file. 1995-01-23 17:53:21 +00:00
route.h Define RTF_PINNED for future use. 1995-02-08 20:01:13 +00:00
rtsock.c Add support for two separate cloning flags, one set by the lower layers, 1994-12-13 22:31:49 +00:00
slcompress.c
slcompress.h
slip.h