summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add a skeleton makefile that runs the tests out of libc/regex/grot.tjr2004-07-191-0/+11
|
* Oops, test error behaviour of wctrans(), not wctype().tjr2004-07-191-2/+2
|
* While testing fe[gs]etround(), make sure FLT_ROUNDS reflects thedas2004-07-191-0/+10
| | | | proper rounding mode as well.
* Explicitly specify ATPROTO_DDP constant rather than '0' when bindingrwatson2004-07-171-1/+1
| | | | a netatalk socket. No functional change.
* Add a simple tool to bind netatalk sockets and perform send operations.rwatson2004-07-172-0/+170
| | | | | | | This isn't a classic regression test in that it doesn't have a notion of pass fail, it's more of an exercise tool. It attempts to exercise unbound, bound, unconnected, and connected variations on SOCK_DGRAM sockets.
* gcc now objects to a default label without any contents. Because I wantrwatson2004-07-171-0/+2
| | | | | to have a comment present in the default case, add a 'break' to each default case that previously had no actual statements.
* Add simple regression test to detect leakage of file descriptors whenrwatson2004-07-172-0/+142
| | | | | | accept() returns EAGAIN on a non-blocking listen socket. This is the tool I used to check that such a bug was resolved when merging accept() locking.
* Experimental support for using doxygen to generate kernel documentation.dfr2004-07-112-0/+241
|
* When cleaning house, don't try to remove what isn't there.des2004-07-091-7/+13
|
* Use and explicite 'sh' to run the scripts, because they may be checkedharti2004-07-091-6/+6
| | | | out non-executable.
* Arguments to options aren't necessarily separated with whitespace.ru2004-07-071-0/+1
| | | | Noticed by: harti
* Update the location of the Hart's database as well.mux2004-06-281-2/+2
|
* The location of the Boemler's PCI database has moved. Update commentsmux2004-06-281-2/+2
| | | | to reflect reality.
* Add qsort, mergesort and heapsort regression tests.sobomax2004-06-255-0/+477
|
* Set up logging before trying to lock the sandbox; otherwise tbmaster(1)des2004-06-221-15/+15
| | | | will just log a mysterious "tinderbox returned exit code 35".
* Initialize $timeout to 0.des2004-06-211-0/+1
|
* Add a timeout after which tinderbox(1) will kill its children and exit.des2004-06-214-3/+36
|
* Update for so_state->sb_state, SB_* flag renames.rwatson2004-06-141-7/+7
| | | | Submitted by: rik
* Add a JOBS config keyword, which corresponds to the --jobs tinderbox(1)des2004-06-142-1/+9
| | | | command line option.
* Update-only configs.des2004-06-143-0/+9
|
* Group tinderbox results by config name. Skip configs whose names startdes2004-06-121-42/+54
| | | | with "update_".
* Include the config name in the log file name.des2004-06-121-1/+8
|
* Add some fenv.h regression tests.das2004-06-112-0/+535
|
* Log the config name in the history file.des2004-06-051-0/+1
|
* Add trailing backslash missing from previous checkin.thomas2004-05-281-1/+1
|
* Support for optional initialization of the configuration slice bythomas2004-05-282-1/+12
| | | | | specifying the name of a directory to be copied there in Makefile variable CFGMASTER.
* Look up ${CUSTOMIZE} in ${.CURDIR} first, and then as a path name by itself,thomas2004-05-281-3/+3
| | | | assuming in the latter case that it is an absolute path name.
* Fix stupid patch(1) tricks. Apparently patch thinks all files match thebrooks2004-05-274-251/+0
| | | | | | | empty file so if you accidently apply a patch created with diff -N twice, you get files with duplicate contents. Reported by: Antoine Brodin <antoine.brodin at laposte.net>
* Add support for an /etc/eui64 file modeled on /etc/ethers. The API isbrooks2004-05-265-0/+514
| | | | | | modeled on ethers(3) except that all functions are thread-safe. Reviewed by: simokawa
* Add regression tests for geom_stripe and geom_nop.pjd2004-05-228-0/+141
| | | | Supported by: Wheel - Open Technologies - http://www.wheel.pl
* If asked to build a kernel without first building world, build thedes2004-05-151-1/+6
| | | | kernel toolchain first.
* Test accumulation of partial multibyte characters in conversiontjr2004-05-111-0/+11
| | | | state objects.
* Add regression tests for GEOM Gate:pjd2004-05-035-0/+111
| | | | | | - test-1.sh - Tests ggatec(8) and ggated(8) on lo0. - test-2.sh - Tests ggatel(8) on a regular file. - test-3.sh - Tests ggatel(8) on a md(4) device.
* Be consistent in using variable names instead of parameter numbers.thomas2004-05-021-1/+1
|
* A new version that does exponents and lots of other neat things. Updatesmkelly2004-05-011-59/+335
| | | | | | from the original author of math.sed. Submitted by: K S Braunsdorf <sed@ksb.npcguild.org>
* More POLA handling of CUSTOMIZE variablephk2004-04-271-3/+8
|
* Take boot0sio from the newly-built world, both for consistency's sake andthomas2004-04-271-1/+1
| | | | | | to cater for host systems where it is not present. Reviewed by: phk
* Script for downloading and printing in hex, the offical vendor ID's fromobrien2004-04-181-0/+31
| | | | USB.org.
* Teach the script where libssl actually lives.ru2004-04-131-1/+1
| | | | Submitted by: Michael Bretterklieber <mbretter@a-quadrat.at>
* Reset internal conversion state after triggering conversion errors;tjr2004-04-073-3/+10
| | | | | the state is undefined according to the standards, and our undefined behaviour has changed.
* Add a snapshot of build32.sh for amd64 systems. The readme and commentspeter2004-03-302-0/+66
| | | | describe the (severe) restrictions and future plans.
* Previous commit fixed one braino but left another in place.des2004-03-301-1/+1
|
* Tell fdisk(8) about our geometry.phk2004-03-281-0/+2
| | | | | | | | Strictly speaking this is unnecessary, but it allows nanobsd to work on systems from before the -x and -y arguments to mdconfig(8) worked for vnode backing. Submitted by: "Oivind H. Danielsen" <oivind.danielsen@kopek.net>
* Add a simple tool that prints out a register offset table to mapmarcel2004-03-283-0/+222
| | | | | | | | | | | | | | | | | | | from the gdb(1) register number to offsets within struct reg and struct fpreg. The tool is useful only on selected platforms. On ia64 the registers are all over the place to simplify handling of them in various situations, but which makes creating or maintaining such an offset table error prone to do by hand. Since remote kernel debugging operates on the same register numbers, it would be a natural choice to use an identical offset table in the kernel. However, since the kernel does not operate on struct reg nor struct fpreg in the remote gdb(1) case, such would not make sense. Whether we want to use this tool to create offsets for use in the kernel or duplicate the knowledge of which register number maps to what register is something that will become clear soon. Note: in order to build cross debuggers, one cannot use target headers and/or target definitions. That's why offsets need to be hardcoded in the first place. Unpleasant, but necessary.
* Braino in previous commit.des2004-03-181-2/+2
|
* Given the impact of CFLAGS and COPTFLAGS on the build, report them indes2004-03-161-3/+3
| | | | the log, even when not verbose.
* Whitespace nit.des2004-03-161-1/+1
|
* Set TZ to UTC so dates in the history file will match dates in the logs.des2004-03-161-0/+1
|
* Build the tinderbox with -O2.des2004-03-161-0/+2
|
* The documentation lists configuration variables in uppercase, so dumpdes2004-03-161-1/+1
| | | | them in uppercase.
OpenPOWER on IntegriCloud