summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-08-19unsmokecrack - thanks millertBob Beck
2001-08-19add missing #include <err.h> in non-KRB5 caseTodd C. Miller
2001-08-19Add new ioctls for adding/removing RDR and NAT rules to/from the activeDaniel Hartmeier
rule sets.
2001-08-19elf64, not elf.Artur Grabowski
2001-08-19_NLIST_DO_ELF and _KERN_DO_ELF are needed too.Artur Grabowski
This really needs a cleanup.
2001-08-19NATIVE_EXEC_ELFArtur Grabowski
2001-08-19more NBPG -> PAGE_SIZE renames.Dale Rahn
2001-08-19Quick optimization of pf_tree_key_compare (should half the instruction count)Mike Frantzen
2001-08-19KNFsmart
2001-08-19make obj in hppa alwaysMichael Shalayeff
2001-08-19either way this is what i'm using nowMichael Shalayeff
2001-08-19do not spin if no states are foundTheo de Raadt
2001-08-19shorterArtur Grabowski
2001-08-19Make more money for mickey (count entire IP packets for statistics, not justDaniel Hartmeier
inner data).
2001-08-19remove some dead code.Artur Grabowski
2001-08-19err/warn and knfMichael Shalayeff
2001-08-19Document per-rule byte counter.Daniel Hartmeier
2001-08-19first pass at some cleanup hereEric Jackson
- use standard functions,, dont roll our own (strdup, strcasecmp, etc) - style(9) - share common headers.. more readable. doesnt address some of the other problems (cacheing), yet
2001-08-19Change from completly broken to just crippled.Artur Grabowski
2001-08-19mmioctlArtur Grabowski
2001-08-19Yet another batch of improvements and un-fuckups to the TCP state code.Mike Frantzen
Improved the state miss debug messages to cover the new checks.
2001-08-19ddb on powerpc does not have ``machine'' commands, so don't lie.Miod Vallat
2001-08-19Add per-rule byte counter, so mickey can do accounting. We're counting theDaniel Hartmeier
data part (without IP and TCP/UDP/ICMP headers), like the state counter does.
2001-08-19use err/errx, spacesMichael Shalayeff
2001-08-19scsi, no devices yet.Artur Grabowski
2001-08-19dk_establishArtur Grabowski
2001-08-19strlcpy and strlcatArtur Grabowski
2001-08-19correct the logic.Artur Grabowski
2001-08-19Document per-rule statistics. If the evaluation counters look funny,Daniel Hartmeier
think skip steps.
2001-08-19Better file change detection:Todd C. Miller
o when copying to temp file set utimes on temp file equal to original o use st_mtimespec instead of st_mtime for better granularity
2001-08-19$%&@#!Artur Grabowski
2001-08-19Prevent section leak in conf space.Angelos D. Keromytis
2001-08-19decruftify with prejudiceBob Beck
2001-08-19SYSV stuffArtur Grabowski
2001-08-19Print per-rule statistics when -v is used with -sr (show rules).Daniel Hartmeier
2001-08-19Add per-rule statistics (number of evaluations and number of packets).Daniel Hartmeier
Packets passed statefully will be counted using the rule that created the state.
2001-08-19Remove some more.Artur Grabowski
2001-08-19Stop whining.Artur Grabowski
2001-08-19Don't reset rx/tx without turning them back on after suspend (Beck is nowJason Wright
able to do "Real Work" after a suspend)
2001-08-19Needed a simple cast after a sparc64 change.Mike Frantzen
2001-08-19add __sparc64__ to list of arch's not checked for bloated structures (alsoJason Wright
correct alpha -> __alpha__)
2001-08-19siginfo supportTheo de Raadt
2001-08-19fix some MIDs, add powerpc and sparc64.Artur Grabowski
miod@ oked m88k change (so that we match NetBSD).
2001-08-19decruftifyBob Beck
2001-08-19fix dependArtur Grabowski
2001-08-19No need for procfs_machdepArtur Grabowski
2001-08-19Argh. I must be wearing a stupid sign todayBob Beck
2001-08-19remove dependence on lancereg.h/lancevar.hJason Wright
2001-08-19Use u_int32_t rather than unsigned long, both for platform invariance andPaul Janzen
because the primes generation table really depends on there not being more than 32 bits.
2001-08-19A first shot at a GENERIC.Artur Grabowski
Contains the clocks, pcons and Lance.