aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add a test to check whether in compat mode make detectes builtinsHartmut Brandt2005-05-206-0/+51
| | | | | | | | on the command line and really executes the shell instead of directly executing the command. Notes: svn path=/head/; revision=146454
* Add a test to ensure that in compat mode when a line contains noHartmut Brandt2005-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. Notes: svn path=/head/; revision=146452
* Add a test that test whether we can replace the shell to use byHartmut Brandt2005-05-206-0/+54
| | | | | | | | make with another shell and set all its parameters (meta and builtins not tested here). Notes: svn path=/head/; revision=146449
* Make the path to make.conf a parameter which can be overridden.Poul-Henning Kamp2005-05-191-6/+8
| | | | | | | NB: you have to use absolute path! Notes: svn path=/head/; revision=146406
* Save space by using -b 4096 -f 512 for newfs.Poul-Henning Kamp2005-05-191-2/+4
| | | | | | | Retain -i 8192 to avoid wasting inodes. Notes: svn path=/head/; revision=146405
* Run the "files" customization scriptPoul-Henning Kamp2005-05-191-1/+1
| | | | Notes: svn path=/head/; revision=146404
* Add some runtime admin/tool scriptsPoul-Henning Kamp2005-05-194-0/+84
| | | | Notes: svn path=/head/; revision=146402
* Add a couple of basic customization scripts.Poul-Henning Kamp2005-05-192-0/+33
| | | | Notes: svn path=/head/; revision=146399
* Explain the magicPoul-Henning Kamp2005-05-191-0/+6
| | | | Notes: svn path=/head/; revision=146386
* Some test cases for .SHELL target: builtin shell selection andHartmut Brandt2005-05-1917-0/+179
| | | | | | | changing the path of a builtin shell. Notes: svn path=/head/; revision=146381
* Make <runefile.h> internal to libc.Ruslan Ermilov2005-05-161-5/+0
| | | | | | | Suggested by: phantom Notes: svn path=/head/; revision=146261
* Add an #ifdef'd non-blocking version of the test.Robert Watson2005-05-161-1/+10
| | | | | | | Update copyright. Notes: svn path=/head/; revision=146251
* Close the connect socket as well as the listen socket on completion.Robert Watson2005-05-161-2/+2
| | | | | | | Update copyright. Notes: svn path=/head/; revision=146250
* o -n option added.Marcel Moolenaar2005-05-1510-2/+47
| | | | | | | o -x option added. Notes: svn path=/head/; revision=146234
* Catching up with the latest crypto API changes in net80211.Tai-hwa Liang2005-05-053-3/+6
| | | | | | | Reviewed by: sam Notes: svn path=/head/; revision=145904
* add simple test script.Hajimu UMEMOTO2005-05-051-0/+24
| | | | Notes: svn path=/head/; revision=145901
* - add $FreeBSD$.Hajimu UMEMOTO2005-05-041-1/+2
| | | | | | | - enable -r option for regress target. Notes: svn path=/head/; revision=145885
* - add $FreeBSD$.Hajimu UMEMOTO2005-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. Notes: svn path=/head/; revision=145860
* This commit was generated by cvs2svn to compensate for changes in r145857,Hajimu UMEMOTO2005-05-043-0/+319
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=145858
| * import of parallel name resolution test.vendor/NetBSD/miscHajimu UMEMOTO2005-05-043-0/+319
| | | | | | | Obtained from: NetBSD Notes: svn path=/vendor/NetBSD/dist/; revision=145857
* Reduce diffs against actual production configuration.Dag-Erling Smørgrav2005-04-301-1/+1
| | | | Notes: svn path=/head/; revision=145719
* Remove a line which merely echoed the builtin default.Dag-Erling Smørgrav2005-04-301-1/+0
| | | | Notes: svn path=/head/; revision=145718
* Split the 'clean' command into 'cleansrc', 'cleanobj' and 'cleanroot'.Dag-Erling Smørgrav2005-04-301-2/+11
| | | | | | | Specifying 'clean' is equivalent to specifying all three. Notes: svn path=/head/; revision=145717
* Add 'cleanobj' to the default target list.Dag-Erling Smørgrav2005-04-301-1/+1
| | | | Notes: svn path=/head/; revision=145716
* Add an initial regression test suite for make(1).Hartmut Brandt2005-04-2865-0/+958
| | | | | | | Submitted by: Max Okumoto <okumotu@ucsd.edu> (partly, initial version) Notes: svn path=/head/; revision=145620
* Adjust code to be more reliable.David Xu2005-04-241-10/+8
| | | | Notes: svn path=/head/; revision=145468
* Add a program to test if tls data is clean.David Xu2005-04-233-1/+52
| | | | Notes: svn path=/head/; revision=145467
* Fix printf() format string errors with 64-bit architectures.Maxime Henrion2005-04-211-9/+10
| | | | | | | Spotted by: pav Notes: svn path=/head/; revision=145367
* Remove redundant line, add comment about termcapPoul-Henning Kamp2005-04-191-1/+1
| | | | Notes: svn path=/head/; revision=145282
* Adding another multi-byte characters related regression test for msdosfs.Tai-hwa Liang2005-04-181-0/+22
| | | | | | | | Tested by: njl Reviewed by: silby, bde, sam (mentor) Notes: svn path=/head/; revision=145233
* Add another regression test - one we don't pass right now.Mike Silbersack2005-04-171-0/+22
| | | | Notes: svn path=/head/; revision=145176
* Have the regression test use a path in /tmp for a mount pointMike Silbersack2005-04-171-6/+8
| | | | | | | instead of a directory that only exists on my machine. Notes: svn path=/head/; revision=145175
* Those who are ungodlike should be returned an error.Tom Rhodes2005-04-161-0/+6
| | | | Notes: svn path=/head/; revision=145165
* Starting point for a regression test for mac_bsdextended(4)/libugidfw(3).Robert Watson2005-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 Notes: svn path=/head/; revision=145141
* Also test \0 in the format string.Stefan Farfeleder2005-04-142-1/+1
| | | | Notes: svn path=/head/; revision=145086
* sort and expand the prunelist in a more or less generally sensiblyPoul-Henning Kamp2005-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. Notes: svn path=/head/; revision=145033
* Introduce NANOBSD_PRUNE which can be used to zap out bits we don'tPoul-Henning Kamp2005-04-131-0/+3
| | | | | | | want to carry forward. Notes: svn path=/head/; revision=145032
* Use df -iPoul-Henning Kamp2005-04-131-1/+1
| | | | Notes: svn path=/head/; revision=145031
* Add a few regression tests for printf(1).Stefan Farfeleder2005-04-1312-1/+38
| | | | Notes: svn path=/head/; revision=145028
* Add NO_DICT handle. Saves almost 3.5 MB installed.Poul-Henning Kamp2005-04-131-1/+2
| | | | Notes: svn path=/head/; revision=145003
* Add support for more than two datasets. Currently limited to 7 thoughMatthew N. Dodd2005-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 Notes: svn path=/head/; revision=144993
* Save argv[0] and use it in usage message.Matthew N. Dodd2005-04-131-1/+5
| | | | Notes: svn path=/head/; revision=144982
* Adding a brief description for pirtool.Tai-hwa Liang2005-04-121-0/+1
| | | | | | | Reviewed by: sam (mentor) Notes: svn path=/head/; revision=144944
* Centralize usage in usage(), and use in preference to fprintf().Robert Watson2005-04-101-8/+16
| | | | | | | | | List possible tests in usage(). When running a test, print the test name. Notes: svn path=/head/; revision=144850
* A simple regression test for msdosfs. Not the best, but it would have caughtMike Silbersack2005-04-081-0/+21
| | | | | | | the recent trouble msdosfs had. Notes: svn path=/head/; revision=144784
* Add missing test-rem.t.David Schultz2005-04-021-0/+10
| | | | Notes: svn path=/head/; revision=144533
* print new stats for cts burst extension logicSam Leffler2005-03-301-0/+2
| | | | Notes: svn path=/head/; revision=144349
* fix typoSam Leffler2005-03-301-1/+1
| | | | Notes: svn path=/head/; revision=144345
* handle rejoin eventSam Leffler2005-03-291-1/+3
| | | | Notes: svn path=/head/; revision=144304
* A few simple regression tests for remainder(), remainderf(),David Schultz2005-03-252-1/+144
| | | | | | | remquo(), and remquof(). Notes: svn path=/head/; revision=144094