Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-10-07 | more meaningful error | Marco S Hyman | |
2002-10-07 | tyop | Vincent Labrecque | |
ok deraadt@ | |||
2002-10-07 | handle 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-07 | use/check SA_RESETHAND, too. | Marco S Hyman | |
Note: until SA_RESETHAND support is fixed the test loops on SIGSEGV | |||
2002-10-07 | .Xr ipcs 1 | Henning Brauer | |
.Xr ipcrm 1 grendel at zeitbombe dot org some input millert ok millert ian theo | |||
2002-10-07 | add pthread siginfo support test | Marco S Hyman | |
2002-10-07 | merge apache 1.3.27 | Henning Brauer | |
2002-10-07 | sync MANUALFILES | Henning Brauer | |
2002-10-07 | drain the bitbucket | Henning Brauer | |
2002-10-07 | emacsed out | Henning Brauer | |
2002-10-07 | gone to the big harddrive in the sky | Henning Brauer | |
2002-10-07 | Add specific installation steps for DEC 3000 machines, and document a few | Miod Vallat | |
caveats from their v.1 SRM. | |||
2002-10-07 | Sync mirrorlist with current tables, tweak layout, mention ftp.html as the | Miod Vallat | |
authoritative source of information. | |||
2002-10-07 | merge apache 1.3.27 and mod_ssl 2.8.11 | Henning Brauer | |
2002-10-07 | A few typos, and sync with reality. | Miod Vallat | |
2002-10-07 | import apache 1.3.27 and mod_ssl 2.8.11 | Henning Brauer | |
2002-10-07 | Set size updates. Almost correct. | Miod Vallat | |
2002-10-07 | Devise the appropriate MACHINE_ARCH from MACHINE, rather than requiring | Miod Vallat | |
the Makefile to provide this value. Makes the generation of all the installation notes easier. | |||
2002-10-07 | this removes the functionality of adding allocated | Michael Shalayeff | |
pages into the queue already containing allocated pages. breaks i386:setup_buffers() because of this. | |||
2002-10-07 | also s/_PSW/_PSL/ | Michael Shalayeff | |
2002-10-07 | s/PSW_/PSL_/ to match other archs | Michael Shalayeff | |
2002-10-07 | -Wsign-compare clean | Daniel Hartmeier | |
2002-10-07 | proper terminate the user stack on signal | Michael Shalayeff | |
2002-10-07 | on implementations w/ fpu included unimplemented instructions | Michael 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 clean | Daniel Hartmeier | |
2002-10-07 | Two cases of const-correctness and make one global local. | Daniel Hartmeier | |
2002-10-07 | misplaced break in the last | Michael Shalayeff | |
2002-10-07 | test generic return | Henning Brauer | |
test set block-policy | |||
2002-10-07 | test new return-icmp syntax | Henning Brauer | |
2002-10-07 | adjust for new return-icmp | Henning Brauer | |
2002-10-07 | output slightly different with new return-icmp handling, adjust | Henning Brauer | |
2002-10-07 | this is valid now... change to be invalid | Henning Brauer | |
2002-10-07 | set block-policy [drop|return] | Henning Brauer | |
drop is default, same behaviour as before support block drop to override a return policy | |||
2002-10-07 | support a generic return | Henning 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-07 | make return-icmp work for rules covering both v4 and v6 | Henning Brauer | |
-new field "return_icmp6" in pf_rule -parser accepts block return-icmp(ipv4-icmpcode, ipv6-icmpcode) ok and some input dhartmei@ | |||
2002-10-07 | use a new rule_flag PFRULE_RETURNICMP to decide wether to return-icmp or not | Henning Brauer | |
instead of just testing return_icmp > 0 ok dhartmei@ | |||
2002-10-07 | Add 'reply-to' to filter rules, similar to route-to, but applying to | Daniel 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-07 | name space pollution; after art@ | Michael Shalayeff | |
2002-10-07 | make restarts work again with missing srm.conf (sigh) | Henning Brauer | |
pointed out by nicolas at untz dot net, thanks! | |||
2002-10-07 | Improved workaround for cardbus support on macppc. This allows mappings to | Dale 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-07 | kick, kick. Fix these files which did not come from NetBSD, but the | Dale Rahn | |
powerpc port by Dale Rahn. | |||
2002-10-07 | clean up ifdefs for PIC, resulting code unchanged. | Dale Rahn | |
2002-10-07 | s/curbrk/__curbrk/ as suggested by art, a few _ASM_LABEL added as appropriate. | Dale Rahn | |
2002-10-07 | Simpler, smaller, more efficient and equivalent. | Dale Rahn | |
2002-10-07 | cerror -> __cerror as suggested by art, with a couple of missing _ASM_LABEL() | Dale Rahn | |
added as appropriate. | |||
2002-10-06 | curbrk -> __curbrk on sparc to avoid name space pollution. | Artur Grabowski | |
2002-10-06 | Rename curbrk to __curbrk on i386 to avoid namespace pollution. | Artur Grabowski | |
2002-10-06 | Rename curbrk to __curbrk on alpha to avoid namespace pollution. | Artur Grabowski | |
2002-10-06 | Rename cerror to __cerror on i386 to avoid namespace pollution. | Artur Grabowski | |
2002-10-06 | Rename cerror to __cerror on alpha to avoid namespace pollution. | Artur Grabowski | |