summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-09-26resolve code duplication and do style cleanup in mdoc_nm_pre(),Ingo Schwarze
2015-09-26Fix multiple aspects of SYNOPSIS .Nm formatting:Ingo Schwarze
2015-09-25Trim symbols that aren't part of our new resolverPhilip Guenther
2015-09-25Adding colors=256 to *256color* was always pretty stupid and now itNicholas Marriott
2015-09-25If the terminal has colors=256, only try to use setaf/setab if theyNicholas Marriott
2015-09-25Tweak previous (suggested by and ok jmc@):Ingo Schwarze
2015-09-25Apparently 0 is not a power of 2 (despite <sys/param.h> claiming that it is).Mark Kettenis
2015-09-25Output the contents of the environment in debug mode which isTodd C. Miller
2015-09-25some certificatefile tweaks; ok djmJason McIntyre
2015-09-25Fix -D in the synopsis line:Ingo Schwarze
2015-09-25Since bin/ps/keyword.c 1.30 five years ago, ps -O paddr prints the completeMiod Vallat
2015-09-25Add DER encoding/decoding coverage for ASN.1 GENERALIZEDTIME and UTCTIME.Joel Sing
2015-09-25use | rather than / for alternatives and some macro fixesIngo Schwarze
2015-09-25drop redundant .Ns and reduce quotingIngo Schwarze