summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-12-19make sure we are hitting user stack and not smth else here, make init show no...Michael Shalayeff
2002-12-19o Add -6 and -c options from FreeBSDTodd C. Miller
2002-12-19regenHenning Brauer
2002-12-19more O2Micro PCI-Cardbus; FreeBSD via pamifer at terra.esHenning Brauer
2002-12-19arc4random seems better nowMichael Shalayeff
2002-12-19various tweaks. someone mailed in a huge diff that was so wrong in soTheo de Raadt
2002-12-19Protect WDCDEBUG_PRINT macro with do {} while (0)Alexander Yurchenko
2002-12-19Clear pf_state.nat_rule pointers when non-main nat rules are removed.Daniel Hartmeier
2002-12-19redundant memsetHenning Brauer
2002-12-19KNFHenning Brauer
2002-12-19Add a second keep-locals entry to stop getopt from treating -k as anFederico G. Schwindt
2002-12-19Replace skip step calculation so it scales O(n) instead of O(n*n).Daniel Hartmeier
2002-12-19fix 'no nat/rdr/binat' evaluation. from mcbride@, slightly modified :)Daniel Hartmeier
2002-12-19fix 'no rdr'.Daniel Hartmeier
2002-12-19Initialize pf_state.nat_rule to NULL if there's no translation used.Daniel Hartmeier
2002-12-19use ${SUDO} for pfctl when we actually use the ioctls.Ryan Thomas McBride
2002-12-19syncTheo de Raadt
2002-12-19phantomas has lasiMichael Shalayeff
2002-12-19updates and formatting; from weissmanndudeMichael Shalayeff
2002-12-19i/o subsys reference; from weissmanndudeMichael Shalayeff
2002-12-19phantomas against illiterateMichael Shalayeff
2002-12-19build LYMainLoop.o -O0 as a workaround for gcc on hppaMichael Shalayeff
2002-12-19only do "Trying ..." if verboseTheo de Raadt
2002-12-19Document atactl dump command; thanks to nick@ for pointing this out.Alexander Yurchenko
2002-12-19accidental commitTheo de Raadt
2002-12-19missing .PpTheo de Raadt
2002-12-19fix a debugging printf on cmd wait timeoutMichael Shalayeff
2002-12-19proper barrier call in ie_ackMichael Shalayeff
2002-12-19comparam() does not need an spltty() for it, already called there.Michael Shalayeff
2002-12-19"papers by published" -> "papers published by"; Dave SteinbergTodd C. Miller
2002-12-19much prettierTheo de Raadt
2002-12-19Very crude notes for the hppa adventurous person.Miod Vallat
2002-12-19simplify stack grownups (growndowns are not touched)Michael Shalayeff
2002-12-19setregs: put the whole frame setup into one placeMichael Shalayeff
2002-12-19level 0x16 is really an l2Michael Shalayeff
2002-12-19no youTheo de Raadt
2002-12-19knf, remove register, space trimMichael Shalayeff
2002-12-19do not plan for DISKLESS; cross out CRTBEGIN and CRTENDMichael Shalayeff
2002-12-19updateMichael Shalayeff
2002-12-19debugging check_alias is only needed in PMAPDEBUGMichael Shalayeff
2002-12-19s/msg_send/ssh_msg_send/ to avoid namespace clashes in portable; ok markus@Damien Miller
2002-12-19indent so it is more clear, add spews thingTheo de Raadt
2002-12-18newer machines use phantom bus to attach lasi and other bus adapters.Michael Shalayeff
2002-12-18APM_BEBATT is in the apm_flags, not sc_flags, from markus@Michael Shalayeff
2002-12-18Fix tree breakage; match changes to struct pfctl (now contains an arrayRyan Thomas McBride
2002-12-18order the entries by numberMichael Shalayeff
2002-12-18boot -a support.Miod Vallat
2002-12-18t'was not enough space malloced when generating the bodun entriesMichael Shalayeff
2002-12-18Store translation rule pointer in state entries, so pfctl -vsn can printDaniel Hartmeier
2002-12-18Remove pointless 'if 0' code.Dale Rahn