Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-25 | Properly copy the second part of nat proxy port range, when specified. | Daniel Hartmeier | |
ok henning@ | |||
2003-04-24 | get rid of incorrectly sized buffer by using asprintf; ok millert | Peter Valchev | |
2003-04-24 | mount_cd9660 is not normally executed at boot time; | Jason McIntyre | |
from NetBSD (Aidan Kehoe); ok deraadt@ millert@ | |||
2003-04-23 | most programs do not syslog at startup. especially this one | Theo de Raadt | |
2003-04-21 | a few string cleanups; ok dhartmei | Theo de Raadt | |
2003-04-20 | print "direxec" when it's enabled on msdosfs. | Ted Unangst | |
from Thorsten Glaser | |||
2003-04-19 | change "%12.f" -> "%12.0f" to avoid a -Wformat warning | Anil Madhavapeddy | |
ok millert@ | |||
2003-04-18 | support for making directories executable if readable. | Ted Unangst | |
to use this, you want to run mount_msdos with -m 0644 -x or so. ok millert@ | |||
2003-04-17 | use asprintf; fix (remove) some incorrectly sized buffers in the process | Peter Valchev | |
help & ok millert, miod, deraadt, tedu | |||
2003-04-17 | strlcpy; ok tedu | Theo de Raadt | |
2003-04-17 | strings. mostly from deraadt@, some from tdeval@ and myself | Ted Unangst | |
2003-04-16 | use errx instead of fprintf+exit; millert@ ok | Michael Shalayeff | |
2003-04-16 | fix race between mount(2) and exit(2) for mount_mfs. | Markus Friedl | |
from netbsd (drochner, newfs.c 1.30, mkfs.c 1.29, no copyright changes) ok tedu@ | |||
2003-04-16 | string cleaning | Theo de Raadt | |
2003-04-15 | display basic hfsc stats | Henning Brauer | |
2003-04-15 | pass down the unparsed queue opts (struct node_queue_opt) to | Henning Brauer | |
print_altq/print_hfsc -> print_hfsc_opts and extract struct node_hfsc_sc there for each service curve and pass those down to print_hfsc_sc. now bandwidth specifications in the service curves are printed correct in the case of a queue belonging to more than one interface/parent queue, the parent queues having different bandwidths and the bandwith on teh service curve beeing specified in percent. | |||
2003-04-15 | make print_hfsc_sc() take an extra struct node_hfsc_sc parameter and print | Henning Brauer | |
relative bandwidth specification if that ws given instead of the calculated absolute ones. to be used soon. | |||
2003-04-15 | don't include the unit "ms" when printing the service curve; parser wants | Henning Brauer | |
raw number | |||
2003-04-15 | factor out service curve printing to it's own function, print_hfsc_sc(). | Henning Brauer | |
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 | |
linkshare as it is not exactly the default case then | |||
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 | |
the realtime service is not hierarchically distributed. ok henning@ | |||
2003-04-14 | let print_altq and print_queue take a struct node_queue_bw parameter instead | Henning Brauer | |
of dintinct bw_percent | |||
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 | |
snprintf. From Theo. | |||
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 | |
to be specified. | |||
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 | |
welcome hfscopts_list and hfscopts_item, returning a full struct node_hfsc_opt instead of just an int for the flags. needed because of all the opts hfsc knows | |||
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 | |
be used in more places soonish | |||
2003-04-13 | new struct node_hfsc_opts for, surprise, hfsc options. needed because they | Henning Brauer | |
contain bandwidth specifications and we need to carry the unprocessed bw specs around for quite some time until we can break them down to absolute values. | |||
2003-04-13 | pass down the struct node_queue_opts from the altqif/queuespec yacc targets | Henning Brauer | |
to expand_altq/expand_queue -> eval_pfaltq/eval_pfqueue and further down to the new eval_queue_opts() instead of evaluating them directly in the yacc grammar. this will be needed to process the hfsc options which can contain relative bandwidth specifications, and we can't break them down to an absolute one earlier. | |||
2003-04-13 | move the structs node_queue_bw and node_queue_opt to pfctl_parser.h. | Henning Brauer | |
let eval_pfqueue() and eval_pfaltq() take a pointer to a struct node_queue_bw instead of two distince bw_absolute and bw_percent parameters. | |||
2003-04-13 | move the bandwidth keyword from within the bandwidth target up to the | Henning Brauer | |
queue_opts target so the bandwidth parser can be used for other things too; will be needed for hfsc's linkshare etc | |||
2003-04-12 | initial support for the HFSC scheduler. | Henning Brauer | |
whoever uses that for more than toying around is on drugs. it's far from done. | |||
2003-04-12 | make the first queue id we assign 2 instead of 1, 1 is the default queue for | Henning Brauer | |
HFSC | |||
2003-04-12 | in check_commit_hfsc, don't check wether the default queue is a leaf queue | Henning Brauer | |
when we have no default queue. avoids null pointer deref. | |||
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 | |
wether it printed something or not, and use that to decide wether to print the scheduler name in the altq on .. case instead of checking flags again, which would be a horrible mess for hfsc with its tons of opts (checking flags is not enough there) | |||
2003-04-12 | fix print_hfsc_opts to only print "hfsc( " and " )" when there are opts to | Henning Brauer | |
print, so it behaves like the print_*_opts for the other schedulers | |||
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 | |