summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-11Remove the simplelock argument from vrecycle();Thordur I. Bjornsson
2007-04-11in ffs_reload() use ffs_validate() to check if theThordur I. Bjornsson
2007-04-11Don't use m_prepend() even if it is used mostly correct here.Claudio Jeker
2007-04-11Do not use m_prepend() directly, always use M_PREPEND() instead.Claudio Jeker
2007-04-11remove proc from process thread list sooner in exit (notably, before waitingTed Unangst
2007-04-11The return value of uvm_grow() (and previously, grow()) has not been usedMiod Vallat
2007-04-11remove duplicate prototype;Thordur I. Bjornsson
2007-04-11Instead of managing pages for intrsafe maps in special objects (aka.Artur Grabowski
2007-04-11lockmgr keeps losing code, call 911!Miod Vallat
2007-04-11Use a separate function to remove the buffers in sddetach.Alexander Bluhm
2007-04-11((cast)ptr)++ is not a valid lvalue, despite being tolerated by gcc, soMiod Vallat
2007-04-11sili(4) works, why not enable it?David Gwynne
2007-04-11- fix HISTORY; from jungJason McIntyre
2007-04-11Simplify rde_summary_update(). The route entry has a valid/invalid flagClaudio Jeker
2007-04-11pci attaches to ht on macppcDavid Gwynne
2007-04-11pci can attach to pyro on sparc64David Gwynne
2007-04-11Added changes for C-StateJordan Hargrave
2007-04-10endian fixes for the read capacity handling.David Gwynne
2007-04-10Use a larger type to store ``resolution'', so that comparisons againstMiod Vallat
2007-04-10Add support for a fourth axis on wsmouse devices, e.g. on the Apple MightMiod Vallat
2007-04-10sort entity typesReyk Floeter
2007-04-10Remove long dead definitions. No functional change.Miod Vallat
2007-04-10move the decoding of the URL, independent from the node lookups, weReyk Floeter
2007-04-10Long forgotten stub.Miod Vallat
2007-04-10undoTed Unangst
2007-04-10Document RW_DOWNGRADE.Artur Grabowski
2007-04-10Support for optional args separated with whitespace was removedTodd C. Miller
2007-04-10Add bbc(4) and pmc(4).Mark Kettenis
2007-04-10.Xr pmcMark Kettenis
2007-04-10pmc(4)Mark Kettenis
2007-04-10.Xr bbc(4)Mark Kettenis
2007-04-10bbc(4)Mark Kettenis
2007-04-10Driver for the BootBus Controller; sets some magic bits that makes pmc(4)Mark Kettenis
2007-04-10New driver for watchdog time on NatSemi PC87317 SuperIO chip.Mark Kettenis
2007-04-10remove duplicate check for uio_resid == 0 inThordur I. Bjornsson
2007-04-10More typos from my list.Miod Vallat
2007-04-10Remove ARM32_BUFTYPE_RAW, it's never used.Miod Vallat
2007-04-10it is a better idea to handle all enum values in the switch statementReyk Floeter
2007-04-10the relay filter action needs special handling to work correctlyReyk Floeter
2007-04-10``prob ably'' can be written in one word.Miod Vallat
2007-04-10Remove unused BUS_SPACE_ALIGNED_POINTER, __BUS_SPACE_ADDRESS_SANITY andMiod Vallat
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-04-10when kevent fails, the errno is a lot more interesting to print than -1Ted Unangst
2007-04-10new lines in error messagesTed Unangst
2007-04-10Add support for ffs2 filesystems. From pedro@ based on the ufs2Todd C. Miller
2007-04-10privledges -> privilegesMiod Vallat
2007-04-10remove process from thread list sooner in exit (notably, before waitingTed Unangst
2007-04-10Do not compile unused dump_tlb() unless option DEBUG.Miod Vallat
2007-04-10slighly -> slightlyMiod Vallat
2007-04-10Name and cast all struct sd_softc *sd the same way. No binary change.Alexander Bluhm