Age | Commit message (Expand) | Author |
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 |
2010-01-13 | As per NetBSD move HAYAKAWA Koichi's licenses to two clause. | Jonathan Gray |
2010-01-13 | Cookie or done is set on entry to scsi_xs_sync(). Take panic() out | Kenneth R Westerback |
2010-01-13 | cleanup pipex code. ok henning@ | YASUOKA Masahiko |
2010-01-13 | we don't need broadcast for the classful network AND broadcast for the | Henning Brauer |
2010-01-13 | Don't whack conflicting BARs if they are enabled. | Mark Kettenis |
2010-01-13 | Remove a few more settings of ITSDONE in drivers. Only a couple | Kenneth R Westerback |
2010-01-13 | replace static on functions with Static so openbsd can define it away | David Gwynne |
2010-01-13 | Remove special bridge code in in_arpinput() this is no longer needed since | Claudio Jeker |
2010-01-13 | Preliminary rdomain support in bridge(4). Make sure that m->m_pkthdr.rdomain | Claudio Jeker |
2010-01-13 | when checking an xs for errors, first check if the device the xs is for | David Gwynne |
2010-01-13 | scsi_xs_sync uses the xs cookie and done pointers, so users of scsi_xs_sync | David Gwynne |
2010-01-13 | Oops. Restore decrement of xs->retries I optimized away. Not everything | Kenneth R Westerback |
2010-01-13 | make ifa_ifwithaddr use the shiny new ifaddr RB tree instead of traversing | Henning Brauer |
2010-01-13 | maintain a global RB tree of all local addresses in the system. this | Henning Brauer |
2010-01-13 | instead of fiddling with the per-interface address lists directly in | Henning Brauer |
2010-01-13 | adding an empty ifaddr struct to the per-interface ifaddr list and | Henning Brauer |
2010-01-13 | Remove extern reference to pf_pabuf which uses a struct | Jonathan Gray |
2010-01-13 | Fix SCSIDEBUG compiles. | Kenneth R Westerback |
2010-01-13 | let's admit it's not 1992 any more. CIDR is around for a long time, even | Henning Brauer |
2010-01-13 | typo in panic message | joshua stein |