Age | Commit message (Expand) | Author |
2003-04-15 | pass down the unparsed queue opts (struct node_queue_opt) to | Henning Brauer |
2003-04-15 | make print_hfsc_sc() take an extra struct node_hfsc_sc parameter and print | Henning Brauer |
2003-04-15 | don't include the unit "ms" when printing the service curve; parser wants | Henning Brauer |
2003-04-15 | factor out service curve printing to it's own function, print_hfsc_sc(). | Henning Brauer |
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-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 |