aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect output for a file consisting of a single full-sizeKirk McKusick2018-04-193-54/+76
* Add sortbench.Brooks Davis2018-04-194-0/+366
* In addition to the existing argument format:Kirk McKusick2018-04-182-7/+32
* Check the inode type and only attempt to print block lists forKirk McKusick2018-04-181-10/+59
* Remove mention of tools/recoverdisk, now in sbinEd Maste2018-04-181-1/+0
* Add (intmax_t) type casts to some printf parameters to keep i386 happy.Kirk McKusick2018-04-081-1/+2
* Split tools/diag/prtblknos into two parts:Kirk McKusick2018-04-083-153/+169
* cryptocheck: Add Chacha20 cipher to toolConrad Meyer2018-03-291-0/+3
* cryptotest: Add chacha20 cipherConrad Meyer2018-03-291-1/+3
* cryptotest: Add blake2 hashes to toolConrad Meyer2018-03-271-0/+5
* Update the license to note my work on cryptocheck was sponsored.John Baldwin2018-03-261-1/+26
* lua-lint: Hint that try_include is now an accepted globalKyle Evans2018-03-261-1/+1
* cryptocheck: Add support for Blake2{B,S} hashesConrad Meyer2018-03-232-1/+10
* Bring in JHB's cryptocheck toolConrad Meyer2018-03-232-31/+1183
* Add kernel and userspace code to dump the firmware state of supportedHans Petter Selasky2018-03-082-0/+6
* lua-lint: Whitelist cli_execute_unparsed as a globalKyle Evans2018-03-071-1/+2
* Add --globals printc to lua-lintKyle Evans2018-03-021-1/+1
* Add descriptions for recently added loader optionsKyle Evans2018-03-014-0/+8
* Back out r330252; will reapply with an actual commit messageKyle Evans2018-03-014-8/+0
* MFC after: 1 weekKyle Evans2018-03-014-0/+8
* Remove LOADER_EFI description filesKyle Evans2018-03-012-4/+0
* Add missing punctuation to *_LOADER_EFI descriptions...Kyle Evans2018-02-282-2/+2
* Some missing LOADER_EFI build option descriptionsKyle Evans2018-02-282-0/+4
* Add missing WITH_BSD_GREP_FASTMATCH descriptionKyle Evans2018-02-281-0/+3
* Add kernel retpoline option for amd64Ed Maste2018-02-282-0/+6
* lua-lint: Add note about luacheck in ports, silence warningKyle Evans2018-02-221-3/+3
* Add script for linting stand/lua to tools/boot.Kyle Evans2018-02-221-0/+19
* Add LOADER_DEBUG regression testWarner Losh2018-02-211-0/+9
* tools/80211: correct array indexEitan Adler2018-02-191-1/+1
* Remove obsolete tool, bus_autoconf, which is replaced by devmatch(8).Hans Petter Selasky2018-02-1711-1217/+0
* lua-test: Image the loader test directory if it doesn't exist yetKyle Evans2018-02-161-1/+4
* Default to /tmp/loadertest for lua test scriptsKyle Evans2018-02-162-2/+3
* Simplify building before installing.Warner Losh2018-02-151-2/+1
* Build loader before installing it in lua-img.shKyle Evans2018-02-151-0/+1
* Set svn:executable on lua-img.shKyle Evans2018-02-151-0/+0
* Simple script to image a small test area from a built tree. Build withWarner Losh2018-02-141-0/+25
* A quick test script that we can run to use userboot's test mode toWarner Losh2018-02-141-0/+22
* Add lua to build scriptWarner Losh2018-02-121-0/+14
* Add Lua as a scripting langauge to /boot/loaderWarner Losh2018-02-121-0/+2
* Convert tools/regression/sockets/socketpair to ATFAlan Somers2018-02-102-170/+0
* Promote llvm-cov to a standalone optionEd Maste2018-02-102-0/+8
* Add an explanation of the block size units output by prtblknos.Kirk McKusick2018-02-091-0/+17
* This is a little C-program that can be used to print out the listKirk McKusick2018-02-094-1/+356
* Teach nanobsd about armv7, add -m to qemu invocationsKyle Evans2018-02-098-8/+11
* Remove gdbtui, it was already not installed on every archesBaptiste Daroussin2018-02-061-1/+0
* Flesh out the creation of sparc64 UFS images. This has only been verifiedMarius Strobl2018-02-052-15/+55
* Fix backward conditional.Warner Losh2018-02-031-2/+2
* tools: remove note about diffburst.Eitan Adler2018-01-281-2/+0
* Merge ^/head r327624 through r327885.Dimitry Andric2018-01-121-25/+60
|\
| * Add encrypt+authenticate modes to cryptotest toolConrad Meyer2018-01-101-25/+60