Age | Commit message (Expand) | Author |
2017-06-12 | typo; from bryan vyhmeister | Theo de Raadt |
2017-06-12 | From FreeBSD (r227593, r307982): | Kevin Lo |
2017-06-11 | make vers.o not depend on gap.o using a trick, because it is piece of | Theo de Raadt |
2017-06-11 | Use umask 077 instead of cp -p when installing the kernel as root. | Alexander Bluhm |
2017-06-11 | ooops, fix a glitch in the previous commit... | Ingo Schwarze |
2017-06-11 | Use a common 'goto bad' style and set mp to NULL after freeing it | Alexander Bluhm |
2017-06-11 | churn caused by the new Mdocdate messages, no easy way to avoid this :( | Ingo Schwarze |
2017-06-11 | Fix a test race, wait after kill in case writing the core dump takes | Alexander Bluhm |
2017-06-11 | Style message about legacy man(7) date format in mdoc(7) documents | Ingo Schwarze |
2017-06-11 | request -> promises; from scott cheloha | Jason McIntyre |
2017-06-11 | usr/bin/ktrace: replace snprintf(3)/write(2) with dprintf(3) | Adam Wolk |
2017-06-11 | style message about missing .Fn markup; inspired by mdoclint | Ingo Schwarze |
2017-06-11 | missing .Fn macros; found with mandoc -Tlint | Ingo Schwarze |
2017-06-11 | missing .Fn markup for main(); found with mandoc -Tlint | Ingo Schwarze |
2017-06-11 | Add missing .Fn markup to in() and out(); found with mandoc -Tlint. | Ingo Schwarze |
2017-06-11 | Continue the flattening of the pledge logic started in r1.184 and place | Theo Buehler |
2017-06-08 | Start with a clean /var/account/acct accounting file and turn on | Alexander Bluhm |
2017-06-11 | Do not issue the message "no blank before trailing delimiter" for .No. | Ingo Schwarze |
2017-06-11 | make two macros more semantic | Ingo Schwarze |
2017-06-11 | Simple style(9) fixes from Juuso Lapinlampi, mostly whitespace and | Theo Buehler |
2017-06-11 | Define register_splx_handler() in one place. | Visa Hankala |
2017-06-11 | Fix TLB size computation on OCTEON II and III. The CPUs have utilized | Visa Hankala |
2017-06-11 | Add a memory barrier to ensure that stores become visible | Visa Hankala |
2017-06-11 | integer overflow for two range checks | Theo de Raadt |
2017-06-10 | If -P and -c were given, a second pledge call tried to add "rpath" to the | Theo Buehler |
2017-06-10 | Nuke unused field bootp_policy and associated enum{}. | Kenneth R Westerback |
2017-06-10 | Nuke unused global warnings_occurred. | Kenneth R Westerback |
2017-06-10 | Reduce false positives for the "no blank before trailing delimiter" message. | Ingo Schwarze |
2017-06-10 | minor markup simplifications | Ingo Schwarze |
2017-06-10 | improve semantic markup for __attribute__ | Ingo Schwarze |
2017-06-10 | missing blank before full stop, found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | add missing blanks before several delimiters; found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | missing space before trailing punctuation; found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | remove lots of bogus escaping, some of which even broke the output; | Ingo Schwarze |
2017-06-10 | fix imprecise .Fa markup; found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | Fix broken markup of function pointer invocations; found | Ingo Schwarze |
2017-06-10 | fix broken markup of callback arguments; found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | Fix broken escaping: "\." is almost never what you want; found with | Ingo Schwarze |
2017-06-10 | fix a sentence that used unusual terminology, the wrong macro, | Ingo Schwarze |
2017-06-10 | repair broken markup of callback argument; found with mandoc -Tlint | Ingo Schwarze |
2017-06-10 | Pass M_CANFAIL to malloc(9) calls which use M_WAITOK but are tested | Kevin Lo |
2017-06-10 | Use software interrupt to process TX/RX data between sio and tty(4) | Kenji Aoyama |
2017-06-10 | Report processes that were killed due to pledge or memory access | Alexander Bluhm |
2017-06-10 | perl(1)'s ... | Marc Espie |
2017-06-10 | use mandoc annotations for flags and such | Marc Espie |
2017-06-10 | Don't describe AppleTalk's output format and bugs. | Michal Mazurek |
2017-06-10 | print '?' instead of incorrect link count (that the protocol doesn't | Damien Miller |
2017-06-10 | implement sorting for globbed ls; bz#2649 ok dtucker@ | Damien Miller |
2017-06-10 | style message about missing blank before trailing delimiter; | Ingo Schwarze |
2017-06-10 | do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its arguments | Ingo Schwarze |