Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-19 | Use queue.h macros | Jason Wright | |
2002-11-19 | pfctl -sq prettier | Henning Brauer | |
2002-11-19 | altq ifspec is always level 0 | Henning Brauer | |
2002-11-19 | altq interface spec should be printed as altq interface spec, not queue | Henning Brauer | |
2002-11-19 | repair queuespec syntax glitch, theo agrees | Henning Brauer | |
2002-11-19 | default priority is 1, not 0 | Henning Brauer | |
found by pb@ | |||
2002-11-19 | update ru as it was 7bit stripped and add ua and pl; from freebsd, pt out by ↵ | Michael Shalayeff | |
glebius@rinet.ru in pr2552 | |||
2002-11-19 | a typo; from David Krause | Michael Shalayeff | |
2002-11-19 | - match 'Gb' case-sensitively | Camiel Dobbelaar | |
- match "%" unit only, not "%crap" ok henning@ | |||
2002-11-19 | add icmp-type and code by name tests | Peter Stromberg | |
2002-11-19 | "fix" .Nd, "they do not need to know" | Philipp Buehler | |
request by deraadt@ | |||
2002-11-19 | kb -> Kb | Henning Brauer | |
2002-11-19 | icmp-type was off by one, ok henning@ | Peter Stromberg | |
2002-11-19 | first catch up with altq merge: | Philipp Buehler | |
-Nd: catch on man -k altq/queue -Xr -BNF: should leave enough place/logic for more then cbq henning@ "commit" ok | |||
2002-11-19 | sync | Nathan Binkert | |
2002-11-19 | New bge(4) device from FreeBSD | Nathan Binkert | |
2002-11-19 | Update to reflect supported devices | Nathan Binkert | |
2002-11-19 | sync | Theo de Raadt | |
2002-11-19 | gx(4) goes bye bye | Theo de Raadt | |
2002-11-19 | nate does not know about grep(1) | Theo de Raadt | |
2002-11-19 | Now that we have em, gx is no longer needed | Nathan Binkert | |
ok deraadt@ | |||
2002-11-19 | be more precise | Theo de Raadt | |
2002-11-19 | hacks to make the tree build; henning gets a carrot up the nose next time i ↵ | Theo de Raadt | |
meet him | |||
2002-11-18 | no; do not use }; | Theo de Raadt | |
2002-11-18 | more using strl* return values instead of strlen calls | Henning Brauer | |
2002-11-18 | easier "queue name too long" detection; from theo | Henning Brauer | |
2002-11-18 | support Gb in print; henning ok | Theo de Raadt | |
2002-11-18 | KNF | Theo de Raadt | |
2002-11-18 | KNF | Theo de Raadt | |
2002-11-18 | altq and pf merged | Henning Brauer | |
this isn't 100% done yet: the print_ stuff isn't finished, some features will be added later, and there is no documetation yet, but committing now enables a few more people to work on. print_altq_node stuff hacked by Daniel at euroBSDcon; lotsa stuff from kjc, debugging help also pb and camiel. lots of good ideas by theo. "commit now" theo philipp daniel | |||
2002-11-18 | More printf format paranoia; noticed by David Krause | Todd C. Miller | |
2002-11-18 | fix a typo and earn a minor style point; Michael Knudsen | Todd C. Miller | |
2002-11-18 | Modern english is more than just a band, fix word choice; Jon Bernard | Todd C. Miller | |
2002-11-18 | fix typos; Jon Bernard | Todd C. Miller | |
2002-11-18 | Oops, unbrek libc_p | Miod Vallat | |
2002-11-18 | don't overwrite SIG{INT,QUIT,TERM} handler if set to SIG_IGN; | Markus Friedl | |
e.g. if ssh is used for backup; report Joerg Schilling; ok millert@ | |||
2002-11-18 | kill unused #define which was a workaround with old OpenSSL versions | Henning Brauer | |
from David Krause, Thanks! | |||
2002-11-18 | kill duplicate int retry; from David Krause, Thanks! | Henning Brauer | |
2002-11-18 | typo; gluk@ ok | Alexander Yurchenko | |
2002-11-18 | strto* usage audit. deraadt ok | Jun-ichiro itojun Hagino | |
2002-11-18 | atoi -> strto*. correct -p parsing (don't allow 65536). deraadt ok | Jun-ichiro itojun Hagino | |
2002-11-18 | sync | Theo de Raadt | |
2002-11-17 | Clarify section on type promotion. This must be done by the programmer, | Todd C. Miller | |
va_arg doesn't do it for you. pvalchev@ OK | |||
2002-11-17 | Remove old unused debugging code. | Dale Rahn | |
2002-11-17 | Terminate printed strings with newlines. | Dale Rahn | |
2002-11-17 | sync | Jason Wright | |
2002-11-17 | RCC/0x230 appears to be a PCI/ISA bridge, sorta | Jason Wright | |
2002-11-17 | o fix cp->name usage: since it's initialized with PCIIDE_CHANNEL_NAME() | Alexander Yurchenko | |
macro it already contains a word ``channel'', so there's no need to print it twice o report when channel is disabled due to the absence of drives on it (idea from NetBSD) close PR 2973 ok costa@ gluk@ | |||
2002-11-17 | spelling | Marc Espie | |
2002-11-17 | typo fix: high_class should be med_class in priq example. | Kenjiro Cho | |
PR2847 |