Age | Commit message (Expand) | Author |
2007-04-11 | Remove the simplelock argument from vrecycle(); | Thordur I. Bjornsson |
2007-04-11 | in ffs_reload() use ffs_validate() to check if the | Thordur I. Bjornsson |
2007-04-11 | Don't use m_prepend() even if it is used mostly correct here. | Claudio Jeker |
2007-04-11 | Do not use m_prepend() directly, always use M_PREPEND() instead. | Claudio Jeker |
2007-04-11 | remove proc from process thread list sooner in exit (notably, before waiting | Ted Unangst |
2007-04-11 | The return value of uvm_grow() (and previously, grow()) has not been used | Miod Vallat |
2007-04-11 | remove duplicate prototype; | Thordur I. Bjornsson |
2007-04-11 | Instead of managing pages for intrsafe maps in special objects (aka. | Artur Grabowski |
2007-04-11 | lockmgr keeps losing code, call 911! | Miod Vallat |
2007-04-11 | Use 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, so | Miod Vallat |
2007-04-11 | sili(4) works, why not enable it? | David Gwynne |
2007-04-11 | - fix HISTORY; from jung | Jason McIntyre |
2007-04-11 | Simplify rde_summary_update(). The route entry has a valid/invalid flag | Claudio Jeker |
2007-04-11 | pci attaches to ht on macppc | David Gwynne |
2007-04-11 | pci can attach to pyro on sparc64 | David Gwynne |
2007-04-11 | Added changes for C-State | Jordan Hargrave |
2007-04-10 | endian fixes for the read capacity handling. | David Gwynne |
2007-04-10 | Use a larger type to store ``resolution'', so that comparisons against | Miod Vallat |
2007-04-10 | Add support for a fourth axis on wsmouse devices, e.g. on the Apple Might | Miod Vallat |
2007-04-10 | sort entity types | Reyk Floeter |
2007-04-10 | Remove long dead definitions. No functional change. | Miod Vallat |
2007-04-10 | move the decoding of the URL, independent from the node lookups, we | Reyk Floeter |
2007-04-10 | Long forgotten stub. | Miod Vallat |
2007-04-10 | undo | Ted Unangst |
2007-04-10 | Document RW_DOWNGRADE. | Artur Grabowski |
2007-04-10 | Support for optional args separated with whitespace was removed | Todd C. Miller |
2007-04-10 | Add bbc(4) and pmc(4). | Mark Kettenis |
2007-04-10 | .Xr pmc | Mark Kettenis |
2007-04-10 | pmc(4) | Mark Kettenis |
2007-04-10 | .Xr bbc(4) | Mark Kettenis |
2007-04-10 | bbc(4) | Mark Kettenis |
2007-04-10 | Driver for the BootBus Controller; sets some magic bits that makes pmc(4) | Mark Kettenis |
2007-04-10 | New driver for watchdog time on NatSemi PC87317 SuperIO chip. | Mark Kettenis |
2007-04-10 | remove duplicate check for uio_resid == 0 in | Thordur I. Bjornsson |
2007-04-10 | More typos from my list. | Miod Vallat |
2007-04-10 | Remove ARM32_BUFTYPE_RAW, it's never used. | Miod Vallat |
2007-04-10 | it is a better idea to handle all enum values in the switch statement | Reyk Floeter |
2007-04-10 | the relay filter action needs special handling to work correctly | Reyk Floeter |
2007-04-10 | ``prob ably'' can be written in one word. | Miod Vallat |
2007-04-10 | Remove unused BUS_SPACE_ALIGNED_POINTER, __BUS_SPACE_ADDRESS_SANITY and | Miod Vallat |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-04-10 | when kevent fails, the errno is a lot more interesting to print than -1 | Ted Unangst |
2007-04-10 | new lines in error messages | Ted Unangst |
2007-04-10 | Add support for ffs2 filesystems. From pedro@ based on the ufs2 | Todd C. Miller |
2007-04-10 | privledges -> privileges | Miod Vallat |
2007-04-10 | remove process from thread list sooner in exit (notably, before waiting | Ted Unangst |
2007-04-10 | Do not compile unused dump_tlb() unless option DEBUG. | Miod Vallat |
2007-04-10 | slighly -> slightly | Miod Vallat |
2007-04-10 | Name and cast all struct sd_softc *sd the same way. No binary change. | Alexander Bluhm |