summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-03-01mod_ssl-2.2.3-1.3.4 (will require libssl-1.1 for https to work, butBob Beck
mostly harmless otherwise).
1999-03-01import apache 1.3.27 and mod_ssl 2.8.11Bob Beck
1999-03-01tweak for 2.5Theo de Raadt
1999-03-01Comment why we do a TLF when we get a ``Down'' event in statebrian
``closing''. Pointed out by: archie Don't do a TLF when we get a ``Catastrphic Protocol Reject'' event in state ``closed'' or ``stopped''. Pointed out but not suggested by: archie This makes no difference in the current implementation as LcpLayerFinish() does nothing but log the event, but I disagree in principle because it unbalances the TLF/TLS calls which (IMHO) doesn't fit with the intentions of the RFC. Maybe the RFC author had a reason for this. It can only happen in two circumstances: - if LCP has already been negotiated then stopped or closed and we receive a protocol reject, then we must already have done a TLF. Why do one again and stay in the same state ? - if LCP hasn't yet been started and we receive an unsolicted protocol reject, why should we TLF when we haven't done a TLS ?
1999-03-01Not present in 1.3.4Bob Beck
1999-03-01Change undocumented '-p' flag to '-d' and document. Also document '-v'.Todd C. Miller
Make 'disklabel -ed' not overwrite your label if you make no changes in the editor (added a cmplabel function to compare two labels).
1999-03-01typo: .su -> .auDavid Leonard
1999-03-01There is no -h flagDavid Leonard
1999-03-01import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
1999-03-01Apache 1.3.4Bob Beck
1999-03-01Add extra pixel to 'l', so that it no longer looks like a '|'Marc Espie
1999-03-01import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
1999-03-01import apache 1.3.26 + mod_ssl 2.8.10Bob Beck
1999-03-01Apache 1.3.4Bob Beck
1999-03-01Apache 1.3.4 mergeBob Beck
1999-03-01Bring up auto links despite there being no data queued ifbrian
we're already in network phase and our autoload values are set with no minimum threshold (the default). Tell the autoload timer that it's ``coming up'' *before* calling AutoLoadTimeout() directly... not after. This prevents the very first demand-dial connection from immediately disconnecting when there are other auto links. Problem diagnosis: Ted Mittelstaedt <tedm@toybox.placo.com>
1999-02-28* make the _PORT_USE macro more explicit and less magic in its use ofMarc Espie
cookies, so that cookie names are no longer hard-coded. * new SEPARATE_BUILD feature: for ports that can build outside their source tree, use build-${ARCH} to build, and move configure/build/install cookie down inside build-${ARCH}. Those few people who use NFS to mount ports tree around different architectures may find this helps.
1999-02-28Integrate local changesThorsten Lockert
1999-02-28Latest version from Cyclic; skipped filesThorsten Lockert
1999-02-28Latest version from Cyclic; skipped filesThorsten Lockert
1999-02-28Latest version from CyclicThorsten Lockert
1999-02-28conditionalize use of sbus_testdma()Jason Wright
1999-02-28nice usage messagesTheo de Raadt
1999-02-28new boxkstailey
1999-02-28From: Jeffrey A Law <law@hurl.cygnus.com>Marc Espie
Marc Espie writes: > I haven't really been able to follow thru the code (and my current build > is not finished yet, so I can't do the check myself), but your recent patch > > to handle weak correctly does look like __attribute__((weak)) will work > correctly only if HANDLE_PRAGMA_WEAK is asserted. > > This is a problem, as HANDLE_PRAGMA_WEAK is a choice, not a feature (at > least, that's what the gcc.info documentation seems to imply for > HANDLE_SYSV_PRAGMA). When HANDLE_PRAGMA_WEAK is false, the code will continue to fail as it has failed for years. Not perfect by any means. Feel free to fix it. It is still a choice, selecting that choice is the only way to get functional weak support right now. What needs to happen long term is the generic weak/alias code needs to become unconditional and only the pragma parsing of that code be conditional.
1999-02-28Formatting changes: conform to the gnu coding standard guidelines.Marc Espie
This is the version that was entered in the egcs project as the official OpenBSD configuration file.
1999-02-28Introduce OBSD_CPP_SPEC and OBSD_LIB_SPEC,Marc Espie
so that OpenBSD specific specs are visible to be used by arch configuration files that don't redefine CPP_SPEC/LIB_SPEC directly. This avoids some duplication of code.
1999-02-28Write a `default' OpenBSD setup to factorize stuff that is common toMarc Espie
all OpenBSD architectures. That way, you have to make a conscious effort to rewrite it. As usual, configure.in -> configure. First guy who patches configure directly gets shot.
1999-02-28Don't break when TheseCells or ThisCell contains empty linesArtur Grabowski
1999-02-28sync pmaxMats O Jansson
1999-02-28support bridging by defaultTheo de Raadt
1999-02-28do not APMDEBUG ramdisk floppy, it is very noisyTheo de Raadt
1999-02-28permit swap on wd0b and sd0b, for swaponTheo de Raadt
1999-02-28put swapon on i386 floppyTheo de Raadt
1999-02-28if swapon exists, use it to add root swap partitionTheo de Raadt
1999-02-28if we kill, do not kill againTheo de Raadt
1999-02-28moving to 2.5-betaTheo de Raadt
1999-02-28DEBUG should not affect apm.cTheo de Raadt
1999-02-28compensate for check on unicast packets rx'd in promisc mode being movedJason Wright
to ether_input().
1999-02-28compensate for the test of packet ownership being moved to ether_input()Jason Wright
1999-02-27sync 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-27syncTheo de Raadt
1999-02-27another sbTheo de Raadt
1999-02-27make function names the correct caseTheo de Raadt
1999-02-27do not divide by zero; helbig@Informatik.BA-Stuttgart.DETheo de Raadt
1999-02-27rearrange strcutures to avoid bad padding; deraadt.Jason Wright
1999-02-27syncTheo de Raadt
1999-02-27more ethernet boardsJason Wright
1999-02-27sync with freebsd:Jason Wright
man page fixups, more devices
1999-02-27OpenBSD tags, sync with FreeBSD:Jason Wright
o make sure ifp->if_snd.ifq_maxlen is initialized o type fixups