Age | Commit message (Expand) | Author |
2006-03-18 | In _bus_dmamem_alloc_range(), do not ignore the caller's ``high'' parameter. | Miod Vallat |
2006-03-18 | Switch to a rpcc-based delay() implementation. From NetBSD. | Miod Vallat |
2006-03-18 | typo | Brad Smith |
2006-03-18 | scsi completions never go via the generic done path now. xs is always set | David Gwynne |
2006-03-18 | +/* ARGSUSED */ | Ray Lai |
2006-03-18 | In all these cases pfp != NULL. I also sneaked in some KNF. | Ray Lai |
2006-03-18 | strdup() -> xstrdup() | Ray Lai |
2006-03-18 | Plug a memleak | David Hill |
2006-03-18 | Change code to match comments, fixing potential off-by-one error. | Ray Lai |
2006-03-18 | use polling for the synchronise command while i move the xs setup and | David Gwynne |
2006-03-18 | rename ami_cmd to ami_start_xs | David Gwynne |
2006-03-18 | add missing function declaration | David Hill |
2006-03-17 | Call fts_close(); from NetBSD's Coverity analysis; ok jaredy@ millert@ | Otto Moerbeek |
2006-03-17 | another unreachable found by lint | Damien Miller |
2006-03-17 | unreachanble statement, found by lint | Damien Miller |
2006-03-17 | more delinting. | Moritz Jodeit |
2006-03-17 | FILE * leak | Theo de Raadt |
2006-03-17 | size_t size() | Theo de Raadt |
2006-03-17 | Fix single-stepping via ptrace(2); ok art@ kettenis@ | Miod Vallat |
2006-03-17 | Nuke unused variable. | David Hill |
2006-03-17 | Do not print the result of pci_devinfo() when attaching pcib, since this | Miod Vallat |
2006-03-17 | un-special case old constructs: make them inherit from the same class, | Marc Espie |
2006-03-17 | handle ssize_t vs size_t | Theo de Raadt |
2006-03-17 | more cleanups; ok moritz | Theo de Raadt |
2006-03-17 | ansification and correct prototypes. ok deraadt@ | Moritz Jodeit |
2006-03-17 | global not needed; ok moritz | Theo de Raadt |
2006-03-17 | ARGSUSED is good on signal handlers | Theo de Raadt |
2006-03-17 | off-by-one; inspired by a netbsd coverity fix; ok deraadt@ | Otto Moerbeek |
2006-03-17 | Simplify savefd() by removing the "noclose" flag and make noclose | Todd C. Miller |
2006-03-17 | Off-by-one; from NetBSD's coverity analysis; ok millert@ | Otto Moerbeek |
2006-03-17 | big prototype cleanup: | Moritz Jodeit |
2006-03-17 | create a completion path for scsi commands without the cruft for waking | David Gwynne |
2006-03-17 | cleanup; OK ray@. | Xavier Santolaria |
2006-03-17 | - Lint says cvs_hacktime() is not used in rcs, so move it into !RCSPROG. | Niall O'Higgins |
2006-03-17 | split the completion path up. its now the responsibility of the the path | David Gwynne |
2006-03-17 | - co usage() says we support -I, so set the flags and revision. | Niall O'Higgins |
2006-03-17 | Add BUGS section documenting included files should start with a | Otto Moerbeek |
2006-03-17 | remove the last remnants of AMI_POLLING | David Gwynne |
2006-03-17 | Better (maybe even comprehensible) message about volume header and boot | Otto Moerbeek |
2006-03-17 | rlog_strsplit() -> cvs_strsplit() and move it to util.c so it can be reused | Xavier Santolaria |
2006-03-17 | fix a few off-by-ones; from NetBSD; ok deraadt@ | Otto Moerbeek |
2006-03-17 | Use ssize_t in appropriate places. | Ray Lai |
2006-03-17 | Remove unused variables len and i, change `end' to size_t type. | Ray Lai |
2006-03-17 | rev 1.77 | Brad Smith |
2006-03-17 | In m_pulldown avoid a prepend to the next mbuf in the chain if the result | Brad Smith |
2006-03-16 | - checkout_rev() can fail, in which case we want a non-zero exit code. | Niall O'Higgins |
2006-03-16 | Get rid of specific softc structure for pci host bridges, as it is never | Miod Vallat |
2006-03-16 | Get rid of redundant check in tcasicmatch() - we will only request "tcasic" | Miod Vallat |
2006-03-16 | spaces | Theo de Raadt |
2006-03-16 | Fix for PR 4966: Only disregard bit 27 of MSR_EBL_CR_POWERON for | Dimitry Andric |