aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Indeed, remove bogus since r219405 check of the Linux ABI.Dmitry Chagin2011-03-091-3/+0
* For chips that are full reset in ar5416ChipReset(), save and restore the TSF.Adrian Chadd2011-03-093-0/+17
* Rearrange dc_tx_underrun() a bit to correctly set TX FIFO thresholdPyun YongHyeon2011-03-081-37/+43
* Bump __FreeBSD_version for struct sysvec (sv_schedtail) changes.Dmitry Chagin2011-03-081-1/+1
* Extend struct sysvec with new method sv_schedtail, which is used for anDmitry Chagin2011-03-0821-14/+28
* Correct readdir over ZFS handling.Pawel Jakub Dawidek2011-03-081-11/+8
* Some linux distros put mount point into the ext2fs labels, such as '/', orMaxim Sobolev2011-03-081-4/+10
* When constructing a new cpuset, apply the parent cpuset's mask to the newJohn Baldwin2011-03-081-4/+4
* Tunes and fixes the new DC-CC to seem to hit theRandall Stewart2011-03-0814-205/+583
* Do not assert buffer lock in VFS_STRATEGY() when kernel already paniced.Konstantin Belousov2011-03-081-1/+1
* - Bugfix: Root HUBs do not support re-enumeration.Hans Petter Selasky2011-03-081-0/+6
* Break out the ath regulatory domain structures into a separate header file.Adrian Chadd2011-03-082-66/+113
* Implement open-loop TX power control (OLC) for Merlin (AR9280) andAdrian Chadd2011-03-0812-175/+740
* cxgbe shouldn't directly know of the UMA zones where network buffersNavdeep Parhar2011-03-083-22/+48
* Simplify uses of the web of pointers.Konstantin Belousov2011-03-072-11/+7
* The UFS dirhash code was attempting to update shared state in the dirhashJohn Baldwin2011-03-072-18/+15
* Remove dead code.Dmitry Chagin2011-03-071-2/+0
* The execution of the shebang script requires putting interpreter path,Konstantin Belousov2011-03-061-1/+1
* Temporarily revert r219272; it breaks acl_is_trivial_np(3).Edward Tomasz Napierala2011-03-061-2/+2
* Add some more IDs of HighPoint RocketRAID 64x.Alexander Motin2011-03-061-0/+2
* - With the addition of TLS support binutils started to make the addendMarius Strobl2011-03-061-1/+11
* - Consistently abbreviate the names of the relocations.Marius Strobl2011-03-061-14/+14
* Add missing bus_dmamap_sync() calls for the work DMA map.Marius Strobl2011-03-061-1/+14
* Add missing bus_dmamap_sync() calls for the work DMA map.Marius Strobl2011-03-061-1/+17
* - Allocate the DMA memory used for the work area as coherent as at leastMarius Strobl2011-03-061-3/+4
* - Allocate the DMA memory shared between the host and the controller asMarius Strobl2011-03-063-31/+41
* Fix libzpool build.Pawel Jakub Dawidek2011-03-063-1/+5
* Add an EEPROM op that extracts out the power table offset.Adrian Chadd2011-03-062-0/+8
* Make renaming of a ZVOL, ZVOL's parent directory and ZVOL snapshot work.Pawel Jakub Dawidek2011-03-055-2/+77
* Simplify zvol_remove_minors() a bit.Pawel Jakub Dawidek2011-03-051-7/+8
* Change HALDEBUG() to be a macro that conditionally calls the debug output rou...Adrian Chadd2011-03-052-4/+11
* Style(9) fix.Dmitry Chagin2011-03-051-2/+2
* Partially reworked r219042.Dmitry Chagin2011-03-051-29/+21
* Export login class information via kinfo and make it possible to viewEdward Tomasz Napierala2011-03-053-2/+9
* Regenerate.Edward Tomasz Napierala2011-03-0510-12/+75
* Add two new system calls, setloginclass(2) and getloginclass(2). This makesEdward Tomasz Napierala2011-03-0510-1/+292
* Be sure to stay within the bounds of the mod_str array when displayingNavdeep Parhar2011-03-051-2/+6
* There is no need to hold an ingress queue's lock while processing itsNavdeep Parhar2011-03-051-8/+0
* Calculate how many descriptors can be reclaimed before callingNavdeep Parhar2011-03-051-37/+53
* Tweaks for rx:Navdeep Parhar2011-03-052-85/+112
* Store the ifnet rather than the port_info in each txq and rxq struct.Navdeep Parhar2011-03-053-10/+10
* A txpkts work request should have a valid FID.Navdeep Parhar2011-03-052-2/+5
* Upgrade the firmware on the card automatically if a better version isNavdeep Parhar2011-03-052-17/+58
* Resume tx immediately in response to an SGE egress update from the hardware.Navdeep Parhar2011-03-053-42/+90
* Fix incorrect assertion.Navdeep Parhar2011-03-051-4/+5
* Flush both reads *and* writes to registers.Matt Jacob2011-03-051-1/+1
* Use ffs() to locate free bits in the inode bitmap rather than a loop withJohn Baldwin2011-03-041-10/+6
* Fix a panic that can happen when trying to destroy a lagg(4) with scheduler s...Ermal Luçi2011-03-041-1/+2
* Make UFS use PSARC/2010/029 NFSv4 ACL semantics by default, just likeEdward Tomasz Napierala2011-03-041-2/+2
* POSIX.1-2008 moved some constants from the XSI option to the Base.Jilles Tjoelker2011-03-041-1/+1