Age | Commit message (Expand) | Author |
2009-07-28 | regen | Stuart Henderson |
2009-07-28 | add Cicada CS8244 10/100/1000 PHY, from Brad. | Stuart Henderson |
2009-07-28 | Garbage-collect softc member stge_if_flags, unused since if_stge.c r1.46. | Stuart Henderson |
2009-07-28 | Plug a memory leak when calling rtable_add(0) multiple times. Fixing this | Claudio Jeker |
2009-07-28 | revert the avoidance of the mbuf copy for the icmp errors (r1.165) | David Gwynne |
2009-07-28 | - Don't access VPD even if hardware advertised the capability. | Kevin Lo |
2009-07-28 | gem(4) + gentbi(4) do fit; requested by brad | Theo de Raadt |
2009-07-28 | Enable ti(4), tested by myself OK deraadt@ | Claudio Jeker |
2009-07-28 | typo. OK deraadt@ | Claudio Jeker |
2009-07-28 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-28 | timeout_add -> timout_add_msec | Bret Lambert |
2009-07-28 | do not leak pf_rule_item_pl items in pf_test_rule() when | Henning Brauer |
2009-07-28 | check that pool_get actually gives us memory in pf_test_rule. | Henning Brauer |
2009-07-28 | Using the buf pointer returned from incore is a really bad idea. | Artur Grabowski |
2009-07-28 | Replace "XXX ? from linux" with a descriptive comment. From Brad. | Stuart Henderson |
2009-07-28 | The firmware is an array of u_int32_t and differs between architectures. | Claudio Jeker |
2009-07-28 | print the chipset name in the dmesg so it is possible to tell | Kevin Lo |
2009-07-28 | Add flow control support | Kevin Lo |
2009-07-27 | explain the pedigree of these firmwares, since the license is not quite right. | Theo de Raadt |
2009-07-27 | Do enter the tigon directory, and build there, and ship them. We have tried | Theo de Raadt |
2009-07-27 | Unbreak non-DIAGNOSTIC kernels (i.e. RAMDISK-IP27) | Miod Vallat |
2009-07-27 | Split comment from lint keyword. OK dms@ | Claudio Jeker |
2009-07-27 | Define the common DiffServ Codepoints so pf(4) can use them. | Claudio Jeker |
2009-07-27 | tiemout_add -> timeout_add_sec | Bret Lambert |
2009-07-27 | add bus speed recognition on Nehalem based cpus, this | Dariusz Swiderski |
2009-07-26 | stop trying to fast-recycle pages for now. a few bugs have been found and | Theo de Raadt |
2009-07-26 | Rework ioc children attachment: instead of having ioc build a semi-bogus | Miod Vallat |
2009-07-26 | Don't forget to bus_space_unmap(), even if it's a no-op, in rbus_space_unmap(). | Miod Vallat |
2009-07-26 | Make the bus_space boundary checks #ifdef DIAGNOSTIC. | Miod Vallat |
2009-07-26 | A better implementation of bus_space_subregion() for xbridge, with boundary | Miod Vallat |
2009-07-26 | Create the pci resource extents as covering the full 4GB address space, | Miod Vallat |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-07-26 | I'm not as smart as mickey, so replace: | Mark Kettenis |
2009-07-26 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-26 | Add PCIOCGETROM, and ioctl(2) to read PCI ROMs. | Mark Kettenis |
2009-07-26 | If we recognize a specific mouse model where we need to override locator | Miod Vallat |
2009-07-26 | no need to cast the return value of m_freem() to void | Thordur I. Bjornsson |
2009-07-26 | Fix flow control support: | Mark Kettenis |
2009-07-25 | On multiple-node systems, be sure to broadcast reboot requests to all nodes. | Miod Vallat |
2009-07-25 | Fix crash in bwi on armish by properly aligning a 32-bit value. Not | Kenneth R Westerback |
2009-07-25 | Fix Cardbus_conf_{read,write} macros. Not used by anything yet. | Miod Vallat |
2009-07-25 | Add an extra argument to uvm_unmap_remove(), for the caller to tell it | Miod Vallat |
2009-07-25 | Better parameter validation in pciioctl(): check for ioctl number and | Miod Vallat |
2009-07-25 | Make sure that if a PDE isn't there, we skip to the start of the address | Mark Kettenis |
2009-07-25 | typo | Martynas Venckus |
2009-07-25 | Replace magic numbers for ANAR flow control bits with the appropriate | Mark Kettenis |
2009-07-25 | Stop using rbus to set up the socket BAR if it has been left unitialized | Mark Kettenis |
2009-07-25 | Add flow control status reporting. From Brad. | Stuart Henderson |
2009-07-24 | in pmap_kenter_pa(), flush the old pte before installing the new one. | Theo de Raadt |
2009-07-24 | wrap the kernel specific parts in an _KERNEL ifdef. | Jonathan Gray |