summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* KTR entry contained invalid context reference - ifdef outkmacy2006-12-101-1/+2
* Back out revision 1.264.bms2006-12-101-12/+5
* Fix AD1986A (and possibily other codecs too) microphone issues.ariff2006-12-101-3/+38
* remove more uses of trap_conversion to get more meaningful trap messageskmacy2006-12-101-11/+14
* Remember to include isp_library.o when building an isp module.mjacob2006-12-101-1/+1
* Make cam_xpt's pronouncements match camcontrolmjacob2006-12-101-1/+1
* Make MAXPHYS and DFLTPHYS options (finally).mjacob2006-12-102-0/+17
* Do explicit bounds checking as a function of the actual size of thekmacy2006-12-101-1/+1
* better handle the case of hw.physmemstart being hw.physmem not being set,kmacy2006-12-101-1/+2
* The MODULE_NAME should "ispfw" unless overriden, not "isp".mjacob2006-12-101-1/+1
* Remove dependency on ispfw and firmware as modules.mjacob2006-12-102-7/+2
* Add hw.physmemstart loader variable to enable the user to specify the addresskmacy2006-12-101-11/+20
* Make mpt_pci depend on pci and mpt_cam depend on CAM.mjacob2006-12-102-0/+2
* As Bernd Walter points out, the rlphy is used for more things thanimp2006-12-101-1/+0
* Fix handling of the hw.physmem loader variable use real_phys_avail[] whichkmacy2006-12-091-34/+29
* - Fix headphone/speakers automute on Lenovo 3000 N100.ariff2006-12-091-47/+74
* Remove unused variable in unionfs_root().rodrigc2006-12-091-2/+0
* Use vfs_mount_error() in a few places to give more descriptive mount errorrodrigc2006-12-091-2/+6
* Add locking around calls to unionfs_get_node_status()rodrigc2006-12-091-0/+4
* In unionfs_readdir(), prevent a possible NULL dereference.rodrigc2006-12-091-0/+4
* In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating overrodrigc2006-12-091-2/+3
* - remove restriction on OFW kernel allocations being 4Mkmacy2006-12-091-54/+99
* Minor cleanup. If we are doing a mount update, and we pass inrodrigc2006-12-091-4/+8
* clarify a comment slightlymjacob2006-12-091-1/+1
* Find another spot where tagged command queueing gotmjacob2006-12-091-2/+7
* Fix an oscure bug triggered by a recent change in kern_socket.c.luigi2006-12-081-1/+9
* Remove the requirement that phys_avail be sorted in ascending orderkmacy2006-12-081-2/+10
* The ISO9660 spec does allow files up to 4G. Change the i_sizekientzle2006-12-082-2/+2
* - Revert the parts of the previous revision which reloaded the watchdogmarius2006-12-081-3/+2
* PH! Forgot to do my cross-compile check. Also now rearranged things somjacob2006-12-072-14/+17
* MFP4: principally to reapply tagged command support to FC and SAS cards.mjacob2006-12-075-285/+389
* Add support for multiple FAST handlers.marcel2006-12-071-165/+98
* Add header files <sys/lock.h> and <sys/mutex.h> for mtx_init() and friends.kevlo2006-12-073-0/+6
* Don't try to workaround broken apps (if any). If this still the case,ariff2006-12-071-16/+1
* Remove comment that is no longer relevant since previousariff2006-12-071-7/+0
* Use vfs_mount_error() to log mount errors in a few places with humanrodrigc2006-12-071-1/+8
* fix CID 1671 by freeing listp before exit from vnex_attachkmacy2006-12-071-1/+2
* fix CID 1670 by freeing pointer listp before returningkmacy2006-12-071-0/+1
* fix CID 1672 by initializing variable clockkmacy2006-12-071-1/+1
* Fix CID 1669 by removing dead sf_buf codekmacy2006-12-071-6/+0
* Handle a missing NPE firmware file better; if it's missing print asam2006-12-071-3/+12
* Unbreak build for Skyeye: do not attempt to do any DMA, as Skyeye doesn'tcognet2006-12-071-1/+10
* Fix compile with BCE_DEBUG. The last one tripped up gcc 2.95 on 4.x evenjhb2006-12-061-4/+4
* Drop the iwi softc lock when calling back into net80211 on rx. This fixes amlaier2006-12-061-0/+3
* Allow machdep.cpu_idle_hlt to be set from the loader. This should allowsobomax2006-12-063-0/+3
* Ignore any breakpoint instructions (int 3) we encounter in vm86 modejhb2006-12-061-0/+2
* Fix some edge cases in detach() as well as a memory leak if we fail tojhb2006-12-061-2/+8
* Correct a signedness bug which allowed members of the operatorcperciva2006-12-061-1/+1
* Changes to try fix sched_ule.c courtesy of David Xu.julian2006-12-061-12/+13
* Threading cleanup.. part 2 of several.julian2006-12-0640-2910/+944
OpenPOWER on IntegriCloud