summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fix an obvious bug.ru2006-04-181-1/+1
| | | | Submitted by: Alex Lyashkov <umka@sevcity.net>
* Implications are auto-generated.ru2006-04-131-2/+0
|
* MFp4:marcel2006-04-101-16/+70
| | | | | | | | | | | | o Add mount and umount actions so that partitions can be in use. o Extend the testing of the add verb to include overlapping partitions. o Add tests for the remove verb. this includes tests to remove a partition when in use (i.e. is mounted). o Add a MD5 checksum to the output of the conf action so that it can be tested. Make sure the MD5 doesn't vary based on certain dynamic behaviour that is irrelevant to the output. o Add MD5 checksums to the expected result of conf actions.
* MFp4:marcel2006-04-101-17/+81
| | | | | | Add support for read-write parameters. Allow an optional initializer for read-write parameters. Print the value of those parameters on success following the PASS.
* Add a simple regression test that creates and tears down route sockets,rwatson2006-04-092-0/+108
| | | | | and confirms that only SOCK_RAW works with socket(), and nothing works with socketpair().
* Add simple regression tests that creates UNIX domain sockets usingrwatson2006-04-092-0/+91
| | | | | socket() and socketpair() of SOCK_STREAM and SOCK_DGRAM types. It also confirms that SOCK_RAW fails.
* Test that variable assignments preceding special built-ins affect the currentstefanf2006-04-091-0/+55
| | | | | shell environment, eg after "VAR=val eval" VAR remains set. Currently fails but will be implemented soon.
* Don't select a default value for $machine until after we've examined $arch.des2006-04-072-6/+12
| | | | Noticed by: mjacob
* Milosz (sorry for not using the right 'l', it will not display corretlynetchild2006-04-031-0/+1018
| | | | | | | | | | | | | | | | | in the commit log) submitted support for some NO_* knobs for delete-old* and check-old. I converted it to the new WITHOUT_* knobs (more correctly: MK_*) and added some dummy ones so that people can see what's missing. Volunteers can have a look at http://phk.freebsd.dk/misc/build_options/ for a list of files. The location looks a little bit odd to me, but I don't care about the color of this bikeshed and follow the suggestion of our build infrastructure guru to place it "somewhere under src/tools/ please". [1] The build/mk/ directory looks more sane to me than the other ones there. Submitted by: milosz.galazka@gmail.com Suggested by: ru [1]
* Add a second pass to the close-before-accept test using a call to therwatson2006-04-031-5/+59
| | | | tcp drop sysctl. This should exercise the ECONNABORTED accept case.
* Add regression test for tcpdrop sysctl.rwatson2006-04-032-0/+257
|
* Add a regression test to exercise the case where accept() is called andrwatson2006-04-032-0/+156
| | | | the next waiting socket has had a close on the remote endpoint already.
* Add test cases that check utility syntax errors and redirection errors. Forstefanf2006-04-022-0/+99
| | | | | | special built-in utilities they must terminate the shell, for other utilities only a error message shall be written. We currently fail both tests.
* When running the second part of the test, kill off the server process fromrwatson2006-04-021-7/+10
| | | | | | | the first part before starting, or the TCP port we want to bind may be in use still. Sleep for a short period between tests. Use SIGTERM instead of SIGKILL.
* Pass the right pid into the parent and child tasks so that when a testrwatson2006-04-021-2/+2
| | | | fails, we kill the right partner process.
* Add makefile for tcpsocktimewait missed in previous commit.rwatson2006-04-021-0/+9
|
* Add a short regression test that triggers a TCP socket to enter time waitrwatson2006-04-021-0/+169
| | | | | while the socket is still open; one variant closes the socket while in time wait, and a second lets time wait expire while the socket is open.
* Overlooked that src.conf was built from here.phk2006-04-011-1/+1
|
* Reflect progress in process title.des2006-03-272-0/+3
|
* Add spxabort, a simple netipx/spx regression test that triggersrwatson2006-03-272-0/+108
| | | | | | | pru_abort() by closing a listen socket while completed connections are presenting in its listen queue. Unfortunately, it's difficult to trigger the other two pru_abort() cases using user APIs, so they are not covered by this test.
* Add simple regression test to ping pong a data packet over SPX in streamrwatson2006-03-262-0/+270
| | | | | | mode. Support both connection via connect() and sendto(), but don't compile in sendto() for now, since netipx doesn't appear to actually implement that (doh).
* Add a simple IPX datagram regression test, which opens two IPX datagramrwatson2006-03-262-0/+130
| | | | | sockets, binds a local port, sends a datagram, and confirms that it is received.
* Add a short README with configuration hints to get the netipx regressionrwatson2006-03-261-0/+11
| | | | | tests up and running. This is likely a message to myself in six months when I've completely forgotten how.
* Use tr(1) to lowercase strings in a way which works with all locales.simon2006-03-261-2/+2
| | | | Approved by: cperciva (mentor)
* Modify ipxsocket regression test to create and close sockets severalrwatson2006-03-261-22/+43
| | | | | | | | times, with variable length sleeps between socket() and close(). This will help to ensure that IPX/SPX timers fire while the sockets are open, and hence have PCB's on the IPX pcb list, so that if timers are going to stumble over PCB types they don't expect, it will happen as part of this test.
* Add simple ipxsocket regression test: open, and close, various IPX socketrwatson2006-03-262-0/+80
| | | | types supported by the FreeBSD netipx implementation.
* Get the MK_FOO column rightphk2006-03-251-2/+2
|
* Update build survey scriptsphk2006-03-255-197/+287
|
* Fix generation of '$FreeBSD$'.ru2006-03-211-1/+1
|
* Slightly better description.ru2006-03-211-1/+1
|
* A tool to generate the src.conf(5) manpage.ru2006-03-211-0/+185
|
* Open the lock file write-only.des2006-03-211-1/+1
|
* Prepare to autogenerate the src.conf(5) manpage.ru2006-03-2174-0/+266
|
* Remove an outdated README.ru2006-03-211-7/+0
|
* Merge Perforce change 93572 from TrustedBSD audit3 branch:rwatson2006-03-192-0/+152
| | | | | | Simple audit pipe ioctl regression test. Obtained from: TrustedBSD Project
* Change s_net to s_node when printing the destination address.rwatson2006-03-171-1/+1
|
* NO_MAN is not needed here.ru2006-03-162-2/+0
|
* Style: NO_MAN doesn't need any value.ru2006-03-1521-33/+32
|
* In addition to -b (suppress builds) add -k (suppress kernel build) andphk2006-03-091-10/+37
| | | | -w (suppress world).
* NOMAN --> NO_MANume2006-03-071-1/+1
|
* Allocate proper amount of memory. Otherwise, we pass the end of a buffer,wkoszek2006-03-061-1/+1
| | | | | | | thus having unpleasant warning. Was found by jemalloc redzone code. Reviewed by: rwatson Approved by: cognet (mentor)
* fixupssam2006-03-064-16/+19
| | | | | Submitted by: ru MFC after: 3 days
* fix for non-i386/amd64 machinessam2006-03-062-1/+6
| | | | | Submitted by: marcel MFC after: 3 days
* Update copyright years and remove third clause.des2006-03-025-17/+7
|
* Read site.rc after default.rc.des2006-03-022-2/+5
|
* Ignore generated files.des2006-03-022-0/+5
|
* when acpi does not explicitly enumerate lapic/cpu's there shouldsam2006-02-281-1/+1
| | | | | | only be 1 Reviewed by: jhb
* Fix the way in which median is calculated. If the data source has evenwkoszek2006-02-231-7/+18
| | | | | | | number of data points, value should be calculated by adding two middle elements and dividing them by 2. Approved by: cognet (mentor)
* test program to check cpu countingsam2006-02-226-0/+803
| | | | MFC after: 1 week
* Add option -w to specify graph width.mdodd2006-02-221-3/+24
| | | | | | Use COLUMNS, terminal width for default graph width. Reviewed by: rwatson
OpenPOWER on IntegriCloud