aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Backout r272825 every useland usage of ufs/ufs/dir.h are now broken with that...Baptiste Daroussin2014-10-091-1/+1
* Shuffle things.Adrian Chadd2014-10-091-2/+1
* When building with a newer GCC, suppress some warnings for theWarner Losh2014-10-091-1/+7
* Use offsetof() from sys/types.h instead of a custom oneBaptiste Daroussin2014-10-091-1/+1
* Regenerate after r272823:Marcel Moolenaar2014-10-099-17/+17
* Move the SCTP syscalls to netinet with the rest of the SCTP code. TheMarcel Moolenaar2014-10-096-498/+603
* Add sysctl knob to disable port power on a specific USB HUB. You needHans Petter Selasky2014-10-091-19/+43
* Only catch the line from the compiler output where 'version' is a wordBaptiste Daroussin2014-10-091-1/+1
* Make iSCSI connection close somewhat less aggressive.Alexander Motin2014-10-094-25/+5
* MFV r272804:Xin LI2014-10-094-63/+61
* MFV r272803:Xin LI2014-10-093-11/+78
* Refine support for disabling USB enumeration to allow device detachHans Petter Selasky2014-10-092-22/+20
* Use proper variable when looping through periphs with CAM_PERIPH_FREE.Alexander Motin2014-10-091-2/+2
* Move the calls to u_tun_func() into udp6_append()Bryan Venteicher2014-10-091-32/+12
* Missing from previous commit - keep the VM domain -> PXM mappingAdrian Chadd2014-10-091-8/+28
* Add a bus method to fetch the VM domain for the given device/bus.Adrian Chadd2014-10-097-0/+91
* Check for mbuf copy failure when there are multiple multicast socketsBryan Venteicher2014-10-091-5/+4
* Add M_FLOWID to M_COPYFLAGSBryan Venteicher2014-10-091-1/+1
* Fix draining in ttydev_leave():Marcel Moolenaar2014-10-091-10/+25
* Apply r269126 to tty_timedwait():Marcel Moolenaar2014-10-091-4/+4
* Properly NUL-terminate the on-stack buffer for reading /boot.configMarcel Moolenaar2014-10-091-3/+5
* When tunneling interface is going to insert mbuf into netisr queue after stri...Andrey V. Elsukov2014-10-082-1/+2
* Pass up the error status of minidumpsys() to its callers.Mark Johnston2014-10-0811-24/+23
* Remove one second wait for threads exit from icl_conn_close().Alexander Motin2014-10-081-5/+3
* It looks like an entry for the R215 is not required in cdce(4) after all.Gavin Atkinson2014-10-081-1/+0
* Add an argument to the x86 pmap_invalidate_cache_range() to requestKonstantin Belousov2014-10-086-23/+33
* Add schedgraph traces for callout handlers. Specifically, a callwheel logsJohn Baldwin2014-10-081-4/+10
* Properly report 12Gbps connection rate.Alexander Motin2014-10-082-0/+4
* Ensure that the list of streams sent in a stream reset parameter fitsMichael Tuexen2014-10-082-3/+11
* Ensure that the number of stream reported in srs_number_streams isMichael Tuexen2014-10-081-0/+6
* Fix comment.Andrey V. Elsukov2014-10-081-3/+3
* Implement software (mode page) and hardware (config) write protection.Alexander Motin2014-10-082-5/+46
* Add an ability to set dumpdev via loader(8) tunable.Andrey V. Elsukov2014-10-081-14/+62
* No logical code change in this pathc.Kashyap D Desai2014-10-087-8037/+7957
* Simplify; no functional changes.Edward Tomasz Napierala2014-10-081-1/+1
* Driver version upgrade.Kashyap D Desai2014-10-081-1/+1
* In the passthru IOCTL path, the mfi command pool was freely accessible N timesKashyap D Desai2014-10-084-18/+62
* d_poll() callback function is the entry point for poll system call for the ap...Kashyap D Desai2014-10-082-5/+43
* Extended MSI-x vectors support for Invader and Fury(12Gb/s HBA).Kashyap D Desai2014-10-083-77/+295
* Fix the minor svn add issue. $FreeBSD$ expands at the time ofKashyap D Desai2014-10-083-3/+3
* This is a feature provided to run 32-bit linux binaries on FreeBSD 64bitKashyap D Desai2014-10-087-114/+300
* Always wait 'command done' interrupt status bit before proceeding next command.Ruslan Bukin2014-10-081-6/+4
* Current MegaRAID firmware and hence the driver only supported 64VDs.Kashyap D Desai2014-10-084-188/+512
* Add support for WRITE ATOMIC (16) command and report SBC-4 compliance.Alexander Motin2014-10-087-11/+54
* Add support for disabling USB enumeration in general or on selectedHans Petter Selasky2014-10-084-1/+39
* Oops, fix typo made in r272729.Pyun YongHyeon2014-10-081-1/+1
* Add support for QAC AR816x/AR817x Gigabit/Fast Ethernet controllers.Pyun YongHyeon2014-10-083-189/+1355
* Add new quirk PCI_QUIRK_MSI_INTX_BUG to pci(4).Pyun YongHyeon2014-10-081-2/+18
* Fix a long standing bug in MAC statistics register access. OnePyun YongHyeon2014-10-084-28/+6
* Implement PLPMTUD blackhole detection (RFC 4821), inspired by codeSean Bruno2014-10-073-1/+168