summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Some style cleanup:mav2010-10-203-44/+37
* catch up manual pages with rename of vm_page_sleep_busy to vm_page_sleep_if_busyavg2010-10-204-8/+10
* VOP_GETPAGES.9: clarify and correct description of parameters and requirementsavg2010-10-201-13/+18
* PG_BUSY -> VPO_BUSY, PG_WANTED -> VPO_WANTED in manual pages and commentsavg2010-10-204-9/+9
* o Put missed w/space back.maxim2010-10-201-1/+1
* Revert revision 214007, I realized that MySQL wants to resolvedavidxu2010-10-206-56/+2
* - Don't include sx.h, it is not needed.davidxu2010-10-201-12/+11
* Correct handling of shared interrupt in sis_intr(). r212116 incorrectlyyongari2010-10-201-4/+9
* Add workaround for BCM5906 controller silicon bug. If deviceyongari2010-10-192-0/+44
* Improve the Xen para-virtualized device infrastructure of FreeBSD:gibbs2010-10-1940-4000/+8097
* Remove undocumented and stale debug.acpi.do_powerstate tunable. It wasjkim2010-10-191-12/+0
* Stop disallowing device nodes to be passed to camcontrol(8) since libcambrucec2010-10-192-12/+1
* Remove PCI_SET_POWERSTATE method from acpi.c and eradicate all PCI-specificjkim2010-10-193-96/+68
* - Wrap exchanging td_intr_frame and calling the event timer callback inmarius2010-10-193-17/+19
* There is no reason to call rt_ifmsg(), remove it.bschmidt2010-10-191-4/+0
* Fix an undefined behaviour if the desired ratectl algo is not available.bschmidt2010-10-195-2/+135
* Make any PCI devices enumerated in ACPI tree honor do_power_resume as well.jkim2010-10-191-1/+1
* ZFS pool name is not a real device in devfs. Do not wait forae2010-10-191-1/+2
* Clarify that lagg(4) sends/receives on active port, not the master port.delphij2010-10-191-3/+3
* Remove PCI header type 0 restriction from power state changes. PCI config.jkim2010-10-191-3/+1
* Do not apply do_power_resume for suspending case. When do_powerstate wasjkim2010-10-191-4/+3
* Use make_dev_p(9) with the MAKEDEV_CHECKNAME flag instead of make_dev(9)jh2010-10-191-2/+10
* uma_zfree(zone, NULL) should do nothing, to match free(9).mdf2010-10-192-0/+11
* mdoc: fix markup typouqs2010-10-191-1/+1
* Simplify and significantly speed up the timezone listing backend script.emaste2010-10-191-13/+4
* Minor cleanup, including sysctl -n instead of sed to remove the sysctlemaste2010-10-191-4/+1
* Revert r206418rpaulo2010-10-191-2/+2
* mdoc: drop even more redundant .Pp callsuqs2010-10-1913-20/+0
* Fix the type of the 3rd argument for nm_getinfo so that it worksrmacklem2010-10-193-7/+7
* When readdirplus() is handled on the exported filesystem that doeskib2010-10-191-12/+13
* Modify the NFS clients and the NLM so that the NLM can be usedrmacklem2010-10-1914-45/+168
* MFV: nc(1) from OpenBSD 4.8.delphij2010-10-194-32/+32
* Set default type to PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP, thisdavidxu2010-10-181-0/+1
* Replace spaces by a tab after the date.culot2010-10-181-1/+1
* Do not synchronously start the nfsiod threads at all. The r212506kib2010-10-184-80/+48
* We've already set p = td->td_proc, so use it.emaste2010-10-181-4/+4
* Remove extra word, which looks like a left-over from a deleted sentence.brucec2010-10-181-1/+0
* Fix grammar.brucec2010-10-181-2/+2
* Fix typo: Offlaod -> Offload.pluknet2010-10-181-1/+1
* Update links for taskqueue(9) functions.pjd2010-10-181-1/+7
* Add links for libradius(3) functions.pjd2010-10-181-0/+33
* Set of legacy mode SATA enchancements:mav2010-10-1812-159/+512
* Unbreak buildworld by including pthread_rwlockattr_setkind_np anddavidxu2010-10-182-0/+4
* Revert r213867; while this driver really doesn't use any of the genericmarius2010-10-181-0/+4
* Log if fopen() fails.glebius2010-10-181-1/+4
* "b64decode -r" did not handle arbitary breaks in base64 encodededwin2010-10-181-5/+31
* sort function name.davidxu2010-10-181-2/+2
* s/||/&&davidxu2010-10-181-2/+2
* Add pthread_rwlockattr_setkind_np and pthread_rwlockattr_getkind_np, thedavidxu2010-10-185-4/+64
* Re-implement the root mount logic using a recursive approach, whereby eachmarcel2010-10-181-326/+738
OpenPOWER on IntegriCloud