summaryrefslogtreecommitdiffstats
path: root/tools/tools
Commit message (Collapse)AuthorAgeFilesLines
* really enable usb1sam2009-02-271-8/+9
|
* o enable PREEMPTIONsam2009-02-272-51/+62
| | | | | | | | o turn off a bunch of stuff that's unlikely to be used o add flash support o use mii instead of miibus to save space o enable tdma support o configure legacy usb as usb2 works only on 2348 w/ 64M configs
* o add -HEAD to avoid build conflictssam2009-02-271-3/+3
| | | | o switch to a more common flash config
* add -HEAD to avoid build conflictssam2009-02-271-1/+1
|
* fix buildsam2009-02-271-0/+1
|
* fix buildsam2009-02-271-1/+1
|
* use mii instead of miibus to not pull in useless phy codesam2009-02-261-1/+1
|
* add updatep[12] that grok the partitioning we use and use gpartsam2009-02-262-0/+116
| | | | instead of boot0cfg to switch the active partition
* add more gpio registerssam2009-02-261-2/+9
|
* Delete files which serve no purpose in this environment.mr2009-02-205-237/+0
| | | | Inspired by: simon@
* revamp after 1/2 and 1/4 rate changessam2009-02-191-89/+77
|
* add -z option to zero driver statistics (but note we don't yet zerosam2009-02-133-3/+18
| | | | stats obtained from the hal)
* add stats no frags and missing stat for no dma bufferssam2009-02-131-1/+9
|
* backout r188327, it broke summary printingsam2009-02-133-53/+43
|
* Add files to build i386/amd64 bootable rescue ISO images using themr2009-02-1117-0/+1789
| | | | nanobsd framework.
* o use humanize_number to print totalssam2009-02-083-43/+53
| | | | o shrink some fields now that we don't have to worry about overflow
* for adhoc and ahdemo modes try to find the "bss node": use the bssidsam2009-02-051-1/+10
| | | | | | unless it's not setup or zero's; this may not work as the bssid of the ibss isn't certain to the "right mac address" but for many cases it is
* make -o handling like athstatssam2009-02-051-9/+30
|
* unbreak -osam2009-02-051-2/+1
|
* add new stats and missing tx_raw statsam2009-02-051-2/+12
|
* o fix identification of ahdemo modesam2009-02-051-11/+24
| | | | | o split out code to get the bssid for use in the future o include more information in error diags when unable to collect sta info/stats
* add cfi test toolsam2009-02-053-0/+164
| | | | | Sponsored by: Carlson Wireless Reviewed by: imp, Chris Andreson
* Get the right system makefiles for make distribution.phk2009-02-041-1/+2
|
* track hal changessam2009-01-291-1/+3
|
* update for hal changessam2009-01-292-456/+239
|
* Fix typophk2009-01-171-1/+1
| | | | Spotted by: juli
* Release the evil twin of nanobsd.sh: sysbuild.shphk2009-01-172-0/+681
| | | | | | | | | | | | | | | | | | | | quoth the README: I have been running -current on my laptop since before FreeBSD 2.0 was released and along the way developed this little trick to making the task easier. sysbuild.sh is a way to build a new FreeBSD system on a computer from a specification, while leaving the current installation intact. sysbuild.sh assume you have two partitions that can hold your rootfs and can be booted, and roughly speaking, all it does is build a new system into the one you don't use, from the one you do use. A partition named /freebsd is assumed to be part of your layout, and that is where the sources and ports will be found. If you know how nanobsd works, you will find a lot of similarity.
* add athrd tool that dumps ath hal regulatory info; note this is soon tosam2009-01-156-4/+2106
| | | | obsolete but commit now so it's available for anyone that's interested
* simple scripts to demonstrate tdma setupsam2009-01-142-0/+39
|
* add tool to calculate air time for 802.11 packetssam2009-01-123-1/+604
|
* Vi got me in trouble in r187102 - fix typo of duplicate output filename.obrien2009-01-121-1/+1
| | | | Submitted by: several
* Update fech URL.obrien2009-01-121-1/+1
| | | | Submitted by: Alexander Best <alexbestms@math.uni-muenster.de>
* example configurations for cross-building to Gateworks 2348 and 2358 boards;sam2009-01-099-0/+773
| | | | | | probably needs cleanups to be less specific to my needs/uses MFC after: 2 weeks
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-084-4/+21
| | | | | | | | | | | | | | | o add net80211 support for a tdma vap that is built on top of the existing adhoc-demo support o add tdma scheduling of frame transmission to the ath driver; it's conceivable other devices might be capable of this too in which case they can make use of the 802.11 protocol additions etc. o add minor bits to user tools that need to know: ifconfig to setup and configure, new statistics in athstats, and new debug mask bits While the architecture can support >2 slots in a TDMA BSS the current design is intended (and tested) for only 2 slots. Sponsored by: Intel
* Add a new program, ether_reflect, which is useful in testing ethernetgnn2008-12-234-0/+283
| | | | devices and switches.
* Fix a bug in the man page where we were not showing the correct flagsgnn2008-12-231-2/+2
| | | | | in the explanation. Several of the flags were -i, since it was a copy/paste operation.
* Add the mctest program and description to the README.gnn2008-12-231-0/+1
|
* Add new tool tionxcl to bring ttys out of exclusive mode whenbms2008-12-182-0/+107
| | | | left by e.g. legacy uucp or tip.
* Make it possible to cherry-pick packages out of a directory.phk2008-12-161-1/+6
|
* bring in diagnostic tools that are useful now that we have hal source codesam2008-12-0723-7/+4222
|
* o unbreak ani stat displaysam2008-10-291-5/+9
| | | | o improve some labels
* sync w/ driver updates; this also brings in ani statssam2008-10-273-19/+270
|
* add regdomain knobsam2008-10-271-0/+3
|
* add -n option to suppress clearing the build tree and add -DNO_CLEANsam2008-10-191-2/+18
| | | | to buildworld and/or buildkernel
* Avoid failing if the directory already exists (when restarting at customize).n_hibma2008-10-091-1/+1
| | | | MFC after: 2 days
* In cust_install_files() we ignore CVS directories. In a similar way nowsimon2008-09-231-1/+1
| | | | also ignore .svn directories.
* - Change all "echo #..." into using a progress print function to make itsimon2008-09-231-41/+65
| | | | | | | | | | | possible to make NanoBSD output more quite or verbose. The default output should remain mostly unchanged. [1] - Add missing shift for -i. - Clean up usage() so it's now (mostly) sorted alphabetically. - Make command line argument handling more consistent in the code and remove redundant semicolons. Reviwed by: phk [1]
* * Add USB boot support.bms2008-09-221-5/+52
| | | | | | | | | | * Allow the image name to be renamed via NANO_IMGNAME. * Propagate TARGET_ARCH into src top level make targets explicitly to support cross-building. * Increase the default size of NanoBSD media from 488MB to 584MB to accomodate a -CURRENT world. Reviewed by: phk
* Mark the first slice of a NanoBSD image 'active' by default.bms2008-09-221-0/+4
| | | | | | | This fixes USB boot (not yet merged to HEAD) with 3 flavours of BIOS I've seen. Approved by: phk
* Include $NANO_NAME in the completed message. This is nice if you aresimon2008-09-211-1/+1
| | | | | building multiple NanoBSD images at once to keep track of what is running and what isn't.
OpenPOWER on IntegriCloud