aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Back out revision 1.264.Bruce M Simpson2006-12-101-12/+5
* Fix AD1986A (and possibily other codecs too) microphone issues.Ariff Abdullah2006-12-101-3/+38
* remove more uses of trap_conversion to get more meaningful trap messagesKip Macy2006-12-101-11/+14
* Remember to include isp_library.o when building an isp module.Matt Jacob2006-12-101-1/+1
* Make cam_xpt's pronouncements match camcontrolMatt Jacob2006-12-101-1/+1
* Make MAXPHYS and DFLTPHYS options (finally).Matt Jacob2006-12-102-0/+17
* Do explicit bounds checking as a function of the actual size of theKip Macy2006-12-101-1/+1
* better handle the case of hw.physmemstart being hw.physmem not being set,Kip Macy2006-12-101-1/+2
* The MODULE_NAME should "ispfw" unless overriden, not "isp".Matt Jacob2006-12-101-1/+1
* Remove dependency on ispfw and firmware as modules.Matt Jacob2006-12-102-7/+2
* Add hw.physmemstart loader variable to enable the user to specify the addressKip Macy2006-12-101-11/+20
* Make mpt_pci depend on pci and mpt_cam depend on CAM.Matt Jacob2006-12-102-0/+2
* As Bernd Walter points out, the rlphy is used for more things thanWarner Losh2006-12-101-1/+0
* Fix handling of the hw.physmem loader variable use real_phys_avail[] whichKip Macy2006-12-091-34/+29
* - Fix headphone/speakers automute on Lenovo 3000 N100.Ariff Abdullah2006-12-091-47/+74
* Remove unused variable in unionfs_root().Craig Rodrigues2006-12-091-2/+0
* Use vfs_mount_error() in a few places to give more descriptive mount errorCraig Rodrigues2006-12-091-2/+6
* Add locking around calls to unionfs_get_node_status()Craig Rodrigues2006-12-091-0/+4
* In unionfs_readdir(), prevent a possible NULL dereference.Craig Rodrigues2006-12-091-0/+4
* In unionfs_hashrem(), use LIST_FOREACH_SAFE when iterating overCraig Rodrigues2006-12-091-2/+3
* - remove restriction on OFW kernel allocations being 4MKip Macy2006-12-091-54/+99
* Minor cleanup. If we are doing a mount update, and we pass inCraig Rodrigues2006-12-091-4/+8
* clarify a comment slightlyMatt Jacob2006-12-091-1/+1
* Find another spot where tagged command queueing gotMatt Jacob2006-12-091-2/+7
* Fix an oscure bug triggered by a recent change in kern_socket.c.Luigi Rizzo2006-12-081-1/+9
* Remove the requirement that phys_avail be sorted in ascending orderKip Macy2006-12-081-2/+10
* The ISO9660 spec does allow files up to 4G. Change the i_sizeTim Kientzle2006-12-082-2/+2
* - Revert the parts of the previous revision which reloaded the watchdogMarius Strobl2006-12-081-3/+2
* PH! Forgot to do my cross-compile check. Also now rearranged things soMatt Jacob2006-12-072-14/+17
* MFP4: principally to reapply tagged command support to FC and SAS cards.Matt Jacob2006-12-075-285/+389
* Add support for multiple FAST handlers.Marcel Moolenaar2006-12-071-165/+98
* Add header files <sys/lock.h> and <sys/mutex.h> for mtx_init() and friends.Kevin Lo2006-12-073-0/+6
* Don't try to workaround broken apps (if any). If this still the case,Ariff Abdullah2006-12-071-16/+1
* Remove comment that is no longer relevant since previousAriff Abdullah2006-12-071-7/+0
* Use vfs_mount_error() to log mount errors in a few places with humanCraig Rodrigues2006-12-071-1/+8
* fix CID 1671 by freeing listp before exit from vnex_attachKip Macy2006-12-071-1/+2
* fix CID 1670 by freeing pointer listp before returningKip Macy2006-12-071-0/+1
* fix CID 1672 by initializing variable clockKip Macy2006-12-071-1/+1
* Fix CID 1669 by removing dead sf_buf codeKip Macy2006-12-071-6/+0
* Handle a missing NPE firmware file better; if it's missing print aSam Leffler2006-12-071-3/+12
* Unbreak build for Skyeye: do not attempt to do any DMA, as Skyeye doesn'tOlivier Houchard2006-12-071-1/+10
* Fix compile with BCE_DEBUG. The last one tripped up gcc 2.95 on 4.x evenJohn Baldwin2006-12-061-4/+4
* Drop the iwi softc lock when calling back into net80211 on rx. This fixes aMax Laier2006-12-061-0/+3
* Allow machdep.cpu_idle_hlt to be set from the loader. This should allowMaxim Sobolev2006-12-063-0/+3
* Ignore any breakpoint instructions (int 3) we encounter in vm86 modeJohn Baldwin2006-12-061-0/+2
* Fix some edge cases in detach() as well as a memory leak if we fail toJohn Baldwin2006-12-061-2/+8
* Correct a signedness bug which allowed members of the operatorColin Percival2006-12-061-1/+1
* Changes to try fix sched_ule.c courtesy of David Xu.Julian Elischer2006-12-061-12/+13
* Threading cleanup.. part 2 of several.Julian Elischer2006-12-0640-2910/+944
* - Use the xl_stats_update() callout instead of if_slowtimo() forMarius Strobl2006-12-062-22/+27