Age | Commit message (Expand) | Author |
2015-09-27 | regen | Mark Kettenis |
2015-09-27 | Add another AMD RS780 PCIE found in a dmesg from tobiasu@ | Mark Kettenis |
2015-09-27 | typo, resolve_lib->resolve-lib; from Theo Buehler | Stuart Henderson |
2015-09-27 | check-conflicts was replaced with check-problems; from Theo Buehler | Stuart Henderson |
2015-09-27 | add Ed25519 SSH host key; ok deraadt@ | Christian Weisgerber |
2015-09-27 | sync | Theo de Raadt |
2015-09-27 | Eliminate unneeded 2nd buf (dbp). One is enough for any i/o needed during | Kenneth R Westerback |
2015-09-27 | Store the target CPU in "struct intrhand" and use it in intr_barrier(). | Mark Kettenis |
2015-09-27 | sync | Theo de Raadt |
2015-09-27 | Switch remaining users of the FreeBSD refcount apis back to the original | Jonathan Gray |
2015-09-27 | free(x, 0) cleanup: | Sebastien Marie |
2015-09-27 | On R8000, make trap() behave closer to interrupt() when servicing a real | Miod Vallat |
2015-09-27 | Delete pointless NOSTRICT comments | Philip Guenther |
2015-09-27 | Make prompt() properly printf-like, eliminating empty dummy args | Philip Guenther |
2015-09-27 | lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */ | Philip Guenther |
2015-09-27 | pull the m_freem calls out of hfsc_enqueue by having IFQ_ENQUEUE free | David Gwynne |
2015-09-27 | Annotate funcs with __attribute__((printf(...))) and clean up the fallout: | Philip Guenther |
2015-09-27 | Delete obsolete lint comments | Philip Guenther |
2015-09-27 | Make -Wformat=2 happier with a few foo(str) -> foo("%s", str) fixes | Philip Guenther |
2015-09-27 | make carp_input mpsafe. | David Gwynne |
2015-09-27 | sync | Theo de Raadt |
2015-09-26 | Remove EXTERN from edit.[ch], from Michael McConville. | Nicholas Marriott |
2015-09-26 | Try a little bit harder to clean up if attaching inteldrm(4) fails. | Mark Kettenis |
2015-09-26 | whitespace | Jasper Lievisse Adriaanse |
2015-09-26 | Update drm_irq.c to the version from Linux 3.14.52. | Mark Kettenis |
2015-09-26 | Protect the list of free map entries with a mutex. This should fix the | Mark Kettenis |
2015-09-26 | Use ASN1_item_dup() instead of ASN1_dup(). | Joel Sing |
2015-09-26 | oops - avoid Xr to self; sorry sebastien... | Jason McIntyre |
2015-09-26 | tweak previous; | Jason McIntyre |
2015-09-26 | lint is dead: delete useless LINTLIBRARY comments | Philip Guenther |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-09-26 | lint is dead: BITFIELDTYPE comments aren't useful | Philip Guenther |
2015-09-26 | mentions that using systrace(4) on a tame(2) program isn't possible. | Sebastien Marie |
2015-09-26 | Update guidelines for lint-style comments | Philip Guenther |
2015-09-26 | regen | Ted Unangst |
2015-09-26 | unlock the mmap! reminded and ok kettenis | Ted Unangst |
2015-09-26 | matthew noticed there's a race where we are using the kernel lock to tie | Ted Unangst |
2015-09-26 | We don't need no stinking "EXAMPLE OF THE DSA" or README (the credits are | Joel Sing |
2015-09-26 | Add transpose-paragraphs. ok jasper@ | Mark Lumsden |
2015-09-26 | correct a range problem in citrus-utf8 version of wcrtomb(3), in order to match | Sebastien Marie |
2015-09-26 | Apparently Valleyview / Bay Trail has 32-bit BARs, so fetch the type instead | Mark Kettenis |
2015-09-26 | briefly document -T tree output | Ingo Schwarze |
2015-09-26 | Show the flags MDOC_DELIMO, MDOC_DELIMC, MDOC_EOS, and MAN_EOS. | Ingo Schwarze |
2015-09-26 | Make the PPGTT code work. Seems to fix the caching issues on Broadwell. | Mark Kettenis |
2015-09-26 | Make iwm(4) DPRINTFs show states by name instead of number. | Stefan Sperling |
1998-10-05 | Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD build | ryker |
2015-09-26 | xheart_splx() has to restore the interrupt mask even on secondary CPUs | Visa Hankala |
2015-09-26 | Let MP-safe interrupt handlers run without the kernel lock on octeon. | Visa Hankala |
2015-09-26 | Add a spinout check to the mips64 mutex, to aid debugging. | Visa Hankala |
2015-09-26 | /* NOTREACHED */ after abort() is silly, delete it | Ingo Schwarze |