summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-10whitespace tweak, no functional changeDavid Gwynne
2019-02-10get rid of the global list of mpe interfaces, it's not needed anymoreDavid Gwynne
2019-02-10remove the implict RTF_MPATH flag that rt_ifa_add() sets on new routes.David Gwynne
2019-02-10Simplify NFS checkkn
2019-02-10missed a file. add flags to the pool page free function.Ted Unangst
2019-02-10if waitok flag is set, have the interrupt multipage allocator redirectTed Unangst
2019-02-10make it possible to reduce kmem pressure by letting some pools use a moreTed Unangst
2019-02-10Delete BUGS: dubious style and not relevant/accurateJeremie Courreges-Anglas
2019-02-10Add a warning that scan_ffs doesn't support FFS2 filesystemsJeremie Courreges-Anglas
2019-02-10Drop useless .TH line; ok jmc@Jeremie Courreges-Anglas
2019-02-10On OpenBSD/powerpc (and NetBSD/powerpc) long double == double like onMark Kettenis
2019-02-10"non-existant" is one of those words that don't exist, so use "non-existent"Peter Hessler
2019-02-10ssh-keygen -D pkcs11.so needs to initialize pkcs11 interactive,Sebastian Benoit
2019-02-10Anchor names must not be emptykn
2019-02-10Unify anchor name sanity checkskn
2019-02-10Simplify trust anchor handling.Florian Obser
2019-02-10log X509 peer's cert subject name when tls client authentication is used,Sebastian Benoit
2019-02-10Preserve the transcript hash at specific stages of the TLSv1.3 handshake.Joel Sing
2019-02-10Add Allwinner V3s support. Also update some Allwinner A80 pin names toMark Kettenis
2019-02-10Handle "broken-cd" as "non-removable" for now. This will generate someMark Kettenis
2018-04-06Import LLVM 6.0.1 release including clang, lld and lldb.Patrick Wildt
2019-02-10when checking that filenames sent by the server side match what theDamien Miller
2019-02-10syslog when connection is dropped for attempting to run a commandDamien Miller
2019-02-10Remove old X proto documentation directoriesMatthieu Herrb
2019-02-10crank limits because of mesaTheo de Raadt
2019-02-09Revert previous.Ingo Schwarze
2019-02-09The horizontal line in a data cell containing only "_" or "="Ingo Schwarze
2019-02-09Completion of command-alias members.Nicholas Marriott
2019-02-09add a BUGS section explaining the situation with box and line drawingIngo Schwarze
2019-02-09ignore empty request lines in the table data reader;Ingo Schwarze
2019-02-09Fix weird wrap showing cipher list in interactive modeKinichiro Inoguchi
2019-02-09Rename the file that contains the transcript handling code.Joel Sing
2019-02-09Rename tls1_handshake_hash*() to tls1_transcript_hash*().Joel Sing
2019-02-09Provide a reference from the TLSv1.3 context to the handshake state.Joel Sing
2019-02-09The am335x_boneblack U-Boot target has been removed in the U-BootJonathan Gray
2019-02-09Summarize the 4 same name functions and move it to apps.cKinichiro Inoguchi
2019-02-09major() and minor() are documented as returning unsigned, so do soPhilip Guenther
2019-02-09vmm(4): add a debug printf when processing vmxon operationsMike Larkin
2019-02-08Fix typo: "a data cells" -> "a data cell".Anthony J. Bentley
2019-02-08Backport r5108 from unbound upstream, pointed out by florian@.Stuart Henderson
2019-02-08fix ipv4 checksum fixup; this trick requires an accumulator of exactly twice ...Richard Procter
2019-02-08Fix kernel info leak in routing message.Alexander Bluhm
2019-02-08Convert powerpc assembly code into something clangs internal assemblerMark Kettenis
2019-02-08Fix a race condition: do not unlink(2) a file and then open(2) itIngo Schwarze
2019-02-08Fix stack info leak in execve(2). There are 2x4 bytes of paddingAlexander Bluhm
2019-02-08Improve fastcgi socket documentation and mention that TCP is supported inFlorian Obser
2016-09-03Import libunwind 3.9.0Patrick Wildt
2019-02-08update unwind's copy of libunbound to match the new 1.9.0 update inStuart Henderson
2019-02-08merge unbound-1.9.0Stuart Henderson
2019-02-08import unbound 1.9.0, ok florian@Stuart Henderson