summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-20Correctly list all libraries required.Theo de Raadt
2017-01-20Another ip_ipsp.h missing, found by krw@Claudio Jeker
2017-01-20fix typoPeter Hessler
2017-01-20Because of pfsync this needs ip_ipsp.h. Missed in the pfsockaddr_union cleanup.Claudio Jeker
2017-01-20don't increase the error counter in the not-down case, in generalPeter Hessler
2017-01-20rearrange pledge promises into the canonical order; easier to eyeballTheo de Raadt
2017-01-20only increase the error counter if we are in a not-down statePeter Hessler
2017-01-20correctly set our rx timer to be the required minimum, not the barePeter Hessler
2017-01-20fix pledge for openssl ocsp - we will need tty to ask for a cert pwBob Beck
2017-01-20use per-cpu counters for rtstat.David Gwynne
2017-01-20Exterminate comcnspeed and comcnmode which were uninitialized andPatrick Wildt
2017-01-20Depend compilation on the compiler version, so that we can alwaysPatrick Wildt
2017-01-20Oops. one "error(NONFATAL,..." got flipped to "error(...)" insteadKenneth R Westerback
2017-01-20Move a couple of variables that are unused in SMALL under #ifndef SMALL.Kenneth R Westerback
2017-01-20Stop using pfsockaddr_union outside of pf so that we can remove its usageClaudio Jeker
2017-01-20Adjust cross-compilation infrastructure to cope with builduserPatrick Wildt
2017-01-20Hook up the pf_table regress testClaudio Jeker
2017-01-20Add a basic test for pf_table using pfctl -t x -T testClaudio Jeker
2017-01-20Kill recursive splsofnet()/splx() dances.Martin Pieuchot
2017-01-20Straggling __dead. Mark usage() as __dead and make gcc happier.Kenneth R Westerback
2017-01-20pfsync_update_net_tdb() is only called at IPL_SOFTNET, no need for aMartin Pieuchot
2017-01-20keep output packet counters on the ifq structure.David Gwynne
2017-01-20In "%.*s" the * takes (int). gcc whines if you try to use the resultKenneth R Westerback
2017-01-20Split error() into error() and warn() so that error() can be markedKenneth R Westerback
2017-01-20Fix (currently unused) GUID definitions to match the EFI_GUID struct.Jonathan Gray
2017-01-20mark the prototypes of tutor() and leave() as __dead as well.Theo Buehler
2017-01-20add logging messages to distinguish which safty check failedPeter Hessler
2017-01-20#ifndef SMALL around a couple of non-SMALL labels.Kenneth R Westerback
2017-01-20Mark functions that do not return as __dead to quiet gcc warnings.Kenneth R Westerback
2017-01-20Nuke some excess whitespace.Kenneth R Westerback
2017-01-20Nuke some excess whitespace.Kenneth R Westerback
2017-01-20sdmmc sd(4) devices should be marked SID_REMOVABLE, so that eject(1) canTheo de Raadt
2017-01-20No need to handle SIOCAIFADDR in drivers, it's never passed down toMartin Pieuchot
2017-01-20Nuke some excess whitespace.Kenneth R Westerback
2017-01-20Rework internal_verify, mostly from OpenSSL. so we can progressBob Beck
2017-01-19MD_START is now always ___start, so expand and eliminate itPhilip Guenther
2017-01-19Simplify: bundle stripcom().Antoine Jacoutot
2017-01-19forgot this in previous commit (SVM_MSR* macro definitions)Mike Larkin
2017-01-19add hooks so we can query the current state of a BFD sessionPeter Hessler
2017-01-19SVM: register reset and intercept setup codeMike Larkin
2017-01-19SVM: VMCB intercept definitionsMike Larkin
2017-01-19Do not return an error code for SIOCSIFFLAGS.Martin Pieuchot
2017-01-19/etc/mirror.conf -> /etc/installurlAntoine Jacoutot
2017-01-19Fix -L/-I processing in -0 mode so that NUL-delimited entries areTodd C. Miller
2017-01-19clean up markup of .Bd, .D1, .Dl, .Li, and .Ql;Ingo Schwarze
2017-01-19clean up .Sx and .Xr HTML markupIngo Schwarze
2017-01-19Clean up CSS rules for sections and paragraphs.Ingo Schwarze
2017-01-19Extend struct platform with MP control functions, and add bootstrap codeVisa Hankala
2017-01-19Our kernel does not generate IPv6 atomic fragments anymore. CheckAlexander Bluhm
2017-01-19Add mplock.h for loongson.Visa Hankala