Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-27 | sync with freebsd: | Jason Wright | |
o remove call to DELAY from xl_wait() o do not issue RX and TX resets in xl_stop() & xl_init() o be sure that ifp->if_snd.ifq_maxlen is initialized | |||
1999-02-27 | sync | Theo de Raadt | |
1999-02-27 | another sb | Theo de Raadt | |
1999-02-27 | make function names the correct case | Theo de Raadt | |
1999-02-27 | do not divide by zero; helbig@Informatik.BA-Stuttgart.DE | Theo de Raadt | |
1999-02-27 | rearrange strcutures to avoid bad padding; deraadt. | Jason Wright | |
1999-02-27 | sync | Theo de Raadt | |
1999-02-27 | more ethernet boards | Jason Wright | |
1999-02-27 | sync with freebsd: | Jason Wright | |
man page fixups, more devices | |||
1999-02-27 | OpenBSD tags, sync with FreeBSD: | Jason Wright | |
o make sure ifp->if_snd.ifq_maxlen is initialized o type fixups | |||
1999-02-27 | Sync with FreeBSD: | Jason Wright | |
o make sure ifp->if_snd.ifq_maxlen is initialized o proper handling of boards which report the TI product id | |||
1999-02-27 | Sync with FreeBSD: | Jason Wright | |
o match pnic-ii o make sure that ifp->if_snd.ifq_maxlen is initialized | |||
1999-02-27 | changes in command syntax; suggested by deraadt. | Jason Wright | |
1999-02-27 | sunsite.unc.edu changed its name to metalab.unc.edu + French mirror | Bruno Rohee | |
1999-02-27 | typo; helbig@Informatik.BA-Stuttgart.DE | Theo de Raadt | |
1999-02-27 | Document that feature. | Marc Espie | |
Pending a check and a rewriting, as the documentation is misleading. It seems to imply it looks thru installed packages first, whereas code tells pkg_info looks thru package files first. | |||
1999-02-27 | Small new feature: pkg_info pkg | Marc Espie | |
now tries to complete the package name with a version number while scanning the installed list of packages. Not foolproof. The pkg_* tools are atrocious anyway. | |||
1999-02-27 | ipsec.c: Merge with EOM 1.83 | Niklas Hallqvist | |
Only accept IPsec SAs when searching for such sa.h: Merge with EOM 1.41 Stayalive connections as a default for now, init pf_encap_socket pf_encap.c: Merge with EOM 1.45 Stayalive connections as a default for now, init pf_encap_socket | |||
1999-02-27 | man page names are not paths | Theo de Raadt | |
1999-02-27 | reverse complete garbage which was not even tested, tsk tsk tsk | Theo de Raadt | |
1999-02-27 | spacing | Theo de Raadt | |
1999-02-27 | sync | Theo de Raadt | |
1999-02-27 | authkey not authp; Markus.Friedl@informatik.uni-erlangen.de | Theo de Raadt | |
1999-02-27 | sync | Theo de Raadt | |
1999-02-27 | increase joy | Theo de Raadt | |
1999-02-27 | sync | Federico G. Schwindt | |
1999-02-27 | ESS ES1878 Plug and Play AudioD; hbaez@usa.net. | Federico G. Schwindt | |
1999-02-27 | sync | Theo de Raadt | |
1999-02-26 | Allow control over the number of ConfigREQ & TermREQ attempts | brian | |
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: | Jason Wright | |
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) | Jason Wright | |
1999-02-26 | Add EMLINK error message | Constantine Sapuntzakis | |
1999-02-26 | Xr brconfig | Jason Wright | |
1999-02-26 | rearrange sections to match mdoc.template | Jason Wright | |
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 | Michael Shalayeff | |
1999-02-26 | pasto | Michael Shalayeff | |
1999-02-26 | bridge config utility | Jason Wright | |
1999-02-26 | compensate for the fact that the check for ownership of a unicast packet | Jason Wright | |
has moved to ether_input() | |||
1999-02-26 | Ethernet bridge/IP firewall driver. | Jason Wright | |
1999-02-26 | ext2fs is missing a LINK_MAX check too | Todd C. Miller | |
1999-02-26 | document that the max value for the -n option is 20 | Todd C. Miller | |
1999-02-26 | Rename *NFSDCNT to *NFSIODCNT and base MAXNFSIODCNT on NFS_MAXASYNCDAEMON ↵ | Todd C. Miller | |
since that's the kernel limit (both are 20) | |||
1999-02-26 | You've been warned: turn too long package comments into errors. | Marc Espie | |
1999-02-26 | add missing parameter to warnx(); noticed by wvdputte@reptile.rug.ac.be | Todd C. Miller | |
1999-02-26 | sync | Jason Wright | |
1999-02-26 | PNIC II | Jason Wright | |
1999-02-26 | deal with uvm. Mostly name changes. | Artur Grabowski | |
1999-02-26 | change pmap_{de,}activate to take a struct proc *. | Artur Grabowski | |
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. | Angelos D. Keromytis | |
1999-02-26 | Use .Fn for dbopen() declaration and add from Dv for NULL | Todd C. Miller | |