Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-19 | no you | Theo de Raadt | |
2002-12-19 | knf, remove register, space trim | Michael Shalayeff | |
2002-12-19 | do not plan for DISKLESS; cross out CRTBEGIN and CRTEND | Michael Shalayeff | |
2002-12-19 | update | Michael Shalayeff | |
2002-12-19 | debugging check_alias is only needed in PMAPDEBUG | Michael Shalayeff | |
2002-12-19 | s/msg_send/ssh_msg_send/ to avoid namespace clashes in portable; ok markus@ | Damien Miller | |
2002-12-19 | indent so it is more clear, add spews thing | Theo de Raadt | |
2002-12-18 | newer machines use phantom bus to attach lasi and other bus adapters. | Michael Shalayeff | |
oledr machines did not have a real device for the phantom bus port. change the device scanning technique to both include a full device path in the attach_args and do proper shifting in the pdc_scanbus() and add a device for the newer machines as well as use a newer device mapping (path to hpa) available on newer firmware versions, where old (hversion-dependant) is not available. tested on 712,715/33,c110, miod@ ok, weissmandude -- testing | |||
2002-12-18 | APM_BEBATT is in the apm_flags, not sc_flags, from markus@ | Michael Shalayeff | |
2002-12-18 | Fix tree breakage; match changes to struct pfctl (now contains an array | Ryan Thomas McBride | |
of pointers to pfioc_rule). Fix from henning@ ok dhartmei@ | |||
2002-12-18 | order the entries by number | Michael Shalayeff | |
2002-12-18 | boot -a support. | Miod Vallat | |
2002-12-18 | t'was not enough space malloced when generating the bodun entries | Michael Shalayeff | |
2002-12-18 | Store translation rule pointer in state entries, so pfctl -vsn can print | Daniel Hartmeier | |
evaluation, packet, byte and state entry counters similar to -vsr. Helps verify whether/how often translation rules are evaluated/matched. ok frantzen@, henning@ | |||
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 | |
protect the GOT and PLT sections of the executable from being overwritten. This behavior is enabled by changes in the executable/shared object layout, and does not occur without the ld changes. | |||
2002-12-18 | Reorder sysctl list, to match sysctl -a output (mostly, structures cheat). | Miod Vallat | |
Add/remove the missing/extra bits. And you get a typo fix for free. | |||
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 | |
(in the main set) number, not the number of the rule within the anchor. Eventually, both will get logged. But as long as we only log one number, this makes more sense. | |||
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 | |
of pfctl -vvsr with expected output. This verifies that skip step values don't change unexpectedly. | |||
2002-12-18 | Pass skip step values through ioctl interface, pfctl -vvsr shows them, | Daniel Hartmeier | |
main purpose is making them regress-testable. | |||
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 | |
already gone. | |||
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 | |
Noticed by Dries Schellekens | |||
2002-12-18 | fix memory leak when downing an interface. | Nathan Binkert | |
from Patrik Lindergren <patrik@lindergren.com> | |||
2002-12-18 | Match the rule protocol against the actual protocol of the packet, not just | Ryan Thomas McBride | |
tcp. A silly copy/paste error by yours truly located by deraadt@ | |||
2002-12-18 | Maintain separate pfioc_rule structures for each type of rule, | Ryan Thomas McBride | |
to prevent tickets from getting overwritten. bug reported by dhartmei@ ok dhartmei@ | |||
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 | |
when attempted. | |||
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 | |
where parameters are not supported (in rdr-anchor and binat-anchor) yet. If those are needed, we'll have to expand them properly. | |||
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 | |
ok theo | |||
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 | |
Instead of allocating a static amount of memory for the data structures via valloc() in allocsys(), allocate things dynamically using pool(9) when possible and malloc(9) when not. The various members of struct seminfo and struct shminfo are in kern.seminfo and kern.shminfo respectively (not all members of kern.seminfo are changable). The data structures used still leave something to be desired but things are not made worse in that respect by this commit. | |||
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 ↵ | Michael Shalayeff | |
scenario' |