summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-11vmm(4): respect argument size when reading from undefined ports.Mike Larkin
2018-07-11vmm(4): small cleanup in vm_rwregs.Mike Larkin
2018-07-11Drop a const-bomb on regexec. It's probably not a good idea to remove aMartijn van Duren
2018-07-11When in incremental search handle ^M (a.k.a. <cr>) like ^[ (a.k.a.Kenneth R Westerback
2018-07-11Change the control socket to ospfd.sock.<rdomain>.remi
2018-07-11After opening all the needed files, tighten the pledge(2)Ingo Schwarze
2018-07-11the STATE_LOOKUP macro made sense ages ago. It stopped making senseHenning Brauer
2018-07-11Repair the regression introduced by the recent refactoringIngo Schwarze
2018-07-11Rename function to vmd_check_vmhReyk Floeter
2018-07-11remove wrong commentremi
2018-07-11allow default from stateMarc Espie
2018-07-11allow state->new to deduce the command name from $0Marc Espie
2018-07-11Add -f option to vmctl stop to forcefully kill a VM.Reyk Floeter
2018-07-11in if_addgroup(), call the new pfi_group_addmember() instead ofHenning Brauer
2018-07-11Convert AH & IPcomp to ipsec_input_cb() and count drops on input.Martin Pieuchot
2018-07-11provide pfi_group_addmember(), which makes the new member interface inheritHenning Brauer
2018-07-11there is nothing secret about rad.confFlorian Obser
2018-07-11Document behavior change of EC_POINTs_mul(3) from EC constant time changes.Theo Buehler
2018-07-11Don't hide errors when IPv6 forwarding is not enabled.Florian Obser
2018-07-11Expand formats in load-buffer and save-buffer.Nicholas Marriott
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