freebsd-src/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 Got rid of map.h. It's a leftover from the rmap code, and we use rlists. 1994-10-09 07:35:18 +00:00
bpf.h Make idempotent. 1994-08-21 05:11:48 +00:00
bpf_compat.h Make idempotent. 1994-08-21 05:11:48 +00:00
bpf_filter.c Added $Id$ 1994-08-02 07:55:43 +00:00
bpfdesc.h Make idempotent. 1994-08-21 05:11:48 +00:00
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 Make idempotent. 1994-08-21 05:11:48 +00:00
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 Make idempotent. 1994-08-21 05:11:48 +00:00
if_loop.c Added ioctl support for SIOCSIFMTU. 1994-08-08 12:09:04 +00:00
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 Initial revision 1994-09-23 00:10:32 +00:00
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 Mostly Cosmetics. Some of the procedures in if_sl.c was void, but should 1994-10-08 01:40:23 +00:00
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 Make PPP compile cleanly 1994-11-01 09:03:20 +00:00
pppcompress.h Make the kernel side of PPP compile. 1994-09-23 00:13:22 +00:00
radix.c moved a message into a #ifdef DEBUG. This message comes out if a kernel 1994-10-15 21:33:17 +00:00
radix.h if.h: 1994-11-14 14:06:06 +00:00
raw_cb.c Cosmetics: to silence gcc -wall. 1994-10-08 22:38:27 +00:00
raw_cb.h Make idempotent. 1994-08-21 05:11:48 +00:00
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 Cosmetics: to silence gcc -wall. 1994-10-08 22:38:27 +00:00
slcompress.h Idempotency #endif was not at end of file or commented. 1994-08-22 14:16:36 +00:00
slip.h Make idempotent. 1994-08-21 05:11:48 +00:00