Age | Commit message (Expand) | Author |
2009-11-21 | User triggerable KASSERT()s and NULL dereferences in netbt setsockopt()s, | Philip Guenthe |
2009-11-20 | NULL dereference in IPV6_PORTRANGE and IP_IPSEC_*, found by Clement LECIGNE, | Philip Guenthe |
2009-11-19 | avoid overflow since protos > IPPROTO_MAX exist. From FreeBSD with | Otto Moerbeek |
2009-11-19 | Add code to set up windows on PCI-PCI bridges left unconfigured by the | Mark Kettenis |
2009-11-19 | Add PPB_IO_SHIFT #define to mirror PPB_MEM_SHIFT. | Mark Kettenis |
2009-11-19 | Rename KSEG* defines to CKSEG* to match their names in 64 bit mode; also | Miod Vallat |
2009-11-19 | All callers of updateimask() immediately enable interrupts afterwards, so do | Miod Vallat |
2009-11-19 | Remove code allowing native binaries with O32 ABI to run, there aren't any... | Miod Vallat |
2009-11-19 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-19 | if a radio switch exists, configure the GPIO pin to which it is | Damien Bergamini |
2009-11-19 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2009-11-19 | fix for some variants of AR9285. | Damien Bergamini |
2009-11-19 | It turns out that the 2GB contiguous DMA direct map window also needs | Miod Vallat |
2009-11-19 | Factor triplicated code responsible to add memory information into a | Miod Vallat |
2009-11-19 | Dell's SVR4 apparently mapped page zero to the executable. We don't | Philip Guenthe |
2009-11-18 | - regen | Jasper Lievisse Adriaanse |
2009-11-18 | - add startech.com and the product id for their ICUSB2321X/2X/4X devices, | Jasper Lievisse Adriaanse |
2009-11-18 | * always move the same amount of data (256 frames) in the interrupt handler | Jacob Meuser |
2009-11-18 | Stricter type usage (width and signedness); first step towards 64 bit ptes. | Miod Vallat |
2009-11-18 | panic on impossible error code | Alexander Hall |
2009-11-18 | Move widget register information apart from xbow software interface, and | Miod Vallat |
2009-11-18 | Add glue to attach iockbc(4) to iof(4) as well. Tested by deraadt@ | Miod Vallat |
2009-11-18 | regen | Jonathan Gray |
2009-11-18 | More EP80579 devices. | Jonathan Gray |
2009-11-18 | Don't whinge about not knowing the bus_clock for EP80579 (model 0x15) | Jonathan Gray |
2009-11-18 | improve the bpf path. packets we send out via the bridge are seen, but | Theo de Raadt |
2009-11-18 | set IFCAP_VLAN_MTU; from brad | Theo de Raadt |
2009-11-18 | do not do setup that ether_ifattach() takes care of; ok jsg | Theo de Raadt |
2009-11-17 | Tidy up promisc/multicast handing. From Brad. Tested by me. | Mark Kettenis |
2009-11-17 | fix a DPRINTF format string. | Damien Bergamini |
2009-11-17 | nuke the temperature sensor. | Damien Bergamini |
2009-11-17 | regen | Damien Bergamini |
2009-11-17 | another shitload of run(4) usb ids | Damien Bergamini |
2009-11-17 | cleanup the printf/DPRINTF mess. | Damien Bergamini |
2009-11-17 | fix previous. | Damien Bergamini |
2009-11-17 | update hardware multicast filter. | Damien Bergamini |
2009-11-17 | regen | Damien Bergamini |
2009-11-17 | the D-Link DWA-160 rev A2 is an otus(4) too. | Damien Bergamini |
2009-11-17 | add short interframe space to duration since the athn_txtime | Damien Bergamini |
2009-11-17 | Initialize the FPU to be in double precision mode for SH4. This is what the | Mark Kettenis |
2009-11-17 | Tidy up promisc/multicast handling. Tested by myself (and earlier | Stuart Henderson |
2009-11-16 | regen | Jonathan Gray |
2009-11-16 | Some more Cavium devices. Prompted by a dmesg from Jason George. | Jonathan Gray |
2009-11-16 | it is better if it compiles. | Damien Bergamini |
2009-11-16 | do not panic when wep is enabled. | Damien Bergamini |
2009-11-16 | Fix array access found by parfait and switch to nitems while here. | Jonathan Gray |
2009-11-15 | athn works on sparc64 | Theo de Raadt |
2009-11-15 | Move ciss(4) to NO_CCB. Add some extra paranoia by always testing | Kenneth R Westerback |
2009-11-15 | AR9287 uses GPIO pin 8 for LED, not 1. | Damien Bergamini |
2009-11-15 | Fix memory leak in error case. Found by Parfait. | Joel Sing |