Age | Commit message (Expand) | Author |
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 |
2010-01-13 | Change M_WAITOK --> M_WAITOK | M_CANFAIL | Charles Longeau |
2010-01-12 | factor m_pulldown out of the message handlers up into pfsync_input now | David Gwynne |
2010-01-12 | bring sd.c r1.180 over to the other drivers now using the antisemaphore, | David Gwynne |
2010-01-12 | Add input and user protocol hook to handle GRE packets by pipex. | YASUOKA Masahiko |
2010-01-12 | Fix for a legacy free PC, where the keyboard controller doesn't behave. | Dale Rahn |
2010-01-12 | delete more left-over stuff from vether development | Theo de Raadt |
2010-01-12 | the bridge does bpf for us, so we do not need bpf.h | Theo de Raadt |
2010-01-12 | delete the unused debug macros | Theo de Raadt |
2010-01-12 | do not need rndvar.h anymore | Theo de Raadt |
2010-01-12 | check the new pfsync_subheader len field on input. | David Gwynne |