summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-01-19RFC 8021 "IPv6 Atomic Fragments Considered Harmful" deprecatesAlexander Bluhm
2017-01-19Adjust indentation of the HTML output to the conventions establishedIngo Schwarze
2017-01-19Sending a PMTU ICMP packet will trigger a TCP retransmit. The testAlexander Bluhm
2017-01-19Start cleanup: trim useless HTML comments and <div> elementsIngo Schwarze
2017-01-19No need for conditionals around free(9)Mike Belopuhov
2017-01-19Zero a return value variable at the start of hifn_process() to avoidJonathan Gray
2017-01-19when parsing a BFD packet, avoid an uninitialized variable if thePeter Hessler
2017-01-19Export the host time to the guest, add it as a timedelta sensor in vmmci(4)Reyk Floeter