summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-25Xr biosboot and describe more precisely how this versatile programtb
2016-02-25corrects a misleading comment about SS_DNS (and adjust tab)Sebastien Marie
2016-02-25remove extra word; from edgar pettijohnJason McIntyre
2016-02-25refactor option letter parsing into a subfunction, to increase clarityTheo de Raadt
2016-02-25we are now hacking on 5.9-currentTheo de Raadt
2016-02-24Cope with ambiguous environmentsAndrew Fresh
2016-02-24Fix ECMP routing by passing the correct destination address to theMartin Pieuchot
2016-02-24Fix the build with DRMDEBUG. Committing now instead of after unlock toJonathan Gray
2016-02-24Avoid a possible double-free if the "search" keyword is used multiple times.Eric Faurot
2016-02-24Restore validity checks for the disklabels read from disk. TheyKenneth R Westerback
2016-02-24satisfy whiny compiler on m88k, noticed by aoyama, solution from gsoaresTheo de Raadt
2016-02-23sanitize environment thru a whitelist. Only pass what's relevant for ftp andMarc Espie
2016-02-23Fix previous: Need to free vc_msr_bitmap_va, notStefan Kempf
2016-02-23Plug memleak: make sure that the MSR bitmap is freed in the VCPU initStefan Kempf
2016-02-23I just stumbled on this and noticed that eigrpd requires inet and rpath in pl...Gleydson Soares
2016-02-23openssh-7.2Damien Miller
2016-02-23A disk name of /dev/wd0c doesn't work. Correct verbiage and example.Kenneth R Westerback
2016-02-23Fix display of pdisk partition sizes by casting the 32-bit numberKenneth R Westerback
2016-02-23In the great pdisk churn we lost a pdisk pecularity in disk nameKenneth R Westerback
2016-02-23provide m_dup_pkt() for doing fast deep mbuf copies with a specified alignmentDavid Gwynne
2016-02-23fix spurious error message when incorrect passphrase entered forDamien Miller
2016-02-22Document sendsyslog2(2) in man page.Alexander Bluhm
2016-02-22Properly handle ed-files which fully replace input file content. ThisTobias Stoeckmann
2016-02-22the default address family for a listener was set too late and wouldGilles Chehade
2016-02-22put mutex.h lowerTheo de Raadt
2016-02-22Move #include <sys/mutex.h> from pmap.c to pmap.h, like every other archsLandry Breuil
2016-02-21Fix skeyinit -E by hoisting argument parsing and the call to enable_db()tb
2016-02-21In alpha_expand_block_clear(), cope with the offset being negative;Theo de Raadt
2016-02-21Skip redistributed routes when updating the FIB.Renato Westphal
2016-02-21Move some functions around and rename a few variables and functions.Renato Westphal
2016-02-21Simplify the handling of the sequence tlv.Renato Westphal
2016-02-21Copy structs by assignment instead of memcpy.Renato Westphal
2016-02-21Introduce the bad_addr() family of functions.Renato Westphal
2016-02-21Extend eigrp_addrcmp() and use it in more places.Renato Westphal
2016-02-21Several minor tweaks.Renato Westphal
2016-02-21Add scope id only for unicast IPv6 packets.Renato Westphal
2016-02-21Make eigrpd work against newer IOS routers.Renato Westphal
2016-02-21Filter our RTM_GET messages which are not from us.Renato Westphal
2016-02-21Make tcpdump show details of beacon country elements in verbose mode only.Stefan Sperling
2016-02-21bump versionGilles Chehade
2016-02-20set ssh(1) protocol version to 2 only.Igor Sobrado
2016-02-20add missing ~/.ssh/id_ecdsa and ~/.ssh/id_ed25519 to IdentityFile.Igor Sobrado
2016-02-20AddressFamily defaults to any.Igor Sobrado
2016-02-20spell out RIPE without errant acute accents; ok millert@Christian Weisgerber
2016-02-20Add "interrupt pending on vcpu" ioctl to vmm. Needed for upcoming interruptMike Larkin
2016-02-20Fixes a boot issue on non-ACPI i386 machines that need X permissions onMike Larkin
2016-02-20Fix the C type used for 32-bit float/lefloat/befloat, it should be floatNicholas Marriott
2016-02-20syncTheo de Raadt
2016-02-20pci bridge, from Hrvoje PopovskiTheo de Raadt
2016-02-20Combine two sed calls into one.Robert Peichaer