Age | Commit message (Expand) | Author |
2017-01-20 | Correctly list all libraries required. | Theo de Raadt |
2017-01-20 | Another ip_ipsp.h missing, found by krw@ | Claudio Jeker |
2017-01-20 | fix typo | Peter Hessler |
2017-01-20 | Because of pfsync this needs ip_ipsp.h. Missed in the pfsockaddr_union cleanup. | Claudio Jeker |
2017-01-20 | don't increase the error counter in the not-down case, in general | Peter Hessler |
2017-01-20 | rearrange pledge promises into the canonical order; easier to eyeball | Theo de Raadt |
2017-01-20 | only increase the error counter if we are in a not-down state | Peter Hessler |
2017-01-20 | correctly set our rx timer to be the required minimum, not the bare | Peter Hessler |
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 |