summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-11s/wuth/with/ in commentMartijn van Duren
2018-07-11syncTheo de Raadt
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2018-07-11Turn yesterday's optimistic ! in an XXX comment into a more cautious ?Theo Buehler
2018-07-11Using resolved after realpath(3) has failed is dangerous. Don't do it!Martijn van Duren
2018-07-11Make the output of the list command more sensible for the output device.Martijn van Duren
2018-07-11Helper function to shorten history.Nicholas Marriott
2018-07-11implement media type detection and forcing of link speed, lightly testedJonathan Matthew
2018-07-11Rephrase the wording on the replacement string of the substitute command.Martijn van Duren
2018-07-11Add function comments.Nicholas Marriott
2018-07-11move declarations of hwrm message functions up to the top and make themJonathan Matthew
2018-07-11don't bother checking the rx index matches what we expect, it worksJonathan Matthew
2018-07-11Remove an old and false comment. REALLOC now free(3)s the code if reallocMartijn van Duren
2018-07-11zap trailing whitespace;Jason McIntyre
2018-07-11Update EC regression tests.Theo Buehler
2018-07-10remove newd control leftoversFlorian Obser
2018-07-10remove unused variable; pointed out by llvmFlorian Obser
2018-07-10add ractl, the rad(8) control programFlorian Obser
2018-07-10Indent labels by a space so they don't obliterate function names in diffs.Theo Buehler
2018-07-10ECC constant time scalar multiplication support. First step in overhaulingTheo Buehler
2018-07-10Provide BN_swap_ct(), a constant time function that conditionally swapsTheo Buehler
2018-07-10Factor out a bit of ugly code that truncates the digest to the order_bitsTheo Buehler
2018-07-10pledge(2)friehm
2018-07-10style (single-line ifs don't need braces)Reyk Floeter
2018-07-10$OpenBSD$Theo Buehler
2018-07-10Now that all *_free() functions are NULL safe, we can generate theTheo Buehler
2018-07-10Return the VM pid to the vmd parent. This pid field already existedReyk Floeter
2018-07-10Remove a debug messageReyk Floeter
2018-07-10When an interface doesn't have a layer 2 address in6_get_soii_ifid()Florian Obser
2018-07-10When an interface doesn't have a layer 2 address in6_get_ifid()Florian Obser
2018-07-10vmd already had DEBUG/DPRINTF, there is no need for VMD_DEBUG/dprintfReyk Floeter
2018-07-10Remove raw_usrreq and raw_cb, nothing is using them anymore.Claudio Jeker
2018-07-10Remove net/raw_cb.h from includes and replace the RAWSNDQ, RAWRCVQ withClaudio Jeker
2018-07-10machine/fpu.h is not needed on amd64 and does not exist on i386.Alexander Bluhm
2018-07-10we were refering to 10k states by default here as well, pt out by claudioHenning Brauer
2018-07-10where we were showing "set limit states 10000" make that 100k as well,Henning Brauer
2018-07-10Fix a few, but not all, clang warnings: Use "%s" to print modifiableTheo Buehler
2018-07-10Make legacy interrupts work in acpipci(4).Mark Kettenis
2018-07-10+addsubTheo Buehler
2018-07-10Add simple regression tests for BN_{,u}{add,sub}(3). With input from jcaTheo Buehler
2018-07-10The year is 2018.Henning Brauer
2018-07-10"%%s: s" -> "%s: %s" in log_warn()Kenneth R Westerback
2018-07-10Import rad(8).Florian Obser
2018-07-10Tweak debug log messagesReyk Floeter
2018-07-10check-problems -> pkg_check-problems;Jason McIntyre
2018-07-10In asm.h ensure NENTRY uses the old-school nop-sled align, but change standardTheo de Raadt
2018-07-10rde_update_get_prefix() and friends should also verify the prefixlen.Claudio Jeker
1998-02-22Latest version from CyclicThorsten Lockert
1995-12-19raw import of cvs-1.6Theo de Raadt
2018-07-10Tweak comments and explain some not so obvious things.Robert Peichaer