summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2003-06-21count packets and bidirectionally on state entries, allowing for fine-grainedDamien Miller
2003-06-20some cleanings recommended by lint; dhartmei okTheo de Raadt
2003-06-20Be a bit more verbose when we give up on ever seeing a response to theHakan Olsson
2003-06-20use .Bk/.Ek to keep SYNOPSIS tidy;Jason McIntyre
2003-06-19knfTheo de Raadt
2003-06-19Strip the newline from the buffer when reading the tape name duringTodd C. Miller
2003-06-18change expand_label_addr() to use a switch (h->addr.type) instead ofHenning Brauer
2003-06-18when expanding the $srcaddr/$dstaddr label macros and the address is actuallyHenning Brauer
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-17New driver and wsdisplay type for the Weitek Power9000 and Brooktree Bt445Miod Vallat