summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-09Allocate a currently unused vendor ID for our vmm's pchb.Mike Larkin
2015-11-09rework the start routines to avoid IF_PREPEND.David Gwynne
2015-11-09rework the code to avoid IF_PREPEND.David Gwynne
2015-11-09Add user "_vmd" for forthcoming vmd daemonMike Larkin
2015-11-09Start moving some vmm things into the tree. First up is binutils so we willMike Larkin
2015-11-08-c before -H, in SYNOPSIS and usage();Jason McIntyre
2015-11-08pull initialization up before poosible goto bad, from Mark LatimerTed Unangst
2015-11-08Revert 1.2 and 1.3 in order to go back to the default upstream behaviourMiod Vallat
2015-11-08Add "ssh-keyscan -c ..." flag to allow fetching certificates insteadDamien Miller
2015-11-08Merge NetBSD 1.145:Miod Vallat
2015-11-08remove slogin links; ok deraadt markus djmJason McIntyre
2015-11-08fix OOB read in packet code caused by missing return statementDamien Miller
2015-11-08keep all the setperf timeout(9) handling in one place; ok tedu@Christian Weisgerber
2015-11-08whitespaceJasper Lievisse Adriaanse
2015-11-08Handle additional RSN element group ciphers.Stefan Sperling
2015-11-08Update section and table numbers inside comments in the RSN code toStefan Sperling
2015-11-08Make sure we use a sigjmp_buf in the sigsetjmp() part of the test.Miod Vallat
2015-11-08Tweak a reallocarray call to be more overflow-resistant. From Theo Buehler.mmcc
2015-11-08Set the effective gid to kmem so the fchown of kvm_bsd.db is allowedTodd C. Miller
2015-11-08Quiet silly clang analyzer warning in calloc() usage.Todd C. Miller
2015-11-08inet(4), not inet(3);Jason McIntyre
2015-11-08Always claim to support sector mode for eMMC. Allows BeagleBone BlackJonathan Gray
2015-11-08groupling tests that now passMarc Espie
2015-11-08stop pointing people to the gnu and less sites; ok nicmJason McIntyre
2015-11-08Remove support for LESSGLOBALTAGS, we do not have global(1) (standardNicholas Marriott
2015-11-08Make "machine disk" show some info for EFI instead of info for BIOS.YASUOKA Masahiko
2015-11-08Make the variables be "const" and fix white space.YASUOKA Masahiko
2015-11-07add missing NAME entries;Jason McIntyre
2015-11-07Ensure the safety of isprint()'s argument. Suggested by guenther@ a fewmmcc
2015-11-07Use linkat() instead of link() so that hardlinks of symlinks workPhilip Guenther
2015-11-07Make it clearer that warningf()'s first argument determines whether themmcc
2015-11-07Spell `unused' correctly.Miod Vallat
2015-11-07replace save() with estrdup() and make estrdup() exit like all the otherTed Unangst
2015-11-07delete custom charset tables and just use ctype. init utf_mode from LC_CTYPETed Unangst
2015-11-07Modernization, no functional change intended:Ingo Schwarze
2015-11-07Disable red-zone since EFI is running with a different ABI.YASUOKA Masahiko
2015-11-07Emulate loops performed in the software crypto driver more closelyMike Belopuhov
2015-11-07Update copyright informationMike Belopuhov
2015-11-07Pass AES_GMAC context as a void pointer to cut down on casts in xform.cMike Belopuhov
2015-11-07In private header files, __BEGIN_DECLS and __END_DECLS are pointless.Ingo Schwarze
2015-11-07Use input handlers for bridge(4).Martin Pieuchot
2015-11-07Don't try to be clever testing if a queue is full before callingMartin Pieuchot
2015-11-07get rid of IF_PREPEND by switching to IFQ_POLL/IFQ_DEQUEUE.David Gwynne
2015-11-07typo in nd variable used for adding ni_pledge noteSebastien Marie
2015-11-07Simplify and clarify.mmcc
2015-11-07remove some charsets we don't use. remove LESSCHARSET since setting it toTed Unangst
2015-11-07Allow overriding ghash_update() with an optimized MD function. UseChristian Weisgerber
2015-11-06Use __progname instead of the homegrown ProgramName.Todd C. Miller
2015-11-06In in_arpinput() do not make an extra route lookup to check wetherAlexander Bluhm
2015-11-06add [ to NAME, and document it; the NAME addition wasJason McIntyre