summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2009-08-10missing argument to DPRINTF.Damien Bergamini
2009-08-10delete xxshutdown handlers that are never even hooked upTheo de Raadt
2009-08-10undef OTUS_DEBUG.Damien Bergamini
2009-08-10i prefer (m == NULL) over (!m)Damien Bergamini
2009-08-10use splhigh instead of splclock to block in the i386_ipiTheo de Raadt
2009-08-10Don't use char arrays for sleep wchans and reuse them.Thordur I. Bjornsson
2009-08-10right now, we only increment ci_idepth in struct cpuinfo whenOwain Ainsworth
2009-08-107 years ofHenning Brauer
2009-08-10we need to null mcopy, gotos bite. theo and i both missed them, theo okHenning Brauer
2009-08-10lockmgr -> rwlockOwain Ainsworth
2009-08-10gpio for amd64.Jonathan Gray
2009-08-10fix previous:Henning Brauer
2009-08-10this is basically a fixed version of r1.165, avoid m_copym of each and everyHenning Brauer
2009-08-10At sys_reboot time, bring all the interfaces down so that their xxstopTheo de Raadt
2009-08-10if mpath steals a link, print out where the link was stolen so dmesg stillDavid Gwynne
2009-08-10Use an RB tree instead of a hashtable for fh/node lookups.Thordur I. Bjornsson
2009-08-10pull the printing out of scsibusprint so it can be used against scsi_linkDavid Gwynne
2009-08-10sockets created via a listening socket lose the rdomain and fail to workClaudio Jeker
2009-08-10AnotherBret Lambert
2009-08-10Remove the v2 writegather code. It did help alot back in the 80sThordur I. Bjornsson
2009-08-10The only caller of NFSMSIZ got changed yesterday, so remove it.Bret Lambert
2009-08-09Introduce option DDB_STRUCT. Kernels compiled with this option (except onMiod Vallat
2009-08-09indicate success for setting directory attributes; first step towardsMartynas Venckus
2009-08-09Make ami(4) use NO_CCB at least some of the time.Kenneth R Westerback
2009-08-09No need to clean genassym{.,o} during `make clean', genassym.sh does thisMiod Vallat
2009-08-09PACKET_TAG_NONE is not used. ok henningTheo de Raadt
2009-08-09Another lost bit for SysV message queues.Bret Lambert
2009-08-09remove the ancient MCFail / MPFail debugging technique; ok claudioTheo de Raadt
2009-08-09Add a dummy <machine/conf.h> so that MI code can rely upon its existence.Miod Vallat
2009-08-09Forgot to commit this bit for the SysV message queue cleanup.Bret Lambert
2009-08-09No options TIMEZONE and DST in GENERIC kernels.Miod Vallat
2009-08-09Check if the command buffer has been allocated before we free it. FixesMarcus Glocker
2009-08-09Unconditionally enable checks for writable non-uequivalent mappings. They'reMark Kettenis
2009-08-09kill M_DUP_HDR. M_DUP_PKTHDR was the only user, we can just put theHenning Brauer
2009-08-09buf_dealloc_mem can be called without B_BUSY. Don't decrement busymapped in t...Artur Grabowski
2009-08-09MLEN < NFS_MAXPATHLEN < MCLBYTES, so there's no need toBret Lambert
2009-08-09shove a minphys request against mpath down all to the minphys on each pathDavid Gwynne
2009-08-09if a physical path to a device behind mpath goes away, remove the path. itDavid Gwynne
2009-08-09use m_free_unlocked() in m_pullup() to avoid iterative splnet/splx downTheo de Raadt
2009-08-09error = operation();Bret Lambert
2009-08-09Keep track of number of currently mapped and B_BUSY buffers. beck@ okArtur Grabowski
2009-08-09Switch softraid to vnodes to prevent bad things from happening when usingMarco Peereboom
2009-08-09Compile OpenBSD/sgi without -traditional-cpp. From jsg@.Joel Sing
2009-08-09Make dk_mmountroot use vnodes instead of d_open/d_close. This does uglyMarco Peereboom
2009-08-09no point in clearing/re-initing packet header fields in a non-packet-headerHenning Brauer
2009-08-09Use the ANSI/ISO token paste operator. Requested by jsg@Joel Sing
2009-08-09Use an RB tree instead of a SPLAY tree for the page headers tree.Thordur I. Bjornsson
2009-08-09if extent_alloc() fails, we don't clear the iomap properly beforeOwain Ainsworth
2009-08-09set the mrq pointer (request) in the nfsm_reply() macro, as we can return fro...Thordur I. Bjornsson
2009-08-09Make this compile when SEA_ASSEMBLER is not defined.Jonathan Gray