summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/src/algorithm.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-11do not pick up groff from /usr/local/bin in configure, noticed by benno@;naddy1-1/+3
ok benno@ jca@
2018-07-11style - indent each case statement in a switch.reyk1-81/+86
2018-07-11Print out the hash info sent by the RDE in bgpctl show rib memclaudio1-2/+17
OK phessler@ benno@
2018-07-11On IMSG_CTL_SHOW_RIB_MEM also send back information of some of theclaudio6-6/+108
hash structures used in the RDE. Makes it fairly obvious that more is needed in that area. OK phessler@ benno@
2018-07-11test changed stat lying semantics - we don't lie about filesbeck1-3/+3
2018-07-11Print the rdomain config option if present.remi1-1/+4
ok kn@ tb@ deraadt@ sthen@ jca@
2018-07-11Use AF_UNSPEC not 0kn1-2/+2
2018-07-11Some spaces have been removed from pfctl print. Adapt expectedbluhm10-43/+43
output in regress.
2018-07-11retire the old cron socket path; ok jca millertderaadt2-6/+2
2018-07-11Detect vmm(4) in the bootloader and automatically switch to the serialmlarkin4-8/+30
console at 115200 baud. tested by phessler and myself, ok deraadt
2018-07-11Regress update to match changes for chromebeck1-6/+24
2018-07-11Fix comment about VLAN encapsulation and checksum offloadsf1-7/+8
Document that some chips actually could do hardware checksum offload for encapsulated packets, though that would need special handling in those drivers. discussions and ok naddy@
2018-07-11add option "network ... priority number" to announce prefixes from thebenno5-8/+67
kernel routing table selected by priority. For example to import all ospfd/ospf6d routes into bgp. tested by remi@ ok remi@ henning@ and maybe a little claudio@
2018-07-11Detect when a router advertisement packet changes due to configflorian3-21/+112
change and if it does send a new advertisement. The way this is implemented gives us various things for free: - periodic sending of router advertisements - send initial advertisement for every interface on startup
2018-07-11no longer neededflorian2-20/+4
2018-07-11Sync commentkn1-3/+5
Makes it a tad easier to read through and compare with BN_swap_ct(). OK tb
2018-07-11Add -w option to vmctl stop to wait for completion of VM termination.reyk10-57/+87
Use it in /etc/rc.d/vmd accordingly. OK sthen@
2018-07-11vmm(4): return proper cache topology for cpuid(0x4)mlarkin2-4/+9
Make the cache neighbor fields match the number of VCPUs present (currently 1) ok reyk
2018-07-11Retire RTM_LOSING, it no longer makes sense and on busy servers theclaudio1-18/+6
route socket is flooded with those messages. Instead maek sure that the removal of the dynamic route that can happen is actually also sent to the routing socket. OK mpi@ henning@
2018-07-11rtm_send() the cloned routes because of ICMP mtu changes. Until nowclaudio2-2/+4
these changes to the routing table have not been visible whereas the RTM_DELETE of those routes have been. Remove this inconsistency. Input and OK mpi@ OK henning@
2018-07-11vmm(4): respect argument size when reading from undefined ports.mlarkin1-8/+16
2018-07-11vmm(4): small cleanup in vm_rwregs.mlarkin1-6/+9
Clarify error values and change a panic into a debug printf (which will in turn just kill the VM).
2018-07-11Drop a const-bomb on regexec. It's probably not a good idea to remove amartijn2-56/+63
const promise when processing it in the regex engine. Minor tweak and OK schwarze@
2018-07-11When in incremental search handle ^M (a.k.a. <cr>) like ^[ (a.k.a.krw1-5/+5
<esc>). i.e. exit incremental search and set the mark. This is what emacs does. pointers, suggestions and ok florian@
2018-07-11Change the control socket to ospfd.sock.<rdomain>.remi2-6/+15
ok friehm@ jca@
2018-07-11After opening all the needed files, tighten the pledge(2)schwarze1-1/+5
from "stdio rpath" to just "stdio", before parsing any user data. It may not matter that much just yet, but parsing will become slightly more complicated soon when i shall add UTF-8 handling. OK millert@
2018-07-11the STATE_LOOKUP macro made sense ages ago. It stopped making sensehenning1-56/+69
when we moved most of the functionality into a function. g/c the macro and just call the function. ok mpi jca
2018-07-11Repair the regression introduced by the recent refactoringschwarze1-5/+5
revision 1.11 date: 2004/07/03 21:00:37; for -p/-P, the argument was no longer parsed, causing segfaults. OK millert@
2018-07-11Rename function to vmd_check_vmhreyk1-4/+4
2018-07-11remove wrong commentremi1-2/+1
ok jca@ tb@
2018-07-11allow default from stateespie1-2/+2
2018-07-11allow state->new to deduce the command name from $0espie1-1/+5
2018-07-11Add -f option to vmctl stop to forcefully kill a VM.reyk8-40/+78
This also fixes a bug in vmm_sighdlr where it might have missed forwarding the TERMINATE_EVENT to the vmd parent after a VM child died, leading to an abandoned VM in the vmd parent process. OK ccardenas@ mlarkin@ benno@ kn@
2018-07-11in if_addgroup(), call the new pfi_group_addmember() instead ofhenning1-2/+2
pf_group_change() - the latter is called by _addmemeber now to update dynaddr. before this, "set skip on lo", ifconfig lo1 create -> no skip on lo1 until pf rueset got reloaded. Now lo1 gets the skip flag as intended. This has caused much confusion with i. e. gif interfaces in the past. ok benno, very excited ok phessler
2018-07-11Convert AH & IPcomp to ipsec_input_cb() and count drops on input.mpi5-119/+37
ok markus@
2018-07-11provide pfi_group_addmember(), which makes the new member interface inherithenning2-2/+16
set flags from the group. ok phessler benno
2018-07-11there is nothing secret about rad.confflorian1-3/+3
2018-07-11Document behavior change of EC_POINTs_mul(3) from EC constant time changes.tb1-4/+22
ok beck on earlier version, markup help from Schwarze.
2018-07-11Don't hide errors when IPv6 forwarding is not enabled.florian1-9/+2
OK(failed) phessler OK deraadt
2018-07-11Expand formats in load-buffer and save-buffer.nicm2-12/+23
2018-07-11s/wuth/with/ in commentmartijn1-2/+2
2018-07-11syncderaadt1-1/+0
2018-07-11Do for most running out of memory err() what was done for most runningkrw24-170/+170
out of memory log_warn(). i.e. ("%s", __func__) instead of manual function names and redundant verbiage about which wrapper detected the out of memory condition. ok henning@
2018-07-11Turn yesterday's optimistic ! in an XXX comment into a more cautious ?tb1-2/+2
2018-07-11Using resolved after realpath(3) has failed is dangerous. Don't do it!martijn1-3/+3
Minor tweak and OK jca@ OK beck@ deraadt@
2018-07-11Make the output of the list command more sensible for the output device.martijn1-1/+5
We now output $COLUMNS - 8 characters of the string and a newline. This is similar to the behaviour in ed(1). Discussed with and OK schwarze@
2018-07-11Helper function to shorten history.nicm1-7/+12
2018-07-11implement media type detection and forcing of link speed, lightly testedjmatthew1-230/+386
with a variety of 10g optics.
2018-07-11Rephrase the wording on the replacement string of the substitute command.martijn1-9/+13
Cover more cases with less wording. Joint work with schwarze@ OK millert@
2018-07-11Add function comments.nicm1-1/+3