Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-14 | handeled -> handled; reported by someone on the list, but i no longer | Federico G. Schwindt | |
have the mail. | |||
2002-12-14 | Using quirks that make more sense. | Thierry Deval | |
(iPod is happy with this) | |||
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 | Define IEEE1394_MAX_ASYNC(), which gives the maximum (link speed dependent) | Thierry Deval | |
asynchronous packet size. Idea from NetBSD. | |||
2002-12-13 | Fix the memory leak introduced with the use of fwohci_block_handler_set(). | Thierry Deval | |
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 | Comment out wsdisplay at sti attachment, as it causes problems at the moment. | Miod Vallat | |
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 | minor KNF | Henning Brauer | |
2002-12-12 | Always use queue(3) macros. | Alexander Yurchenko | |
ok chris@ gluk@ | |||
2002-12-12 | statement after label. | Artur Grabowski | |
2002-12-12 | linux passes the 6th syscall argument in ebp | Jason Ish | |
- from NetBSD - ok deraadt, mickey | |||
2002-12-12 | can now get _ttylist via sysctl; millert ok | Theo de Raadt | |
2002-12-11 | Use m_copym2 to copy the whole mbuf (cluster included) and not | Federico G. Schwindt | |
incrementing its reference. Fixes a m_zero panic reported by markus@ when pfdatatopacket returns a cluster. Tested by markus@, jason@ ok. | |||
2002-12-11 | smaller delays, unneeded spls | Michael Shalayeff | |
2002-12-11 | send-pr -> sendbug here as well; Peter Werner | Henning Brauer | |
2002-12-11 | sendbug(1), not send-pr; Peter Werner | Henning Brauer | |
2002-12-11 | unpee | Michael Shalayeff | |
2002-12-11 | Some people say that "__asm __volatile("")" is not enough. | Artur Grabowski | |
Use "__asm __volatile("":::"memory")" to completly avoid reordering. | |||
2002-12-11 | Added paranoia to make sure that gcc doesn't reorder spl* inlines. | Artur Grabowski | |
2002-12-11 | - Call uvm_km_alloc_poolpage1 directly, no need to go through the macro. | Artur Grabowski | |
- uvm_km_alloc_poolpage1 has its own spl protection, no need to add additional layer around it. | |||
2002-12-11 | delay(1) is enough on attention | Michael Shalayeff | |
2002-12-11 | in mountroot: | Michael Shalayeff | |
check system clock against root atime, not mtime, since the later does not change that often and is a bad mark to sync unto. remove a bogus splnet() i've put way back in 96 w/ v3 integration. miod@ tested on diskless sparc and sparc64, mickey@ on hppa | |||
2002-12-11 | descructive -> destructive | Miod Vallat | |
2002-12-10 | achetypal -> archetypal | Miod Vallat | |
2002-12-10 | Regen | Miod Vallat | |
2002-12-10 | Dec Pixelvision card, unfortunately not tga compatible enough. | Miod Vallat | |
2002-12-10 | Config.new is so old its frozen now, no need to mention it. | Miod Vallat | |
2002-12-10 | VT100 emul is the default, and there is no point yet having more than one | Miod Vallat | |
wsscreen per wsdisplay device ; from deraadt@ long ago. | |||
2002-12-10 | Use CPU_ISSUN4M macro rather than check cputyp value. Consistent with the rest | Miod Vallat | |
of the file. | |||
2002-12-10 | No need to hardclock IPL_STATCLOCK value anymore. | Miod Vallat | |
2002-12-10 | Use bus_addr_t rather than paddr_t when it makes sense, and use TAILQ macros | Miod Vallat | |
as well. | |||
2002-12-10 | ``synthesizers'' is too difficult to spell correctly. | Miod Vallat | |
2002-12-10 | Typos, and fix a comment's content. | Miod Vallat | |
2002-12-10 | interupt->interrupt | Miod Vallat | |
2002-12-10 | Add RCS ids. | Miod Vallat | |
2002-12-10 | You would think cleaning your tree every now and then would eventually never | Miod Vallat | |
produce typo fixes, but the typo pool is infinite. | |||
2002-12-10 | pass p->p_emul to stackgap_init(), not 0 to be consistent. | Federico G. Schwindt | |