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