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