Age | Commit message (Expand) | Author |
2015-05-21 | Establish interrupts for both keyboard and mouse slots at pckbc attach time, | Miod Vallat |
2015-05-21 | Report all valid interrupt locators in isaprint() - although config(8) stanzas | Miod Vallat |
2015-05-21 | Rename caddr_t p to cp in an inner block to avoid aliasing the outer | Nicholas Marriott |
2015-05-21 | No need for ifp since we do not set "rcvif". | Martin Pieuchot |
2015-05-21 | No need to set "rcvif", if_input() does it for you. | Martin Pieuchot |
2015-05-21 | tedu commented out xl_testpacket(), remove one of the IFQ_ENQUEUE() | Martin Pieuchot |
2015-05-21 | Convert to if_output(). | Martin Pieuchot |
2015-05-21 | Correctly state the link state to INVALID when creating a carp interface. | Martin Pieuchot |
2015-05-21 | Access to uninitialized variable fixed. | Gerhard Roth |
2015-05-20 | Signed types are bad array indicies - let it panic instead. | Martin Pelikan |
2015-05-20 | scrap unused ixgbe_get_link_capabilities_X540 | Mike Belopuhov |
2015-05-20 | Keep track of the ifih corresponding to a vlan instance to ease its | Martin Pieuchot |
2015-05-20 | Do not increment if_opackets in if_output(). It might make sense to do | Martin Pieuchot |
2015-05-20 | Remove cubieboard specific gpio led setting. | Jonathan Gray |
2015-05-20 | Now all the socs use the same va entry point and don't have any | Jonathan Gray |
2015-05-20 | ARM L2C driver is only relevant on Cortex-A9 machines. | Jonathan Gray |
2015-05-20 | add per soc match functions instead of using armv7_match | Jonathan Gray |
2015-05-19 | Only attempt to load /etc/random.seed from the boot device after the kernel | Miod Vallat |
2015-05-19 | Extend the libsa loadfile(9) granularity to tell apart randomness from the rest | Miod Vallat |
2015-05-19 | Move acquisition of the kernel lock deeper in the interrupt path, and make | Miod Vallat |
2015-05-19 | splx should also be called in the error case, fix a regression | Martin Pieuchot |
2015-05-19 | Do not leak a rtentry if it is unusable. | Martin Pieuchot |
2015-05-19 | Increase a maximum firmware handshake timeout to 10s | Mike Belopuhov |
2015-05-19 | Convert to if_input(). | Martin Pieuchot |
2015-05-19 | Convert to if_input(). | Martin Pieuchot |
2015-05-19 | We cannot check for M_BCAST or M_MCAST now that vlan_input() is ran | Martin Pieuchot |
2015-05-19 | Take vlan(4) out of ether_input(). | Martin Pieuchot |
2015-05-19 | change names to not conflict with omap intc | Jonathan Gray |
2015-05-19 | rename global variables to not conflict with gptimer | Jonathan Gray |
2015-05-19 | Abstract the soc_machdep.c functions to allow a kernel to be built for | Jonathan Gray |
2015-05-19 | use the same va entry point on all armv7 socs | Jonathan Gray |
2015-05-18 | Make armv7 startup PIC. From Dale Rahn in bitrig. | Jonathan Gray |
2015-05-18 | Do lazy update/reset of the FS.base and %[def]s segment registers: reseting | Philip Guenther |
2015-05-18 | For each file in sysctl(KERN_FILE_BYFILE), FILLIT() calls fill_file(), | Alexander Bluhm |
2015-05-18 | Move the rdomain from struct ifnet into struct if_data. This way it | Reyk Floeter |
2015-05-18 | Prevent splassert from firing during sd_flush which runs "cold" | Mike Belopuhov |
2015-05-18 | Do not change "rcvif" without goint through if_input() again otherwise | Martin Pieuchot |
2015-05-18 | Reenable the page zeroing thread on MP m88k kernels. | Miod Vallat |
2015-05-18 | Move the logic deciding whether to grab the kernel lock or not, deeper in the | Miod Vallat |
2015-05-17 | for decades, wsdisplay has acted in one way like it is not a tty | Theo de Raadt |
2015-05-17 | Checking the dts files turned up some more imx sdhc problems. | Jonathan Gray |
2015-05-17 | add missing calls to set the gpio direction before reading the | Jonathan Gray |
2015-05-17 | Read ethernet address from EEPROM on AX88772B based on FreeBSD | Can Erkin Acar |
2015-05-17 | We don't need KERNEL_LOCK() around if_input() anymore, as if_input() has | Chris Cappuccio |
2015-05-17 | isatty() is used by stdio to determine the buffering mode. Add a F_ISATTY | Theo de Raadt |
2015-05-16 | hide private midi_softc strucure | Alexandre Ratchov |
2015-05-16 | Use device_lookup() instead of digging into midi_cd.cd_devs[] and | Alexandre Ratchov |
2015-05-15 | still needs kcore.h | Theo de Raadt |
2015-05-15 | Decrement the unit numbers on the novena sdhc devices. The imx6 dts | Jonathan Gray |
2015-05-15 | Make board attaching table driven and move it out into the soc | Jonathan Gray |