summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2015-05-14Allocate the input packet handler as part of the trunk_port structureMartin Pieuchot
2015-05-14Remove BOARD_ID* tests that do the same thing for every imx board.Jonathan Gray
2015-05-14rework imxenet hardware address setup: if COTP doesn't provide anDamien Miller
2015-05-13test mbuf pointers against NULL not 0Jonathan Gray
2015-05-13Get rid of the last "#if NTRUNK" by overwriting trunk ports' outputMartin Pieuchot
2015-05-13Remove useless "bridge.h" include.Martin Pieuchot
2015-05-13Define END() to set ELF symbol size.Masao Uebayashi
2015-05-13Having the same settings on the same phy across multiple boards is justJonathan Gray
2015-05-12Make sure the rx ring lwm is set to at least 4. As far as we know, allMark Kettenis
2015-05-12remove the sc->isopen flag, as sc->flags already hold theAlexandre Ratchov
2015-05-12store byte count in a size_t and switch from uiomovei() to uiomove()Alexandre Ratchov
2015-05-12Remove unused code & definitions: midi_attach(), midi_unit_count(),Alexandre Ratchov
2015-05-12Don't hold the audio mutex when calling uiomove(), as uiomove()Alexandre Ratchov
2015-05-12Remove references to (deleted) auconv.h and mulaw.h files. FixesAlexandre Ratchov
2015-05-12Fixup potential use after free and a memory leak.Mike Belopuhov
2015-05-12This file is only compiled when "pseudo-device bridge" is included inMartin Pieuchot
2015-05-12MPLS also needs a definition for etherip_output(), fix build withoutMartin Pieuchot
2015-05-12Merge various urtwn(4) fixes from FreeBSD:Stefan Sperling
2015-05-12Fix definition of R92C_USTIME_TSF.Stefan Sperling
2015-05-12regenStefan Sperling
2015-05-12usbdevs_data.hStefan Sperling
2015-05-12Add 4 additional urtwn(4) device IDs.Stefan Sperling
2015-05-12Drop and reacquire the kernel lock in the vfs_shutdown and "cold"Mike Belopuhov