summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* script to set ifs parameters based on distance; derived from programsam2005-08-301-0/+42
| | | | | | of the same name by Gunter Burchardt MFC after: 3 days
* Extend utility to allow recovering single file from the deffectivesobomax2005-08-292-14/+33
| | | | | | media. MFC after: 2 weeks
* Correct a comment to match the configuration parameter it describes.simon2005-08-271-1/+1
| | | | MFC after: 3 days
* Add regression tests for '-L' option.pjd2005-08-252-0/+84
|
* '-F' option behaviour was reverted, so revert previous commit.pjd2005-08-252-3/+5
|
* '-F' option now needs locked pidfile. Modify regression tests respectively.pjd2005-08-242-6/+4
|
* Add support for processing the "bd_locked" flag offered by the bpfcsjp2005-08-231-2/+3
| | | | stats structure.
* Increase flexibility in disk-layoutphk2005-08-161-25/+52
|
* Put more stuff in logfiles instead of stdoutphk2005-08-151-2/+8
|
* Cleanup and polishing.phk2005-08-151-24/+28
|
* After much experimentation, settle for the simplest model for customizephk2005-08-151-0/+17
| | | | scripts.
* Prune empty directories in /usrphk2005-08-131-26/+38
| | | | Move argv parsing.
* Update to latest version of this tool.phk2005-08-095-247/+335
| | | | Takes about a week for a full run.
* sigh, sizeof the correct variable so we can match ifname's > 4 bytessam2005-08-061-1/+1
|
* Add a few more system call timing cases:rwatson2005-08-031-10/+65
| | | | | | | Rename current socket creation test to socket_stream. Add new socket_dgram test. Add new socketpair_stream test. Add new socketpair_dgram test.
* simplify use with non-ath devices; search the wlan sysctl nodes tosam2005-08-031-7/+18
| | | | | | locate the right one for the specified interface MFC after: 3 days
* polish various bits.phk2005-08-021-36/+35
|
* Ignore CVS directoriesphk2005-08-021-1/+1
|
* typophk2005-08-011-1/+1
|
* Add stuff to HTML output.phk2005-07-311-22/+86
|
* The beginnings of a tool to survey the build options (NO_THIS, NO_THAT etc)phk2005-07-313-0/+279
| | | | for effect.
* In realpath(), make sure each path component consists only of safedes2005-07-291-1/+3
| | | | characters, and untaint it.
* Differentiate between empty and short reports, and raise the bar for whatdes2005-07-291-2/+6
| | | | we consider a short report to 128 characters. Canonicalize %%HOME%%.
* Don't email reports that are empty or very short, as can happen if tbmasterdes2005-07-291-0/+6
| | | | fails to exec the tinderbox script.
* Shorten src / obj paths while capturing logs, making them both smaller anddes2005-07-281-1/+30
| | | | easier to read.
* Add regression tests (121 in total) for GEOM_ELI class.pjd2005-07-278-0/+607
| | | | | | | | | | To use them, run: # prove /usr/src/tools/regression/geom_eli Sponsored by: Wheel Sp. z o.o. http://www.wheel.pl MFC after: 1 week
* Add a description for bpfstatcsjp2005-07-261-0/+1
|
* Introduce a bpfstat utility. This program can be used to retrievecsjp2005-07-264-0/+402
| | | | | | | stats provided by bpf(4). This program will live in tools/ for now until we figure out where it will live permanently. Based on some discussions on developers@, it is likely that we will be adding this functionality to netstat(1) at some point.
* Add the first snapshot at rewriting the nanobsd build to be a shellscript.phk2005-07-261-0/+359
| | | | | | The overall idea is to get a single build script which will not need editing, but instead overrides and changes happen by config files passed as arguments.
* Add some more NO_FOO options. I'm not sure if they're correctly sorted in thephilip2005-07-251-0/+13
| | | | | | | size-scheme. Also add commented NO_BIND_FOO options for people who want named but not all of the bloat it likes to include by default. While here, make a comment about BOOT_COMCONSOLE_SPEED.
* Add fstab entries for ALTROOTSLICE and CFGSLICE, allowing us to do away withphilip2005-07-254-6/+37
| | | | | | | | | | | most of the hardcoding of device names in installed convenience scripts. Provide a new script (root/updatep) to easily update the ALTROOTSLICE. It does the same as updatep1/updatep2 without hardcoded device names. If noone protests, I'd like to get rid of updatep1/updatep2 at some point. As an extra bonus: turn on the error led while updating (on hardware with a led).
* Change jail IP from 1.0.0.127 to 127.0.0.1, which shows, that this testpjd2005-07-231-1/+1
| | | | doesn't examine the real issue as it pass without problems.
* update for recent additionssam2005-07-221-0/+7
|
* update with new msg classessam2005-07-221-0/+8
|
* Add a simple multicast socket regression test set:rwatson2005-07-222-0/+471
| | | | | | | | | | | | | - Test that the basic socket options have the right defaults, that we can change them, read them back, etc. - Add and remove some multicast addresses. - Send a loopback multicast address and make sure it arrives intact. There's more that could be done here, but it's a start. MFC after: 3 days
* In 2003, a -s flag was added to ministat to separate thephk2005-07-212-5/+8
| | | | | | | | | | avg/median/stddev bars onto separate lines for readability if the ranges overlapped. In 2005, ministat was extended to support more than 2 datasets, but the -s code was not updated. It will coredump if run with -s and >2 sets. PR: 82909 Submitted by: Dan Nelson <dnelson@allantgroup.com>
* Catch up.des2005-07-201-2/+2
|
* Remove redundant rc files.des2005-07-202-13/+0
|
* CURRENT -> HEAD, and dump ia64 and powerpc.des2005-07-203-7/+7
|
* Use 'HEAD' instead of 'CURRENT', while retaining backward compatibility.des2005-07-204-11/+11
|
* Include RELENG_4_11 and RELENG_4.des2005-07-202-2/+2
|
* Include RELENG_5_4 and RELENG_5. Chuck out ia64.des2005-07-202-4/+4
|
* Add rc files for RELENG_6.des2005-07-202-0/+13
|
* Add another regression tests for msdosfs which covers msdosfs_conv.c rev 1.45.imura2005-07-182-0/+77
| | | | Requested by: silby
* Correct one regression test (which was expected an incorrect answer), andgad2005-07-151-1/+66
| | | | add a few more tests. This matches bug fixes recently committed to 'env'.
* Fix a minor buglet making the code match the comment. Fractional cylindersphilip2005-07-141-1/+1
| | | | | | | | confuse fdisk and break the NanoBSD build. This is an MT5/6 candidate. MFC after: 3 days
* Upgrade these regression tests to track recent changes to `env'.gad2005-06-211-3/+78
| | | | Approved by: re (blanket `env')
* Add a suite of regression tests for all the recent changes to `env',gad2005-06-203-0/+801
| | | | | | | | | | | | | | | using my own script to handle it. I wrote my own partially because of all the quoting-issues involved with testing what I wanted to test, and partially because this lets me commit one script and one data file, instead of one-file-per-regression-test. This suite was good enough for my initial testing (and it did help me find a few bugs that would have otherwise been missed). I'm not sure how well it will work in general use, but I figured I might as well commit it. It won't *hurt* to have it available. At the worst, people can just ignore it. Approved by: re (blanket `env')
* o setsockopt(2) cannot remove accept filter. [1]maxim2005-06-111-10/+46
| | | | | | | | | | o getsockopt(SO_ACCEPTFILTER) always returns success on listen socket even we didn't install accept filter on the socket. o Fix these bugs and add regression tests for them. Submitted by: Igor Sysoev [1] Reviewed by: alfred MFC after: 2 weeks
* Add entry for recoverdisk.sobomax2005-06-061-0/+1
|
OpenPOWER on IntegriCloud