summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Although we currently don't compile in CPU-pinning support by default,rwatson2010-06-055-29/+45
* Fix warnings found by Coverity.fabient2010-06-053-4/+8
* Purge out a Windows def that somehow slippedrrs2010-06-051-7/+1
* Spacing issuesrrs2010-06-052-6/+5
* This change does the following:rrs2010-06-051-13/+23
* Use the proper increment macro when increasing therrs2010-06-051-3/+4
* This does two changes:rrs2010-06-052-6/+18
* This fixes a bug in the close up of a socket thatrrs2010-06-051-2/+15
* Be more specific about which CDB length we're going to use. Not really a likelymjacob2010-06-051-4/+14
* Correct a harmless typo introduced when copying code from mmu_oea64.nwhitehorn2010-06-051-1/+1
* Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.alc2010-06-053-6/+11
* Add a driver for the CPU temperature sensors attached over I2C on thenwhitehorn2010-06-052-0/+263
* Add support for the I2C busses hanging off Apple system management chips.nwhitehorn2010-06-051-12/+241
* Utilize the Keywest I2C combined mode for messages with repeated starts.nwhitehorn2010-06-051-8/+57
* Add two new flags (IIC_M_NOSTOP and IIC_M_NOSTART) to struct iic_msg tonwhitehorn2010-06-051-0/+2
* Correct the comment. We now use level low instead of edge high for thisnwhitehorn2010-06-051-1/+1
* Partially revert r208162 while waiting for review on a more comprehensivenwhitehorn2010-06-051-0/+7
* Make sure that interrupt sense settings set after interrupts are enablednwhitehorn2010-06-051-1/+7
* Use the fpu_kern_enter() interface to properly separate usermode FPUkib2010-06-056-4/+53
* Introduce the x86 kernel interfaces to allow kernel code to usekib2010-06-0520-84/+440
* Add comment that this value is unused.edwin2010-06-051-1/+1
* When there is a problem with writing, also bail out.edwin2010-06-051-1/+2
* Make clang happier by removing unused assignments.edwin2010-06-051-16/+16
* Fix warnings about uninitialized variables.edwin2010-06-051-0/+2
* Fix: when unable to parse the sequence string, erase everything.edwin2010-06-051-2/+2
* Fix memory-leak at the processing of multiple calendars.edwin2010-06-051-1/+4
* Properly check the return value of chdir, even if it is a "thisedwin2010-06-051-1/+2
* Remove some dead and incorrect code.mav2010-06-051-1/+1
* Add allocation error hadling.mav2010-06-051-0/+7
* Fix possible use after free.mav2010-06-051-2/+2
* Don't try to copy a socket after "xxx is a socket (not copied)." message.trasz2010-06-051-0/+1
* Fix use after free on error.mav2010-06-051-0/+1
* Fix double free on error.mav2010-06-051-4/+2
* Plug memory leak to silent Coverity. Error is still not really handled.mav2010-06-051-0/+1
* Plug memory leak to silent Coverity. Error is still not really handled.mav2010-06-051-0/+1
* Fix attach errors handling.mav2010-06-051-3/+5
* Plug resource leak.trasz2010-06-051-0/+1
* Plug memory leak to silent Coverity. Error is still not really handled.mav2010-06-051-0/+1
* Fix attach errors handling.mav2010-06-051-3/+5
* Make sure not to pass NULL to g_orphan_provider().trasz2010-06-051-1/+2
* Don't use pointer to 64 bit value (id_t) to point to 32 bit value (uid_t).trasz2010-06-051-5/+5
* Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.alc2010-06-052-2/+4
* Make the internal target > SPC2 (so REPORT LUNS can be tested).mjacob2010-06-051-2/+8
* I was getting panics in sleepq_add for the second sleep in isp_kthread.mjacob2010-06-051-1/+3
* - Add myself to committers-src.dotmdf2010-06-042-0/+4
* Don't blindly set IFF_DRV_OACTIVE when sge_encap() fails. If thereyongari2010-06-041-2/+3
* Declare ip6 as (struct in6_addr *) instead of (struct in_addr *). This iscperciva2010-06-041-1/+1
* o The typo was intended as it stated in the comment. Revert last.maxim2010-06-041-1/+1
* scsi_cd: pass correct pointer to free()avg2010-06-041-1/+1
* o Makefile BSDfication.maxim2010-06-041-23/+17
OpenPOWER on IntegriCloud