summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-12-29rename fingerprint struct field. no longer exposed to users, but since it'sTed Unangst
2014-12-29remove the inspect debug command. should not be used by users, who are notTed Unangst
2014-12-29Assert that rtrequest1(9) is always called at IPL_SOFTNET instead ofMartin Pieuchot
2014-12-29Add line continuation to be consistent with rc_pre(); ok sthen@Antoine Jacoutot
2014-12-29pexp is not needed; ok sthen@Antoine Jacoutot
2014-12-29syncJonathan Gray
2014-12-29re-add missing space in confirm prompt that got lost in -r1.18Jasper Lievisse Adriaanse
2014-12-29Explicitely include <uvm/uvm_extern.h> in order to build on variable page sizeMiod Vallat
2014-12-29Some missing break's.Brad Smith
2014-12-29Some cleaning up of the ioctl handling bits to bring things in lineBrad Smith
2014-12-29Some cleaning up of the ioctl handling bits to bring things in lineBrad Smith
2014-12-29It sends and receives packets (until we run out of the initial receive blocks).Mark Kettenis
2014-12-28The greatest happiness is to scatter inferiour APIs, to drive themKenneth R Westerback
2014-12-28spelling fix; from daria suchecka via krzystof warzechaJason McIntyre
2014-12-28Fairly complete Rx path hardware initialization.Mark Kettenis
2014-12-28Replace last workq in tree (reading disklabels from newly attachedKenneth R Westerback
2014-12-28Fix subtle typo.Joel Sing
2014-12-28Add regress tests for default option handling.Joel Sing
2014-12-28Allow a default option to be specified by having a NULL name, but a validJoel Sing
2014-12-28Add regress tests for multiple argument callback functions.Joel Sing
2014-12-28Provide an option type that allows for a callback function to consume anJoel Sing
2014-12-28Add option parsing regress tests with end of options handling.Joel Sing
2014-12-28Teach option parsing that a single hyphen denotes the end of named optionsJoel Sing
2014-12-28Add regress tests for option parsing with multiple unnamed arguments.Joel Sing