Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-13 | Reverse the order of a test in the loop invariant. It makes more | Todd C. Miller | |
sense this way and works around an apparent gcc optimizer bug on macppc related to inline functions. OK drahn@ | |||
2002-12-13 | Some more cleaning... | Thierry Deval | |
2002-12-13 | Limit our Data transfers only to the link speed imposed one. | Thierry Deval | |
Writes are now on a par with reads (-: | |||
2002-12-13 | Only WRITE_REQUEST_DATABLOCK are limited to the device's max_receive. | Thierry Deval | |
Other writes are only limited by the link speed. Idea from NetBSD. | |||
2002-12-13 | Cast to unsigned int, not unsigned char, since what is being cast is an | Todd C. Miller | |
int, not a char. | |||
2002-12-13 | Define IEEE1394_MAX_ASYNC(), which gives the maximum (link speed dependent) | Thierry Deval | |
asynchronous packet size. Idea from NetBSD. | |||
2002-12-13 | the scheduler keyword is gone... | Henning Brauer | |
2002-12-13 | a more advanced example for queues | Henning Brauer | |
2002-12-13 | minor glitch in the queue example | Henning Brauer | |
2002-12-13 | Fix the memory leak introduced with the use of fwohci_block_handler_set(). | Thierry Deval | |
2002-12-13 | might help to add the actual tests. | Henning Brauer | |
2002-12-13 | test scrub options in unusual order | Henning Brauer | |
2002-12-13 | test extended syntax for queue assignment on filter rules | Henning Brauer | |
2002-12-13 | document extended queue syntax | Henning Brauer | |
help theo | |||
2002-12-13 | adjust after minor output change (whitespace) | Henning Brauer | |
2002-12-13 | allow a second queue for higher priorized (currently: tos=lowdelay) packets | Henning Brauer | |
to be specified per rule queue (qname, priorized_qname) idea dhartmei ok dhartmei@ frantzen@ deraadt@ | |||
2002-12-13 | add pqueue and pqid to pf_rule. | Henning Brauer | |
this allows for a second queue on pf_rule. assign packets with tos 0x10 (lowdelay) to this one. if the second queue isn't specified set pqid = qid idea dhartmei@ ok dhartmei@ frantzen@ deraadt@ | |||
2002-12-13 | Malloc debug cleaning (MPRINTF). | Thierry Deval | |
Uses option FW_MALLOC_DEBUG. | |||
2002-12-13 | Compare to ELFMAG byte by byte rather than using full fledged function. | Dale Rahn | |
Also avoids a gas problem for the moment. | |||
2002-12-13 | don't fail if stdout is not a tty. | Marco S Hyman | |
Print a test ignored message, instead. | |||
2002-12-13 | a bit KNF originally part of another diff soon to come; frantzen@ correctly | Henning Brauer | |
pointed out that should be a seperate commit. | |||
2002-12-13 | Recent modifications to netcat changed the behaviour to only exit when both | Aaron Campbell | |
the read (network) and write (stdin) ends of the socket were both closed. This is not how nc traditionally works. Instead, revert back to finishing up when read() on the socket returns 0; deraadt@, vincent@ ok. | |||
2002-12-13 | sync | Theo de Raadt | |
2002-12-13 | audio_prinfo.seek is int now; document and sync | Christian Weisgerber | |
ok miod@ millert@ | |||
2002-12-13 | No need to include sys/cdefs.h explicitly here; Andrey Matveev | Todd C. Miller | |
2002-12-13 | 1) include stalling time in total time | Markus Friedl | |
2) truncate filenames to 45 instead of 20 characters 3) print rate instead of progress bar, no more stars 4) scale output to tty width based on a patch from Niels; ok fries@ lebel@ fgs@ millert@ | |||
2002-12-13 | Some KNF from Andrey Matveev plus a little cleanup of my own. | Todd C. Miller | |
2002-12-13 | remove a joke: "16 Megabyte swap file" | Theo de Raadt | |
2002-12-13 | permit re-ordering of some scrub parameters, and also clean up some other | Theo de Raadt | |
grammer balony; henning ok | |||
2002-12-13 | fdisc -> fdesc. form@ | Mike Pechkin | |
2002-12-13 | Comment out wsdisplay at sti attachment, as it causes problems at the moment. | Miod Vallat | |
2002-12-13 | kill whitespace at EOL; David Krause | Henning Brauer | |
2002-12-13 | cleanup debug messages, more useful information for the client user. | Markus Friedl | |
2002-12-13 | Do not list AlphaStation 500 and 600 as supported, as they are reported | Miod Vallat | |
to have issues. | |||
2002-12-13 | Two more places where we can use the libc getopt_long() instead of GNU getopt() | Todd C. Miller | |
2002-12-13 | Add FireWire to kernel config. | Thierry Deval | |
(disabled for now, not production quality yet) | |||
2002-12-13 | Enable support for SCSI over FireWire. | Thierry Deval | |
2002-12-13 | Add preliminary support for the Serial Bus Protocol II (SBP-2) standard. | Thierry Deval | |
As well as a first rough implementation of a SCSI over FireWire support, following the SBP-2 standard. | |||
2002-12-13 | "Documentation" update. | Thierry Deval | |
2002-12-13 | Better memory balancing (between alloc/free), | Thierry Deval | |
some enhancements, lots of debugging, KNF... | |||
2002-12-13 | Detach fwnodes first. | Thierry Deval | |
Solves panics when removing the adapter while leaving the devices connected. | |||
2002-12-13 | KNF | Thierry Deval | |
2002-12-12 | Dvorak typo. | Miod Vallat | |
2002-12-12 | Pastos in pf_compare_pool(); dhartmei@, mcbride@ ok. | Aaron Campbell | |
2002-12-12 | Remove dead prototypes | Miod Vallat | |
2002-12-12 | use ldl_l/stl_c instead of ldq_l and ldq_c as _spinlock_lock_t | Marco S Hyman | |
is defined as an int. This solves several alpha/pthread problems as repoted by various ports people. | |||
2002-12-12 | KNF | Henning Brauer | |
2002-12-12 | we don't need to keep a private copy of the queue name in expand_rule, | Henning Brauer | |
r->qname is never modified discussed with dhartmei@ | |||
2002-12-12 | minor KNF | Henning Brauer | |
2002-12-12 | Missing 'Cm'. From <andrushock@korovino.net> | Mike Pechkin | |