Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
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>
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
This is the version that was entered in the egcs project as the official
OpenBSD configuration file.
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to ether_input().
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
man page fixups, more devices
|
|
o make sure ifp->if_snd.ifq_maxlen is initialized
o type fixups
|
|
o make sure ifp->if_snd.ifq_maxlen is initialized
o proper handling of boards which report the TI product id
|
|
o match pnic-ii
o make sure that ifp->if_snd.ifq_maxlen is initialized
|
|
|
|
|
|
|
|
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.
|
|
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.
|
|
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
|
|
|
|
|