Age | Commit message (Expand) | Author |
2014-10-08 | make workq/taskq runner threads yield when they've hogged the cpu | Bret Lambert |
2014-10-08 | whack a few stray .Pp macros | Ingo Schwarze |
2014-10-08 | Add offsets for cortex-A7/A15. Adapted from bitrig. | Raphael Graf |
2014-10-08 | add a few more functions. | Ted Unangst |
2014-10-08 | add support for megaraid 3008 (fury) and 3108 (invader) cards. the | David Gwynne |
2014-10-08 | rough sketch of ressl documentation | Ted Unangst |
2014-10-08 | On ThinkPads, protect code handling the hibernate button with | David Coppa |
2014-10-08 | At present (since NOINET6-by-default), pppoe(4) does not request IPV6CP unless | Stuart Henderson |
2014-10-08 | Tedu the RB-tree of addresses, thanks for all the fish! | Martin Pieuchot |
2014-10-08 | obvious reallocarray() | Theo de Raadt |
2014-10-08 | obvious reallocarray(); ok doug | Theo de Raadt |
2014-10-08 | obvious reallocarray() use | Theo de Raadt |
2014-10-08 | Introduce ppc_mttb() and use it instead of rerolling the move to time | Martin Pieuchot |
2014-10-08 | tedu the tedu code that tedu forgot to tedu when he tedued the other part | Joel Sing |
2014-10-08 | Fix a 37 year old bug introduced by Bill Joy on August 24, 1977 | Ingo Schwarze |
2014-10-08 | regen | David Gwynne |
2014-10-08 | new megaraids | David Gwynne |
2014-10-08 | rtalloc(9) and rtalloc_noclone(9) are dead, long live rtalloc1(9)! | Martin Pieuchot |
2014-10-08 | Use rtalloc1() instead of rtalloc_noclone(). | Martin Pieuchot |
2014-10-08 | Check if the outgoing route is associated to a broadcast address instead | Martin Pieuchot |
2014-10-08 | Now that the cleaner yields the cpu, we can stop checking | Bret Lambert |
2014-10-08 | restrict address lookups to configured address families. | Eric Faurot |
2014-10-08 | trivial use of reallocarray() | Theo de Raadt |
2014-10-08 | sync | Theo de Raadt |
2014-10-08 | remove an unused file that is a duplicate of arch/hppa/gsc/mongoose_gsc.c | Jonathan Gray |
2014-10-08 | use reallocarray() to detect multiplicative integer overflow; obvious | Theo de Raadt |
2014-10-08 | obvious realloc -> reallocarray conversion | Theo de Raadt |
2014-10-08 | obvious reallocarray() | Theo de Raadt |
2014-10-08 | using reallocarray() gives us multiplicative integer overflow checking | Theo de Raadt |
2014-10-08 | obvious conversion of realloc() to reallocarray(). Luckily this is | Theo de Raadt |
2014-10-08 | obvious reallocarray(); ok doug | Theo de Raadt |
2014-10-08 | obvious malloc -> reallocarray, for mult int oflow | Theo de Raadt |
2014-10-08 | Remove the i830/i845 pipe A force quirks, matching changes | Jonathan Gray |
2014-10-08 | obvious reallocarray() | Theo de Raadt |
2014-10-08 | if SMALL_KERNEL do not register the imc_watchdog_cb callback. We still | Theo de Raadt |
2014-10-08 | obvious malloc() -> reallocarray() oflow check; ok doug | Theo de Raadt |
2014-10-08 | KNF | Theo de Raadt |
2014-10-08 | easy realloc() -> reallocarray() which gives us mult int overflow checking | Theo de Raadt |
2014-10-08 | obvious realloc() -> reallocarray() conversions | Theo de Raadt |
2014-10-08 | remove a space | Theo de Raadt |
2014-10-08 | use reallocarray(NULL, a, b) instead of malloc(a*b) | Theo de Raadt |
2014-10-08 | easy obvious use of reallocarray(); ok doug | Theo de Raadt |
2014-10-08 | use reallocarray(); ok doug | Theo de Raadt |
2014-10-08 | use reallocarray(). BTW << 3 is a sloppy compared to * sizeof(u_int64_t)... | Theo de Raadt |
2014-10-08 | obvious reallocarray() use for * int overflow; ok doug | Theo de Raadt |
2014-10-08 | reallocarray() to detect potential int overflow; ok doug | Theo de Raadt |
2014-10-08 | reallocarray() for mult int overflow detect; ok doug | Theo de Raadt |
2014-10-08 | remove useless cast | Theo de Raadt |
2014-10-08 | simple reallocarray() use; ok doug | Theo de Raadt |
2014-10-08 | use reallocarray() to detect int overflow; ok doug | Theo de Raadt |