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