summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-05-20Signed types are bad array indicies - let it panic instead.Martin Pelikan
2015-05-20scrap unused ixgbe_get_link_capabilities_X540Mike Belopuhov
2015-05-20Keep track of the ifih corresponding to a vlan instance to ease itsMartin Pieuchot
2015-05-20Do not increment if_opackets in if_output(). It might make sense to doMartin Pieuchot
2015-05-20Remove cubieboard specific gpio led setting.Jonathan Gray
2015-05-20Now all the socs use the same va entry point and don't have anyJonathan Gray
2015-05-20ARM L2C driver is only relevant on Cortex-A9 machines.Jonathan Gray
2015-05-20add per soc match functions instead of using armv7_matchJonathan Gray
2015-05-19Only attempt to load /etc/random.seed from the boot device after the kernelMiod Vallat
2015-05-19Extend the libsa loadfile(9) granularity to tell apart randomness from the restMiod Vallat
2015-05-19Move acquisition of the kernel lock deeper in the interrupt path, and makeMiod Vallat
2015-05-19splx should also be called in the error case, fix a regressionMartin Pieuchot
2015-05-19Do not leak a rtentry if it is unusable.Martin Pieuchot
2015-05-19Increase a maximum firmware handshake timeout to 10sMike Belopuhov
2015-05-19Convert to if_input().Martin Pieuchot
2015-05-19Convert to if_input().Martin Pieuchot
2015-05-19We cannot check for M_BCAST or M_MCAST now that vlan_input() is ranMartin Pieuchot
2015-05-19Take vlan(4) out of ether_input().Martin Pieuchot
2015-05-19change names to not conflict with omap intcJonathan Gray
2015-05-19rename global variables to not conflict with gptimerJonathan Gray
2015-05-19Abstract the soc_machdep.c functions to allow a kernel to be built forJonathan Gray
2015-05-19use the same va entry point on all armv7 socsJonathan Gray
2015-05-18Make armv7 startup PIC. From Dale Rahn in bitrig.Jonathan Gray
2015-05-18Do lazy update/reset of the FS.base and %[def]s segment registers: resetingPhilip Guenther
2015-05-18For each file in sysctl(KERN_FILE_BYFILE), FILLIT() calls fill_file(),Alexander Bluhm
2015-05-18Move the rdomain from struct ifnet into struct if_data. This way itReyk Floeter
2015-05-18Prevent splassert from firing during sd_flush which runs "cold"Mike Belopuhov
2015-05-18Do not change "rcvif" without goint through if_input() again otherwiseMartin Pieuchot
2015-05-18Reenable the page zeroing thread on MP m88k kernels.Miod Vallat
2015-05-18Move the logic deciding whether to grab the kernel lock or not, deeper in theMiod Vallat
2015-05-17for decades, wsdisplay has acted in one way like it is not a ttyTheo de Raadt
2015-05-17Checking the dts files turned up some more imx sdhc problems.Jonathan Gray
2015-05-17add missing calls to set the gpio direction before reading theJonathan Gray
2015-05-17Read ethernet address from EEPROM on AX88772B based on FreeBSDCan Erkin Acar
2015-05-17We don't need KERNEL_LOCK() around if_input() anymore, as if_input() hasChris Cappuccio
2015-05-17isatty() is used by stdio to determine the buffering mode. Add a F_ISATTYTheo de Raadt
2015-05-16hide private midi_softc strucureAlexandre Ratchov
2015-05-16Use device_lookup() instead of digging into midi_cd.cd_devs[] andAlexandre Ratchov
2015-05-15still needs kcore.hTheo de Raadt
2015-05-15Decrement the unit numbers on the novena sdhc devices. The imx6 dtsJonathan Gray
2015-05-15Make board attaching table driven and move it out into the socJonathan Gray
2015-05-15add some missing splx() callsJonathan Gray
2015-05-15Remove useless comments mentioning ether_output().Martin Pieuchot
2015-05-15Allow multiple connected/interface routes to exist at the same time.Claudio Jeker
2015-05-15Give carp(4) interfaces their own low priority. The change should notClaudio Jeker
2015-05-15Convert to if_input().Martin Pieuchot
2015-05-15rename the probe and free members of atascsi_methods to ata_probeDavid Gwynne
2015-05-15Introduce if_output(), a function do to the last steps before enqueuingMartin Pieuchot
2015-05-15Remove a NULL check in carp_set_ifp() as we always pass a valid ifpMartin Pieuchot
2015-05-14Make the "Battery Present" sensor a depency of all the battery-relatedMartin Pieuchot