Age | Commit message (Expand) | Author |
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 |
2009-08-09 | Make ami(4) use NO_CCB at least some of the time. | Kenneth R Westerback |
2009-08-09 | No need to clean genassym{.,o} during `make clean', genassym.sh does this | Miod Vallat |
2009-08-09 | PACKET_TAG_NONE is not used. ok henning | Theo de Raadt |
2009-08-09 | Another lost bit for SysV message queues. | Bret Lambert |
2009-08-09 | remove the ancient MCFail / MPFail debugging technique; ok claudio | Theo de Raadt |
2009-08-09 | Add a dummy <machine/conf.h> so that MI code can rely upon its existence. | Miod Vallat |
2009-08-09 | Forgot to commit this bit for the SysV message queue cleanup. | Bret Lambert |
2009-08-09 | No options TIMEZONE and DST in GENERIC kernels. | Miod Vallat |
2009-08-09 | Check if the command buffer has been allocated before we free it. Fixes | Marcus Glocker |
2009-08-09 | Unconditionally enable checks for writable non-uequivalent mappings. They're | Mark Kettenis |
2009-08-09 | kill M_DUP_HDR. M_DUP_PKTHDR was the only user, we can just put the | Henning Brauer |
2009-08-09 | buf_dealloc_mem can be called without B_BUSY. Don't decrement busymapped in t... | Artur Grabowski |
2009-08-09 | MLEN < NFS_MAXPATHLEN < MCLBYTES, so there's no need to | Bret Lambert |
2009-08-09 | shove a minphys request against mpath down all to the minphys on each path | David Gwynne |
2009-08-09 | if a physical path to a device behind mpath goes away, remove the path. it | David Gwynne |
2009-08-09 | use m_free_unlocked() in m_pullup() to avoid iterative splnet/splx down | Theo de Raadt |
2009-08-09 | error = operation(); | Bret Lambert |
2009-08-09 | Keep track of number of currently mapped and B_BUSY buffers. beck@ ok | Artur Grabowski |
2009-08-09 | Switch softraid to vnodes to prevent bad things from happening when using | Marco Peereboom |
2009-08-09 | Compile OpenBSD/sgi without -traditional-cpp. From jsg@. | Joel Sing |
2009-08-09 | Make dk_mmountroot use vnodes instead of d_open/d_close. This does ugly | Marco Peereboom |
2009-08-09 | no point in clearing/re-initing packet header fields in a non-packet-header | Henning Brauer |
2009-08-09 | Use the ANSI/ISO token paste operator. Requested by jsg@ | Joel Sing |
2009-08-09 | Use an RB tree instead of a SPLAY tree for the page headers tree. | Thordur I. Bjornsson |
2009-08-09 | if extent_alloc() fails, we don't clear the iomap properly before | Owain Ainsworth |
2009-08-09 | set the mrq pointer (request) in the nfsm_reply() macro, as we can return fro... | Thordur I. Bjornsson |
2009-08-09 | Make this compile when SEA_ASSEMBLER is not defined. | Jonathan Gray |