Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-03-12 | big overhaul: | Jason Wright | |
o SNAP encapsulated IP filtering o static address cache entries o address deletion from cache o dynamic & full cache flush o filter packets based on each interface, not on the bridge as a whole o KNF nits o allow addition of ~IFF_UP interfaces o man page & user level fixes to match the above | |||
1999-03-11 | Man page for Winbond ethernet | Jason Wright | |
1999-03-11 | tell the user exactly what to do when *.src is 0 length | Todd C. Miller | |
1999-03-11 | fix more comma splices that involve misuse of conjunctive adverbs | Paul Janzen | |
1999-03-10 | pass COPTS in CFLAGS for those ports that do not override CFLAGS; | Marco S Hyman | |
NOTE: Some (most?) ports override CFLAGS. This includes all ports that use imake. Therefore this change is not as useful as it should be. | |||
1999-03-10 | FreeBSD vs. OpenBSD-isms (Fx, configuration, etc) | Jason Wright | |
1999-03-07 | alberta area code split | Theo de Raadt | |
1999-03-05 | Make address cache expiration actually work and provide a knob | Jason Wright | |
for adjusting the timeout. | |||
1999-03-05 | Fix makesum/addsum batch behavior | Marc Espie | |
1999-03-05 | catch 0-len term*.src in case tic messes up | Todd C. Miller | |
1999-03-05 | Merge cap_mkdb(1) and info_mkdb(1) | Thorsten Lockert | |
1999-03-04 | explicit all: target | Niklas Hallqvist | |
1999-03-03 | Replace md5 checksum with a choice of sha1, rmd160, md5. | Marc Espie | |
Upward compatible. | |||
1999-03-03 | Temporary disable AFS and Optimizations for m88k. | Steve Murphree | |
1999-03-03 | Remove . from the path passed to configure; | Marco S Hyman | |
adjust the configure script path appropriate for SEPARATE_BUILD; this seems to work for all ports, some ports had probs with earlier changes | |||
1999-03-02 | EACESS -> EACCES; garath@code.ridgefield.org | Aaron Campbell | |
1999-03-02 | EACESS -> EACCES; garath@code.ridgefield.org | Aaron Campbell | |
1999-03-02 | add MLINKS for rc.local, rc.securelevel, and netstart | Aaron Campbell | |
1999-03-01 | Note that NO_SHARED_LIBS can not be tested until after | Marco S Hyman | |
bsd.port.mk is included; define CONFIGURE_SHARED that is set to either --enable-shared or --disable-shared depending upon the architecture. | |||
1999-03-01 | Work around some broken Configure (such as elm) which don't work correctly | Marc Espie | |
when they're invoked with an absolute path. This was introduced by the WRKBUILD/WRKSRC split. So: - replace default CONFIGURE with a full path, so that you can override it. - remove leading ${WRKSRC} from the configure invocation. - add . to the configure path. | |||
1999-03-01 | reflect new ioctl interfaces | Jason Wright | |
move sections around to match mdoc.template | |||
1999-03-01 | currect -> current; d@ | Aaron Campbell | |
1999-02-28 | * make the _PORT_USE macro more explicit and less magic in its use of | Marc 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-28 | moving to 2.5-beta | Theo de Raadt | |
1999-02-27 | sync with freebsd: | Jason Wright | |
man page fixups, more devices | |||
1999-02-27 | sunsite.unc.edu changed its name to metalab.unc.edu + French mirror | Bruno Rohee | |
1999-02-27 | spacing | Theo de Raadt | |
1999-02-26 | Xr bridge(4) | Jason Wright | |
1999-02-26 | pasto | Michael Shalayeff | |
1999-02-26 | Ethernet bridge/IP firewall driver. | Jason Wright | |
1999-02-25 | change ipf(1) references to ipf(8) | Kjell Wooding | |
1999-02-24 | Point to ipsecadm(8). | Angelos D. Keromytis | |
1999-02-24 | Update man page... | Angelos D. Keromytis | |
1999-02-24 | Update man page. | Angelos D. Keromytis | |
1999-02-24 | Update script. | Angelos D. Keromytis | |
1999-02-24 | Update the examples to new syntax of ipsecadm. | Angelos D. Keromytis | |
1999-02-24 | Do not include @name or @cwd in packing lists created by the plist target; | Marco S Hyman | |
they are not necessary as the proper names are generated when the package is installed; including them only adds work as they must be verified and changed when the port changes; thanks to fgsch@ for bringing this up | |||
1999-02-24 | Declare phony target as phony targets. This may avert a few subtle bugs, | Marc Espie | |
and it documents behavior as well. | |||
1999-02-23 | Spell `algorithm' (no, it's not derived from the greek `algo', and `rythm', | Marc Espie | |
however painful it may be) | |||
1999-02-23 | document power status messages supressed until the | Marco S Hyman | |
battery life falls below machdep.apmwarn | |||
1999-02-23 | Remove references to PF_ENCAP. | Angelos D. Keromytis | |
1999-02-23 | remove pasto and change ksyms to /dev/ksyms | Todd C. Miller | |
1999-02-21 | internalize NEED_VERSION sub macros to avoid getting tangled with | Marc Espie | |
user macros. | |||
1999-02-21 | Follow up on espie suggestion: don't allow package registration | Marco S Hyman | |
(following installation) if the COMMENT exceeds 60 characters | |||
1999-02-19 | We are OpenBSD | Niklas Hallqvist | |
1999-02-18 | display ${PKGDIR}/MESSAGE after install (if it exists); | Marco S Hyman | |
use cat(1) instead of more(1), though, so the port need not be marked as interactive; problem noted by fgsch@openbsd.org | |||
1999-02-18 | The long awaited IPsec intro text | Niklas Hallqvist | |
1999-02-18 | use NO_SHARED_LIBS in lib-depends target instead of | Marco S Hyman | |
testing specifically for the alpha | |||
1999-02-17 | oops: left out .endif in a cut/paste | Marco S Hyman | |
1999-02-17 | Define NO_SHARED_LIBS for those archs that do not support shared libs; | Marco S Hyman | |
When selecting a packing list choose in order: o PLIST.<arch> o PLIST.noshared if NO_SHARED_LIBS is defined o PLIST |