Age | Commit message (Expand) | Author |
2003-04-15 | asprintf, and fix buffer sizes; ok tedu | Theo de Raadt |
2003-04-14 | Defer incrementing ntransmitted until we are sure sendto succeeds. | Chad Loder |
2003-04-14 | if linkshare service curve m2 == bandwidth, but d given, we do need to print | Henning Brauer |
2003-04-14 | only print hfsc linkshare when it differs from the default | Henning Brauer |
2003-04-14 | do not add a realtime service curve to the root queue as | Kenjiro Cho |
2003-04-14 | let print_altq and print_queue take a struct node_queue_bw parameter instead | Henning Brauer |
2003-04-14 | Unlink FIFO and pid files on clean shutdown. PR#3199 | Hakan Olsson |
2003-04-14 | More snprintf style | Hakan Olsson |
2003-04-14 | permit -s0. from Maxim Konovalov | Jun-ichiro itojun Hagino |
2003-04-14 | A "%d" is 12 chars, not 10. Use sizeof num instead of '10' in | Hakan Olsson |
2003-04-13 | KNF | Henning Brauer |
2003-04-13 | prevent double service curve specification | Henning Brauer |
2003-04-13 | add support for the HFSC linkshare, realtime, and upperlimit service curves | Henning Brauer |
2003-04-13 | concistency in the print-funtions, here: HFSC uppercurve and brackets | Henning Brauer |
2003-04-13 | unbreak (missing }) | Daniel Hartmeier |
2003-04-13 | use pa->ifbandwidth instead of rate as reference bandwidth for the root queue | Henning Brauer |
2003-04-13 | say bye bye to hfscflags_list and hfscflags_item | Henning Brauer |
2003-04-13 | process HFSC options for the linkshare, realtime and upperlimit service curves | Henning Brauer |
2003-04-13 | break out bandwidth specification processing code to its own function, will | Henning Brauer |
2003-04-13 | new struct node_hfsc_opts for, surprise, hfsc options. needed because they | Henning Brauer |
2003-04-13 | pass down the struct node_queue_opts from the altqif/queuespec yacc targets | Henning Brauer |
2003-04-13 | move the structs node_queue_bw and node_queue_opt to pfctl_parser.h. | Henning Brauer |
2003-04-13 | move the bandwidth keyword from within the bandwidth target up to the | Henning Brauer |
2003-04-12 | initial support for the HFSC scheduler. | Henning Brauer |
2003-04-12 | make the first queue id we assign 2 instead of 1, 1 is the default queue for | Henning Brauer |
2003-04-12 | in check_commit_hfsc, don't check wether the default queue is a leaf queue | Henning Brauer |
2003-04-12 | correctly make up the root queue in eval_pfqueue_hfsc | Henning Brauer |
2003-04-12 | make print_*_opts() int instead of void where the return value indicates | Henning Brauer |
2003-04-12 | fix print_hfsc_opts to only print "hfsc( " and " )" when there are opts to | Henning Brauer |
2003-04-12 | assign queue IDs for HFSC simimar to what we do for PRIQ and CBQ | Henning Brauer |
2003-04-11 | KNF | Henning Brauer |
2003-04-11 | qname_to_qid and qname_to_pfaltq can be private functions now; nothing | Henning Brauer |
2003-04-11 | kill dead code. | Henning Brauer |
2003-04-11 | don't set r->qid and r->pqid in expand_rule any more, queue name -> queue ID | Henning Brauer |
2003-04-09 | Less noise for missing crl dir, demoted to debug message. | Hakan Olsson |
2003-04-09 | on "pfctl -vvss", print the anchor rule number when there is one. | Cedric Berger |
2003-04-09 | document that rewind/eject features of tape devices depend on name of | Jason McIntyre |
2003-04-08 | missing .Fl macro for -a option; | Jason McIntyre |
2003-04-08 | fix null deref in error syslogging | Michael Shalayeff |
2003-04-07 | strlcat; ok millert | Theo de Raadt |
2003-04-07 | strlcat, and it counted srclen, not dstlen; ok millert | Theo de Raadt |
2003-04-07 | Catch and refuse invalid icmp codes (> 255). ok pb@, mpech@. | Daniel Hartmeier |
2003-04-06 | strcat->strlcat, ho@ ok | Anil Madhavapeddy |
2003-04-06 | strcpy/strcat -> strlcpy/strlcat conversion; henning@, tedu@ ok | Anil Madhavapeddy |
2003-04-06 | string handling; ok millert | Theo de Raadt |
2003-04-05 | ease netmask handling a bit | Henning Brauer |
2003-04-05 | o replace a strncpy + manual NUL terminate w/ strlcpy | Todd C. Miller |
2003-04-05 | allow queue specs to be limited to certain interfaces. | Henning Brauer |
2003-04-05 | whitespace KNF | Henning Brauer |
2003-04-04 | simple string fixes; ok matthieu tedu tdeval | Theo de Raadt |