aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a SIGINFO handler for dtrace(1).Mark Johnston2016-08-181-1/+25
* vt: fix old keyboard release in CONS_SETKBDEd Maste2016-08-181-0/+1
* Remove the obsolete and unused openbsd_poll system call. (Phase 2)George V. Neville-Neil2016-08-1812-83/+19
* Remove unusedd and obsolete openbsd_poll system call. (Phase 1)George V. Neville-Neil2016-08-1814-42/+10
* Try to fix gcc compilation errors (which are right).Bjoern A. Zeeb2016-08-181-2/+1
* Fix TAB replaced with spaces in prev. commit.Andrey A. Chernov2016-08-181-1/+1
* Add support for setting blocking and non-blocking mode on /dev/rdma_cmHans Petter Selasky2016-08-181-0/+16
* When device is detached make sure to stop the controller and makePyun YongHyeon2016-08-181-0/+18
* In axge_stop(), clear medium receive enable bit which will stop RXPyun YongHyeon2016-08-181-0/+5
* Remove <sys/types.h> from the SYNOPSIS.Kevin Lo2016-08-187-14/+7
* When usbd_transfer_setup() fails, don't callPyun YongHyeon2016-08-181-1/+2
* Introduce axge_rxfilter() which configures RX filtering and replacePyun YongHyeon2016-08-182-84/+101
* hyperv/kvp: Remove unnecessary function parameter.Sepherosa Ziehau2016-08-181-4/+3
* hyperv/hn: Get rid of the useless netvsc_packetSepherosa Ziehau2016-08-186-58/+33
* hyperv/hn: Constify RNDIS messages on RX path.Sepherosa Ziehau2016-08-181-9/+10
* hyperv/hn: Pass RX packet info to netvsc_recv.Sepherosa Ziehau2016-08-185-40/+33
* Switch to TX header format rather than directly manipulating headerPyun YongHyeon2016-08-182-25/+45
* Rename cryptic RX filter constants with more readable ones.Pyun YongHyeon2016-08-182-14/+15
* Don't explicitly call MIIBUS_STATCHG() method handler. Link statePyun YongHyeon2016-08-181-5/+0
* Pass PHY location information and remove PHY access hack.Pyun YongHyeon2016-08-182-5/+3
* [net80211] correctly lock the ifp before accessing the lladdr.Adrian Chadd2016-08-181-0/+2
* Add SHA512, skein, large blocks support for loader zfs.Toomas Soome2016-08-1819-124/+639
* Disable assembly sources when compiler/assembler cannot compile certainJung-uk Kim2016-08-1710-62/+80
* Pull in r262772 from upstream clang trunk (by Simon Pilgrim):Dimitry Andric2016-08-173-3/+1
* Rename allwinner_machdep.{c.h} to aw_machdep.{c.h} as all allwinner sourceEmmanuel Vadot2016-08-1711-12/+13
* boot1.efi Free() should check for NULL to provide consistent behaviorToomas Soome2016-08-171-1/+2
* Rename kernel config A10 into ALLWINNER_UP as it is intend to work with allEmmanuel Vadot2016-08-174-6/+9
* rights(4): CAP_FSYNC also permits fdatasync(2).Jilles Tjoelker2016-08-171-1/+2
* mips/broadcom: Implement CFE-based EARLY_PRINTF support.Landon J. Fuller2016-08-173-16/+49
* Teach netisr_get_cpuid() to limit a given value to supported by netisr.Andrey V. Elsukov2016-08-172-8/+7
* Add sun5i-a13-olinuxino to the build.Emmanuel Vadot2016-08-171-1/+2
* Fix the output for scope statistics.Michael Tuexen2016-08-171-2/+2
* Use names for SCTP and UDPLite when reporting the input histogram.Michael Tuexen2016-08-171-2/+2
* Remove pullup settings for MMC pins, this is not needed since r304290Emmanuel Vadot2016-08-171-4/+0
* Only set pud settings if this is a pullup or pulldown configuration.Emmanuel Vadot2016-08-171-1/+5
* a10_gpio_get_function now returns the whole function not onlyEmmanuel Vadot2016-08-171-19/+53
* Garbage collect _umtx_lock(2)/_umtx_unlock(2) references removed in r263318.Bryan Drewery2016-08-172-8/+0
* Add fdatasync(2) man page, combined with fsync(2).Konstantin Belousov2016-08-172-4/+48
* Remove duplicated code.Konstantin Belousov2016-08-171-6/+1
* Implement userspace gettimeofday(2) with HPET timecounter.Konstantin Belousov2016-08-1724-171/+246
* By default, allow all to read the HPET registers pages. At the sameKonstantin Belousov2016-08-171-2/+2
* hyperv/util: Factor out helper for IC device_probe DEVMETHODSepherosa Ziehau2016-08-176-45/+72
* Correctly print and cast u_int64_t and off_t.Emmanuel Vadot2016-08-172-5/+5
* hyperv/util: Don't reference hn_softc in KVPSepherosa Ziehau2016-08-171-8/+2
* - Add the 'restrict' type qualifier to match function prototype.Kevin Lo2016-08-171-3/+3
* hyperv/hn: Get rid of unused bitsSepherosa Ziehau2016-08-172-840/+0
* hyperv/hn: Remove reference to nvsp_statusSepherosa Ziehau2016-08-172-9/+10
* hyperv/hn: Remove reference to nvsp_msgSepherosa Ziehau2016-08-174-12/+11
* hyperv/hn: Simplify RNDIS RX packets acknowledgement.Sepherosa Ziehau2016-08-172-8/+14
* hyperv/hn: Ignore the useless TX table.Sepherosa Ziehau2016-08-172-34/+10