Age | Commit message (Expand) | Author |
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 |
2003-04-12 | Fix index bounds checking in save data pointers logic. | Kenneth R Westerback |
2003-04-11 | Don't need LDFLAGS=-s since we pass in INSTALL_STRIP | Todd C. Miller |
2003-04-11 | support LDSTATIC | Todd C. Miller |
2003-04-11 | Match PCI_PRODUCT_INTEL_PRO_100_VE_4 and PCI_PRODUCT_INTEL_PRO_100_VM_4. | Todd C. Miller |
2003-04-11 | tweak to clarify we can add/remove states too. ok henning@ | Ted Unangst |
2003-04-11 | KNF | 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-11 | don't set r->qid and r->pqid in expand_rule any more, queue name -> queue ID | Henning Brauer |
2003-04-11 | set/update the queue IDs on filter rules (qid and pqid) on | Henning Brauer |
2003-04-11 | typos; | Jason McIntyre |
2003-04-11 | Delete a doubly redundant call to timeout_del() in osiop_timeout. | Kenneth R Westerback |
2003-04-11 | zombies can't live allproc list. art fixed the real problem a while ago. | Ted Unangst |
2003-04-11 | always reread curproc and frame on return from the system call | Michael Shalayeff |
2003-04-11 | count traps and interrupts | Michael Shalayeff |