Age | Commit message (Expand) | Author |
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 |
2009-03-14 | Some ICMP types that also have icmp_id, pointed out by markus@ | Ryan Thomas McBride |
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 |
2009-03-14 | some devices like the Planex GW-US300MiniS seem to have only 4 Tx bulk | Damien Bergamini |
2009-03-14 | regen | Damien Bergamini |
2009-03-14 | add more run(4) USB ids, clarify some. | Damien Bergamini |
2009-03-14 | Initial support for pruning. When every single interface is removed from the | Michele Marchetto |
2009-03-14 | There should only be one ::1 and one 127.0.0.1 entry in the hosts | Kenneth R Westerback |
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 |
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 |
2009-03-13 | tabs; stupid emacs | Marco Peereboom |
2009-03-13 | Fixup in acpidock for aml_evalinteger | Jordan Hargrave |
2009-03-13 | Fixed potential aml_freevalue on uninitialized stack , reported by krw | Jordan Hargrave |
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 |
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 |
2009-03-13 | Move mrt code over to use the msgbuf way of queuing buffers instead of rolling | Claudio Jeker |
2009-03-13 | Sync buffer API with the one from ospfd. The dynamic buffers will make other | Claudio Jeker |
2009-03-13 | More paranoia when parsing empty updates. Make sure they are really empty and | Claudio Jeker |
2009-03-13 | Correctly encode MP unreach NLRI so that IPv6 prefixes get removed correctly. | Claudio Jeker |
2009-03-13 | When commiting the buf_left() change adding len to the check was dropped and | Claudio Jeker |
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 |
2009-03-12 | In the most common case -- array failure -- move error message under | Alexander Yurchenko |
2009-03-12 | Advanced error checking. | Alexander Yurchenko |
2009-03-12 | Define a proper wsdisplay type for raptor(4). | Mark Kettenis |
2009-03-12 | For SYNCHRONIZE_CACHE command use the same code path as for READ/WRITE. | Alexander Yurchenko |
2009-03-12 | Add new function time_to_text to correctly display the date. | pea |
2009-03-12 | in full-duplex, don't send AMSG_MOVE messages twice; instead, | Alexandre Ratchov |
2009-03-12 | regen | Philip Guenthe |
2009-03-12 | threxit() can't return, so its return type is really void | Philip Guenthe |
2009-03-12 | Add id for this ridiculous small run(4) found at akihabara. As usual commited | Claudio Jeker |
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 |
2009-03-12 | lsa_self() did too many things at once, and had too much logic | Stefan Sperling |
2009-03-11 | Do more error checking in acx(4). | Stefan Sperling |
2009-03-11 | Attach iommu on AMD family 10h processors (e.g. phenom) too. | Owain Ainsworth |
2009-03-11 | More aml_evalinteger fixup | Jordan Hargrave |
2009-03-11 | Remove noisy printf debug | Jordan Hargrave |
2009-03-11 | Cleanup.. use aml_evalinteger instead of aml_evalname | Jordan Hargrave |
2009-03-11 | Rework command polling to be able to sleep if no SCSI_NOSLEEP flag | Alexander Yurchenko |
2009-03-11 | getmxbyname() returning a value != 0 does not necessarily means it failed | pea |