summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-18No need to keep pointers to cfdriver structs in potential boot devices structMiod Vallat
2006-03-18Forgotten part in previous commit; having multiple source trees is aOtto Moerbeek
2006-03-18Interchange roles: bc becomes parent, dc child. This leads to sanerOtto Moerbeek
2006-03-18- limit the amount of data bufferevents are going to consume to somethingBrad Smith
2006-03-18add some more C99 functions: trunc(3) and truncf(3).Brad Smith
2006-03-18fix problems found by Coverity via NetBSD:Robert Nagy
2006-03-18In _bus_dmamem_alloc_range(), do not ignore the caller's ``high'' parameter.Miod Vallat
2006-03-18Switch to a rpcc-based delay() implementation. From NetBSD.Miod Vallat
2006-03-18typoBrad Smith
2006-03-18scsi completions never go via the generic done path now. xs is always setDavid Gwynne
2006-03-18+/* ARGSUSED */Ray Lai
2006-03-18In all these cases pfp != NULL. I also sneaked in some KNF.Ray Lai
2006-03-18strdup() -> xstrdup()Ray Lai
2006-03-18Plug a memleakDavid Hill
2006-03-18Change code to match comments, fixing potential off-by-one error.Ray Lai
2006-03-18use polling for the synchronise command while i move the xs setup andDavid Gwynne
2006-03-18rename ami_cmd to ami_start_xsDavid Gwynne
2006-03-18add missing function declarationDavid Hill
2006-03-17Call fts_close(); from NetBSD's Coverity analysis; ok jaredy@ millert@Otto Moerbeek
2006-03-17another unreachable found by lintDamien Miller
2006-03-17unreachanble statement, found by lintDamien Miller
2006-03-17more delinting.Moritz Jodeit
2006-03-17FILE * leakTheo de Raadt
2006-03-17size_t size()Theo de Raadt
2006-03-17Fix single-stepping via ptrace(2); ok art@ kettenis@Miod Vallat
2006-03-17Nuke unused variable.David Hill
2006-03-17Do not print the result of pci_devinfo() when attaching pcib, since thisMiod Vallat
2006-03-17un-special case old constructs: make them inherit from the same class,Marc Espie
2006-03-17handle ssize_t vs size_tTheo de Raadt
2006-03-17more cleanups; ok moritzTheo de Raadt
2006-03-17ansification and correct prototypes. ok deraadt@Moritz Jodeit
2006-03-17global not needed; ok moritzTheo de Raadt
2006-03-17ARGSUSED is good on signal handlersTheo de Raadt
2006-03-17off-by-one; inspired by a netbsd coverity fix; ok deraadt@Otto Moerbeek
2006-03-17Simplify savefd() by removing the "noclose" flag and make nocloseTodd C. Miller
2006-03-17Off-by-one; from NetBSD's coverity analysis; ok millert@Otto Moerbeek
2006-03-17big prototype cleanup:Moritz Jodeit
2006-03-17create a completion path for scsi commands without the cruft for wakingDavid Gwynne
2006-03-17cleanup; 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-17split the completion path up. its now the responsibility of the the pathDavid Gwynne
2006-03-17- co usage() says we support -I, so set the flags and revision.Niall O'Higgins
2006-03-17Add BUGS section documenting included files should start with aOtto Moerbeek
2006-03-17remove the last remnants of AMI_POLLINGDavid Gwynne
2006-03-17Better (maybe even comprehensible) message about volume header and bootOtto Moerbeek
2006-03-17rlog_strsplit() -> cvs_strsplit() and move it to util.c so it can be reusedXavier Santolaria
2006-03-17fix a few off-by-ones; from NetBSD; ok deraadt@Otto Moerbeek
2006-03-17Use ssize_t in appropriate places.Ray Lai
2006-03-17Remove unused variables len and i, change `end' to size_t type.Ray Lai
2006-03-17rev 1.77Brad Smith