Age | Commit message (Expand) | Author |
2003-04-13 | Regen | Miod Vallat |
2003-04-13 | Add a simple driver for the SBus ``Prestoserve'' NVRAM cards. | Miod Vallat |
2003-04-13 | unbreak (missing }) | Daniel Hartmeier |
2003-04-13 | remove debugg printf that had a bad format string | Anil Madhavapeddy |
2003-04-13 | obvious typo: "s%" -> "%s" in format string | Anil Madhavapeddy |
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 | diff from nordin@ to prevent wraparound on long uptime machines. | Ted Unangst |
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 | another bad bound; millert@ ok | Anil Madhavapeddy |
2003-04-13 | move the structs node_queue_bw and node_queue_opt to pfctl_parser.h. | Henning Brauer |
2003-04-13 | correct snprintf bound value, ok millert@, deraadt@ | Anil Madhavapeddy |
2003-04-13 | Whoops, this is less 381, not 390 (my mistake) | Todd C. Miller |
2003-04-13 | Merge in less-381 w/ local changes and remove obsolete files. | Todd C. Miller |
2003-04-13 | Stock less-390 with some unneeded DOS/Windoze files removed | Todd C. Miller |
2003-04-13 | 0 vs NULL; andrushock@korovino.net | Theo de Raadt |
2003-04-13 | Clarify the -d option and allow the passwd file argument to not be | Todd C. Miller |
2003-04-13 | move the bandwidth keyword from within the bandwidth target up to the | Henning Brauer |
2003-04-13 | bit more complicated case to provoke qid assignment errors with hfsc | Henning Brauer |
2003-04-13 | some improvements from grange@ - thanks! | Jason McIntyre |
2003-04-13 | man page added for mk.conf; | Jason McIntyre |
2003-04-13 | update for afterboot(8): | Jason McIntyre |
2003-04-13 | try to use the X Window System, X11 or XFree86 consistently. | Jason McIntyre |
2003-04-13 | typos; | Jason McIntyre |
2003-04-13 | cleanup of typos in section 7 man pages; | Jason McIntyre |
2003-04-12 | rlimit handling code; aw@osn.de | Theo de Raadt |
2003-04-12 | string cleaning; parts by me, then parts by hin, then more parts by me. | Theo de Raadt |
2003-04-12 | attempt not to wrap a line, bad nroff | Theo de Raadt |
2003-04-12 | Change copyright to a less restrictive ISC-style license to encourage | Todd C. Miller |
2003-04-12 | underfined -> undefined; | Jason McIntyre |
2003-04-12 | test HFSC | Henning Brauer |
2003-04-12 | initial support for the HFSC scheduler. | Henning Brauer |
2003-04-12 | life's easier if one initializes pointers... | Henning Brauer |
2003-04-12 | regen; queue ID allocation starts at 2 instead of 1 now | 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 | don't create a root class implicitely. we do this from pfctl, and need | 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 | kill the qid assignment code here; return EINVAL if qid == 0 - similar to | Henning Brauer |
2003-04-12 | assign queue IDs for HFSC simimar to what we do for PRIQ and CBQ | Henning Brauer |
2003-04-12 | ansi and a bit style; ok kjc@ | Henning Brauer |
2003-04-12 | document -V switch, fix wording; ok markus@ | Christian Weisgerber |
2003-04-12 | Don't wait for DRQ after issuing IDENTIFY command. Fix long detecting | Alexander Yurchenko |
2003-04-12 | debug->debug2 | Markus Friedl |
2003-04-12 | hide cipher details; ok djm@ | Markus Friedl |