summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
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
2003-06-17add CAVEAT documenting dotdot behaviour;Jason McIntyre
2003-06-15ID copying should happen earlier in exchange_finalize so that we won't loseHakan Olsson
2003-06-14allocate payload_node with calloc instead of mallocHakan Olsson
2003-06-13Make "show Anchor" obey quiet flag.Cedric Berger
2003-06-12in set_ipmask, do not try to mask off irrelevant bits of anything butHenning Brauer
2003-06-11ansificationTheo de Raadt
2003-06-11typoJun-ichiro itojun Hagino
2003-06-11- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)Jun-ichiro itojun Hagino
2003-06-10o make mount(2) return EROFS, not EPERM if ffs is dirtyTodd C. Miller
2003-06-10boring cleanupsTheo de Raadt