summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-03-01Include EVP_md5_sha1() via OpenSSL_add_all_digests().Joel Sing
2017-03-01Don't try to access the com(4) hardware to set up the console speedPatrick Wildt
2017-03-01tweak previous; ok reykJason McIntyre
2017-03-01update currency exchange rates;Jason McIntyre
2017-03-01gc really old stuff that's not actually in use anymoreMarc Espie
2017-03-01scrape most of the config frameworkMarc Espie
2017-03-01Remove a misleading comment asking if a timeout needs a LOCK, it doesn't.Martin Pieuchot
2017-03-01Add "owner" option to set a user/group ownership for pre-configured VMsReyk Floeter
2017-03-01Remove unused table driven omgpio bits.Jonathan Gray
2017-03-01edma attaches to fdt nowJonathan Gray
2017-03-01remove remaining parts of the table driven approach to attaching edmaJonathan Gray
2017-03-01Dynamically attach edma(4) using the FDT.Jonathan Gray
2017-03-01Fix the code which preserves the device path of the loaded image ifYASUOKA Masahiko
2017-03-01Remove SYSCALL_DEBUG arm64 has been multiuser for a while now.Jonathan Gray
2017-03-01mention pciecam on arm64Jonathan Gray
2017-03-01Avoid warnings from ssh -t, check remote SUDO at beginning.Alexander Bluhm
2017-03-01*nargv[] holds an array of pointers, so it should beGleydson Soares
2017-03-01add missing rcsidGleydson Soares
2017-03-01move up getpid() and getpwnam(LDAP USER) checksGleydson Soares
2017-03-01Print SKIPPED if the architecture dependent regression tests areAlexander Bluhm
2017-03-01Use consistent address schema with local and remote machine. FillAlexander Bluhm
2017-02-28Update to tzdata2017a from ftp.iana.orgTodd C. Miller
2017-02-28Make object-in-archive-used identification portable to lld: use --tracePhilip Guenther
2017-02-28Create the /etc/installurl file during upgrade too if a mirror wasRobert Peichaer
2017-02-28geteblk() has been switched to size_t.Martin Natano
2017-02-28Modify the logic to determine the default answer for the "LocationRobert Peichaer
2017-02-28Depending on the addresses, ipsecctl(8) automatically groups saAlexander Bluhm
2017-02-28IPv6 packets with routing header 0 are dropped by pf, but answeredAlexander Bluhm
2017-02-28Fragment reassembly code exists in pf and network stack. To testAlexander Bluhm
2017-02-28Update header to clean up defines, add the SATA device path and thePatrick Wildt
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