summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-19spacingTheo de Raadt
2006-03-19whoever thought that break after return was a good idea needs to get their he...Theo de Raadt
2006-03-19ARGSUSED for signal handlersTheo de Raadt
2006-03-19spacingTheo de Raadt
2006-03-19spacingTheo de Raadt
2006-03-19RCSID() can dieTheo de Raadt
2006-03-19Fix mem leaks in error path. From NetBSD's coverity analysis. ok pat@Otto Moerbeek
2006-03-19sis950 has 0x5b missing, so it looks more like an it8712f-aTheo de Raadt
2006-03-19more sane calloc(3) usage; from adobriyan@gmail.com, ok millertPeter Valchev
2006-03-19sync someMartin Reindl
2006-03-19Partial revert of previous changes, nasty regexps not greedy the way they sho...Marc Espie
2006-03-19this is a really large reworking of how ami works in terms of submittingDavid Gwynne
2006-03-19Correct strdelim null test; ok djm@Darren Tucker
2006-03-19memory leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-19Remove extraneous cast to malloc call in fgetln example.Ray Lai
2006-03-19ok, what i thought was sis950 is actually likely the it8712f-aTheo de Raadt
2006-03-19recognize the 976 and 978Brad Smith
2006-03-19rev 1.86Brad Smith
2006-03-19potential NULL pointer dereferences detected by CoverityDamien Miller
2006-03-19FILE* leak detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-19more memory leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-19memory leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
2006-03-19New amd64 exp(3).Mark Kettenis
2006-03-18Remove amd64 code.Mark Kettenis
2006-03-18do not leak on re-insert; ok pvalchevTheo de Raadt
2006-03-18syncTheo de Raadt
2006-03-18probe for it8712 and sis950 (somewhat of a clone)Theo de Raadt
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