summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-21Order the volume state transitions by state value.Joel Sing
2014-01-21Add missing states to the RAID 5 volume transitions.Joel Sing
2014-01-21use KERNEL_LOCK and KERNEL_UNLOCK instead of fumbling with kernel_lockDavid Gwynne
2014-01-21Do not clean the multicast records of an interface when it is destroyedMartin Pieuchot
2014-01-21Substitute crazy defines and convert some 0 to NULL.Martin Pieuchot
2014-01-21Always fill in the broadcast address so as to handle broadcast packets ifBrad Smith
2014-01-21Disable lapic when halting CPUs. Allegedly this is necessary to makeMark Kettenis
2014-01-21localtime(3) can return NULL; seen by Rod Whitworth; ok guenther@Otto Moerbeek
2014-01-21Use Linux compat functions to do kernel memory allocations in the bits of codeMark Kettenis
2014-01-21Add kmalloc/kcalloc/kzalloc/kfree Linux compat functions.Mark Kettenis
2014-01-21Use PTR_ERR where appropriate instead of a plain cast.Mark Kettenis
2014-01-21oops, missed oneMark Kettenis
2014-01-21Change a couple of #if 0 into #ifdef __linx__ or #ifdef notyet.Mark Kettenis
2014-01-21Protect variable names.Antoine Jacoutot
2014-01-21sort;Jason McIntyre
2014-01-21various small fixes to improve readability, mostly in the propolice section;Jason McIntyre
2014-01-21Add and enable signature checking per default.Robert Peichaer
2014-01-21Actually use the correct TAILQ field.Joel Sing
2014-01-21Remove unused variable.Joel Sing
2014-01-21Setting p->p_p to NULL when it's still running isn't safe for statclock().Philip Guenther
2014-01-21add a missing printf argumentJonathan Gray
2014-01-21Sync in the PHY Specific Control and Status register bits.Brad Smith
2014-01-21Do not bother calling splvm around crypto_invoke(), as crypto_invoke()Joel Sing
2014-01-21cc_queued is not used for anything atm, remove it; ok jsing, markusMike Belopuhov
2014-01-21Respect CRYPTO_F_NOQUEUE flag when dispatching a crypto operationMike Belopuhov
2014-01-21Remove sr_crypto_finish_io - we can just call sr_scsi_done instead now.Joel Sing
2014-01-21Allow dhclient.conf to specify 'fixed-address', 'next-server',Kenneth R Westerback
2014-01-21Instead of maintaining a completely separate list of crypto work units,Joel Sing
2014-01-21Use ARRAY_SIZE() instead of nitems() to reduce diffs with Linux.Mark Kettenis
2014-01-21Allow for variable sized work units.Joel Sing
2014-01-21syncTodd T. Fries
2014-01-21Use a TAILQ for tracking work units, rather than an array. This will allowJoel Sing
2014-01-21dtucker@ pointed out i suck at grep.David Gwynne
2014-01-21Stop bzeroing the work unit when it is initialised. Rather, only initialiseJoel Sing
2014-01-21Add all the Intel KT's which got missed.Theo de Raadt
2014-01-21Remove pointless validation - these cases cannot be hit as they haveJoel Sing
2014-01-21Factor out and fix the RAID5 write functionality.Joel Sing
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-21Update the names of the DIOCXBEGIN ruleset types.Lawrence Teo
2014-01-21Add parsing for options 121 (classless-static-routes) and 249Kenneth R Westerback
2014-01-21Update gcc-local(1) with recent changes to the toolchain:Martynas Venckus
2014-01-21Add support for ISP2200 based adapters.Jonathan Matthew
2014-01-21The semaphore register does need to be cleared when clearing interrupts,Jonathan Matthew
2014-01-21Stop using 23xx-specific interrupt status codes everywhere. Instead, classifyJonathan Matthew
2014-01-21document how any matches any non-loopback interface, ok bennoHenning Brauer
2014-01-21if_item can be "any" now.Henning Brauer
2014-01-21introduce a way to match "any" interface, excluding loopback ones.Henning Brauer
2014-01-21bzero -> memsetTed Unangst
2014-01-21naughty guenther didn't compileTed Unangst
2014-01-20Remove an unneeded #ifndef bot radix.h and radix_mpath.h protect themselfClaudio Jeker