summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-28Don't change the up status of the interface when changing its rdomain.YASUOKA Masahiko
2017-02-28syncTheo de Raadt
2017-02-28Bump minors due to symbol addition.Joel Sing
2017-02-28Document EVP_md5_sha1().Joel Sing
2017-02-28Add an EVP interface that provides concatenated MD5+SHA1 hashes, which areJoel Sing
2017-02-28Fix typo in issuingDistributionPoint description.Joel Sing
2017-02-28Stop pretending that MD5 and SHA1 might not exist - rather than locatingJoel Sing
2017-02-28Switch geteblks()'s size argument from int to size_t. It's called withMartin Natano
2017-02-28Untangle abstract sleep modes from ACPI sleep states. This paves the wayMartin Natano
2017-02-28Reflect recent net/route.c change. Adding a conflicting route noMartin Pieuchot
2017-02-28Use rtable_match() rather than rtalloc(9) when adding a new route.Martin Pieuchot
2017-02-28Some refactoring in ip6_input() needed to un-KERNEL_LOCK() the IPv6Martin Pieuchot
2017-02-28Prevent a MP race in rtable_lookup().Martin Pieuchot
2017-02-28Sort vm.conf(5) config options alphabeticallyReyk Floeter
2017-02-28Use fmt_scaled(3) in vmctl status output to print curmem/maxmemReyk Floeter
2017-02-28build with USER_PCICONF to enable /dev/pci*Jonathan Gray
2017-02-28Remove mpls_raw_usrreq() prototype, that function is gone.Claudio Jeker
2017-02-28Use a do{}while loop with ssize_t return value when calling tls_read()Philip Guenther
2017-02-28small memleak: free fd_set on connection timeout (though we are heading toDamien Miller
2017-02-27This test cannot pass while pf on localhost filters packets statefully.Alexander Bluhm
2017-02-27update an example in the relayd.conf manpage, that was not convertedSebastian Benoit
2017-02-27Sync comments about install.md variables with reality.Robert Peichaer
2017-02-27Do not turn on pf in a regression test, require that it has beenAlexander Bluhm
2017-02-27Remove support for pkg.conf in light of the consolidation towardsRobert Peichaer
2017-02-27xdm -> xenodm(1)Matthieu Herrb
2017-02-27Retire the AF_MPLS protosw struct. Nothing is using it and the code was superClaudio Jeker
2017-02-27Add IPsec tests for ipip encapsulation.Alexander Bluhm
2017-02-27pms/elantech-v4: configure wsmouse for handling compat-modeUlf Brosziewski
2017-02-27use Dv, for consistency; from bruno flueckigerJason McIntyre
2017-02-27pms/synaptics: configure wsmouse for handling compat-modeUlf Brosziewski
2017-02-27Build hppa kernels with -ffreestanding.Mark Kettenis
2017-02-27Handle touchpad input in wsmouse.Ulf Brosziewski
2017-02-27Replace openpty(3) with local function that uses pre-opened /dev/ptm fdReyk Floeter
2017-02-27errant dot; from klemens nanniJason McIntyre
2017-02-27framework for some performance stats as a -V... option (like how muchMarc Espie
2017-02-27If splitw -b is used, insert the new pane before the current one in theNicholas Marriott
2017-02-27Add size checks for imsg received over the control socket.Reyk Floeter
2017-02-27Print the DNSSEC OKAY flag as "DO", like in upstream tcpdumpJeremie Courreges-Anglas
2017-02-27Add support for RES_USE_DNSSECJeremie Courreges-Anglas
2017-02-27Recognize and allow bits AD and CD in DNS replies.Jeremie Courreges-Anglas
2017-02-27Put a common flags field in the query struct, rather than in someJeremie Courreges-Anglas
2017-02-27bump block size for dd; 39x faster on my system.Stuart Henderson
2017-02-27Add support for the older generation spec of PSCI, which supportsPatrick Wildt
2017-02-27RELRO means the __{got,plt}_{start,end} symbols are superfluousPhilip Guenther
2017-02-27Implement D and U modifiers to ar; with D the uid/gid/mode/time on the updatedPhilip Guenther
2017-02-26Use mkdir -p instead of install -d to create the obj/util directory.Theo Buehler
2017-02-26Our certbegin/certend is always PIC, so remove the non-PIC MD_SECT_CALL_FUNC()Mark Kettenis
2017-02-26Switch to xenodm(1).Matthieu Herrb
2017-02-26Use a long branch (using movw/movt) to implement MD_SECT_CALL_FUNC.Mark Kettenis
2017-02-26Move away from BN_zero, the one returning an int is deprecated and theOtto Moerbeek