summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add definitions for Intel AESNI CPUID bits and print the capabilitieskib2010-05-054-4/+8
* Switch to our preferred 2-clause BSD license.joel2010-05-059-164/+154
* Forced commit to set MFC period for r207670.mm2010-05-050-0/+0
* Fix deadlock between GEOM class unloading and withering. Withering can'tjh2010-05-052-47/+54
* Introduce hardforce export option (-F) for "zpool export".mm2010-05-057-14/+43
* Acquire the page lock around all remaining calls to vm_page_free() onalc2010-05-0511-34/+59
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-0512-118/+42
* Fix a mistake in r207603. td_rux.rux_runtime still needs conversion.kib2010-05-051-1/+1
* Set SA's natt_type before calling key_mature() in key_add(),vanhu2010-05-051-6/+6
* Update SA's NAT-T stuff before calling key_mature() in key_update(),vanhu2010-05-051-6/+6
* - fix typodanger2010-05-051-1/+1
* Use an OBJT_PHYS object and thus PG_UNMANAGED pages to implement the TSB.alc2010-05-051-7/+1
* Push down the acquisition of the page queues lock into vm_page_unwire().alc2010-05-051-2/+0
* Fix DDB backtrace involving kernel modules.neel2010-05-051-1/+1
* Push down the acquisition of the page queues lock into vm_page_unwire().alc2010-05-057-31/+15
* Add support for hardware filters to cxgb(4). The T3 chip can inspectnp2010-05-053-6/+482
* Add IFCAP_LINKSTATE to cxgb's capabilities.np2010-05-041-1/+1
* When VLAN hardware tagging is disabled, make sure to disable VLANyongari2010-05-041-1/+2
* Free entire mbuf chain instead of the first mbuf.yongari2010-05-041-2/+2
* Remove if_ar, if_ray, if_sr, if_ppp, if_sl to reflect the current modulesdelphij2010-05-041-6/+2
* Enable multi-descriptor transmisstion for fragmented mbufs. Thereyongari2010-05-042-103/+148
* Enable "zfs list" to list explicitly requested snapshots.mm2010-05-041-1/+1
* Speed up ZFS list operation with objset prefetching.mm2010-05-043-2/+45
* Remove clearing RxHashTable2 register. The register is reprogrammedyongari2010-05-041-1/+0
* Fix deadlock during zfs receive.mm2010-05-042-16/+18
* Make sure to check whether driver is running before processingyongari2010-05-041-9/+6
* Drop driver lock before exiting from interrupt handler.yongari2010-05-041-0/+1
* Doh! Add another new file forgotten by the importer of edwin@'s tftpimp2010-05-041-0/+42
* - Remove more dead code[1]. Since r207330, we only need to check divisionjkim2010-05-042-14/+11
* Add page locking to the vm_page_cow* functions.alc2010-05-046-22/+13
* Add a case to make sure that internal audit records get convertedcsjp2010-05-041-0/+1
* Bring in new files from edwin's tftpimp2010-05-0410-0/+2064
* Restore historical behaviour of only executing chflags on files that exist.emaste2010-05-041-0/+2
* Add support run services_mkdb(8).nork2010-05-041-0/+14
* Add support for FA626TE.kevlo2010-05-047-61/+67
* Go ahead and merge the work edwin@ on tftpd into the tree. It is aimp2010-05-043-502/+354
* Go ahead and merge the work edwin@ on tftpd into the tree. It is aimp2010-05-044-602/+696
* Fix typo in comment.kib2010-05-041-1/+1
* Remove a comment that merely repeats code.kib2010-05-041-1/+0
* Document RUSAGE_THREAD.kib2010-05-041-3/+9
* Use td_rux.rux_runtime for ki_runtime instead of redoing calculation.kib2010-05-041-1/+1
* Implement RUSAGE_THREAD. Add td_rux to keep extended runtime and tickskib2010-05-045-14/+27
* Add lock assertions.alc2010-05-041-1/+7
* Move definition of struct rusage_ext before struct thread.kib2010-05-041-20/+21
* Make address assignment via ipv6_prefix_IF work againdougb2010-05-041-0/+2
* Update GRANDPARENTED text to match the contents of tzdata/factory r19879.emaste2010-05-031-1/+1
* Sun GigaSwift Ethernet 1.0 MMF work with r207585 in place.marius2010-05-031-1/+4
* - Don't set CAS_PCS_DATAPATH to anything except CAS_PCS_DATAPATH_SERDESmarius2010-05-032-70/+174
* Lock the page around vm_page_activate() and vm_page_deactivate() callskib2010-05-035-8/+26
* Handle busy status of the page in a way expected for pager_getpage().kib2010-05-031-4/+4
OpenPOWER on IntegriCloud