summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/src/algorithm.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-28When doing pktout we must run the classifier again, because some action(s)rzalamena3-7/+18
2016-10-28Use snmpd_env as the only global variable for env to simplify the daemonrzalamena9-72/+66
2016-10-28- once rule should not attempt to remove its parent rule.sashan2-8/+3
2016-10-28Document that "nl -d" uses LC_CTYPE.schwarze1-2/+13
2016-10-28Document that rev(1) uses LC_CTYPE.schwarze1-3/+13
2016-10-28Delete some useless setlocale(3) calls in /usr/bin, no functional change.schwarze10-88/+53
2016-10-28there's a new mbuf cluster pool.dlg1-2/+9
2016-10-28Improve pkcs11_add_provider() logging: demote some excessivelydjm1-15/+26
2016-10-27Pass a struct pf_pdesc to pf_route() like it is done in the otherbluhm3-37/+42
2016-10-27We don't generate an eddep script for kernel builds nowadays. The lastnatano13-26/+26
2016-10-27vmm is also available on i386 now, so don't restrict it to amd64.reyk1-5/+1
2016-10-27Remove some code that was already disabled when it was committedtb1-21/+1
2016-10-27Remove OLDSCSIBUS conditional. Unused since it was imported 21 years ago.tb1-6/+1
2016-10-27Improve channel ring locking strategymikeb1-11/+13
2016-10-27Don't assume clr->ifname is a NUL-terminated printable string.millert1-3/+11
2016-10-27Revert previous `ncpus' change because the percpu code now worksvisa4-5/+7
2016-10-27obvious case of s/LC_ALL/LC_CTYPE/, noticed by Jan Staryschwarze1-2/+2
2016-10-27For consistency, allow symlinkat(2) in the same way as symlink(2);schwarze2-5/+7
2016-10-27Avoid a use after free in swofp_flow_timeout(). Thejsg1-1/+2
2016-10-27revert 1.41 now that subr_percpu is using ncpusfound instead of ncpus.dlg1-4/+3
2016-10-27use ncpusfound to size the percpu allocations.dlg1-9/+9
2016-10-27Huawei squatted on BGP Path Attribute 30, and Cisco squatted on 31. So,phessler2-5/+6
2016-10-27minor whitespace fixes.joris1-3/+2
2016-10-27syncderaadt14-0/+14
2016-10-27increment ncpus when a cpu is attached, not when its booted.dlg1-3/+4
2016-10-27Uniformize debug printfs, by using consistently __func__ everywhere.ratchov1-120/+127
2016-10-27Fix many typos in comments, from Michael W. Bombardieri <mb at ii.net>ratchov4-12/+12
2016-10-27refactor m_pullup a bit.dlg1-37/+52
2016-10-27tell ix and em to use 2k+ETHER_ALIGN clusters for rx on all archs.dlg3-19/+3
2016-10-27add a new pool for 2k + 2 byte (mcl2k2) clusters.dlg2-6/+14
2016-10-26Put union pf_headers and struct pf_pdesc into separate header filebluhm9-130/+187
2016-10-26In addition to forwarding and path MTU discovery with pf, checkbluhm1-7/+37
2016-10-26nicer list width; from julien dhaillejmc1-3/+3
2016-10-26Section name references are case sensitivemikeb1-3/+3
2016-10-26in florian;s last commit i urged him to change "twenty-four" tojmc1-3/+3
2016-10-26s/EXIT_FAILURE/1/natano8-40/+36
2016-10-26mac68k is discontinuednatano2-6/+4
2016-10-26Add the omit-trailing-period cd9660 option to the manual.natano1-3/+3
2016-10-26When using a /32 IPv4 interface address, pfctl(8) reports a 0.0.0.0bluhm1-1/+3
2016-10-26Remove cd9660's chrp-boot option. deraadt confirmed we don't support anynatano4-19/+5
2016-10-26Use OPT_BOOL, not OPT_INT32 for boolean cd9660 options.natano1-2/+2
2016-10-26Cleanup pflow test before fixing it. Be more verbose to makebluhm4-21/+28
2016-10-26Due to 64 bit seconds + 64 bit nano seconds resolution and theflorian1-5/+6
2016-10-26Increment `ncpus' to its final value already during autoconfiguration sovisa4-7/+5
2016-10-26syncderaadt1-0/+2
2016-10-26Buffer name can be NULL, check before strdup().nicm1-2/+4
2016-10-26use -ffloat-store to avoid too much precision which breaks the subtle testotto1-1/+2
2016-10-26Remove FS-specific option descriptions from the source code. We have anatano8-134/+82
2016-10-26vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will bemlarkin7-12/+56
2016-10-26Fix a few misc bugs in i386 vmm:mlarkin2-17/+9