summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/src/algorithm.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-11check string lengths in vm_startreyk1-10/+21
2018-07-11Disambiguate the source of panics in sys/net* by adding __func__nayden6-26/+26
2018-07-11The routing table bgpd runs in needs to be a routing domain.benno1-1/+6
2018-07-11Remove RTM_LOSING from the file, it is no longer used by OpenBSD andclaudio1-4/+1
2018-07-11some regression tests for lam(1) including width measurements;schwarze9-0/+83
2018-07-11Introduce 'auto-join' to the wifi 802.11 stack.phessler7-14/+576
2018-07-11Declare cpu_meltdown in <machine/cpu.h>guenther3-6/+4
2018-07-11regress to check nested subdirs and ..'sbeck1-2/+36
2018-07-11superfluous newlinehenning1-2/+1
2018-07-11If no thread can immediately handle a signal, which has been sentbluhm2-10/+14
2018-07-11improve the path hash function (instead of just hashing the aspath putclaudio3-28/+62
2018-07-11cleanly shutdown by sending advertisement with lifetime 0florian4-5/+23
2018-07-11treat ssh_packet_write_wait() errors as fatal; ok djm@markus3-9/+9
2018-07-11remove legacy key emulation layer; ok djm@markus20-445/+167
2018-07-11Remove the i386 specific mention for pcvtfonts, they are also installedfcambus1-3/+3
2018-07-11Detect vmm(4) in the bootloader and automatically switch to the serialmlarkin4-8/+64
2018-07-11Prevent invalid interface specifiers on queue ruleskn1-4/+12
2018-07-11adding __func__ identifier to panic() calls in vmm.c for amd64 and i386nayden2-15/+15
2018-07-11Prevent updating async option on softdep mountkn1-1/+11
2018-07-11Bump some of the hash table size to more resonable numbers.claudio1-3/+3
2018-07-11Send a RA with router lifetime of 0 when an interface is removed fromflorian3-14/+83
2018-07-11remove useless macro;jmc1-2/+1
2018-07-11"running tags"espie1-8/+16
2018-07-11sort tokensreyk1-4/+4
2018-07-11do not pick up groff from /usr/local/bin in configure, noticed by benno@;naddy1-1/+3
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
2018-07-11On IMSG_CTL_SHOW_RIB_MEM also send back information of some of theclaudio6-6/+108
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
2018-07-11Use AF_UNSPEC not 0kn1-2/+2
2018-07-11Some spaces have been removed from pfctl print. Adapt expectedbluhm10-43/+43
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
2018-07-11Regress update to match changes for chromebeck1-6/+24
2018-07-11Fix comment about VLAN encapsulation and checksum offloadsf1-7/+8
2018-07-11add option "network ... priority number" to announce prefixes from thebenno5-8/+67
2018-07-11Detect when a router advertisement packet changes due to configflorian3-21/+112
2018-07-11no longer neededflorian2-20/+4
2018-07-11Sync commentkn1-3/+5
2018-07-11Add -w option to vmctl stop to wait for completion of VM termination.reyk10-57/+87
2018-07-11vmm(4): return proper cache topology for cpuid(0x4)mlarkin2-4/+9
2018-07-11Retire RTM_LOSING, it no longer makes sense and on busy servers theclaudio1-18/+6
2018-07-11rtm_send() the cloned routes because of ICMP mtu changes. Until nowclaudio2-2/+4
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
2018-07-11Drop a const-bomb on regexec. It's probably not a good idea to remove amartijn2-56/+63
2018-07-11When in incremental search handle ^M (a.k.a. <cr>) like ^[ (a.k.a.krw1-5/+5
2018-07-11Change the control socket to ospfd.sock.<rdomain>.remi2-6/+15
2018-07-11After opening all the needed files, tighten the pledge(2)schwarze1-1/+5