summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-04-14For devices unwilling or unable to report geometry, change the 'fake'Kenneth R Westerback
2007-04-14Add degraded raid 1 io path codeMarco Peereboom
2007-04-14Crank KVM from a ridiculous pedro-sized 256MB to 1GB; needed for upcoming MIMiod Vallat
2007-04-14Correctly handle pv_flags for pages used to store ptes, so that theyMiod Vallat
2007-04-14Clean up.Artur Grabowski
2007-04-14hide struct process from userland, allow kvm_proc to see it.Marc Espie
2007-04-13move the debugging messages into #ifdef IPMI_DEBUG, we do not need toReyk Floeter
2007-04-13While splitting flags and pqflags might have been a good idea in theoryArtur Grabowski
2007-04-13If a removable device refuses to process PREVENT_ALLOW to lock theKenneth R Westerback
2007-04-13Timecounters for macppc. As clean and simple as sparc64. Uses the %tbMark Kettenis
2007-04-13scsi_generic is now 16 bytes. Adjust padding so struct is stillKenneth R Westerback
2007-04-13scsi_generic is now 16 bytes. Adjust offsets into structure beingKenneth R Westerback
2007-04-13Relax the cache flags logic in pmap_kenter_pa, to make sure that mappingsMiod Vallat
2007-04-13scsi_generic is now 16 bytes. Adjust offsets into structure beingKenneth R Westerback
2007-04-13Remove cluster reading from cd9660_read(); wich doesnt work.Thordur I. Bjornsson
2007-04-13Update install media generation to the new semantics of the -c flag.Todd C. Miller
2007-04-13Move the declaration of VN_KNOTE() into vnode.h instead of havingThordur I. Bjornsson
2007-04-13The integrated Atheros NICs found in IBM/Lenovo ThinkPads use the sameReyk Floeter
2007-04-13When freeing PTP pages, we need to wait until TLB shootdown has beenArtur Grabowski
2007-04-13regenJasper Lievisse Adriaanse
2007-04-13add Ageia and a GeForce cardJasper Lievisse Adriaanse
2007-04-13Move the proc0 stack below the proc0 page tables so that in case weArtur Grabowski
2007-04-13Remove comments talking about vnode interlock. No binary change.Alexander Bluhm
2007-04-13map peeing -> mappingMiod Vallat
2007-04-13remove some unneeded externs and unused declerations.Thordur I. Bjornsson
2007-04-13get alpha SMP into a state where it at least compiles:Martin Reindl
2007-04-12Remove the lk_interlock from struct lock; Also remove the LK_INTERLOCKThordur I. Bjornsson
2007-04-12move p_limit and p_cred into struct processTed Unangst
2007-04-12Remove the i_interlock simplelock from struct ntnodeThordur I. Bjornsson
2007-04-12Allow machine-dependant overrides for the ``deadbeef'' sentinel values,Miod Vallat
2007-04-12Faster signal delivery on i386/MP.Artur Grabowski
2007-04-12untypoArtur Grabowski
2007-04-12Unbreak compile with option UVMHIST after pg_flags changes.Artur Grabowski
2007-04-12Discard .comment sections in the final a.out file.Miod Vallat
2007-04-12If VOP_GETATTR() in the nfs_kqpoll() loop returns ESTALE, catch it.Thordur I. Bjornsson
2007-04-12Fix newlines in dmesg.Miod Vallat
2007-04-12The beginnings of support for 16-byte cdb's in the scsi code. This isTobias Weingartner
2007-04-12__HAVE_CPUINFO for alpha, with bits from netbsdMartin Reindl
2007-04-12remove unused members from struct nfsmount and nfsnode;Thordur I. Bjornsson
2007-04-12Do a security freeze lock like we do in wd(4) to deal with systemsJonathan Gray
2007-04-12Remove __BUS_SPACE_ADDRESS_SANITY correctly, no cookie for me. Spotted byMiod Vallat
2007-04-12Add cd_kill_buffers() as a separate function, like sd_kill_buffers()Kenneth R Westerback
2007-04-12Oops, a code rearrangement meant that I didn't initialise the failed ccbChristopher Pascoe
2007-04-12Add failure statistics per workunit.Marco Peereboom
2007-04-11Remove stale comment.Marco Peereboom
2007-04-11Fix thinko where vol was used instead of i (scsibus).Marco Peereboom
2007-04-11Add infrastructure to run with multiple openings.Marco Peereboom
2007-04-11Check return value from m_devget().Mark Kettenis
2007-04-11Remove debug leftovers to make console output quite again in hostap mode.Marcus Glocker
2007-04-11Cleanup makros even more. Remove unused ones and reduce the amount ofClaudio Jeker