Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-20 | wow, a format string bug in a Makefile. Not surprised we missed this | Theo de Raadt | |
one; peterw@ifost.org.au | |||
2002-11-20 | Add missing increment in newjob() when there is a time collision. | Todd C. Miller | |
2002-11-20 | Overhaul natsemi driver: | Jason Wright | |
- setup the DMA bits on the second channel correctly (missing channel offset) - setup timing for PIO/DMA modes - workaround the fact that the INTR/ERR clear bits are in the wrong register - only read the interrupt mask register once in the interrupt path Many thanks to grange@ for assistance and debugging! | |||
2002-11-20 | Read mac address correctly on rev 0x90; tested by Alexander, patch | Federico G. Schwindt | |
provided from FreeBSD via Gabriel Gonzalez. jason@ ok. | |||
2002-11-20 | Belkin F5D5020 support; from Michael J. Eisenhower. | Federico G. Schwindt | |
2002-11-20 | Belkin F5D5020; from Michael J. Eisenhower. | Federico G. Schwindt | |
2002-11-20 | update to reflect new deivce | Nathan Binkert | |
2002-11-20 | sync | Nathan Binkert | |
2002-11-20 | Add another model | Nathan Binkert | |
2002-11-20 | document the relevant queue options | Philipp Buehler | |
henning@ ok | |||
2002-11-20 | BNF update: | Philipp Buehler | |
o catch up with queuespec change (no 'queue' in altq_rule) o there cant be a lonely number for bandwidth o s/k/K/ for queue_rule also henning@ ok | |||
2002-11-20 | Xr altq bu-bye | Philipp Buehler | |
henning@ ok | |||
2002-11-20 | You know why I love Sun? Consistency... deal with another weirdo root | Jason Wright | |
device selection situation (IDE disk controllers on the AX). | |||
2002-11-20 | Grrr, missed this in the pci id match | Jason Wright | |
2002-11-19 | Since we have a cast'd pci_attach_args already, use it instead of another cast. | Jason Wright | |
2002-11-19 | talk about pass and block and queue | Theo de Raadt | |
2002-11-19 | minor cosmetics, space after "label %s", in case both label and queue are | Daniel Hartmeier | |
specified. | |||
2002-11-19 | .Sh QUEUE RULES | Philipp Buehler | |
more to come.. previous fixes from various ppl included: ok henning@, mcbride@ | |||
2002-11-19 | typo; Stefan Berg | Todd C. Miller | |
2002-11-19 | only take cbq opts from schedtype if type=CBQ | Henning Brauer | |
2002-11-19 | Add a simplistic table driven lookup routine and use it where appropriate. | Jason Wright | |
2002-11-19 | Use queue.h macros instead of using the structure names directly. | Jason Wright | |
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 | |