Age | Commit message (Expand) | Author |
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 |
2015-05-15 | add some missing splx() calls | Jonathan Gray |
2015-05-15 | Remove useless comments mentioning ether_output(). | Martin Pieuchot |
2015-05-15 | Allow multiple connected/interface routes to exist at the same time. | Claudio Jeker |
2015-05-15 | Give carp(4) interfaces their own low priority. The change should not | Claudio Jeker |
2015-05-15 | Convert to if_input(). | Martin Pieuchot |
2015-05-15 | rename the probe and free members of atascsi_methods to ata_probe | David Gwynne |
2015-05-15 | Introduce if_output(), a function do to the last steps before enqueuing | Martin Pieuchot |
2015-05-15 | Remove a NULL check in carp_set_ifp() as we always pass a valid ifp | Martin Pieuchot |
2015-05-14 | Make the "Battery Present" sensor a depency of all the battery-related | Martin Pieuchot |
2015-05-14 | Allocate the input packet handler as part of the trunk_port structure | Martin Pieuchot |
2015-05-14 | Remove BOARD_ID* tests that do the same thing for every imx board. | Jonathan Gray |
2015-05-14 | rework imxenet hardware address setup: if COTP doesn't provide an | Damien Miller |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-05-13 | Get rid of the last "#if NTRUNK" by overwriting trunk ports' output | Martin Pieuchot |
2015-05-13 | Remove useless "bridge.h" include. | Martin Pieuchot |
2015-05-13 | Define END() to set ELF symbol size. | Masao Uebayashi |
2015-05-13 | Having the same settings on the same phy across multiple boards is just | Jonathan Gray |
2015-05-12 | Make sure the rx ring lwm is set to at least 4. As far as we know, all | Mark Kettenis |
2015-05-12 | remove the sc->isopen flag, as sc->flags already hold the | Alexandre Ratchov |
2015-05-12 | store byte count in a size_t and switch from uiomovei() to uiomove() | Alexandre Ratchov |
2015-05-12 | Remove unused code & definitions: midi_attach(), midi_unit_count(), | Alexandre Ratchov |
2015-05-12 | Don't hold the audio mutex when calling uiomove(), as uiomove() | Alexandre Ratchov |
2015-05-12 | Remove references to (deleted) auconv.h and mulaw.h files. Fixes | Alexandre Ratchov |
2015-05-12 | Fixup potential use after free and a memory leak. | Mike Belopuhov |
2015-05-12 | This file is only compiled when "pseudo-device bridge" is included in | Martin Pieuchot |
2015-05-12 | MPLS also needs a definition for etherip_output(), fix build without | Martin Pieuchot |
2015-05-12 | Merge various urtwn(4) fixes from FreeBSD: | Stefan Sperling |
2015-05-12 | Fix definition of R92C_USTIME_TSF. | Stefan Sperling |
2015-05-12 | regen | Stefan Sperling |
2015-05-12 | usbdevs_data.h | Stefan Sperling |
2015-05-12 | Add 4 additional urtwn(4) device IDs. | Stefan Sperling |
2015-05-12 | Drop and reacquire the kernel lock in the vfs_shutdown and "cold" | Mike Belopuhov |