freebsd_amp_hwpstate/sys
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
..
alpha/include Third round in syscons update. 1995-01-28 22:18:05 +00:00
amd64 Replace all remaining instances of `i386/include' by `machine' and fix 1995-02-26 05:14:53 +00:00
compile
conf Use relative include path and -nostdinc avoid getting anything from 1995-02-26 05:05:53 +00:00
ddb Added "panic" command to ddb, so we can do something sensible even if 1995-02-05 21:09:04 +00:00
dev Replace all remaining instances of `i386/include' by `machine' and fix 1995-02-26 05:14:53 +00:00
fs Obtained from: memories of 1.1.5 1995-02-21 18:41:30 +00:00
gnu (a) remove the pointer to each driver's tty structure array from cdevsw 1995-02-25 20:09:44 +00:00
i386 Replace all remaining instances of `i386/include' by `machine' and fix 1995-02-26 05:14:53 +00:00
isa Replace all remaining instances of `i386/include' by `machine' and fix 1995-02-26 05:14:53 +00:00
isofs/cd9660 Obtained from: memories of 1.1.5 1995-02-21 18:41:30 +00:00
kern Eliminate my private type `bool_t'. 1995-02-26 03:15:36 +00:00
libkern Always build libkern_p.a. `NOPROFILE' should only control user libraries. 1995-01-10 01:57:56 +00:00
miscfs Make sure process isn't swapped when messing with it. 1995-02-20 15:53:33 +00:00
modules Once and for all: Never a ${DESTDIR} in ${BINDIR} ! 1995-02-23 19:45:30 +00:00
msdosfs Use the correct block number for updating the backup copy of the FAT when 1995-02-10 18:39:45 +00:00
net New user Process PPP based on iij-ppp0.94beta2. 1995-02-26 12:18:08 +00:00
netccitt And fix some more compiler warnings. Then give up. /sys/net* is FULL of 1995-02-15 06:29:47 +00:00
netinet Allow "via" to be specified ever as IP adress or 1995-02-24 14:33:54 +00:00
netiso Update calls to rtalloc1(). 1994-12-13 22:33:05 +00:00
netns Include <sys/systm.h> to get inlines for spl*() so that LINT kernel links. 1994-11-15 14:26:31 +00:00
nfs YF fix. 1995-02-15 04:21:32 +00:00
nfsclient YF fix. 1995-02-15 04:21:32 +00:00
nfsserver YF fix. 1995-02-15 04:21:32 +00:00
pci Make people happy, who claim to better know how "interupt" 1995-02-25 17:34:03 +00:00
powerpc/include Don't define CLK_TCK here. 1995-02-03 21:49:18 +00:00
rpc
scsi iodone->biodone; get rid of older call syntax. 1995-02-25 19:11:11 +00:00
sys (a) remove the pointer to each driver's tty structure array from cdevsw 1995-02-25 20:09:44 +00:00
tools
ufs Use dsname() to get consistent names. 1995-02-22 22:46:48 +00:00
vm Don't use __P(()) in a function definition. 1995-02-25 18:39:04 +00:00
Makefile