Age | Commit message (Expand) | Author |
2009-08-12 | Add support for the "Slots Power" sensor on the PowerMac9,1. | Mark Kettenis |
2009-08-12 | fix unused widgets to contain the actual ids; ok jakemsr@ | Martynas Venckus |
2009-08-12 | don't confuse chars with strings; ok oga@ | Martynas Venckus |
2009-08-11 | don't take chip revision as a pointer to the string; swap it with xname | Martynas Venckus |
2009-08-11 | More exact matching for Sunix 40XX 4 and 8 port units so that we can fix | Theo de Raadt |
2009-08-11 | Do not bother initializing bufpages in the md code if the computation is | Miod Vallat |
2009-08-11 | With the SysV memory allocation changes, allocsys() doesn't do anything | Miod Vallat |
2009-08-11 | The PowerMac9,1 has 4 sensors on its smu(4), so increase the maximum number. | Mark Kettenis |
2009-08-11 | uvm_scheduler() sounds important, but ``while(1) tsleep()'' is kinda lame | Bret Lambert |
2009-08-11 | fix some stupidity in x86 bus_space_map. | Owain Ainsworth |
2009-08-11 | tiny knf and use curproc directly instead of a setting up a local proc | Thordur I. Bjornsson |
2009-08-11 | Recent alignment fixes seem to make bwi(4) work at least | Kenneth R Westerback |
2009-08-11 | optimise m_clget so that it holds spl for even less | Theo de Raadt |
2009-08-11 | Fix a few bugs in nfsrv_rename() error recovery code. | Thordur I. Bjornsson |
2009-08-11 | Must move the splx() lower in m_clget() so that it protects atomic access | Theo de Raadt |
2009-08-10 | The shutdown hook is no longer required now that we shutdown all interfaces | Joel Sing |
2009-08-10 | The start function did enough so the shutdown hook is not needed | Theo de Raadt |
2009-08-10 | hook no longer needed | Theo de Raadt |
2009-08-10 | This does not need a shutdown function either (though the equilevant | Theo de Raadt |
2009-08-10 | More cases of shutdown hooks not needed after card is already stopped. In | Theo de Raadt |
2009-08-10 | More cases of shutdown hooks not needed after card is already stopped. In | Theo de Raadt |
2009-08-10 | USB network devices do not DMA in a way that requires a shutdown function | Theo de Raadt |
2009-08-10 | A few more simple cases of shutdown hooks which only call xxstop, when | Theo de Raadt |
2009-08-10 | clear the beacons owner/valid bits to avoid garbage. | Damien Bergamini |
2009-08-10 | clear the beacons owner/valid bits to avoid garbage. | Damien Bergamini |
2009-08-10 | three more shutdown hooks bite the dust. | Damien Bergamini |
2009-08-10 | xge_shutdown is not needed now that interface is stopped, since | Theo de Raadt |
2009-08-10 | missing argument to DPRINTF. | Damien Bergamini |
2009-08-10 | delete xxshutdown handlers that are never even hooked up | Theo de Raadt |
2009-08-10 | undef OTUS_DEBUG. | Damien Bergamini |
2009-08-10 | i prefer (m == NULL) over (!m) | Damien Bergamini |
2009-08-10 | use splhigh instead of splclock to block in the i386_ipi | Theo de Raadt |
2009-08-10 | Don't use char arrays for sleep wchans and reuse them. | Thordur I. Bjornsson |
2009-08-10 | right now, we only increment ci_idepth in struct cpuinfo when | Owain Ainsworth |
2009-08-10 | 7 years of | Henning Brauer |
2009-08-10 | we need to null mcopy, gotos bite. theo and i both missed them, theo ok | Henning Brauer |
2009-08-10 | lockmgr -> rwlock | Owain Ainsworth |
2009-08-10 | gpio for amd64. | Jonathan Gray |
2009-08-10 | fix previous: | Henning Brauer |
2009-08-10 | this is basically a fixed version of r1.165, avoid m_copym of each and every | Henning Brauer |
2009-08-10 | At sys_reboot time, bring all the interfaces down so that their xxstop | Theo de Raadt |
2009-08-10 | if mpath steals a link, print out where the link was stolen so dmesg still | David Gwynne |
2009-08-10 | Use an RB tree instead of a hashtable for fh/node lookups. | Thordur I. Bjornsson |
2009-08-10 | pull the printing out of scsibusprint so it can be used against scsi_link | David Gwynne |
2009-08-10 | sockets created via a listening socket lose the rdomain and fail to work | Claudio Jeker |
2009-08-10 | Another | Bret Lambert |
2009-08-10 | Remove the v2 writegather code. It did help alot back in the 80s | Thordur I. Bjornsson |
2009-08-10 | The only caller of NFSMSIZ got changed yesterday, so remove it. | Bret Lambert |
2009-08-09 | Introduce option DDB_STRUCT. Kernels compiled with this option (except on | Miod Vallat |
2009-08-09 | indicate success for setting directory attributes; first step towards | Martynas Venckus |