summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-27Revert previous `ncpus' change because the percpu code now worksVisa Hankala
2016-10-27obvious case of s/LC_ALL/LC_CTYPE/, noticed by Jan StaryIngo Schwarze
2016-10-27For consistency, allow symlinkat(2) in the same way as symlink(2);Ingo Schwarze
2016-10-27Avoid a use after free in swofp_flow_timeout(). TheJonathan Gray
2016-10-27revert 1.41 now that subr_percpu is using ncpusfound instead of ncpus.David Gwynne
2016-10-27use ncpusfound to size the percpu allocations.David Gwynne
2016-10-27Huawei squatted on BGP Path Attribute 30, and Cisco squatted on 31. So,Peter Hessler
2016-10-27minor whitespace fixes.Joris Vink
2016-10-27syncTheo de Raadt
2016-10-27increment ncpus when a cpu is attached, not when its booted.David Gwynne
2016-10-27Uniformize debug printfs, by using consistently __func__ everywhere.Alexandre Ratchov
2016-10-27Fix many typos in comments, from Michael W. Bombardieri <mb at ii.net>Alexandre Ratchov
2016-10-27refactor m_pullup a bit.David Gwynne
2016-10-27tell ix and em to use 2k+ETHER_ALIGN clusters for rx on all archs.David Gwynne
2016-10-27add a new pool for 2k + 2 byte (mcl2k2) clusters.David Gwynne
2016-10-26Put union pf_headers and struct pf_pdesc into separate header fileAlexander Bluhm
2016-10-26In addition to forwarding and path MTU discovery with pf, checkAlexander Bluhm
2016-10-26nicer list width; from julien dhailleJason McIntyre
2016-10-26Section name references are case sensitiveMike Belopuhov
2016-10-26in florian;s last commit i urged him to change "twenty-four" toJason McIntyre
2016-10-26s/EXIT_FAILURE/1/Martin Natano
2016-10-26mac68k is discontinuedMartin Natano
2016-10-26Add the omit-trailing-period cd9660 option to the manual.Martin Natano
2016-10-26When using a /32 IPv4 interface address, pfctl(8) reports a 0.0.0.0Alexander Bluhm
2016-10-26Remove cd9660's chrp-boot option. deraadt confirmed we don't support anyMartin Natano
2016-10-26Use OPT_BOOL, not OPT_INT32 for boolean cd9660 options.Martin Natano
2016-10-26Cleanup pflow test before fixing it. Be more verbose to makeAlexander Bluhm
2016-10-26Due to 64 bit seconds + 64 bit nano seconds resolution and theFlorian Obser
2016-10-26Increment `ncpus' to its final value already during autoconfiguration soVisa Hankala
2016-10-26syncTheo de Raadt
2016-10-26Buffer name can be NULL, check before strdup().Nicholas Marriott
2016-10-26use -ffloat-store to avoid too much precision which breaks the subtle testOtto Moerbeek
2016-10-26Remove FS-specific option descriptions from the source code. We have aMartin Natano
2016-10-26vmd(8)/vmctl(8) for i386. Some ugliness in #ifdef __i386__ areas will beMike Larkin
2016-10-26Fix a few misc bugs in i386 vmm:Mike Larkin
2016-10-26Don't use a bitfield in the msr store index structure. This may not end upMike Larkin
2016-10-26Document LC_CTYPE.Ingo Schwarze
2016-10-26Polishing together with jmc@:Ingo Schwarze
2016-10-26make it clear that the s/// numeric flag can containIngo Schwarze
2016-10-25bluhm@ pointed out that addr->sin6_port should be forced to zero sinceFlorian Obser
2016-10-25Channel API users should pick the bufring sizeMike Belopuhov
2016-10-25Make kernel without INET6 compile again.Alexander Bluhm
2016-10-25Add missing OpenBSD keyword in the first line.Rafael Zalamena
2016-10-25minor tweaks;Jason McIntyre
2016-10-25convert usage() to just spit out the normal options list,Jason McIntyre
2016-10-25Do not handle activity or silence alerts in the current window, reportedNicholas Marriott
2016-10-25Accept CARP advertisement packets whose destination is not for multicast.YASUOKA Masahiko
2016-10-25Deduplicate the CRS parsing code and handle broken ACPI implementations.Paul Irofti
2016-10-25Add the resource index to aml_parse_resource() callback function.Paul Irofti
2016-10-25Fix bind(2)ing link local addresses to raw sockets by callingFlorian Obser