summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add a test for escaped newline handling.harti2005-06-018-0/+45
|
* Add support for TODO tests. These are tests that are supposed to fail,harti2005-06-012-23/+43
| | | | because of a make bug that should be fixed.
* Change the test infrastructure so that tests are easier to maintain andharti2005-05-31192-623/+910
| | | | | | | | | | | | | | so that make(1) will run in an almost clean environment and enhance the description of the test infrastructure. Add the ability to have multiple tests carried out per test script. Give some tests more meaningful names. Fix the usage message from the test scripts. Make it possible to pass several commands to the test scripts like: 'sh test.t setup run compare clean'.
* dd a '-n' option to ministat, which causes it to display only summaryrwatson2005-05-271-9/+17
| | | | | statistics, not graph and statistical test output. Useful for automated processing.
* Add a test to check whether in compat mode make detectes builtinsharti2005-05-206-0/+51
| | | | | on the command line and really executes the shell instead of directly executing the command.
* Add a test to ensure that in compat mode when a line contains noharti2005-05-206-0/+51
| | | | | | shell meta characters it is not passed to the shell, but the command is executed directly (given that the line is not a shell builtin) and that the line with a meta character is passed to the shell.
* Add a test that test whether we can replace the shell to use byharti2005-05-206-0/+54
| | | | | make with another shell and set all its parameters (meta and builtins not tested here).
* Make the path to make.conf a parameter which can be overridden.phk2005-05-191-6/+8
| | | | NB: you have to use absolute path!
* Save space by using -b 4096 -f 512 for newfs.phk2005-05-191-2/+4
| | | | Retain -i 8192 to avoid wasting inodes.
* Run the "files" customization scriptphk2005-05-191-1/+1
|
* Add some runtime admin/tool scriptsphk2005-05-194-0/+84
|
* Add a couple of basic customization scripts.phk2005-05-192-0/+33
|
* Explain the magicphk2005-05-191-0/+6
|
* Some test cases for .SHELL target: builtin shell selection andharti2005-05-1917-0/+179
| | | | changing the path of a builtin shell.
* Make <runefile.h> internal to libc.ru2005-05-161-5/+0
| | | | Suggested by: phantom
* Add an #ifdef'd non-blocking version of the test.rwatson2005-05-161-1/+10
| | | | Update copyright.
* Close the connect socket as well as the listen socket on completion.rwatson2005-05-161-2/+2
| | | | Update copyright.
* o -n option added.marcel2005-05-1510-2/+47
| | | | o -x option added.
* Catching up with the latest crypto API changes in net80211.avatar2005-05-053-3/+6
| | | | Reviewed by: sam
* add simple test script.ume2005-05-051-0/+24
|
* - add $FreeBSD$.ume2005-05-041-1/+2
| | | | - enable -r option for regress target.
* - add $FreeBSD$.ume2005-05-041-10/+128
| | | | | | | - do service lookup. - add options to use gethostbyname(3) or getipnodebyname(3) instead of getaddrinfo(3). - add option to do reverse lookup.
* This commit was generated by cvs2svn to compensate for changes in r145857,ume2005-05-043-0/+319
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * import of parallel name resolution test.ume2005-05-043-0/+319
| | | | Obtained from: NetBSD
* Reduce diffs against actual production configuration.des2005-04-301-1/+1
|
* Remove a line which merely echoed the builtin default.des2005-04-301-1/+0
|
* Split the 'clean' command into 'cleansrc', 'cleanobj' and 'cleanroot'.des2005-04-301-2/+11
| | | | Specifying 'clean' is equivalent to specifying all three.
* Add 'cleanobj' to the default target list.des2005-04-301-1/+1
|
* Add an initial regression test suite for make(1).harti2005-04-2865-0/+958
| | | | Submitted by: Max Okumoto <okumotu@ucsd.edu> (partly, initial version)
* Adjust code to be more reliable.davidxu2005-04-241-10/+8
|
* Add a program to test if tls data is clean.davidxu2005-04-233-1/+52
|
* Fix printf() format string errors with 64-bit architectures.mux2005-04-211-9/+10
| | | | Spotted by: pav
* Remove redundant line, add comment about termcapphk2005-04-191-1/+1
|
* Adding another multi-byte characters related regression test for msdosfs.avatar2005-04-181-0/+22
| | | | | Tested by: njl Reviewed by: silby, bde, sam (mentor)
* Add another regression test - one we don't pass right now.silby2005-04-171-0/+22
|
* Have the regression test use a path in /tmp for a mount pointsilby2005-04-171-6/+8
| | | | instead of a directory that only exists on my machine.
* Those who are ungodlike should be returned an error.trhodes2005-04-161-0/+6
|
* Starting point for a regression test for mac_bsdextended(4)/libugidfw(3).rwatson2005-04-162-0/+198
| | | | | | | | | Currently only performs basic tests against the library string routines, and queries less important kernel state. Obtained from: TrustedBSD Project Sponsored by: SPAWAR, SPARTA MFC after: 3 days
* Also test \0 in the format string.stefanf2005-04-142-1/+1
|
* sort and expand the prunelist in a more or less generally sensiblyphk2005-04-131-18/+82
| | | | | | | | | order. Put some strategic comments in about how much storage is necessary and a longer explanation on the top. It is now pretty trivial to put nanoBSD on as little as a 64MB CF card. Sponsored by: Soekris Engineering.
* Introduce NANOBSD_PRUNE which can be used to zap out bits we don'tphk2005-04-131-0/+3
| | | | want to carry forward.
* Use df -iphk2005-04-131-1/+1
|
* Add a few regression tests for printf(1).stefanf2005-04-1312-1/+38
|
* Add NO_DICT handle. Saves almost 3.5 MB installed.phk2005-04-131-1/+2
|
* Add support for more than two datasets. Currently limited to 7 thoughmdodd2005-04-131-29/+29
| | | | | | | | | the limit is only the number of meaningful graph symbols available. Statistical comparison is performed between the first dataset and any further datasets. No objection by: phk
* Save argv[0] and use it in usage message.mdodd2005-04-131-1/+5
|
OpenPOWER on IntegriCloud