aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Completely rewrite the interface to smbdev switching from dev_cloneDavide Italiano2013-05-044-144/+137
* The holding buffer logic needs to be used for _all_ transmission, notAdrian Chadd2013-05-041-13/+14
* Similar to 233760 and 236717, export some more useful info about theJohn Baldwin2013-05-034-2/+60
* cxgbe: Switch to a better way to install firmware.Navdeep Parhar2013-05-031-1/+1
* Fix FIONREAD on regular files. The computed result was being ignored andJohn Baldwin2013-05-031-3/+2
* Fix two bugs in the current NUMA-aware allocation code:John Baldwin2013-05-031-6/+48
* cxgbe/tom: Do not use M_PROTO1 to mark rx zero-copy mbufs as special.Navdeep Parhar2013-05-033-25/+28
* Fix compile warning.Hans Petter Selasky2013-05-031-1/+2
* Tune support for removable media in da driver:Alexander Motin2013-05-031-17/+13
* - Add more defines to limit USB memory usage and number of allocationsHans Petter Selasky2013-05-0311-35/+99
* Fix uninitialized warning in mpsSteven Hartland2013-05-031-0/+2
* Always put space before the comma before ##__VA_ARGS__ due to subtle compilerHans Petter Selasky2013-05-031-1/+1
* Add some defines to limit USB memory usage in reduced memory systems.Hans Petter Selasky2013-05-036-19/+53
* Allow the default USB template to be specified at compile time.Hans Petter Selasky2013-05-032-1/+6
* Add new USB API to get the port path of a USB device.Hans Petter Selasky2013-05-032-1/+56
* The fsync(2) call should sync the vnode in such way that even afterKonstantin Belousov2013-05-022-13/+50
* Use cvmx_mgmt_port_num_ports() instead of the inlined copy of aWarner Losh2013-05-022-16/+2
* Expose cvmx_mgmt_port_num_ports() as a wrapper to the staticWarner Losh2013-05-022-0/+18
* Fix the v_object leak for non-regular tmpfs vnodes.Konstantin Belousov2013-05-021-0/+3
* For the new regular tmpfs vnode, v_object is initialized beforeKonstantin Belousov2013-05-023-14/+34
* The page read or written could be wired. Do not requeue if the pageKonstantin Belousov2013-05-021-2/+4
* Add a hint suggesting why tmpfs does not need a special case there.Konstantin Belousov2013-05-021-1/+1
* Add IDs for HighPoint RocketRAID 640L/642L/644L -- new series of 4-portAlexander Motin2013-05-021-0/+3
* remove trailing whitespaceLuigi Rizzo2013-05-024-11/+11
* Enable CAM SCSI to choice ATA TRIM during autodetection and correct methodSteven Hartland2013-05-021-3/+3
* Suppress a GCC warning. This warning is actually bogus and newer GCCDavide Italiano2013-05-021-1/+1
* Use the existence of ATA Information VPD to determine if we should attemptSteven Hartland2013-05-022-19/+73
* Fix probe in progress check in dareprobeSteven Hartland2013-05-021-1/+1
* Update probe flow so that devices with lbp can also disable disksort.Steven Hartland2013-05-021-31/+34
* Switch to standard copyright license textEd Maste2013-05-021-2/+2
* Add the AR9300 HAL into the kernel and module builds.Adrian Chadd2013-05-023-11/+60
* Fix this code to compile without warnings - AH_DEBUG was pulling inAdrian Chadd2013-05-021-2/+6
* Update Intel email address.Eitan Adler2013-05-022-2/+2
* Add device identification and probe/attach support for the QCA9565.Adrian Chadd2013-05-024-0/+7
* Add the AR933x SoC GPIO pin count limitation.Adrian Chadd2013-05-021-0/+5
* Bump __FreeBSD_version for accept4() and pipe2().Jilles Tjoelker2013-05-011-1/+1
* Regenerate files for pipe2().Jilles Tjoelker2013-05-0111-12/+77
* Add pipe2() system call.Jilles Tjoelker2013-05-014-0/+21
* Isilon reported that sec=krb5p NFS mounts had a problem when m_len == 0Rick Macklem2013-05-011-3/+21
* Regenerate files for accept4().Jilles Tjoelker2013-05-0111-12/+95
* Add accept4() system call.Jilles Tjoelker2013-05-016-25/+70
* Partially saved extended state must be handled always, i.e. for bothKonstantin Belousov2013-05-011-26/+24
* The check to ensure that xstate_bv always has XFEATURE_ENABLED_X87 andKonstantin Belousov2013-05-011-3/+0
* In case ZFS doesn't use UMA for buffers there's no need to waste memoryDavide Italiano2013-05-011-0/+3
* Introduce a constant, ELF_NOTE_ROUNDSIZE, which evidently declare ourMikolaj Golub2013-05-011-9/+10
* Don't include asm.h in non-asm files.Warner Losh2013-05-014-119/+55
* Remove asm.h dependency in a hackish way.Warner Losh2013-05-011-5/+17
* Import NetBSD's version, which is perfectly fine.Warner Losh2013-05-011-38/+76
* Add the standard #ifdef header protection.Warner Losh2013-05-011-0/+5
* Import virgin regdef.h from 4.4 Lite 2's sys/pmax/include/regdef.h,Warner Losh2013-05-011-81/+62