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