summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-03spring cleanup, remove sysctl from doc, and finally gc some older annotationsMarc Espie
2017-03-03pass @sysctl into old stuffMarc Espie
2017-03-03remove a few redundant conditions that jsg@ found with cppcheckIngo Schwarze
2017-03-03Fix a copy-and-paste error that caused man(7) manuals withoutIngo Schwarze
2017-03-03Replace a panic with a compile time assert in icmp6_reflect().Alexander Bluhm
2017-03-03A missing initialization could randomly cause regular expressionIngo Schwarze
2017-03-03Fix previous: do not access the byte before the string if the stringIngo Schwarze
2017-03-03Ensure MD and key initialized before processing HMACKinichiro Inoguchi
2017-03-03Prevent a recursion in the socket layer.Martin Pieuchot
2017-03-03Undefined behavior: Variable 'user' was used as parameter andReyk Floeter
2017-03-03Delete "comspeed" which had been mistakenly added as a int value.YASUOKA Masahiko
2017-03-03Iterate over the global list of interfaces instead of using the globalMartin Pieuchot
2017-03-03Remove non longer needed splsoftnet()/splx() dances.Martin Pieuchot
2017-03-03fix ssh-keygen -H accidentally corrupting known_hosts that containedDamien Miller
2017-03-03enable FFS2 on armv7 and arm64 ramdisksJonathan Gray
2014-04-15Import the OpenSSL libcrypto tests in a form suitable for our rergressMiod Vallat
2017-03-02document EPERM error when connect(2)ing.Sebastian Benoit
2017-03-02Fix breakage of md5 authentication.Renato Westphal
2017-03-02Now that the kernel provides information about IPsec SA bundles,Alexander Bluhm
2017-03-02Implement a new routing message RTM_PROPOSAL that communicatesKenneth R Westerback
2017-03-02Document some installation quirks for the EdgeRouter Lite in INSTALL.octeon:Stefan Sperling
2017-03-02Silence a warning from zic about a too long zone name (POSIX limits TZ to 6 c...Todd C. Miller
2017-03-02fix error in Dt; from robert kleinJason McIntyre
2017-03-02Add a new sysctl machdep.lidaction. The sysctl works as follows:Martin Natano
2017-03-028168 support jumbo frames;Jason McIntyre
2017-03-02Initialize 'ni' pointer in ieee80211_keyrun(). Fallout from last minuteStefan Sperling
2017-03-02Fix a rtentry leak in error path.Martin Pieuchot
2017-03-02close ftp(1)'s output file to avoid leaking one FD per request.Stuart Henderson
2017-03-02Prefer the global list of interfaces to the dying global list of IPv6Martin Pieuchot
2017-03-02Use the routing table rather than the global list of IPv6 address.Martin Pieuchot
2017-03-02Convert domain declarations to C99 initializers.Martin Pieuchot
2017-03-02Add "locked lladdr" option to prevent VMs from spoofing MAC addresses.Reyk Floeter
2017-03-02refactor cpuid exit handler for easier merge with upcoming SVM version.Mike Larkin
2017-03-02log attempts to access cpuid leaf function 0x03, "processor serial number".Mike Larkin
2017-03-02reduce some more differences in vmm between i386 and amd64 that didn'tMike Larkin
2017-03-02Allow MPLS switching and VPLS across rdomains.Renato Westphal
2017-03-02reduce differences in vmm between amd64 and i386 (i386 picks up a handfulMike Larkin
2017-03-02Refactor cpuid exit handler to make it easier to bolt on SVM supportMike Larkin
2017-03-02syncTheo de Raadt
2017-03-01Print message why tests are skipped.Alexander Bluhm
2017-03-01Rename start_vm_complete to vm_start_complete for consistency.Reyk Floeter
2017-03-01unbreak vmctl build by renaming a function that now conflicts withMike Larkin
2017-03-01Comments ...Robert Peichaer
2017-03-01Fix some DPRINTFs I just added to ieee80211_pae_input.c.Stefan Sperling
2017-03-01Fix a bug allowing a man-in-the-middle attack against WPA wireless clients.Stefan Sperling
2017-03-01Split vmm.c into two files: vm.c for the VM child, vmm.c for the parentReyk Floeter
2017-03-01Remove pkg.conf leftover.Robert Peichaer
2017-03-01xdm -> xenodm; from jan staryJason McIntyre
2017-03-01Convert ssl3_{get,send}_server_key_exchange() to EVP_md5_sha1().Joel Sing
2017-03-01Add EVP test for MD5-SHA1.Joel Sing