Age | Commit message (Expand) | Author |
2010-01-19 | A couple #ifdefs were missed when the final name of the DDB_STRUCT | Philip Guenthe |
2010-01-18 | Convert pf debug logging to using log()/addlog(), a single standardised | Ryan Thomas McBride |
2010-01-18 | regen, even though there is no code change, such that the RCS IDs match, | Ingo Schwarze |
2010-01-18 | fix a spelling error in a comment, no code change; from Brad Tilley | Ingo Schwarze |
2010-01-18 | In stacktrace(), when aborting a traceback because of nonsensical pc or sp | Miod Vallat |
2010-01-18 | Kernel configuration for multiprocessor Octane machines. There are a few | Miod Vallat |
2010-01-18 | Do not call splx() from cpu_switchto(), we are at IPL_SCHED anyway and ipl will | Miod Vallat |
2010-01-18 | In the interrupt handler, only attempt to acquire kernel_lock if coming from | Miod Vallat |
2010-01-18 | dosoftint() being invoked at IPL_SOFTINT, don't bother checking the ipl before | Miod Vallat |
2010-01-18 | Define IPL_SCHED as IPL_CLOCK, not IPL_HIGH. | Miod Vallat |
2010-01-18 | In proc_trampoline(), don't spl0() if option MULTIPROCESSOR; this is already | Miod Vallat |
2010-01-18 | Make trapdebug code MP-safe. | Miod Vallat |
2010-01-17 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2010-01-17 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2010-01-16 | Merge db_stack_trace_print() and stacktrace() logic, and have the former | Miod Vallat |
2010-01-16 | Fix types so that the upper 32 bits of addresses of branches are correct. | Miod Vallat |
2010-01-16 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2010-01-16 | rename bluetooth coexistence flags. no binary change. | Damien Bergamini |
2010-01-16 | Enable DC calibration and disable crystal calibration on | Damien Bergamini |
2010-01-16 | When allocating from the item header pool, we can't sleep, as we may be holdi... | Ted Unangst |
2010-01-15 | Replace pool_get() + bzero() with pool_get(..., PR_ZERO). | Charles Longeau |
2010-01-15 | sync | Igor Sobrado |
2010-01-15 | Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF and | Stuart Henderson |
2010-01-15 | add `Logitech Webcam C200' to the list of supported uvideo(4) devices. | Igor Sobrado |
2010-01-15 | Oops. Respect the various IGNORE flags when not in SCSIDEBUG mode. | Kenneth R Westerback |
2010-01-15 | Abstract and merge the manual buf queue manipulating functions into | Kenneth R Westerback |
2010-01-15 | Restore XS_BUSY delay behaviour for buf i/o. Same as for sync path. | Kenneth R Westerback |
2010-01-14 | fix typos in comments, no code changes; | Ingo Schwarze |
2010-01-14 | henning and I are both dumbasses, testing &foo against NULL is pointless. | Ryan Thomas McBride |
2010-01-14 | SiS devices seem unable to reset dma block index to zero, causing | Alexandre Ratchov |
2010-01-14 | When trying to get a stack trace, consider CKSEG1 addresses as invalid, as the | Miod Vallat |
2010-01-14 | Let the nmi handler code compile on non-MULTIPROCESSOR kernels. | Miod Vallat |
2010-01-14 | Print sense data during SCSIDEBUG again. Always print the decoded | Kenneth R Westerback |
2010-01-14 | Destatic. | Joel Sing |
2010-01-14 | Fix build on gumstix; rename IPL_SOFTSERIAL to IPL_SOFTTTY and | Kevin Lo |
2010-01-14 | When printing states in debug output, print the rule number that created | Ryan Thomas McBride |
2010-01-14 | i forgot to remove a now obsolete comment in pf_create_state about | Henning Brauer |
2010-01-14 | Tweak names a bit. show_mem -> scsi_show_mem, show_scsi_xs -> | Kenneth R Westerback |
2010-01-14 | in pf_create_state, when we fixed the leaks, we were a bit too trigger | Henning Brauer |
2010-01-13 | in pf_state_key_detach, ensure that the state key pointer on the state | Henning Brauer |
2010-01-13 | Make sure that acpitz is always the last one to replace the global | Marco Peereboom |
2010-01-13 | Freeze the secondary CPU later in the nmi handling, and put it in a better | Miod Vallat |
2010-01-13 | Crude handler for the Octane NMI button, for kernels compiled with | Miod Vallat |
2010-01-13 | Do not lose ra on the first loop (regression from 1.20) | Miod Vallat |
2010-01-13 | Double and in comment. | Claudio Jeker |
2010-01-13 | Fix another long standing double scsi_done() bug. This time when a | Kenneth R Westerback |
2010-01-13 | Get new xs's with PR_ZERO to ensure all shiny new fields get | Kenneth R Westerback |
2010-01-13 | remove subnetsarelocal / SUBNETSARELOCAL. it's been off by default since | Henning Brauer |
2010-01-13 | no point in looking for the old "all host bits zero" broadcast address any | Henning Brauer |
2010-01-13 | 4.2BSD had the host parts bit of the address all zero as broadcast address. | Henning Brauer |