Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1999-02-27 | increase joy | 1 | -2/+2 | ||
1999-02-27 | sync | 1 | -1/+2 | ||
1999-02-27 | ESS ES1878 Plug and Play AudioD; hbaez@usa.net. | 1 | -1/+2 | ||
1999-02-27 | sync | 2 | -3/+6 | ||
1999-02-26 | Allow control over the number of ConfigREQ & TermREQ attempts | 16 | -147/+301 | ||
that are made in each of the FSMs (LCP, CCP & IPCP) and the number of REQs/Challenges for PAP/CHAP by accepting more arguments in the ``set {c,ip,l}cpretry'' and ``set {ch,p}apretry'' commands. Change the non-convergence thresholds to 3 times the number of configured REQ tries (rather than the previous fixed ``10''). We now notice repeated NAKs and REJs rather than just REQs. Don't suggest that CHAP 0x05 isn't supported when it's not configured. Fix some bugs that expose themselves with smaller numbers of retries: o Handle instantaneous disconnects (set device /dev/null) correctly by stopping all fsm timers in fsm2initial. o Don't forget to uu_unlock() devices that are files but are not ttys (set device /dev/zero). Fix a *HORRENDOUS* bug in RFC1661 (already fixed for an Open event in state ``Closed''): According to the state transition table, a RCR+ or RCR- received in the ``Stopped'' state are supposed to InitRestartCounter, SendConfigReq and SendConfig{Ack,Nak}. However, in ``Stopped'', we haven't yet done a TLS (or the last thing we did is a TLF). We must therefore do the TLS at this point ! This was never noticed before because LCP and CCP used not use LayerStart() for anything interesting, and IPCP tends to go into Stopped then get a Down because of an LCP RTR rather than getting a RCR again. | |||||
1999-02-26 | Sync with FreeBSD: | 2 | -14/+36 | ||
o fix multicast hash calculation (return the right set of bits) o make sure ifp->if_snd.ifq_maxlen is initialized o use RL_CMD_EMPTY_RXBUF instead of magic constant 1 o make sure the delta 8139 boards are setup correctly | |||||
1999-02-26 | Xr bridge(4) | 1 | -2/+3 | ||
1999-02-26 | Add EMLINK error message | 1 | -1/+4 | ||
1999-02-26 | Xr brconfig | 1 | -2/+7 | ||
1999-02-26 | rearrange sections to match mdoc.template | 1 | -7/+12 | ||
nuke references to the original name of the program add bugs section | |||||
1999-02-26 | add missing {cat,man}4/arc dirs; fix pasto for alpha | 1 | -3/+13 | ||
1999-02-26 | pasto | 1 | -2/+2 | ||
1999-02-26 | bridge config utility | 4 | -2/+562 | ||
1999-02-26 | compensate for the fact that the check for ownership of a unicast packet | 8 | -92/+17 | ||
has moved to ether_input() | |||||
1999-02-26 | Ethernet bridge/IP firewall driver. | 9 | -10/+1457 | ||
1999-02-26 | ext2fs is missing a LINK_MAX check too | 1 | -1/+6 | ||
1999-02-26 | document that the max value for the -n option is 20 | 2 | -4/+4 | ||
1999-02-26 | Rename *NFSDCNT to *NFSIODCNT and base MAXNFSIODCNT on NFS_MAXASYNCDAEMON since that's the kernel limit (both are 20) | 1 | -10/+10 | ||
1999-02-26 | You've been warned: turn too long package comments into errors. | 1 | -3/+3 | ||
1999-02-26 | add missing parameter to warnx(); noticed by wvdputte@reptile.rug.ac.be | 1 | -3/+4 | ||
1999-02-26 | sync | 2 | -2/+9 | ||
1999-02-26 | PNIC II | 1 | -1/+2 | ||
1999-02-26 | deal with uvm. Mostly name changes. | 3 | -17/+173 | ||
1999-02-26 | change pmap_{de,}activate to take a struct proc *. | 5 | -36/+28 | ||
XXX - This should be done to other archs, but since nothing (except uvm) uses it right now, the interface will be changed there when support for uvm is added. | |||||
1999-02-26 | Print warning when using DES or Skipjack for encryption. | 1 | -2/+7 | ||
1999-02-26 | Use .Fn for dbopen() declaration and add from Dv for NULL | 1 | -13/+11 | ||
1999-02-26 | .Ar -> .Fa and NULL is Dv | 1 | -21/+24 | ||
1999-02-26 | Better fix for i_nlink oflow from imp@openbsd.org | 1 | -5/+6 | ||
Move the check up with the other sanity checks and unlock the vnode properly and jump to abortit, not bad when >= LINK_MAX. | |||||
1999-02-26 | add OpenBSD tags | 46 | -0/+46 | ||
1999-02-26 | adapt to uvm vnode pager | 1 | -3/+16 | ||
1999-02-26 | a new way of mapping in exec for uvm | 1 | -1/+100 | ||
1999-02-26 | mostly name changes and allocation chnges for uvm | 1 | -2/+41 | ||
1999-02-26 | kmem allocation changes for uvm | 2 | -3/+27 | ||
1999-02-26 | uvm allocation and name changes | 4 | -4/+41 | ||
1999-02-26 | vm allocation changes for uvm | 1 | -1/+11 | ||
1999-02-26 | vm allocation changes for uvm. | 1 | -1/+30 | ||
Call uvmspace_exec instead of manually cleaning up. | |||||
1999-02-26 | kmem allocation changes for uvm, and vm_fork -> uvm_fork (with one extra argument) | 1 | -1/+27 | ||
1999-02-26 | compat with uvm sysctl, some uvm name changes, cnt.foo -> uvmexp.bar | 1 | -1/+26 | ||
1999-02-26 | uvm uses kcopy when uiomoving from sysspace | 1 | -1/+10 | ||
1999-02-26 | adaptation to uvm vnode pager | 2 | -3/+31 | ||
1999-02-26 | kmem allocation changes for uvm | 3 | -5/+71 | ||
1999-02-26 | initialize uvm, make allocations work with uvm, namchanges for uvm, etc | 1 | -1/+46 | ||
1999-02-26 | cnt.foo -> uvmexp.bar | 1 | -1/+40 | ||
vm_fault -> uvm_fault | |||||
1999-02-26 | some allocation changes, name changes, etc for uvm | 3 | -2/+121 | ||
1999-02-26 | add kcopy (uvm) | 1 | -2/+83 | ||
cnt.foo -> uvmexp.bar kmem allocation changes for uvm | |||||
1999-02-26 | kmem allocation changes for uvm | 1 | -2/+21 | ||
1999-02-26 | some uvm constants | 1 | -1/+10 | ||
1999-02-26 | cnt.foo -> uvmexp.bar in uvm | 2 | -4/+19 | ||
1999-02-26 | typedefs for {v,p}addr_t and {v,p}size_t needed by uvm. | 1 | -1/+9 | ||
We should consider switching to those some day. | |||||
1999-02-26 | some defines needed by uvm | 1 | -1/+5 | ||