summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - Use the xl_stats_update() callout instead of if_slowtimo() formarius2006-12-062-22/+27
* consolidate parsing of nfs root mount options in one placesam2006-12-064-51/+77
* Use our own callout instead of if_slowtimo() for driving lance_watchdog()marius2006-12-064-12/+25
* - Use the hme_tick() callout instead of if_slowtimo() for drivingmarius2006-12-062-17/+22
* - Use the gem_tick() callout instead of if_slowtimo() for drivingmarius2006-12-062-22/+25
* - Use our own callout (the dc_tick() callout uses varying periodsmarius2006-12-062-27/+35
* Use callout mechanism instead of timeout()/untimeout().ume2006-12-053-3/+4
* Fix an off by one error in struct nve_tx_desc's frags[] array as a resultjhb2006-12-051-1/+1
* Use a different bitmask for superpages' base address so that itru2006-12-053-9/+6
* Make ISPCTL_PLOGX find a handle to log into the management servermjacob2006-12-053-75/+88
* Add a chip timeout to ENABLE/MODIFY/DISABLE lun calls.mjacob2006-12-051-0/+1
* use xpt_print functionmjacob2006-12-051-3/+2
* Add an xpt_print function to reduce most of the xpt_print_path/printfmjacob2006-12-0512-259/+216
* const poisonimp2006-12-053-3/+3
* More properly cleanup the iicbus child when deleting it.imp2006-12-051-6/+27
* Reference Hauppage's cxm_iic bit-bang device here.imp2006-12-051-0/+5
* Fix gdb issue where the i-cache was not being updated when a breakpointgrehan2006-12-057-3/+46
* Initial cut at Basic Domain Validation- just add some states tomjacob2006-12-042-9/+216
* MFP4: 109653jkim2006-12-041-2/+25
* MFP4: 109652jkim2006-12-041-39/+38
* Bug fix for obscenely large wait times on uncontested lockskmacy2006-12-041-4/+4
* - Add BGE_FLAG_JUMBO flag which idicates jumbo frame capability. Some day wejkim2006-12-042-22/+24
* Use bge_flags to save chipset family and remove dead code while I am here.jkim2006-12-042-53/+43
* - separate out rounding memory ranges to 4M boundaries from OFW memory alloca...kmacy2006-12-043-46/+73
* Fix an edge case in rman_manage_region() where it didn't handle a resourcejhb2006-12-041-4/+7
* Add two new flags to if_bridge(4) indicating whether the edge flagsyrinx2006-12-044-3/+18
OpenPOWER on IntegriCloud