aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Partially revert r209312, restoring ability to fit "stray irqX" names intoAlexander Motin2010-07-191-6/+10
* Add a call to nfscl_mustflush() in nfs_close() of the experimentalRick Macklem2010-07-181-1/+1
* Revert r210225 - turns out I was wrong; the "/*-" is not license-onlyEdward Tomasz Napierala2010-07-1820-50/+50
* The "/*-" comment marker is supposed to denote copyrights. Remove non-copyrightEdward Tomasz Napierala2010-07-1820-50/+50
* Remove outdated comment and move part of it into more applicable place.Edward Tomasz Napierala2010-07-182-6/+3
* sh: Allow a background command consisting solely of redirections.Jilles Tjoelker2010-07-182-0/+4
* Style fix - keep the line length below 80 characters.Edward Tomasz Napierala2010-07-181-1/+1
* In keeping with the Age-of-the-fruitbat theme, scale up hirunningspace onIvan Voras2010-07-181-1/+3
* Style fix.Edward Tomasz Napierala2010-07-181-1/+1
* Cross reference tree(3) and queue(3).Simon L. B. Nielsen2010-07-182-0/+4
* Fix build.Edward Tomasz Napierala2010-07-181-0/+1
* - Move common code from the hook functions that fills in a packet node struct toLawrence Stewart2010-07-181-115/+87
* Change the nfscl_mustflush() function in the experimental NFSv4Rick Macklem2010-07-183-8/+9
* - Add myself to committers-src.dotTijl Coosemans2010-07-172-0/+3
* Merge from vendor: libdtrace MD parts needed by fasttrap.Rui Paulo2010-07-175-0/+1145
|\
| * libdtrace MD dependent files. These interact with the fasttrap providerRui Paulo2010-07-175-0/+1145
* | Remove proc locking, it's not needed after r210132.Edward Tomasz Napierala2010-07-171-5/+1
* | Remove updating process count by unionfs. It serves no purpose, unionfs justEdward Tomasz Napierala2010-07-171-3/+0
* | Add OpenSolaris atomics for powerpc64 and connect ZFS to the build onNathan Whitehorn2010-07-174-2/+86
* | Increase stack size for ZFS sync thread. This is required to make ZFSNathan Whitehorn2010-07-171-1/+1
* | s/an struct/a structBenedict Reuschling2010-07-171-3/+3
* | Unbreak DPCPU_SUM() by dereferencing the pointer returned by DPCPU_ID_PTR().Lawrence Stewart2010-07-171-1/+1
* | o Fix typo: "is is" -> "is".Maxim Konovalov2010-07-171-1/+1
* | Add hints for i8254 timer on i386 and amd64. Some people report aboutAlexander Motin2010-07-162-0/+6
* | Patch the experimental NFSv4 server so that it acquires a referenceRick Macklem2010-07-161-0/+23
* | Allocate proper ammount of memory for interrupt names on sparc64 andAlexander Motin2010-07-165-4/+3
* | FreeBSD 8 doesn't support kernel PPP or SLIP; remove code for configuringRebecca Cran2010-07-164-262/+4
* | Revert the previous commit. The race is not applicable to the lockmgrJohn Baldwin2010-07-164-12/+2
* | When the MNTK_EXTENDED_SHARED mount option was added, some filesystems wereJohn Baldwin2010-07-164-2/+12
* | Nervously welcoming myself to the family.Joseph S. Atkinson2010-07-162-0/+5
* | Make legacy ATA emulation detection more strict. This should fix falseAlexander Motin2010-07-161-1/+2
* | Rename documentation source files to avoid filesystem case and restrictedEd Maste2010-07-164-2/+2
* | Improve interrupt setup errors handling.Alexander Motin2010-07-161-1/+7
* | Move common macros into asm.h. Replace MIPS_CPU_NOP_DELAY withWarner Losh2010-07-165-59/+41
* | machine/cpu.h isn't appropriate for this file,so remove itWarner Losh2010-07-161-1/+0
* | This file appears not to be used.Warner Losh2010-07-161-198/+0
* | Use #define for get_cyclecount rather than inline function.Warner Losh2010-07-161-5/+1
* | Simplify AcpiOsReadPort() and AcpiOsWritePort() with iodev_read_*() andJung-uk Kim2010-07-161-22/+7
* | Fix KASSERT() messages to reflect reality.Adrian Chadd2010-07-161-2/+2
* | Use pmap_mapdev()/pmap_unmapdev() to map device memory instead of usingJung-uk Kim2010-07-161-4/+4
* | Delete comments related to soft clock interrupts that don't applyRick Macklem2010-07-161-13/+0
* | Use Miscellaneous Configuration Register bit definition instead ofPyun YongHyeon2010-07-152-1/+2
* | Simple compatibility hacks for building on older systems whereWarner Losh2010-07-152-0/+7
* | If there is any pending sleep request, disallow entering S5 state.Jung-uk Kim2010-07-151-14/+12
* | When we are not switching VTs, just mark all buffer to be updated.Jung-uk Kim2010-07-151-1/+7
* | Put warnings out to stderr rather than stdout.Warner Losh2010-07-153-41/+54
* | Better description of this fileWarner Losh2010-07-151-1/+4
* | Retire td_syscalls now that it is no longer needed.John Baldwin2010-07-153-3/+0
* | - AcpiOsReadPciConfiguration() needs similar fixes as r209965 and r210129.Jung-uk Kim2010-07-151-26/+9
* | Retire the NFS access cache timestamp structure. It was used in VOP_OPEN()John Baldwin2010-07-154-40/+0