Age | Commit message (Expand) | Author |
2003-07-16 | remove default limit of 16 cylinders per group. it's now set to | Ted Unangst |
2003-07-15 | Repair memory managment in table parsing code. | Cedric Berger |
2003-07-15 | .Ql Fl -> .Sq Fl where literal makes no sense; | Jason McIntyre |
2003-07-14 | tpo | Daniel Hartmeier |
2003-07-11 | Better parsing and -v support for tables: | Cedric Berger |
2003-07-10 | vlan tag is 12-bits, not 16-bits | Anil Madhavapeddy |
2003-07-10 | Properly determine the capacity for LBA48 drives and also remove | Alexander Yurchenko |
2003-07-10 | Fix merging of host lists. | Cedric Berger |
2003-07-10 | add missing includes | David Krause |
2003-07-09 | - remove some .Ss's that worked around the old blank line bug | Jason McIntyre |
2003-07-08 | - fix some lists/displays | Jason McIntyre |
2003-07-07 | I never committed the fix for PR 3296, "Dump prints negative numbers for time" | Todd C. Miller |
2003-07-07 | Repair last commit, the NUL termination of locname is required | Todd C. Miller |
2003-07-06 | error out instead of silently truncating command-line arguments if they | Anil Madhavapeddy |
2003-07-06 | protos | Theo de Raadt |
2003-07-06 | knf (cedric did not do it right) | Theo de Raadt |
2003-07-06 | error out on hostspec overflow with a "hostname too long" instead of silently | Anil Madhavapeddy |
2003-07-06 | convert strn{cpy,cat}->strl{cpy,cat} in directory processing | Anil Madhavapeddy |
2003-07-04 | KNF after cedric (grmpf) | Henning Brauer |
2003-07-04 | KNF | Henning Brauer |
2003-07-04 | allow for a "pass" modifier on translation rules: | Henning Brauer |
2003-07-03 | use realpath() in helpers instead of doing it ourselves every time. | Ted Unangst |
2003-07-03 | Bye bye atexit(), bye bye globals... | Cedric Berger |
2003-07-03 | This patch finally cleanup pfctl_table.c. No more global buffer, | Cedric Berger |
2003-07-03 | add documentation from mount(8) that "special" device must correspond | Jason McIntyre |
2003-07-03 | strncpy->strlcpy | Anil Madhavapeddy |
2003-07-02 | convert strncat -> strlcat | Anil Madhavapeddy |
2003-07-02 | missing protos | Theo de Raadt |
2003-07-02 | missing protos | Theo de Raadt |
2003-07-01 | - add info from disklabel(8) documenting default label; suggested by millert@ | Jason McIntyre |
2003-06-30 | Buffer management functions. | Cedric Berger |
2003-06-29 | Replace assert(3) calls with warnx(3), if the warning is relevant at all. | Daniel Hartmeier |
2003-06-29 | tweak; | Jason McIntyre |
2003-06-28 | No need to include the same header twice. | Cedric Berger |
2003-06-28 | new sysctl, ddb.log | Ted Unangst |
2003-06-27 | Reorg part I: move 3 functions out of pf_table.c to pf_radix.c | Cedric Berger |
2003-06-27 | add an example for tagging | Henning Brauer |
2003-06-26 | ansi and protos | Theo de Raadt |
2003-06-26 | use err.h | Michael Shalayeff |
2003-06-26 | const the rcsid, and make it say OpenBSD | Ted Unangst |
2003-06-26 | bring protypes into scope. this requires some quirky handling, but in | Theo de Raadt |
2003-06-26 | rename -h files to -h avgfpdir in synopsis to match reality | Ted Unangst |
2003-06-25 | proto repairs | Theo de Raadt |
2003-06-25 | ansi | Theo de Raadt |
2003-06-25 | remove junk protos | Theo de Raadt |
2003-06-25 | allow bridge filter rules to specify a tag. | Henning Brauer |
2003-06-24 | clarify that -u only changes the options specified on the command line; | Jason McIntyre |
2003-06-23 | Enable wicontrol build on sparc. | Miod Vallat |
2003-06-21 | add CAVEATS: disklabel only supports 15 partitions, excluding `c'; | Jason McIntyre |
2003-06-21 | fflush(stdout) in pfctl -vvsq endless output. | Daniel Hartmeier |