summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-06-03Also define memname if FFS_SOFTUPDATES is defined. FFS_SOFTUPDATES should ↵Todd C. Miller
really only use memname ifdef DIAGNOSTIC but that isn't feasible right now
1999-06-03Fix some MP sequence number comparison bogons that are tickled bybrian
having different speed links in a bundle. This would manifest itself by having the link occasionally hang, but revive when a new connection is made.... Make ``show mp'' a bit prettier.
1999-06-03-20 -> \-20Aaron Campbell
1999-06-03use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;Aaron Campbell
pjanzen@
1999-06-03use the hyphenated form "command-line" in the case of a compound adjective;Aaron Campbell
pjanzen@
1999-06-03regen.Federico G. Schwindt
1999-06-03Add SMC EZCARD definition and Fujitsu products from Netbsd.Federico G. Schwindt
1999-06-03syncTheo de Raadt
1999-06-02Oops, quieten a compiler warning.brian
1999-06-02Mention physical and sync logging in the ``set log''brian
usage message.
1999-06-02snprintfTheo de Raadt
1999-06-02o Alter the mbuf type as it's processed by different layers.brian
o Show more information about missing MP fragments in ``show mp''. o Do away with mbuf_Log(). It was showing mbuf stats twice on receipt of LCP/CCP/IPCP packets.... ???!!? o Pre-allocate a bit extra when creating LQR packets to avoid having to allocate another mbuf in mbuf_Prepend().
1999-06-02enable sys_swapctl() implementationMichael Shalayeff
1999-06-02A couple of more __MIPSEX__Per Fogelstrom
1999-06-02Merge with EOM 1.16Niklas Hallqvist
author: niklas As PF_KEY per the specs is a best-effort service, expect messages to get lost. That means both replies in PF_KEY "RPCs" and expirations, the latter we solve with extra paranoia and sets timeouts in isakmpd too.
1999-06-02Merge with EOM 1.23Niklas Hallqvist
author: niklas Doc fixes from OpenBSD author: niklas Some extra error checking, documentation and style wrt connections author: niklas Initial text for Passive-Connections author: niklas Doc fix from OpenBSD
1999-06-02Merge with EOM 1.112Niklas Hallqvist
author: niklas Some restructuring of ID checks, but still no coupling to names.
1999-06-02exchange.c: Merge with EOM 1.106Niklas Hallqvist
timer.c: Merge with EOM 1.12 author: ho Logging nitpicks
1999-06-02Merge with EOM 1.44Niklas Hallqvist
author: niklas Double dots squashed author: ho Updated. Minor typos.
1999-06-02Merge with EOM 1.4Niklas Hallqvist
author: ho Expand the passive connection mechanism. author: niklas Some more #if 0 stuff for passive connections author: ho Add connections_report and connection_reinit
1999-06-02Merge with EOM 1.3Niklas Hallqvist
author: niklas Initial stab at Oakley group 5, still an XXX though.
1999-06-02Merge with EOM 1.39Niklas Hallqvist
author: niklas Style nits author: ho Perhaps look into IPCOMP soon?
1999-06-02Merge with EOM 1.14Niklas Hallqvist
author: ho We do not require flags on implicit passive connections. author: ho Fix bug in matching IDs. Cleanup debugging. author: ho bug fix of decode_id function. author: ho Temp. add some more debugging around setup of passive connection author: ho Add more debugging output and correct connection_report author: niklas Some extra error checking, documentation and style wrt connections author: ho More passive connection support author: niklas Small bugfixes and style nits author: ho Expand the passive connection mechanism. author: niklas Some more #if 0 stuff for passive connections author: ho Commit to embryonic code for passive connections author: niklas Some type pedantery. Comment style nits. author: ho Add connections_report and connection_reinit
1999-06-02Merge with EOM 1.52Niklas Hallqvist
author: ho New flag
1999-06-02Merge with EOM 1.24Niklas Hallqvist
author: niklas Style nits author: ho Describe debug logging classes in some detail.
1999-06-02Merge with EOM 1.88Niklas Hallqvist
author: niklas Some extra error checking, documentation and style wrt connections author: niklas Some more #if 0 stuff for passive connections author: niklas Error handling looked over. Some restructuring of ID checks, but still no coupling to names.
1999-06-02Merge with EOM 1.19Niklas Hallqvist
author: niklas Oakley group 5 is of 102 bit ops strength author: niklas Initial stab at Oakley group 5, still an XXX though.
1999-06-02Merge with EOM 1.33Niklas Hallqvist
author: ho Add connection_report
1999-06-02Merge with EOM 1.95Niklas Hallqvist
author: niklas Some extra error checking, documentation and style wrt connections author: ho New flag author: niklas SA expiration randomization is really only good on the soft timeout, early hard expires may break more if we have a situation where our peer only wants to act as initiator, and trusts the negotiated lifetime.
1999-06-02Merge with EOM 1.33Niklas Hallqvist
author: ho Add missing #include author: ho Add connection_reinit to SIGHUP handler. Add comments.
1999-06-02Introduce the ``keep-session'' option. Refer to the manbrian
page for details. This allows MP over non-tty devices where the original ppp process must not exit (such as sshd-spawned ppp sessions).
1999-06-01Introduce M_PFKEY kmem type, and use it. (angelos@ ok)Hakan Olsson
1999-06-01order of evaluation and associativity are not the same; chopps@netbsd.orgAaron Campbell
1999-06-01s/line/record/; phil@athenaeum.jellybaby.netAaron Campbell
1999-06-01whoopsAaron Campbell
1999-06-01add GROUP field to example; phil@athenaeum.jellybaby.netAaron Campbell
1999-06-01Revert previous fix now that we have a proper solutionMarc Espie
1999-06-01Patch by Richard Henderson, should take care of alpha problems.Marc Espie
Will show up in the next egcs snapshot.
1999-06-01Increase the length of an individual device name to LINE_LEN.brian
Adjust the base physical device name correctly after a link transfer (allowing correct multilink callbacks).
1999-06-01Make gdb on mips understand corefile contentsPer Fogelstrom
1999-06-01Fix some mips -> __mips__ stuff.Per Fogelstrom
1999-06-01fixes for boot are in, kernel is more in sync nowMichael Shalayeff
1999-06-01regenMichael Shalayeff
1999-06-01SIS AGP VideoMichael Shalayeff
1999-06-01Make async/sync/physical/hdlc dumps prettier by showing printablebrian
characters at the end of the line in hexdump style.
1999-06-01getfsstat/getmntinfo do not require inclusion of <sys/ucred.h>Todd C. Miller
1999-06-01getfsstat now takes a size_t, not long, for the length parameterTodd C. Miller
1999-06-01for binutils merge: xstrdup will be neededMarc Espie
1999-06-01missing __powerpc__Marc Espie
1999-06-01approximation of a sync...Theo de Raadt