summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-01Get rid of .Tn; from Kaspars at Bankovskis dot net, tweaked by me.Ingo Schwarze
2015-01-01Even though i personally consider 8-bit-characters in filenames unwise,Ingo Schwarze
2015-01-01Remove an unnecessary freeaddrinfo() call, since errx() would free allLawrence Teo
2015-01-01Always drain the write buffer on pte sync. Needed for Cortex A7/A15Jonathan Gray
2014-12-31Do not take sh to STATICPIE yet. That will happen once matchingTheo de Raadt
2014-12-31describe .Ql more precisely;Ingo Schwarze
2014-12-31recent changes broke alignment requirements on arm.Ted Unangst
2014-12-31When showing more than one formatted manual page, insert horizontal linesIngo Schwarze
2014-12-31adventure requires deterministic random for its internal dataTed Unangst
2014-12-31simplify poll() conversion. from patrick keshishianTed Unangst
2014-12-31copyright_year=$(date +%Y)Joel Sing
2014-12-31Adapt and add regression tests for sending syslog messages over TCP.Alexander Bluhm
2014-12-31Use the first host of the documentation ranges for both addressMark Lumsden
2014-12-31Implement sending syslog messages over TCP streams.Alexander Bluhm
2014-12-31add entries for xmpp, mdns and puppetJasper Lievisse Adriaanse
2014-12-31Correct evcount_attach argument on cbus(4).Kenji Aoyama
2014-12-31Mention previously missing '/etc/apm/hibernate' actionDavid Coppa
2014-12-31Create CA and certificates for TLS tests consistently. BetterAlexander Bluhm
2014-12-30Use a 1MB realloc() increment instead of an 8KB one for the configTodd C. Miller
2014-12-30Remove some checks that will always evaluate to true. Noticed by a veryBrian Callahan
2014-12-30fix wrong paths below FILES; from Theo Buehler <theo at math dot ethz dot ch>Ingo Schwarze
2014-12-30Add syslog-tls 6514/tcp to etc/services.Alexander Bluhm
2014-12-30Make perl use our (arc4random backed) drand48 when unseededAndrew Fresh
2014-12-30When a file is given on the command line, actually exists, and its nameIngo Schwarze
2014-12-30self-relocating crt0 bits for sh, and enable static pie by default. With someMiod Vallat
2014-12-30Clean up and optimize _dl_start a bit by using immediate addressing forMiod Vallat
2014-12-30Rename a few functions name. Will help factorize some stuffs.Antoine Jacoutot
2014-12-30do not print an empty order in case pkg_scripts is undefinedRobert Nagy
2014-12-30add_flags() does not need any action argument.Antoine Jacoutot
2014-12-30Remove redundant md memcpy.S and memmove.S lines. The mi configJonathan Gray
2014-12-30Fix handling of R_MIPS_REL32_64 relocations that reference a symbol.Mark Kettenis
2014-12-30add __bounded as appropriate.David Gwynne
2014-12-30Test the weird construct of a user-defined macro starting (but notIngo Schwarze
2014-12-30copy bcrypt autotune from encrypt(1) and expose via crypt_newhashTed Unangst
2014-12-30let the "make groff" maintainer target show groff warningsIngo Schwarze
2014-12-30unifdef __APCS_26__ we don't run on anything with a 26 bit program counter.Jonathan Gray
2014-12-30Rework disklabel reading taskq to plug holes pointed out by jsing@.Kenneth R Westerback
2014-12-30typo in comment: ouput => outputDamien Miller
2014-12-29regenKenji Aoyama
2014-12-29Add audio(4) related entries.Kenji Aoyama
2014-12-29Minor cleanup:Todd C. Miller
2014-12-29Make the PLT read-only on powerpc as well.Mark Kettenis
2014-12-29* Ukrainian airports; from Alexey SuslikovChristian Weisgerber
2014-12-29Toggle the TX_RING_KICK_WRAP bit when appropriate.Mark Kettenis
2014-12-29impose some limits on the ideal rounds so nothing too crazy happens whenTed Unangst
2014-12-29encrypt is now built into instbin, do not need to use the /mnt versionTheo de Raadt
2014-12-29switch encrypt to auto scaling bcrypt rounds. ok deraadtTed Unangst
2014-12-29don't leak timing info about padding errors by generating a fake keyTed Unangst
2014-12-29document ordering more explicitly;Ingo Schwarze
2014-12-29useless change. overwriting the nul byte with a newline means b64_ntopTed Unangst