summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-10-07Add 'reply-to' to filter rules, similar to route-to, but applying toDaniel Hartmeier
replies (packets that flow in the opposite direction of the packet that created state), used for symmetric routing enforcement. Document how route-to and reply-to work in context of stateful filtering.
2002-10-07name space pollution; after art@Michael Shalayeff
2002-10-07make restarts work again with missing srm.conf (sigh)Henning Brauer
pointed out by nicolas at untz dot net, thanks!
2002-10-07Improved workaround for cardbus support on macppc. This allows mappings toDale Rahn
be put in the cardbus register which really work instead of crashing the machine. if_dc @cardbus now works, xl@cardbus will configure, but does not work properly (endian?) wdc should work fine, but has not been tested recently.
2002-10-07kick, kick. Fix these files which did not come from NetBSD, but theDale Rahn
powerpc port by Dale Rahn.
2002-10-07clean up ifdefs for PIC, resulting code unchanged.Dale Rahn
2002-10-07s/curbrk/__curbrk/ as suggested by art, a few _ASM_LABEL added as appropriate.Dale Rahn
2002-10-07Simpler, smaller, more efficient and equivalent.Dale Rahn
2002-10-07cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL()Dale Rahn
added as appropriate.
2002-10-06curbrk -> __curbrk on sparc to avoid name space pollution.Artur Grabowski
2002-10-06Rename curbrk to __curbrk on i386 to avoid namespace pollution.Artur Grabowski
2002-10-06Rename curbrk to __curbrk on alpha to avoid namespace pollution.Artur Grabowski
2002-10-06Rename cerror to __cerror on i386 to avoid namespace pollution.Artur Grabowski
2002-10-06Rename cerror to __cerror on alpha to avoid namespace pollution.Artur Grabowski
2002-10-06Remove some '#if 0' cruft.Artur Grabowski
2002-10-06unused prototype.Artur Grabowski
2002-10-06Move out the execution of vmcmds into a separate function.Artur Grabowski
2002-10-06No more need to initialize the result list before uvm_pglistalloc.Artur Grabowski
2002-10-06Initialize the result list in uvm_pglistalloc.Artur Grabowski
2002-10-06nbuf doesn't belong here. It's declared on all architectures instead.Artur Grabowski
And here it goes into the bss, while it's initialized in MD code.
2002-10-06Declare nbuf just like all other architectures.Artur Grabowski
2002-10-06Garbage collect __HAVE_SPLASSERT. It wasn't necessary.Artur Grabowski
2002-10-06Remove more remnants of smtpfwdd. ok deraadt@.Kenneth R Westerback
2002-10-06Move CHECK_ROOT into LOOP_THROUGH, gets rid of one macro and savesDaniel Hartmeier
several lines, no functional difference. From Camiel Dobbelaar.
2002-10-06use syslog format for syslog, now that release is past...Marc Espie
2002-10-06match php 4, too, in the example, j@pureftpd.orgHenning Brauer
2002-10-06in the commented out AddType example for php take values fitting for php4,Henning Brauer
not php3. inspired by a PR from j@pureftpd.org for the -dist file.
2002-10-05Expand {} lists from left to right, so 'pass in from { a, b } to any'Daniel Hartmeier
becomes '@0 pass in from a to any @1 pass in from b to any' instead of the other way around. Patch from Camiel Dobbelaar.
2002-10-05spelling.Federico G. Schwindt
2002-10-05Allow filtering based on IP header's tos field.Daniel Hartmeier
2002-10-05Fix a typo ('Your' -> 'You'). Spotted by Julien Bordet.Kenneth R Westerback
2002-10-05fix a embarrassing list-handling bug in cbq.Kenjiro Cho
this bug is triggered only when 3 or more cbq instances are created at a time.
2002-10-05match 5822Jason Wright
2002-10-04smtpd left the buildingTheo de Raadt
2002-10-04smtpd leaves the buildingTheo de Raadt
2002-10-04Match INTEL PRO_100_VE_2, too; Chris Nadovich <chris@jtan.com>Jason Wright
2002-10-04remove the BSS crudTheo de Raadt
2002-10-04formatting, grammar, spaces; from grendel@zeitbombe.orgMichael Shalayeff
2002-10-04free resources on failures in attach, kill some spaces; from ↵Michael Shalayeff
grendel@zeitbombe.org
2002-10-04do not read the codec regs, it seems to shutter the sound; from ↵Michael Shalayeff
grendel@zeitbombe.org, reported and tested by rayl@spamcop.net
2002-10-04since we lndir the sources we do not need the .CURDIR in the toke depsMichael Shalayeff
2002-10-04put cpp flags into CPPFLAGS, not CFLAGS.Michael Shalayeff
do the lndir once (like apache, for example), depend on ${.OBJDIR}/config.over . make separate rules for the toke.*o, since gcc blows on it on some platforms (hppa for now). would be just nice if smth like this worked, but it does not: .if make(toke.o) CFLAGS+=-O0 .endif millert@ ok
2002-10-04[to the right branch this time]Jason Ish
To detect routing loops use the actual outgoing interface and not the interface that the rule is to apply to (as there may not be one). - noticed by mcbride@countersiege.com - ok dhartmei@, henning@
2002-10-04Move the -H to the sort variable declaration itself since the -HTodd C. Miller
flag is non-standard. This allows people to use a different sort (like GNU sort) if they want via the sort environment variable. mickey@ OK
2002-10-04sort -H for modern large filesystems; from McikyeBSD; millert@ ok and ↵Michael Shalayeff
multiple ppl testing
2002-10-04enchrist into stdargMichael Shalayeff
2002-10-04make the snakes fart throughMichael Shalayeff
2002-10-04now i wanna be your dogMichael Shalayeff
2002-10-04a makefileMichael Shalayeff
2002-10-04the fire from sparcMichael Shalayeff