Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-19 | fix 'no nat/rdr/binat' evaluation. from mcbride@, slightly modified :) | Daniel Hartmeier | |
2002-12-19 | fix 'no rdr'. | Daniel Hartmeier | |
2002-12-19 | Initialize pf_state.nat_rule to NULL if there's no translation used. | Daniel Hartmeier | |
Found by markus@ | |||
2002-12-19 | use ${SUDO} for pfctl when we actually use the ioctls. | Ryan Thomas McBride | |
ok markus@ henning@ | |||
2002-12-19 | sync | Theo de Raadt | |
2002-12-19 | phantomas has lasi | Michael Shalayeff | |
2002-12-19 | updates and formatting; from weissmanndude | Michael Shalayeff | |
2002-12-19 | i/o subsys reference; from weissmanndude | Michael Shalayeff | |
2002-12-19 | phantomas against illiterate | Michael Shalayeff | |
2002-12-19 | build LYMainLoop.o -O0 as a workaround for gcc on hppa | Michael Shalayeff | |
2002-12-19 | only do "Trying ..." if verbose | Theo de Raadt | |
2002-12-19 | Document atactl dump command; thanks to nick@ for pointing this out. | Alexander Yurchenko | |
ok deraadt@ | |||
2002-12-19 | accidental commit | Theo de Raadt | |
2002-12-19 | missing .Pp | Theo de Raadt | |
2002-12-19 | fix a debugging printf on cmd wait timeout | Michael Shalayeff | |
2002-12-19 | proper barrier call in ie_ack | Michael Shalayeff | |
2002-12-19 | comparam() does not need an spltty() for it, already called there. | Michael Shalayeff | |
time-bound loops in com_common_cnputc() and lower to spltty(), which i guess is left from times when timeouts were processed at splhigh(). jason@ tested and ok, art@ ok | |||
2002-12-19 | "papers by published" -> "papers published by"; Dave Steinberg | Todd C. Miller | |
2002-12-19 | much prettier | Theo de Raadt | |
2002-12-19 | Very crude notes for the hppa adventurous person. | Miod Vallat | |
2002-12-19 | simplify stack grownups (growndowns are not touched) | Michael Shalayeff | |
2002-12-19 | setregs: put the whole frame setup into one place | Michael Shalayeff | |
2002-12-19 | level 0x16 is really an l2 | Michael Shalayeff | |
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. |