summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Correct a typo.nwhitehorn2010-05-191-1/+1
* Fix our version of IPv6 address representation.alfred2010-05-191-2/+19
* Switch to C99 exact-width types.marcel2010-05-195-78/+77
* A few changes:jfv2010-05-192-178/+238
* Restore the previous VESA mode after BIOS POST, just in case.jkim2010-05-181-0/+1
* Provide missing members for Book-E pmap (and fix build).raj2010-05-181-0/+2
* Remove unnecessary pointer increment. A wrong pointer may be passed tojkim2010-05-181-4/+4
* Add a sentence to the man page explaining that the -d optionbcr2010-05-181-1/+4
* Add a device description.rpaulo2010-05-181-0/+2
* The page queues lock is no longer required by vm_page_set_invalid(), soalc2010-05-182-5/+7
* Retry reads that fail with EINTR. This fixes a problemkientzle2010-05-182-12/+20
* Only use the cache after the early stage of loading. This isrdivacky2010-05-186-33/+29
* Allow the experimental NFSv4 client to use cached attributesrmacklem2010-05-181-2/+7
* Fix Sibyte SMP kernel breakage caused by r208249.neel2010-05-181-0/+2
* Adds the file I forgot to add... that handlesrrs2010-05-181-0/+68
* Adds JC's cleanup patches that fix it sorrs2010-05-185-19/+30
* - Round up the journal size to the block size so we don't confuse fsck.jeff2010-05-181-4/+8
* Add a sanity check for a negative args.fhsize to the experimentalrmacklem2010-05-171-1/+1
* Prevent unloading a kld for a driver that has subinterfaces (vlan and/orjhb2010-05-171-9/+3
* Ignore failures from removing multicast addresses from the parent (trunk)jhb2010-05-171-13/+14
* Use better type for siginfo (volatile sig_atomic_t instead of int).pjd2010-05-171-1/+2
* Slightly improve wording.ivoras2010-05-171-1/+2
* Removed ar(1)'s support for compressed archives. This change removeskaiw2010-05-177-40/+11
* Fix build.delphij2010-05-171-1/+1
* Make mvs_if.c to not be always linked statically into the kernel.mav2010-05-172-2/+2
* On entry to pmap_enter(), assert that the page is busy. While I'malc2010-05-1613-30/+150
* Teach gpart about bootcode on APM.nwhitehorn2010-05-162-1/+27
* Pull OF_quiesce() out of the MI Open Firmware layer and entirely intonwhitehorn2010-05-166-67/+35
* allocate ipv6 flows from the ipv6 flow zonekmacy2010-05-163-2/+2
* On SIGINFO print current values on stderr.pjd2010-05-161-44/+68
* Reorganize slightly in preparation for making lzma and bz2 support conditional.kientzle2010-05-162-4/+10
* It is not necessary (and in some cases harmful) to hardcode ata_kauai'snwhitehorn2010-05-161-2/+3
* Enable smu(4) to report fan speeds on late-model Powermac G5s.nwhitehorn2010-05-161-5/+28
* Fix userland build by making io_task available only for the kernel and bypjd2010-05-162-0/+5
* This pushes all of JC's patches that I have in place. Irrs2010-05-1621-614/+501
* Correct an error of omission in r202897: Now that amd64 uses the direct mapalc2010-05-161-0/+14
* Relocate interrupt sense setting for K2 SATA from the ATA driver to thenwhitehorn2010-05-162-15/+25
* This adds back the Iterator to the sctprrs2010-05-169-332/+235
* Add a comment about the proper use of vm_object_page_remove().alc2010-05-161-1/+2
* On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce thenwhitehorn2010-05-166-0/+72
* On SMP G5 systems, sometimes the power-mode-data property is only foundnwhitehorn2010-05-161-0/+5
* Add support for the U4 PCI-Express bridge chipset used in late-generationnwhitehorn2010-05-169-864/+1491
* Allow to configure UMA usage for ZIO data via loader and turn it on bypjd2010-05-161-29/+31
* Add task structure to zio and use it instead of allocating one.pjd2010-05-164-10/+80
* Add the ofw_bus_if.h dependency introduced with r207585.marius2010-05-161-1/+5
* The whole point of having dedicated worker thread for each leaf VDEV was topjd2010-05-161-105/+22
* Use setresuid/setresgid to drop privilegeskevlo2010-05-161-2/+8
* Fix deadlock between zfs_dirent_lock and zfs_rmdirmm2010-05-164-4/+50
* Fix perfomance problem with ZFS prefetch caching [1]mm2010-05-163-16/+92
* Correct compilation error introduced in last commit.mjacob2010-05-161-2/+2
OpenPOWER on IntegriCloud