summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-10-09clean-up. check that SA_RESETHAND does the right thing, too.Marco S Hyman
full library support for this is still pending.
2002-10-08fix two incorrect L<> calls; ok millert@Wilbern Cobb
2002-10-08Gremlin; spotted by Dries Schellekens (gwyllion at ulyssis dot org), thanks!Miod Vallat
2002-10-08the first step of pf/altq merge.Kenjiro Cho
this commit is to allow further development in both userland and kernel. the goal is to replace altq's classifier by pf(4). - make pf tag a queue id to mbuf and make altq read the queue id - merge altq config into pf.conf(5) ok dhartmei@, henning@
2002-10-08formatting knit, fix a run-together phraseTodd T. Fries
from Jean-Francois Brousseau <krapht@secureops.com>
2002-10-08"output" is a pointer of size "outlen", so use outlen instead ofJun-ichiro itojun Hagino
sizeof(output) From "Vincent Labrecque" <vincent@psyfreaks.ca>
2002-10-08assume that inserting a template implies permit for the currentJun-ichiro itojun Hagino
syscall from provos
2002-10-08sa_family on wire is network byteorder. from Alexander Yurchenko ↵Jun-ichiro itojun Hagino
<grange@rt.mipt.ru>
2002-10-08 remove <0 checks on unsigned numbers.Vincent Labrecque
ok henning@
2002-10-07Remove a diagnostic check that I added when reorganizing the code.Artur Grabowski
It triggers on ppc and while the check itself is correct, it's better to fix the bug before breaking peoples systems.
2002-10-07int -> uid_tVincent Labrecque
ok millert
2002-10-07 do not crash when a breakpoint can't get set (remove itVincent Labrecque
from the list when we free it.) ok art@
2002-10-07more meaningful errorMarco S Hyman
2002-10-07 tyopVincent Labrecque
ok deraadt@
2002-10-07handle the SA_RESETHAND flag.Marco S Hyman
Part of the prep for SA_SIGINFO support. With this change the new siginfo regression test will fail instead of loop on all arches.
2002-10-07use/check SA_RESETHAND, too.Marco S Hyman
Note: until SA_RESETHAND support is fixed the test loops on SIGSEGV
2002-10-07.Xr ipcs 1Henning Brauer
.Xr ipcrm 1 grendel at zeitbombe dot org some input millert ok millert ian theo
2002-10-07add pthread siginfo support testMarco S Hyman
2002-10-07merge apache 1.3.27Henning Brauer
2002-10-07sync MANUALFILESHenning Brauer
2002-10-07drain the bitbucketHenning Brauer
2002-10-07emacsed outHenning Brauer
2002-10-07gone to the big harddrive in the skyHenning Brauer
2002-10-07Add specific installation steps for DEC 3000 machines, and document a fewMiod Vallat
caveats from their v.1 SRM.
2002-10-07Sync mirrorlist with current tables, tweak layout, mention ftp.html as theMiod Vallat
authoritative source of information.
2002-10-07merge apache 1.3.27 and mod_ssl 2.8.11Henning Brauer
2002-10-07A few typos, and sync with reality.Miod Vallat
2002-10-07import apache 1.3.27 and mod_ssl 2.8.11Henning Brauer
2002-10-07Set size updates. Almost correct.Miod Vallat
2002-10-07Devise the appropriate MACHINE_ARCH from MACHINE, rather than requiringMiod Vallat
the Makefile to provide this value. Makes the generation of all the installation notes easier.
2002-10-07this removes the functionality of adding allocatedMichael Shalayeff
pages into the queue already containing allocated pages. breaks i386:setup_buffers() because of this.
2002-10-07also s/_PSW/_PSL/Michael Shalayeff
2002-10-07s/PSW_/PSL_/ to match other archsMichael Shalayeff
2002-10-07-Wsign-compare cleanDaniel Hartmeier
2002-10-07proper terminate the user stack on signalMichael Shalayeff
2002-10-07on implementations w/ fpu included unimplemented instructionsMichael Shalayeff
are signaled through the exception trap w/ invalid opcode marked instruction in the exception registers, not through the emulation trap (as long as the fpu is enabled, of course). parse emulation from the exception trap as well as the emulation trap and fix the dispatcher into usable condition. parse invalid op exception on trap and signal the user appropriately. reset the exception on exec and for child on fork. the later is appropriate since exceptions are delayed until next fpu instruction, which was in the parent indeed, let him get it. save parent's fpu context on fork before cipying it, if the parent owned the fpu.
2002-10-07-Wsign-compare cleanDaniel Hartmeier
2002-10-07Two cases of const-correctness and make one global local.Daniel Hartmeier
2002-10-07misplaced break in the lastMichael Shalayeff
2002-10-07test generic returnHenning Brauer
test set block-policy
2002-10-07test new return-icmp syntaxHenning Brauer
2002-10-07adjust for new return-icmpHenning Brauer
2002-10-07output slightly different with new return-icmp handling, adjustHenning Brauer
2002-10-07this is valid now... change to be invalidHenning Brauer
2002-10-07set block-policy [drop|return]Henning Brauer
drop is default, same behaviour as before support block drop to override a return policy
2002-10-07support a generic returnHenning Brauer
block return in|out ... acts like return-rst on tcp, like return-icmp on udp and like an ordinary block on anything else ok dhartmei@
2002-10-07make return-icmp work for rules covering both v4 and v6Henning Brauer
-new field "return_icmp6" in pf_rule -parser accepts block return-icmp(ipv4-icmpcode, ipv6-icmpcode) ok and some input dhartmei@
2002-10-07use a new rule_flag PFRULE_RETURNICMP to decide wether to return-icmp or notHenning Brauer
instead of just testing return_icmp > 0 ok dhartmei@
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