summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2003-04-12Fix index bounds checking in save data pointers logic.Kenneth R Westerback
2003-04-11Don't need LDFLAGS=-s since we pass in INSTALL_STRIPTodd C. Miller
2003-04-11support LDSTATICTodd C. Miller
2003-04-11Match PCI_PRODUCT_INTEL_PRO_100_VE_4 and PCI_PRODUCT_INTEL_PRO_100_VM_4.Todd C. Miller
2003-04-11tweak to clarify we can add/remove states too. ok henning@Ted Unangst
2003-04-11KNFHenning Brauer
2003-04-11qname_to_qid and qname_to_pfaltq can be private functions now; nothingHenning Brauer
2003-04-11kill dead code.Henning Brauer
2003-04-11don't set r->qid and r->pqid in expand_rule any more, queue name -> queue IDHenning Brauer
2003-04-11set/update the queue IDs on filter rules (qid and pqid) onHenning Brauer
2003-04-11typos;Jason McIntyre
2003-04-11Delete a doubly redundant call to timeout_del() in osiop_timeout.Kenneth R Westerback
2003-04-11zombies can't live allproc list. art fixed the real problem a while ago.Ted Unangst
2003-04-11always reread curproc and frame on return from the system callMichael Shalayeff
2003-04-11count traps and interruptsMichael Shalayeff
2003-04-11bindresvport() does not automatically select another port if theTodd C. Miller
2003-04-10Some style from Andrey MatveevTodd C. Miller
2003-04-10more POSIX chownTodd C. Miller
2003-04-10make all entry points of the same number of arguments and that greatly simpli...Michael Shalayeff
2003-04-10deallocate resources on failures; pt out by tedu@; millert@ okMichael Shalayeff
2003-04-10make the second example valid; ok millert@Jason Peel
2003-04-10more POSIX chown; Leandro CostaTodd C. Miller
2003-04-10POSIX chownTodd C. Miller
2003-04-10POSIX chown; Leandro CostaTodd C. Miller
2003-04-10Only print the "helpful" prompt in -d mode if there is room on theTodd C. Miller
2003-04-10Proper use of bus_space makes the need for <machine/pio.h> obsolete, whichMiod Vallat