summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-20sprinkle u_int throughout pty subsystem, ok markusTheo de Raadt
2006-03-20make `rcs -a' use cvs_strsplit() for easiness; OK joris@.Xavier Santolaria
2006-03-20in a switch (), break after return or goto is stupidTheo de Raadt
2006-03-20add missing xfree()'s after we are done with cvs_strsplit();Xavier Santolaria
2006-03-20djm did a typoTheo de Raadt
2006-03-20in a switch (), break after return or goto is stupidTheo de Raadt
2006-03-20When being verbose while deleting ike rules (-dv), print deletions instead ofHans-Joerg Hoexer
2006-03-20When adding a connection, do not explicitly start that connectionHans-Joerg Hoexer
2006-03-20make sure the command fifo is ready before isakmpd returns. ThisHans-Joerg Hoexer
2006-03-20delint; cvs_buf_write_stmp() will never return non-zero:Niall O'Higgins
2006-03-20de-register.Brad Smith
2006-03-20add two missing function declarationsDavid Hill
2006-03-20for some of internal functions use paddr_t where phys addr is intended instea...Michael Shalayeff
2006-03-20a bit of demagification. this moves the checks for the cpu scaling featuresDavid Gwynne
2006-03-20(really) last of the Coverity diffs: avoid possible NULL deref inDamien Miller
2006-03-20report function m4errx, that shows app-specific data (filename/linenumber)Marc Espie
2006-03-20remove kernel printfs that say "unable to allocate memory" just beforeDavid Gwynne
2006-03-20finer grained use of splbio in the ioctl paths. only use it when dealingDavid Gwynne
2006-03-20shrink the ccb even more. instead of having a "wakeup" member to say whenDavid Gwynne
2006-03-20introduce rt_if_remove which takes care of routing table updates for anHenning Brauer
2006-03-20remove the bits in the ccb for generalised handling of dmaable memory.David Gwynne
2006-03-20switch the mgmt ioctl path to use the ioctl completion function.David Gwynne
2006-03-20move the drv_inq ioctl path to its own completion routine. all the cleanupDavid Gwynne
2006-03-20get rid of the CCB_READY check in ami_start, it is subtly broken and slowsDavid Gwynne
2006-03-20the command queues are important so wrap them up in splbioDavid Gwynne
2006-03-20shorten the setup of the xs timeoutDavid Gwynne
2006-03-20Add a regression test for false positive with ((x == y) == z), fixed inChad Loder
2006-03-20Lint should not complain about expressions of the form: ((x == y) == z)Chad Loder
2006-03-20memory leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-20last lot of GSSAPI related leaks detected by Coverity viaDamien Miller
2006-03-20more GSSAPI related leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-20GSSAPI related leaks detected by Coverity via elad AT netbsd.org;Damien Miller
2006-03-20de-register.Brad Smith
2006-03-20syncBrad Smith
2006-03-20factorize SGMAP-mapped DMA map creation and destroy codeMartin Reindl
2006-03-20if we're in visual mode reading a command, check the termination valuePeter Valchev
2006-03-19ANSIfyBrad Smith
2006-03-19ANSIfyBrad Smith
2006-03-19ANSI and KNF.Brad Smith
2006-03-19Change BLKDEV_IOSIZE down to 2KB like on all other platforms; ok kettenis@Miod Vallat
2006-03-19Do not compile misaligned access recovery code if option SMALL_KERNEL;Miod Vallat
2006-03-19mountroot for disk devices shall be dk_mountroot(), not ffs_mountroot().Miod Vallat
2006-03-19ANSI and fix commentsBrad Smith
2006-03-19- check HDRTYPE early, and ignore if it is not supported (n > 2).Brad Smith
2006-03-19regenBrad Smith
2006-03-19add a few more Intel devices as found on a Acer Travelmate 3012WTMi laptop.Brad Smith
2006-03-19Fix a mem leak and a potential NULL deref; from NetBSD's coverity analysis.Otto Moerbeek
2006-03-19Remove case '?': from getopt example.Ray Lai
2006-03-19use getopt(3)Robert Nagy
2006-03-19please lintTheo de Raadt