Age | Commit message (Expand) | Author |
2003-04-13 | concistency in the print-funtions, here: HFSC uppercurve and brackets | Henning Brauer |
2003-04-13 | use pa->ifbandwidth instead of rate as reference bandwidth for the root queue | 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 | 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-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 | 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-05 | allow queue specs to be limited to certain interfaces. | Henning Brauer |
2003-04-03 | use a simple linear queue ID assignment algorithm for PRIQ like we do for | Henning Brauer |
2003-04-03 | explicitly include <sys/limits.h> for INT_MAX. | Kenjiro Cho |
2003-03-28 | assign qid early for priq too | Henning Brauer |
2003-03-11 | do the queue ID assignment for cbq already in userland. ensure that queues | Henning Brauer |
2003-03-10 | check for multiple same named queues on one interface. | Henning Brauer |
2003-03-10 | rework error handling in eval_pfqueue(). | Henning Brauer |
2003-03-08 | when complaining about a queue's abndwidth beeing to small (below the | Henning Brauer |
2003-03-06 | fix queue assignment on filter rules which are not bound to an interface. | Henning Brauer |
2003-03-03 | rate2str() overhaul: | Henning Brauer |
2003-03-02 | when printing queues at load time that have bandwidth specified in percent, | Henning Brauer |
2003-03-02 | remove the control keyword for cbq queues. | Henning Brauer |
2003-03-02 | add a guarantee that two same named queues on different interfaces have the | Henning Brauer |
2003-02-25 | extend copyright to 2003 | Henning Brauer |
2003-01-24 | make rate2str include the unit in the ouput even if it is 0b. was irrelevant | Henning Brauer |
2003-01-24 | export rate2str | Henning Brauer |
2003-01-20 | unused var; found by dhartmei@ and camield@ | Henning Brauer |
2003-01-20 | no named parameters in prototypes | Camiel Dobbelaar |
2003-01-09 | strlcpy return checks. | Daniel Hartmeier |
2003-01-09 | first attack at pfctl queue statistics, to be displayed with pfctl -vsq | Henning Brauer |
2003-01-05 | err()/errx() do not return, errx() -> err() after calloc(), it sets errno. | Daniel Hartmeier |
2003-01-04 | I do not know where this policy of "one .h file for every .c file" comes | Theo de Raadt |
2003-01-03 | KNF | Theo de Raadt |
2002-12-24 | print_cbq_opts should print "control" if CBQCLF_CTLCLASS is set. | Ryan Thomas McBride |
2002-12-23 | remove dead code | Henning Brauer |
2002-12-17 | add support for the PRIQ scheduler | Henning Brauer |
2002-12-17 | PRIQ and HFSC support functions, not yet used. | Henning Brauer |
2002-12-17 | class -> queue | Henning Brauer |
2002-12-17 | duh. two checks in rate2str which decide wether to print Mb or Kb had 1024 | Henning Brauer |
2002-12-16 | KNF | Henning Brauer |
2002-12-08 | allow flexible options order like Theo did for rules. | Henning Brauer |
2002-12-07 | get the interface's MTU instead of assuming 1500 | Henning Brauer |
2002-12-06 | style | Henning Brauer |
2002-12-03 | be nice and shutdown the socket after beeing done; pointed out by kenjiro | Henning Brauer |
2002-12-02 | allow for "altq on $interface" without specifying a bandwidth. The | Henning Brauer |
2002-11-29 | in pfctl_find_altq_node also compare the interface. | Henning Brauer |