Age | Commit message (Expand) | Author |
2017-01-20 | fix pledge for openssl ocsp - we will need tty to ask for a cert pw | Bob Beck |
2017-01-20 | use per-cpu counters for rtstat. | David Gwynne |
2017-01-20 | Exterminate comcnspeed and comcnmode which were uninitialized and | Patrick Wildt |
2017-01-20 | Depend compilation on the compiler version, so that we can always | Patrick Wildt |
2017-01-20 | Oops. one "error(NONFATAL,..." got flipped to "error(...)" instead | Kenneth R Westerback |
2017-01-20 | Move a couple of variables that are unused in SMALL under #ifndef SMALL. | Kenneth R Westerback |
2017-01-20 | Stop using pfsockaddr_union outside of pf so that we can remove its usage | Claudio Jeker |
2017-01-20 | Adjust cross-compilation infrastructure to cope with builduser | Patrick Wildt |
2017-01-20 | Hook up the pf_table regress test | Claudio Jeker |
2017-01-20 | Add a basic test for pf_table using pfctl -t x -T test | Claudio Jeker |
2017-01-20 | Kill recursive splsofnet()/splx() dances. | Martin Pieuchot |
2017-01-20 | Straggling __dead. Mark usage() as __dead and make gcc happier. | Kenneth R Westerback |
2017-01-20 | pfsync_update_net_tdb() is only called at IPL_SOFTNET, no need for a | Martin Pieuchot |
2017-01-20 | keep output packet counters on the ifq structure. | David Gwynne |
2017-01-20 | In "%.*s" the * takes (int). gcc whines if you try to use the result | Kenneth R Westerback |
2017-01-20 | Split error() into error() and warn() so that error() can be marked | Kenneth R Westerback |
2017-01-20 | Fix (currently unused) GUID definitions to match the EFI_GUID struct. | Jonathan Gray |
2017-01-20 | mark the prototypes of tutor() and leave() as __dead as well. | Theo Buehler |
2017-01-20 | add logging messages to distinguish which safty check failed | Peter Hessler |
2017-01-20 | #ifndef SMALL around a couple of non-SMALL labels. | Kenneth R Westerback |
2017-01-20 | Mark functions that do not return as __dead to quiet gcc warnings. | Kenneth R Westerback |
2017-01-20 | Nuke some excess whitespace. | Kenneth R Westerback |
2017-01-20 | Nuke some excess whitespace. | Kenneth R Westerback |
2017-01-20 | sdmmc sd(4) devices should be marked SID_REMOVABLE, so that eject(1) can | Theo de Raadt |
2017-01-20 | No need to handle SIOCAIFADDR in drivers, it's never passed down to | Martin Pieuchot |
2017-01-20 | Nuke some excess whitespace. | Kenneth R Westerback |
2017-01-20 | Rework internal_verify, mostly from OpenSSL. so we can progress | Bob Beck |
2017-01-19 | MD_START is now always ___start, so expand and eliminate it | Philip Guenther |
2017-01-19 | Simplify: bundle stripcom(). | Antoine Jacoutot |
2017-01-19 | forgot this in previous commit (SVM_MSR* macro definitions) | Mike Larkin |
2017-01-19 | add hooks so we can query the current state of a BFD session | Peter Hessler |
2017-01-19 | SVM: register reset and intercept setup code | Mike Larkin |
2017-01-19 | SVM: VMCB intercept definitions | Mike Larkin |
2017-01-19 | Do not return an error code for SIOCSIFFLAGS. | Martin Pieuchot |
2017-01-19 | /etc/mirror.conf -> /etc/installurl | Antoine Jacoutot |
2017-01-19 | Fix -L/-I processing in -0 mode so that NUL-delimited entries are | Todd C. Miller |
2017-01-19 | clean up markup of .Bd, .D1, .Dl, .Li, and .Ql; | Ingo Schwarze |
2017-01-19 | clean up .Sx and .Xr HTML markup | Ingo Schwarze |
2017-01-19 | Clean up CSS rules for sections and paragraphs. | Ingo Schwarze |
2017-01-19 | Extend struct platform with MP control functions, and add bootstrap code | Visa Hankala |
2017-01-19 | Our kernel does not generate IPv6 atomic fragments anymore. Check | Alexander Bluhm |
2017-01-19 | Add mplock.h for loongson. | Visa Hankala |
2017-01-19 | RFC 8021 "IPv6 Atomic Fragments Considered Harmful" deprecates | Alexander Bluhm |
2017-01-19 | Adjust indentation of the HTML output to the conventions established | Ingo Schwarze |
2017-01-19 | Sending a PMTU ICMP packet will trigger a TCP retransmit. The test | Alexander Bluhm |
2017-01-19 | Start cleanup: trim useless HTML comments and <div> elements | Ingo Schwarze |
2017-01-19 | No need for conditionals around free(9) | Mike Belopuhov |
2017-01-19 | Zero a return value variable at the start of hifn_process() to avoid | Jonathan Gray |
2017-01-19 | when parsing a BFD packet, avoid an uninitialized variable if the | Peter Hessler |
2017-01-19 | Export the host time to the guest, add it as a timedelta sensor in vmmci(4) | Reyk Floeter |