Age | Commit message (Expand) | Author |
2002-12-18 | Store translation rule pointer in state entries, so pfctl -vsn can print | Daniel Hartmeier |
2002-12-18 | Remove pointless 'if 0' code. | Dale Rahn |
2002-12-18 | Prepare for an upcoming ELF executable change. This will allow ld.so to | Dale Rahn |
2002-12-18 | Reorder sysctl list, to match sysctl -a output (mostly, structures cheat). | Miod Vallat |
2002-12-18 | KNF | Henning Brauer |
2002-12-18 | little style | Henning Brauer |
2002-12-18 | When logging packets matched by rules within anchors, use the anchor rule | Daniel Hartmeier |
2002-12-18 | KNF | Henning Brauer |
2002-12-18 | more KNF | Henning Brauer |
2002-12-18 | big KNF round | Henning Brauer |
2002-12-18 | Load regress rules into anchor regress:regress and compare the output | Daniel Hartmeier |
2002-12-18 | Pass skip step values through ioctl interface, pfctl -vvsr shows them, | Daniel Hartmeier |
2002-12-18 | remove dup include | Markus Friedl |
2002-12-18 | rule.nr USHRT_MAX -> -1, to detect states whose creating rules are | Daniel Hartmeier |
2002-12-18 | KNF | Henning Brauer |
2002-12-18 | ryan, look at this. | Henning Brauer |
2002-12-18 | Remove duplicate entry for kern.somaxconn introduced in last commit; | Todd C. Miller |
2002-12-18 | fix memory leak when downing an interface. | Nathan Binkert |
2002-12-18 | Match the rule protocol against the actual protocol of the packet, not just | Ryan Thomas McBride |
2002-12-18 | Maintain separate pfioc_rule structures for each type of rule, | Ryan Thomas McBride |
2002-12-18 | Dammit Theo, I told you to fix the typo before commiting! | Miod Vallat |
2002-12-18 | Do not clean too far. | Miod Vallat |
2002-12-18 | proto list expansion is not supported in binat-anchor yet, print an error | Daniel Hartmeier |
2002-12-18 | Regress test nat-anchor, rdr-anchor and binat-anchor rules. | Daniel Hartmeier |
2002-12-18 | Support (single) destination port in rdr-anchor rules. Print an error | Daniel Hartmeier |
2002-12-18 | fix some INCREDIBLE new bugs which were introduced | Theo de Raadt |
2002-12-18 | how the heck did such a stupid mistake end up in here | Theo de Raadt |
2002-12-18 | sync | Theo de Raadt |
2002-12-18 | bye bye | Theo de Raadt |
2002-12-18 | make boot.lif use GENERIC | Theo de Raadt |
2002-12-18 | working full GENERIC; miod ok | Theo de Raadt |
2002-12-18 | enable PRIQ and HFSC if ALTQ itself is enabled. | Henning Brauer |
2002-12-17 | Add my copyright notice. | Todd C. Miller |
2002-12-17 | Replace printfs bracketed by #ifdef SEM_DEBUG with a DPRINTF macro. | Todd C. Miller |
2002-12-17 | Make SysV-style shared memory and semaphore limits sysctl'able. | Todd C. Miller |
2002-12-17 | Export a few more symbols to kvm realm; ok mickey@ | Miod Vallat |
2002-12-17 | try to deal w/ a premature clock interrupt; does not break the 'it works scen... | Michael Shalayeff |
2002-12-17 | real interrupts/spl framework. | Michael Shalayeff |
2002-12-17 | ANSIfu and if given multiple names, don't exit if we get an error | Todd C. Miller |
2002-12-17 | simple PRIQ example | Henning Brauer |
2002-12-17 | test PRIQ | Henning Brauer |
2002-12-17 | add support for the PRIQ scheduler | Henning Brauer |
2002-12-17 | Only call setlogin() if this proccess is a session leader. | Todd C. Miller |
2002-12-17 | o Implement -r (recursive) option | Todd C. Miller |
2002-12-17 | uhm, cache sizes listed are maximal values per cpu type | Michael Shalayeff |
2002-12-17 | tornado fpu in j[12][01]0 machines | Michael Shalayeff |
2002-12-17 | Match merge of pf_nat/pf_binat/pf_rdr structs into pf_rule | Ryan Thomas McBride |
2002-12-17 | Match merge of pf_nat/pf_binat/pf_rdr structs into pf_rule | Ryan Thomas McBride |
2002-12-17 | Merge pf_nat/pf_binat/pf_rdr structs into pf_rule. Simplifies code, allows | Ryan Thomas McBride |
2002-12-17 | missing break in switch | Henning Brauer |