summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-10-07no more Xr to gzsigTheo de Raadt
2014-10-07syncTheo de Raadt
2014-10-07remove preliminary AOE (ata over ethernet) support. not finished afterTed Unangst
2014-10-07fix a critical DDOS in head. use the correct exit code on failure.Ted Unangst
2014-10-07remove gzsig. we have no use for this now.Ted Unangst
2014-10-07be a bit more patient, 1s is sometimes insufficient for legitimate queriesIngo Schwarze
2014-10-07Switch HTML output to polyglot HTML5; have only one single -Thml mode.Ingo Schwarze