summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace anholt with myself as drm maintainer.rnoland2009-03-201-1/+1
* vm_offset_t is unsigned, so compare of >= 0 is not needed.rnoland2009-03-201-1/+1
* vm_offset_t is unsigned and therefore can not be negative.rnoland2009-03-205-10/+10
* Add two missing include files and prototype for sockfamilyname()delphij2009-03-201-0/+3
* Remove the DRM_ERROR to fix build. It didn't make any sense anyway.rnoland2009-03-201-2/+0
* Fix what appears to be a typo, and restore the registers correctly.rnoland2009-03-201-1/+1
* Don't deref dev->dev_private before checking that it exists.rnoland2009-03-201-2/+1
* Act like ranlib if our name ends in ranlib. In particular,kientzle2009-03-201-2/+5
* Revert r190105 so that removing options KDB but DDB or GDB beingmarius2009-03-201-0/+2
* Small cleanup to previous commit.ed2009-03-201-1/+1
* Just use default behaviour on tabstops when using too many columns.ed2009-03-202-5/+6
* Call the interface's if_ioctl from ifioctl(), if the protocol didn'tjamie2009-03-201-0/+5
* Fix brainos introduced during mechanical KTR change.bms2009-03-201-5/+6
* Oops, fix the previous change.nyan2009-03-201-3/+3
* MFi386: r189749nyan2009-03-201-33/+69
* Do not underflow the buffer and then report the problem. Check for thekib2009-03-201-6/+6
* Remove unneeded braces to reduce used vertical screen space.kib2009-03-201-2/+1
* Do not forget to adjust buflen for the first resolution of the pathkib2009-03-201-1/+2
* The nc_nlen member of the struct namecache contains the length of the cachedkib2009-03-201-1/+1
* When ktracing namei operations, log a result of the __getcwd().kib2009-03-201-0/+9
* Remove unneeded braces to reduce used vertical screen space.kib2009-03-201-4/+2
* uscanner(4) has been removed, delete it from the hardware notes tobrueffer2009-03-205-9/+0
* Spelling fix in a commentvanhu2009-03-201-1/+1
* Merge the missing changes from i386.nyan2009-03-201-12/+49
* MFi386: the part of r179825 to reduce diffs against i386.nyan2009-03-201-10/+21
* Only issue the wakeup and store the counter if vblank is enabled onrnoland2009-03-201-4/+6
* Add a couple of radeon pci ids.rnoland2009-03-201-0/+2
* Adjust the flags to bus_dmamem around here too.rnoland2009-03-201-7/+8
* - Set MIIF_NOLOOP and don't add IFM_LOOP as loopback apparently isn'tmarius2009-03-192-19/+12
* Hook up the generic OFW pnpinfo string method.marius2009-03-195-0/+5
* Bring the implementation of the pnpinfo string function more inmarius2009-03-191-8/+6
* - As suggested by OpenSolaris use up-burst-sizes for determining themarius2009-03-192-45/+54
* Add device found in B100.marius2009-03-191-1/+2
* Sort include.marius2009-03-191-1/+1
* - Ensure we find no unexpected partner.marius2009-03-192-53/+60
* - Take advantage of KOBJMETHOD_END.marius2009-03-191-9/+13
* - There's no need to wrap kdb_active and kdb_trap() in #ifdef KDB asmarius2009-03-194-29/+9
* - Remove the delay in cpu_mp_shutdown() which is no longer necessary sincemarius2009-03-191-12/+2
* There's no need to wrap kdb_enter() in #ifdef KDB as it's always available.marius2009-03-191-2/+0
* Take advantage of KOBJMETHOD_END.marius2009-03-192-2/+2
* Remove empty dirs.thompsa2009-03-190-0/+0
* Take advantage of KOBJMETHOD_END.marius2009-03-194-4/+4
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerthompsa2009-03-1923-864/+10
* - Sort device methods.marius2009-03-196-22/+22
* - Failing to register as interrupt controller during attach shouldn'tmarius2009-03-192-38/+41
* - Sprinkle const.marius2009-03-191-19/+19
* purge hal abi support; now that the hal is merged w/ the driversam2009-03-196-72/+0
* Remove leftover comment because we now use a flag to check for associd.rpaulo2009-03-191-1/+0
* Fix typo in comment.rpaulo2009-03-191-1/+1
* - Add Sun Type 7 keyboardgarga2009-03-191-1/+3
OpenPOWER on IntegriCloud