summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-08rtalloc(9) and rtalloc_noclone(9) are dead, long live rtalloc1(9)!Martin Pieuchot
2014-10-08Use rtalloc1() instead of rtalloc_noclone().Martin Pieuchot
2014-10-08Check if the outgoing route is associated to a broadcast address insteadMartin Pieuchot
2014-10-08Now that the cleaner yields the cpu, we can stop checkingBret Lambert
2014-10-08restrict address lookups to configured address families.Eric Faurot
2014-10-08trivial use of reallocarray()Theo de Raadt
2014-10-08syncTheo de Raadt
2014-10-08remove an unused file that is a duplicate of arch/hppa/gsc/mongoose_gsc.cJonathan Gray
2014-10-08use reallocarray() to detect multiplicative integer overflow; obviousTheo de Raadt
2014-10-08obvious realloc -> reallocarray conversionTheo de Raadt
2014-10-08obvious reallocarray()Theo de Raadt
2014-10-08using reallocarray() gives us multiplicative integer overflow checkingTheo de Raadt
2014-10-08obvious conversion of realloc() to reallocarray(). Luckily this isTheo de Raadt
2014-10-08obvious reallocarray(); ok dougTheo de Raadt
2014-10-08obvious malloc -> reallocarray, for mult int oflowTheo de Raadt
2014-10-08Remove the i830/i845 pipe A force quirks, matching changesJonathan Gray
2014-10-08obvious reallocarray()Theo de Raadt
2014-10-08if SMALL_KERNEL do not register the imc_watchdog_cb callback. We stillTheo de Raadt
2014-10-08obvious malloc() -> reallocarray() oflow check; ok dougTheo de Raadt
2014-10-08KNFTheo de Raadt
2014-10-08easy realloc() -> reallocarray() which gives us mult int overflow checkingTheo de Raadt
2014-10-08obvious realloc() -> reallocarray() conversionsTheo de Raadt
2014-10-08remove a spaceTheo de Raadt
2014-10-08use reallocarray(NULL, a, b) instead of malloc(a*b)Theo de Raadt
2014-10-08easy obvious use of reallocarray(); ok dougTheo de Raadt
2014-10-08use reallocarray(); ok dougTheo de Raadt
2014-10-08use reallocarray(). BTW << 3 is a sloppy compared to * sizeof(u_int64_t)...Theo de Raadt
2014-10-08obvious reallocarray() use for * int overflow; ok dougTheo de Raadt
2014-10-08reallocarray() to detect potential int overflow; ok dougTheo de Raadt
2014-10-08reallocarray() for mult int overflow detect; ok dougTheo de Raadt
2014-10-08remove useless castTheo de Raadt
2014-10-08simple reallocarray() use; ok dougTheo de Raadt
2014-10-08use reallocarray() to detect int overflow; ok dougTheo de Raadt
2014-10-08use reallocarray() to cope with multiplicative integer overflow; ok dougTheo de Raadt
2014-10-08use reallocarray() instead of realloc() to handle potential integer overflow;...Theo de Raadt
2014-10-08add a xreallocarray() like the existing fatal xmalloc(), and use it toTheo de Raadt
2014-10-08reallocarray() to detect integer overflow; ok dougTheo de Raadt
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08fix an indentation that makes me upsetTheo de Raadt
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08userland reallocarray audit.Doug Hogan
2014-10-08remove stupid castTheo de Raadt
2014-10-08do not need a cast from void *Theo de Raadt
2014-10-08bump max columns out to 768. screens are getting bigger...David Gwynne
2014-10-08sl(4) was tedu'd. No need to filter it out of interface list anymore.Kenneth R Westerback