Age | Commit message (Expand) | Author |
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 |
2003-06-21 | count packets and bidirectionally on state entries, allowing for fine-grained | Damien Miller |
2003-06-20 | some cleanings recommended by lint; dhartmei ok | Theo de Raadt |
2003-06-20 | Be a bit more verbose when we give up on ever seeing a response to the | Hakan Olsson |
2003-06-20 | use .Bk/.Ek to keep SYNOPSIS tidy; | Jason McIntyre |
2003-06-19 | knf | Theo de Raadt |
2003-06-19 | Strip the newline from the buffer when reading the tape name during | Todd C. Miller |
2003-06-18 | change expand_label_addr() to use a switch (h->addr.type) instead of | Henning Brauer |
2003-06-18 | when expanding the $srcaddr/$dstaddr label macros and the address is actually | Henning Brauer |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-17 | New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445 | Miod Vallat |