Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-17 | Remove dead assignment and newly created unused variable. | Charles Longeau | |
Found by LLVM/Clang Static Analyzer. ok tedu@ krw@ | |||
2010-01-16 | Merge db_stack_trace_print() and stacktrace() logic, and have the former | Miod Vallat | |
invoke the latter to avoid duplicating code. Fix the logic by looking for `sd' instructions for register saves only, and read the whole 64-bit value then. Makes the backtraces less wrong. | |||
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 | |
Found by LLVM/Clang Static Analyzer. ok tedu@ thib@ | |||
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 | |
Centrino Advanced-N 6250 parts. | |||
2010-01-16 | When allocating from the item header pool, we can't sleep, as we may be ↵ | Ted Unangst | |
holding a mutex which won't be released. From Christian Ehrhardt. While here, fix another buglet: no need to pass down PR_ZERO either, as noticed by blambert@. | |||
2010-01-15 | Replace pool_get() + bzero() with pool_get(..., PR_ZERO). | Charles Longeau | |
With input from oga@ and krw@ ok oga@ krw@ thib@ markus@ mk@ | |||
2010-01-15 | sync | Igor Sobrado | |
2010-01-15 | Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF and | Stuart Henderson | |
_SC_NPROCESSORS_ONLN, implemented by AIX/Tru64/Solaris/Linux/SCO/FreeBSD/NetBSD. Bump libc minor. From Brad, ok deraadt@ guenther@ (File missing from previous commit, pointed out by johan@ - thanks!) | |||
2010-01-15 | add `Logitech Webcam C200' to the list of supported uvideo(4) devices. | Igor Sobrado | |
ok sthen@ | |||
2010-01-15 | Oops. Respect the various IGNORE flags when not in SCSIDEBUG mode. | Kenneth R Westerback | |
Should quieten booting again. And thus ends n2k10. | |||
2010-01-15 | Abstract and merge the manual buf queue manipulating functions into | Kenneth R Westerback | |
one place for easier debugging and maintenance. No intended functional changes. ok dlg@ | |||
2010-01-15 | Restore XS_BUSY delay behaviour for buf i/o. Same as for sync path. | Kenneth R Westerback | |
ok dlg@ | |||
2010-01-14 | fix typos in comments, no code changes; | Ingo Schwarze | |
from Brad Tilley <brad at 16systems dot com>; ok oga@ | |||
2010-01-14 | henning and I are both dumbasses, testing &foo against NULL is pointless. | Ryan Thomas McBride | |
ok claudio | |||
2010-01-14 | SiS devices seem unable to reset dma block index to zero, causing | Alexandre Ratchov | |
dma to start at the wrong place. Workaround this limitation by starting at the current offset. From Christopher Zimmermann <madroach at zakweb.de> Thanks a lot! ok jakemsr | |||
2010-01-14 | When trying to get a stack trace, consider CKSEG1 addresses as invalid, as the | Miod Vallat | |
kernel will never use them for code or stack. | |||
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 | |
data when SCSIDEBUG is set, irrespective of SCSI_SILENT. Tweak output a bit. Noticed in output generated by todd@. | |||
2010-01-14 | Destatic. | Joel Sing | |
ok kettenis@ claudio@ naddy@ | |||
2010-01-14 | Fix build on gumstix; rename IPL_SOFTSERIAL to IPL_SOFTTTY and | Kevin Lo | |
eliminate the unused IPL_SERIAL. ok drahn@ | |||
2010-01-14 | When printing states in debug output, print the rule number that created | Ryan Thomas McBride | |
it if we have it. Requested by dlg, ok henning. | |||
2010-01-14 | i forgot to remove a now obsolete comment in pf_create_state about | Henning Brauer | |
incorrect error handling | |||
2010-01-14 | Tweak names a bit. show_mem -> scsi_show_mem, show_scsi_xs -> | Kenneth R Westerback | |
scsi_xs_show. No functional change. | |||
2010-01-14 | in pf_create_state, when we fixed the leaks, we were a bit too trigger | Henning Brauer | |
happy and went to use after free instead. ryan and I think we found the reason - just freeing that state keys in the error path is wrong as well, since pf_state_key_setup could have found existing, identical state keys and linked our state to these. if we now free them the other state that hung of these state keys would point back to the freed state keys. so instead of manually trying to free the state keys just call pf_state_key_detach which has all the magic checks. with and ok ryan | |||
2010-01-13 | in pf_state_key_detach, ensure that the state key pointer on the state | Henning Brauer | |
is not null, to be safe and to be able to call this with half setup states. with and ok ryan | |||
2010-01-13 | Make sure that acpitz is always the last one to replace the global | Marco Peereboom | |
cpu_setperf pointer so that it is always the first to be notified of any changes. This fixes the reported "creeping up" of performance level when using apmd and several overheating issues people reported. Tested by many, ok kettenis with a large XXX on it. | |||
2010-01-13 | Freeze the secondary CPU later in the nmi handling, and put it in a better | Miod Vallat | |
state from a ddb point of view. | |||
2010-01-13 | Crude handler for the Octane NMI button, for kernels compiled with | Miod Vallat | |
option DDB. | |||
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 | |
POLL'ed command returned a SENSE error. Found on claudio's USB stick which doesn't like SYNCH CACHE commands. ok dlg@ | |||
2010-01-13 | Get new xs's with PR_ZERO to ensure all shiny new fields get | Kenneth R Westerback | |
initialized. Bring back panics on non-NULL done and cookie fields, but put inside DIAGNOSTIC. ok dlg@ | |||
2010-01-13 | remove subnetsarelocal / SUBNETSARELOCAL. it's been off by default since | Henning Brauer | |
1996 with no way to enable but kernel config or code mods and is bound to classful adressing anyway. | |||
2010-01-13 | no point in looking for the old "all host bits zero" broadcast address any | Henning Brauer | |
more here either | |||
2010-01-13 | 4.2BSD had the host parts bit of the address all zero as broadcast address. | Henning Brauer | |
4.3BSD (anno 1986) supported the host part bits all one for broadcast as well, since that's what everybody agreed on and RFC919 (anno 1984) proposed. now, roughly a quarter decade later, we can really stop supporting the all zero variant. sorry to you guys still running 4.2BSD. ok theo ryan | |||
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 | |
until we figure out why. | |||
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 | |
subnet of the classful network. at least, not since 1992. ok mpf dlg bob | |||
2010-01-13 | Don't whack conflicting BARs if they are enabled. | Mark Kettenis | |
Makes the IBM eServer x336 work. Tested by sthen@ and naddy@. | |||
2010-01-13 | Remove a few more settings of ITSDONE in drivers. Only a couple | Kenneth R Westerback | |
more to go. Should be a no-op. | |||
2010-01-13 | replace static on functions with Static so openbsd can define it away | David Gwynne | |
to nothing. this lets us see functions in ddb, while not hurting the ability to share the code with other projects. idea borrowed from the usb stack. ok yasuoka@ | |||
2010-01-13 | Remove special bridge code in in_arpinput() this is no longer needed since | Claudio Jeker | |
we now correctly broadcast packets to all local ports. OK deraadt@ | |||
2010-01-13 | Preliminary rdomain support in bridge(4). Make sure that m->m_pkthdr.rdomain | Claudio Jeker | |
is set whenever we changing the rcvif. It is still not possible to pass traffic between two vether but works now form outside. OK deraadt@ | |||
2010-01-13 | when checking an xs for errors, first check if the device the xs is for | David Gwynne | |
is dying. if so, return ENXIO. this should make detach of devices during scsi attaches less dangerous. idea (and the first version of this diff) ok deraadt@ ok krw@ | |||
2010-01-13 | scsi_xs_sync uses the xs cookie and done pointers, so users of scsi_xs_sync | David Gwynne | |
cannot. panic if theyre set before scsi_xs_sync is called. question raised by and ok krw@ | |||
2010-01-13 | Oops. Restore decrement of xs->retries I optimized away. Not everything | Kenneth R Westerback | |
is dlg@'s fault. ok dlg@ | |||
2010-01-13 | make ifa_ifwithaddr use the shiny new ifaddr RB tree instead of traversing | Henning Brauer | |
the list of all interfaces and traversing the list of all addresses on each interface. if bugs show up with addressing this is the #1 backout candidate, something i missed might fuck with ifaddrs behind our back, although i looked & tested hard. 10x to naddy for inet6 testing. ok theo ryan dlg |