Age | Commit message (Expand) | Author |
2017-03-08 | Shuffle some declarations. Both more style(9)'ish and make future diff | Kenneth R Westerback |
2017-03-08 | Add comments to #endif's to allow easy differentiation between many | Kenneth R Westerback |
2017-03-08 | Add a helper function for the most common format_create/defaults/expand | Nicholas Marriott |
2017-03-08 | prevent infinite recursion while expanding the arguments | Ingo Schwarze |
2017-03-08 | quote [host]:port in generated ProxyJump commandline; the [ / ] | Damien Miller |
2017-03-08 | Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING | Martin Pieuchot |
2017-03-08 | Enable msk(4). | Patrick Wildt |
2017-03-08 | Enable eephy(4). | Patrick Wildt |
2017-03-08 | Enable re(4). | Patrick Wildt |
2017-03-08 | Do not clear IFF_UP, even in the error path. | Martin Pieuchot |
2017-03-08 | No need to clear IFF_UP after calling if_down(). | Martin Pieuchot |
2017-03-08 | Fix etherip version parsing, ok dlg@ | Jeremie Courreges-Anglas |
2017-03-08 | argument to the document description (Nd) macro should be lowercase. | Igor Sobrado |
2017-03-08 | Always invalidate ND entries in nd6_free(). | Martin Pieuchot |
2017-03-08 | copy rpi3 u-boot to the installed disk | Jonathan Gray |
2017-03-08 | Enable ix(4). Requested by deraadt@ | Jonathan Gray |
2017-03-08 | Do not unset IFF_UP twice. | Martin Pieuchot |
2017-03-08 | Enable em(4), ahci(4), nvme(4) and USB controllers attached to pci(4). | Patrick Wildt |
2017-03-08 | Establish API to route interrupts to specific CPU cores. | Patrick Wildt |
2017-03-08 | Sync struct etheripstat decl with netinet/ip_ether.h | Jeremie Courreges-Anglas |
2017-03-08 | Correct arm64 sigprocmask parameter passing in setjmp/longjmp calls. | Dale Rahn |
2017-03-07 | Rename struct etheripstat members for consistency, move them all to 64bits | Jeremie Courreges-Anglas |
2017-03-07 | Drop unused variable from ntp_update_second(). | David Hill |
2017-03-07 | Make this actually work as a tty. Everything except for the most basic | Mark Kettenis |
2017-03-07 | If a user-defined macro is aborted because it exceeds the stack | Ingo Schwarze |
2017-03-07 | If tcsetpgrp() is called by a background process and there is a | Todd C. Miller |
2017-03-07 | somehow it didn't get removed even though it's no longer installed | Marc Espie |
2017-03-07 | When the inpcb queue and hash lists are traversed or modified we | Alexander Bluhm |
2017-03-07 | Don't overwrite the flow ID once it's set | Mike Belopuhov |
2017-03-07 | okay "can't find" means error reported as well | Marc Espie |
2017-03-07 | Add test vectors to regress gmac_test.c | Kinichiro Inoguchi |
2017-03-07 | Record the target mask for the boot CPU when we attach and use that to pick | Mark Kettenis |
2017-03-07 | Digest::SHA is nasty: it shows an incomplete error message if the | Marc Espie |
2017-03-07 | Change priq enqueue policy to drop lower priority packets | Mike Belopuhov |
2017-03-07 | Unbreak the tree by removing the "exynos.h" include and associated prototype. | Mark Kettenis |
2017-03-07 | Escape blanks at the end of markdown lines | Ingo Schwarze |
2017-03-07 | Convert priority queue lists to mbuf_lists | Mike Belopuhov |
2017-03-07 | Keep on trying to grab the lock after leaving ddb after lock spin-out. | Visa Hankala |
2017-03-07 | if we reported "Can't find CONTENTS", we know it's a bad package, | Marc Espie |
2017-03-07 | get rid of redundant "Can't find CONTENTS" if the location already twitted | Marc Espie |
2017-03-07 | more error streamlining: | Marc Espie |
2017-03-07 | error message bugfix: forgot to pass object around, so | Marc Espie |
2017-03-07 | fix completely empty .Eo: no blank line wanted | Ingo Schwarze |
2017-03-07 | Use the pause instruction on the slow path. This improves | Visa Hankala |
2017-03-07 | Make the slow path similar to i386's by checking mutex owner | Visa Hankala |
2017-03-07 | Need to flush before writing out cells we are not collecting, also add | Nicholas Marriott |
2017-03-07 | If moving cells outside the current used count, update it. | Nicholas Marriott |
2017-03-07 | Correctly handle TLS PRF with MD5+SHA1 - the secret has to be partitioned | Joel Sing |
2017-03-07 | fix spacing after empty .Fl | Ingo Schwarze |
2017-03-07 | Add a test that covers a libtls client talking to a Go TLS server with | Joel Sing |