Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-15 | Cleanup error processing: | Alexander Yurchenko | |
- in ips_start_xs don't do scsi_done twice on error; - make ips_error return scsi XS_* codes rather than errno.h E* codes; - move all error reporting under debug, let upper layers to spam user. And fix a few missing byte conversions while here. | |||
2009-03-15 | Allow CPU_INFO_UNIT() to be used before cpu0 attaches. | Miod Vallat | |
2009-03-15 | fix a couple comment typos | Jacob Meuser | |
2009-03-15 | In _bus_dmamem_alloc(), do not bother printing avail_start and avail_end | Miod Vallat | |
in the DEBUG code, since these values aren't used there anymore. | |||
2009-03-14 | Some ICMP types that also have icmp_id, pointed out by markus@ | Ryan Thomas McBride | |
ok henning markus | |||
2009-03-14 | run devices, harvested from run.4; | Jason McIntyre | |
2009-03-14 | Add mips64 and sh support to this test. | Miod Vallat | |
2009-03-14 | Installed dhclient.conf is now all comments. Installed hosts is | Kenneth R Westerback | |
now correct as is, since we don't add info to localhost lines. So ditch comment-preserving dance through /tmp and just append our new info to installed files. Shrinks scripts without changing behaviour. | |||
2009-03-14 | some devices like the Planex GW-US300MiniS seem to have only 4 Tx bulk | Damien Bergamini | |
endpoints instead of 6 (4 EDCAs + HCCA + Prio). since we do not use the last two endpoints anyway, only check that we have at least found 4 Tx bulk endpoints. from FUKAUMI Naoki. | |||
2009-03-14 | regen | Damien Bergamini | |
2009-03-14 | add more run(4) USB ids, clarify some. | Damien Bergamini | |
from FUKAUMI Naoki. add a HARDWARE section to the run(4) man page to start listing known run(4) devices while i'm at it. | |||
2009-03-14 | Initial support for pruning. When every single interface is removed from the | Michele Marchetto | |
downstream list for a particular source send a prune to the upstream router. input and ok claudio@ | |||
2009-03-14 | There should only be one ::1 and one 127.0.0.1 entry in the hosts | Kenneth R Westerback | |
file. And 'localhost' don't need no stinkin' domain names. Insert line(s) with the address(es) of last interface defined instead of duplicate ::1 and 127.0.0.1 entries, Thus dhcp configured interfaces may eventually drift away from the value in hosts file. Much discussed just before tree lock. Time to see what happens. ok deraadt@ | |||
2009-03-14 | regen | Jonathan Gray | |
2009-03-14 | apologize (dlg and claudio, stop snickering) | Theo de Raadt | |
2009-03-14 | Match on D-Link DWA-130. | Jonathan Gray | |
From Todd Carson in pr 6105. | |||
2009-03-14 | D-Link DWA-130, from Todd Carson in pr 6105. | Jonathan Gray | |
2009-03-13 | Add SCSI pass-through and enclosure support. Tested on lpinto's | Alexander Yurchenko | |
machine which has safte(4). | |||
2009-03-13 | tabs; stupid emacs | Marco Peereboom | |
2009-03-13 | Fixup in acpidock for aml_evalinteger | Jordan Hargrave | |
Reported by guenther ok marco@ | |||
2009-03-13 | Fixed potential aml_freevalue on uninitialized stack , reported by krw | Jordan Hargrave | |
Fixup in acpidock for aml_evalinteger ok @marco | |||
2009-03-13 | No need for a line break, makes code a bit more compact. | Claudio Jeker | |
2009-03-13 | Some preparation steps for SCSI pass-through support: | Alexander Yurchenko | |
- stack command and DCDB frames along with scatter-gather list into one command block; - use structure field pointers and offsetof() instead of evil pointer arithmetics; - add DCDB definitions. No functional changes. | |||
2009-03-13 | Process command completion errors while polling, too. | Alexander Yurchenko | |
2009-03-13 | Next step in mrt cleanup. Switch buf_write to a smarter version of itself. | Claudio Jeker | |
Doing more the stuff msgbuf_write does and switch the only user -- mrt -- over to use this simpler way of writing out stuff. | |||
2009-03-13 | Move mrt code over to use the msgbuf way of queuing buffers instead of rolling | Claudio Jeker | |
an own version. More cleanup to come. | |||
2009-03-13 | Sync buffer API with the one from ospfd. The dynamic buffers will make other | Claudio Jeker | |
code much easier to write. OK henning@ some time ago. | |||
2009-03-13 | More paranoia when parsing empty updates. Make sure they are really empty and | Claudio Jeker | |
don't come with some additional stuff attached to them. OK henning@ | |||
2009-03-13 | Correctly encode MP unreach NLRI so that IPv6 prefixes get removed correctly. | Claudio Jeker | |
One bug was hiding another bug and only foundry based routers where unhappy about these bad updates. Found by Arnoud Vermeer and Elisa Jasinska at ams-ix. OK henning@ | |||
2009-03-13 | When commiting the buf_left() change adding len to the check was dropped and | Claudio Jeker | |
so a warning later on could be hit in some cases. Found by dlg@ OK dlg@ | |||
2009-03-13 | regen | Kevin Lo | |
2009-03-13 | add nVidia GeForce 9300M CS | Kevin Lo | |
2009-03-13 | Add tab's to the whitespace pattern used to eliminate existing entries | Kenneth R Westerback | |
when adding a host line via addhost_entry(). Thus preventing the duplicate entries for 127.0.0.1 we started inserting when we switched to using tabs in the initial hosts file. | |||
2009-03-12 | In the most common case -- array failure -- move error message under | Alexander Yurchenko | |
debug not to spam dmesg, bioctl and sysctl hw.sensors will tell you enough. | |||
2009-03-12 | Advanced error checking. | Alexander Yurchenko | |
2009-03-12 | Define a proper wsdisplay type for raptor(4). | Mark Kettenis | |
ok miod@ | |||
2009-03-12 | For SYNCHRONIZE_CACHE command use the same code path as for READ/WRITE. | Alexander Yurchenko | |
This required to factor out some common scsi code. | |||
2009-03-12 | Add new function time_to_text to correctly display the date. | pea | |
Use it to display the date in received from header and when we store headers. ok jacekm@ | |||
2009-03-12 | in full-duplex, don't send AMSG_MOVE messages twice; instead, | Alexandre Ratchov | |
send only the record direction one. spotted by jakemsr | |||
2009-03-12 | regen | Philip Guenthe | |
2009-03-12 | threxit() can't return, so its return type is really void | Philip Guenthe | |
"probably does not need a crank, so perhaps just go for it" deraadt@ | |||
2009-03-12 | Add id for this ridiculous small run(4) found at akihabara. As usual commited | Claudio Jeker | |
over this run(4). | |||
2009-03-12 | sync | Claudio Jeker | |
2009-03-12 | Add usbdevs of the smallest run(4) ever seen. That thing is smaller then | Claudio Jeker | |
a thumb including the usb connector. | |||
2009-03-12 | lsa_self() did too many things at once, and had too much logic | Stefan Sperling | |
buried inside of it that its caller relied on. So split it up as follows: lsa_self() Check whether an LSA is self-originated. lsa_flush() Flush an LSA from the LSDB. lsa_reflood() Prepare an LSA for reflooding (actual reflooding currently requires sending an imsg which must be done by the caller). ok claudio@ | |||
2009-03-11 | Do more error checking in acx(4). | Stefan Sperling | |
"If it works for you, commit it. The diff looks right." claudio@ "Seems to work here with ACX111 CardBus" jsg@ | |||
2009-03-11 | Attach iommu on AMD family 10h processors (e.g. phenom) too. | Owain Ainsworth | |
11h (Turion) still needs testing, so isn't part of this commit. ok reyk@, marco@ | |||
2009-03-11 | More aml_evalinteger fixup | Jordan Hargrave | |
ok marco@ | |||
2009-03-11 | Remove noisy printf debug | Jordan Hargrave | |
2009-03-11 | Cleanup.. use aml_evalinteger instead of aml_evalname | Jordan Hargrave | |
ok marco@ |