aboutsummaryrefslogtreecommitdiff
path: root/tools/tools
Commit message (Expand)AuthorAgeFilesLines
...
* If there's no package directory, don't try to install packages fromWarner Losh2011-05-131-0/+6
* Add ${} around variable dereference...Warner Losh2011-05-131-1/+1
* Implement -f to inhibit copying s1 partition out for speed.Warner Losh2011-05-131-4/+12
* Copy symbolic links as files rather than recreating the links.Warner Losh2011-05-131-3/+3
* This is a full 32 bit field for kite.Adrian Chadd2011-05-091-1/+1
* Give some sort of message when the program is not run as root.George V. Neville-Neil2011-05-031-0/+10
* A diagnostic tool to go along with the vxge(4) 10GbE driver.George V. Neville-Neil2011-04-287-0/+3681
* Generate opt_ah.h now for all ath tools, a recent HAL change of mineAdrian Chadd2011-04-115-0/+44
* * re-enable marker stuff, I accidentally disabled it during debuggingAdrian Chadd2011-04-051-4/+2
* Flesh out a simple tool to print the ALQ dump generated by the HAL.Adrian Chadd2011-04-053-1/+126
* Use ${NANO_WORLDDIR}/var/empty as copy source since it has no schg flag set.Michael Reifenberger2011-03-281-2/+2
* Oops, fix badness i must've introduced earlier.Adrian Chadd2011-03-231-4/+4
* Delete all GPT partitions at once. (Suggested by Andrey V. Elsukov <bu7cher@y...Michael Reifenberger2011-03-212-4/+8
* Add a file with some remarks for setting up a zfs boot environmentMichael Reifenberger2011-03-201-0/+35
* - Add script for preparing disks in GPT/ZFS boot environmentMichael Reifenberger2011-03-202-0/+64
* - Build disk image (for USB sticks) and iso imageMichael Reifenberger2011-03-183-11/+29
* Fix warnings and style(9) issues.Rebecca Cran2011-03-112-4/+6
* Fix the build: we have snprintf(3).Rebecca Cran2011-03-111-0/+1
* Fix warnings and set WARNS to 6.Rebecca Cran2011-03-112-0/+5
* Fix warnings and set WARNS to 6.Rebecca Cran2011-03-112-3/+5
* mptable.h is now in include/x86.Rebecca Cran2011-03-111-1/+1
* The regdomain entries are 16 bits, not 8. Print out all 16 bits.Adrian Chadd2011-03-092-2/+2
* Update to keep in sync with the HALAdrian Chadd2011-03-081-7/+5
* Add support for printing out the open-loop TX power control EEPROM fields.Adrian Chadd2011-03-061-2/+22
* Add a helper script that detects which partition we are on and update theXin LI2011-02-181-0/+44
* Improve the check for ports which have gone missing, and just ignorePoul-Henning Kamp2011-02-171-1/+5
* * add in new EEPROM fields from later revisionsAdrian Chadd2011-02-131-2/+11
* Add 'generic' flash images. This is for projects producing genericWarner Losh2011-02-101-1/+43
* Keep this in sync with the ar5212 power rate table size.Adrian Chadd2011-01-291-1/+1
* Fix this tool to use the updated (corrected) v4k eeprom definition introduced...Adrian Chadd2011-01-251-7/+20
* Add a simple tool to print the contents of a v4k EEPROM dump.Adrian Chadd2011-01-247-1/+480
* Add a new tool which takes a text hexdump of the current EEPROM contents.Adrian Chadd2011-01-223-1/+157
* Patch the athstats code/Makefile to cross-compile correctly.Adrian Chadd2011-01-222-13/+13
* Add in a new tool which prints a formatted v14 eeprom from an eepromAdrian Chadd2011-01-213-1/+454
* Remove an un-needed trailing / after OBJDIR.Adrian Chadd2011-01-211-1/+1
* Make the existing ath tools build again.Adrian Chadd2011-01-218-3/+22
* Make sure the PKGDIR exists before we move stuff into it.Poul-Henning Kamp2011-01-181-0/+1
* Update gateworks exclusion list to match latest tree.Warner Losh2011-01-031-2/+14
* Bump the media size from approx 600MB to approx 750MB. The greatWarner Losh2011-01-031-1/+1
* Put in the other half of the SRCCONF patch.Warner Losh2011-01-031-1/+1
* o Mount the device async when we're doing the copy.Warner Losh2010-12-031-3/+3
* _WITHOUT_SRCCONF has too much baggage. Instead, use the simplerWarner Losh2010-12-031-1/+1
* Don't checksum distfiles twice if they match the first time.Poul-Henning Kamp2010-11-231-9/+7
* Optimize the ports recurser a bit more.Poul-Henning Kamp2010-11-231-1/+3
* Improve the ports-dependency resolver by truncating the recursion ifPoul-Henning Kamp2010-11-231-7/+34
* Fix an error in our results printing.George V. Neville-Neil2010-11-161-1/+1
* Insulate the nanobsd build from the current system by opting out ofWarner Losh2010-11-101-0/+2
* Build make.conf when the world is not selected to build, but theWarner Losh2010-11-101-0/+3
* Document NANO_CFGDIR and NANO_DATADIRWarner Losh2010-11-101-0/+6
* - Set -x flag when executing customisation scripts to aid in debugging them.Nick Hibma2010-11-071-10/+31