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