summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-18take advantage of pool_setipl and PR_ZERO to avoid doing work theDavid Gwynne
2014-01-18if the controller is too busy to do a POLLed command, return XS_BUSYDavid Gwynne
2014-01-18Make installboot(8) easier to use - copy the second stage boot loader toJoel Sing
2014-01-18Add a -r flag that allows for the mount point of the root filesystem to beJoel Sing
2014-01-18Build installboot on all architectures.Joel Sing
2014-01-18rename scsi_ioh_runqueue to scsi_iopool_run, and make it availableDavid Gwynne
2014-01-18Also make installboot build on macppc.Joel Sing
2014-01-18Use arc4random_uniform to increase the slightly difficulty of winning.Theo de Raadt
2014-01-18Add missing include.Joel Sing
2014-01-18Make installboot(8) build on all architectures, although currently withJoel Sing
2014-01-18If ugflag (indicating a character from the file being parsed has beenKenneth R Westerback
2014-01-18Remove superfluous assignment to local variable 'val' just beforeKenneth R Westerback
2014-01-18involuntary sneak preview, revertMarc Espie
2014-01-18...and sort SHA256 properlyMarc Espie
2014-01-18Make parse_warn() messages consistantly use 'expecting' ratherKenneth R Westerback
2014-01-18caching a bit more tricky... problem noticed by naddy@Marc Espie
2014-01-18Never silently consume the following statement when unexpectedlyKenneth R Westerback
2014-01-18correct crypto lingo; ok espie@Christian Weisgerber
2014-01-17if the hardware is too busy or its queues are too full, return XS_BUSY,David Gwynne
2014-01-17if the hardware is too busy or its queues are too full, return XS_BUSY,David Gwynne
2014-01-17Validate file size before loading content into memory.Tobias Stoeckmann
2014-01-17Do not follow symlinks for -l and -L arguments.Tobias Stoeckmann
2014-01-17signing got simplerMarc Espie
2014-01-17a polled command timing out isnt a software resource shortage, itsDavid Gwynne
2014-01-17remove a XS_NO_CCB case by moving aac to iopools.David Gwynne
2014-01-17Make parse_X return -1 when it encounters a parsing error. EnablesKenneth R Westerback
2014-01-17replace aacminphys with scsi_minphys. both are just wrappers aroundDavid Gwynne
2014-01-17aacvar advertises a public api which is only used inside aac.c. make itDavid Gwynne
2014-01-17Close file descriptor before next try getting a good one.Tobias Stoeckmann
2014-01-17Fix off-by-one on specially crafted /etc/shells file.Tobias Stoeckmann
2014-01-17Sort the macro keys by their real-world frequency to reduce the averageIngo Schwarze
2014-01-17Drop the AUTOINCREMENT PRIMARY KEYs from the mlinks and keys tables.Ingo Schwarze
2014-01-17Despite some experimenting, i'm unable to find any relevant effect ofIngo Schwarze
2014-01-17ctype and other sign extension fixes.Okan Demirmen
2014-01-17do check_digest per plist.Marc Espie
2014-01-17make ArcCheck less confusing, don't archive stuff that WON'T surviveMarc Espie
2014-01-17"recognize" extended header thingies (we don't handle them, we justMarc Espie
2014-01-17use internal gunzip, now that the fh leak is closed.Marc Espie
2014-01-17oops, keeping _current around means I still have a live fh after deref.Marc Espie
2014-01-17tweak documentation to match what's going onMarc Espie
2014-01-17as requested by theo, invoke signify in the EXAMPLE order.Marc Espie
2014-01-17default signer less picky, just select by function, e.g., *pkg or *fw.Marc Espie
2014-01-17tweak the interface to generating signatures yet again.Marc Espie
2014-01-17fix log message statvfs. ok djmDarren Tucker
2014-01-17remove unused includes. ok djm@Darren Tucker
2014-01-17Add a new example showing how to verify bsd.rd with signify and the newLawrence Teo
2014-01-17add signature checking and make checksum procedure more robust byAlexander Hall
2014-01-17signed/unsigned comparison warning fix; from portableDamien Miller
2014-01-16Avoid size_t overflow in apprentice_map.Tobias Stoeckmann
2014-01-16Avoid size_t overflow while reading /etc/resolv.conf.tail.Tobias Stoeckmann