Age | Commit message (Expand) | Author |
2010-01-10 | Set XL_FLAG_FUNCREG for "cyclone" variants. This makes them see interrupts | Mark Kettenis |
2010-01-10 | s/setpriority/setifpriority/ to eliminate a conflict with setpriority() | Philip Guenthe |
2010-01-10 | Add ChrootDirectory to sshd.c test-mode output | Darren Tucker |
2010-01-10 | Reimplement kvm_getproc2()'s support for reading crash dumps and | Philip Guenthe |
2010-01-10 | My mistake. There was one more driver paranoid enough to check | Kenneth R Westerback |
2010-01-10 | more tests | Marc Espie |
2010-01-10 | A couple of missed ITSDONE setting before scsi_done(). | Kenneth R Westerback |
2010-01-10 | Fix evsignal_del()'s use of sigaction(): fill in a sigaction struct | Philip Guenthe |
2010-01-10 | ribreq uses now a AID, use AID also on the parsing side and convert to | Claudio Jeker |
2010-01-10 | Switch rib_dump() to use AID instead of AFs. OK henning@ | Claudio Jeker |
2010-01-10 | Set ITSDONE in scsi_done() and zap trivial instances of setting it | Kenneth R Westerback |
2010-01-10 | Do not try to reevaluate the current RX production index on each | Christian Weisgerber |
2010-01-09 | L2 cache line is at least 64 bytes long on r10k, so use 64 byte increments to | Miod Vallat |
2010-01-09 | Make interrupt depth counters per-cpu. | Miod Vallat |
2010-01-09 | Move more R5000 code behind proper #ifdef stanzas. | Miod Vallat |
2010-01-09 | Move cache information from global variables to per-cpu_info fields; this | Miod Vallat |
2010-01-09 | Zap all setting of ITSDONE in drivers that don't look at it. Nobody | Kenneth R Westerback |
2010-01-09 | Safe.pm is no longer md | Miod Vallat |
2010-01-09 | Remove RoutingDomain from ssh since it's now not needed. It can be replaced | Darren Tucker |
2010-01-09 | Fix fatalx message. | Claudio Jeker |
2010-01-09 | a lot of knf loving. hudge diff, no binary change. | Dariusz Swiderski |
2010-01-09 | panic with a nice message if scsi_xs_sync_done gets called twice | David Gwynne |
2010-01-09 | dont try to prevent multiple concurrent runs of a devices start routine | David Gwynne |
2010-01-09 | always try to restart io on a device when an opening is made available from | David Gwynne |
2010-01-09 | Define struct cpu_hwinfo, to hold hardware specific information about each | Miod Vallat |
2010-01-09 | No need to call bpfdetach() in mpe_clone_destroy() since this is done in | Claudio Jeker |
2010-01-09 | Correctly check /dev/kmem offsets within directly translated segments (XKPHYS | Miod Vallat |
2010-01-09 | build signature objects that we will be able to compare | Marc Espie |
2010-01-09 | fix to_string | Marc Espie |
2010-01-09 | oops | Marc Espie |
2010-01-09 | zap unused | Marc Espie |
2010-01-09 | streamline interface | Marc Espie |
2010-01-09 | move signal catching up, so we can clean repos and temp files at once. | Marc Espie |
2010-01-09 | kill cache, we don't really need it | Marc Espie |
2010-01-09 | slightly more complex repolist, to allow for: | Marc Espie |
2010-01-09 | create unique object for each repo | Marc Espie |
2010-01-09 | workaround for a HW bug (does not affect 4965AGN) that may sporadically | Damien Bergamini |
2010-01-09 | fixed version, somehow I forgot that I use parse to do weird things with | Marc Espie |
2010-01-09 | temporary revert until I figure this out | Marc Espie |
2010-01-09 | Afer sshd receives a SIGHUP, ignore subsequent HUPs while sshd re-execs | Darren Tucker |
2010-01-09 | Prevent sftp from derefing a null pointer when given a "-" without a command. | Darren Tucker |
2010-01-09 | move the code that recognizes /var/db/pkg as inst: into Repo::Local | Marc Espie |
2010-01-09 | tweak path parsing to handle inst:pkgname and such as well... | Marc Espie |
2010-01-09 | move some url parsing into Installed, provide for pipe: | Marc Espie |
2010-01-09 | kill more useless code | Marc Espie |
2010-01-09 | simplify slightly | Marc Espie |
2010-01-09 | move pipe handling into RepositoryList | Marc Espie |
2010-01-09 | repositories no longer need match | Marc Espie |
2010-01-09 | Avoid mulitple calls to scsi_done() on the same xs by having | Kenneth R Westerback |
2010-01-09 | Add support for the Broadcom BCM57765 ASIC and newer Broadcom | Christian Weisgerber |