summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-04-13RegenMiod Vallat
2003-04-13Add a simple driver for the SBus ``Prestoserve'' NVRAM cards.Miod Vallat
2003-04-13unbreak (missing })Daniel Hartmeier
2003-04-13remove debugg printf that had a bad format stringAnil Madhavapeddy
2003-04-13obvious typo: "s%" -> "%s" in format stringAnil Madhavapeddy
2003-04-13use pa->ifbandwidth instead of rate as reference bandwidth for the root queueHenning Brauer
2003-04-13say bye bye to hfscflags_list and hfscflags_itemHenning Brauer
2003-04-13process HFSC options for the linkshare, realtime and upperlimit service curvesHenning Brauer
2003-04-13diff from nordin@ to prevent wraparound on long uptime machines.Ted Unangst
2003-04-13break out bandwidth specification processing code to its own function, willHenning Brauer
2003-04-13new struct node_hfsc_opts for, surprise, hfsc options. needed because theyHenning Brauer
2003-04-13pass down the struct node_queue_opts from the altqif/queuespec yacc targetsHenning Brauer
2003-04-13another bad bound; millert@ okAnil Madhavapeddy
2003-04-13move the structs node_queue_bw and node_queue_opt to pfctl_parser.h.Henning Brauer
2003-04-13correct snprintf bound value, ok millert@, deraadt@Anil Madhavapeddy
2003-04-13Whoops, this is less 381, not 390 (my mistake)Todd C. Miller
2003-04-13Merge in less-381 w/ local changes and remove obsolete files.Todd C. Miller
2003-04-13Stock less-390 with some unneeded DOS/Windoze files removedTodd C. Miller
2003-04-130 vs NULL; andrushock@korovino.netTheo de Raadt
2003-04-13Clarify the -d option and allow the passwd file argument to not beTodd C. Miller
2003-04-13move the bandwidth keyword from within the bandwidth target up to theHenning Brauer
2003-04-13bit more complicated case to provoke qid assignment errors with hfscHenning Brauer
2003-04-13some improvements from grange@ - thanks!Jason McIntyre
2003-04-13man page added for mk.conf;Jason McIntyre
2003-04-13update for afterboot(8):Jason McIntyre
2003-04-13try to use the X Window System, X11 or XFree86 consistently.Jason McIntyre
2003-04-13typos;Jason McIntyre
2003-04-13cleanup of typos in section 7 man pages;Jason McIntyre
2003-04-12rlimit handling code; aw@osn.deTheo de Raadt
2003-04-12string cleaning; parts by me, then parts by hin, then more parts by me.Theo de Raadt
2003-04-12attempt not to wrap a line, bad nroffTheo de Raadt
2003-04-12Change copyright to a less restrictive ISC-style license to encourageTodd C. Miller
2003-04-12underfined -> undefined;Jason McIntyre
2003-04-12test HFSCHenning Brauer
2003-04-12initial support for the HFSC scheduler.Henning Brauer
2003-04-12life's easier if one initializes pointers...Henning Brauer
2003-04-12regen; queue ID allocation starts at 2 instead of 1 nowHenning Brauer
2003-04-12make the first queue id we assign 2 instead of 1, 1 is the default queue forHenning Brauer
2003-04-12in check_commit_hfsc, don't check wether the default queue is a leaf queueHenning Brauer
2003-04-12correctly make up the root queue in eval_pfqueue_hfscHenning Brauer
2003-04-12don't create a root class implicitely. we do this from pfctl, and needHenning Brauer
2003-04-12make print_*_opts() int instead of void where the return value indicatesHenning Brauer
2003-04-12fix print_hfsc_opts to only print "hfsc( " and " )" when there are opts toHenning Brauer
2003-04-12kill the qid assignment code here; return EINVAL if qid == 0 - similar toHenning Brauer
2003-04-12assign queue IDs for HFSC simimar to what we do for PRIQ and CBQHenning Brauer
2003-04-12ansi and a bit style; ok kjc@Henning Brauer
2003-04-12document -V switch, fix wording; ok markus@Christian Weisgerber
2003-04-12Don't wait for DRQ after issuing IDENTIFY command. Fix long detectingAlexander Yurchenko
2003-04-12debug->debug2Markus Friedl
2003-04-12hide cipher details; ok djm@Markus Friedl