summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add a getopt-ified version of an old tool that I've been using for ages:seanc2003-01-312-3/+356
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backout_commit.rb. Tool can be used to automate the process of backing out either small or large commits based off of one or more commit messages. The result of the script is a shell script which can be edited or run as needed. New and dead files are taken into consideration. See the program's usage statement for more configuration details. Here's an example usage: <programlisting> $ mutt [find commit message, save to disk as cvsmsg.txt] $ backout_commit.rb ~/cvsmsg.txt Backout directory: /usr Backout script: backout-2003-01-31-14-04.sh Scanning through cvsmsg.txt...done. Change to /usr and run this script. Please look through this script and make changes as necessary. There are commented out commands available in the script. Example script usage: mv backout-2003-01-31-14-04.sh /usr cd /usr less backout-2003-01-31-14-04.sh /bin/sh backout-2003-01-31-14-04.sh rm -f backout-2003-01-31-14-04.sh </programlisting>
* Update reference vectors to include BSD's <type> output.phk2003-01-315-0/+36
|
* Add Apple partitioning test case.phk2003-01-317-2/+287
| | | | Use correct name for image data file
* Add more scaffolding to make this compile kernel code.phk2003-01-281-0/+7
|
* Don't truncate lines if an error occurred.des2003-01-181-13/+18
|
* Indentation cleanup.des2003-01-181-5/+6
|
* Add a regression test for ccds layout policy.phk2003-01-1723-0/+5843
|
* Make sure we find all vnode method vectors in /sys.phk2003-01-151-1/+1
|
* Fix a useless use of cat. Save a process today.schweikh2003-01-091-1/+1
|
* Document tinderbox and whereintheworld, and move diffburst in itsdes2003-01-091-3/+4
| | | | alphabetical place.
* My version of fenner's "make world" log summarizer.des2003-01-092-0/+64
|
* Sample tinderbox script & build settings.des2003-01-092-0/+91
|
* more crypto test stuff:sam2003-01-064-22/+450
| | | | | | | o cryptotest can now run multiple threads with -t option o cryptotest can now "profile" time spent doing symmetric ops with -p o cryptostats dumps the crypto statistics block o cryptokeystat is an openbsd app that tests public key ops
* geom_bsd need -lmd to link now.phk2003-01-061-0/+1
|
* Add a regression test for wordexp() and wordfree().tjr2003-01-042-0/+185
|
* Add various command line options, most notably sort order.phk2003-01-031-10/+51
| | | | | Submitted by: "Matthew Emmerton" <matt@gsicomp.on.ca> Sat on for far too long: phk
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-3/+4
| | | | Add FreeBSD Id tag where missing.
* Add a test program for perror() that demonstrates two bugs in thetjr2002-12-192-0/+116
| | | | current implementation.
* Test that if the buffer argument (`s') to wcrtomb() is NULL thentjr2002-12-191-19/+15
| | | | | | the value of the supplied wide character is ignored and L'\0' is used instead. Remove incorrect comments about "internal buffer" since wcrtomb() does not have one (wctomb() does).
* Add regression test for strerror()/strerror_r().mike2002-12-182-0/+141
| | | | Based on: src/lib/libc/string/strerror.c (rev 1.8)
* Goto WARNS 5 with assorted changes.phk2002-12-169-33/+32
|
* Update this one too.phk2002-12-161-1/+5
|
* Get the test-suite into sync with the kernel again.phk2002-12-168-10/+34
|
* add program used to exercise/test /dev/crypto symmetric crypto functionalitysam2002-12-144-0/+349
| | | | Obtained from: openbsd (originally)
* Add a test for what was fixed in revisions 1.39 and 1.50 ofru2002-11-282-0/+18
| | | | | | make/parse.c (allow embedded `:' and `!' in target names). Approved by: re
* Moved make(1) regression tests from src/Makefile to where theyru2002-11-282-2/+50
| | | | | | | belong (src/tools/regression/usr.bin/make), and use the latter to test if make(1) is adequate for building the world. Approved by: re
* Directly load %edx from mailboxdavidxu2002-11-231-4/+3
|
* Fix context restore bug.davidxu2002-11-221-10/+16
|
* Don't flip the "we're it" bit until we are all there..julian2002-11-221-9/+10
| | | | | (don't fill in the mailbox pointer until we have unloaded all the previous contents of the mailbox context block)
* Correctly save eflags.davidxu2002-11-211-1/+2
|
* Adjust code for new mailbox format.davidxu2002-11-181-3/+3
| | | | Reviewed by: deischen, mini
* Add test cases for btowc() and wctob() in multibyte locales.tjr2002-11-101-1/+14
|
* Test for the zero-length buffer bug corrected in mbrtowc.c revision 1.3.tjr2002-11-101-0/+7
|
* Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() andtjr2002-11-096-1/+580
| | | | wcstombs(). These tests have already found two libc bugs.
* Add missing #includes of <stdio.h>. Correct a few typos in comments.tjr2002-11-063-5/+7
|
* add missing '!', don't why it was lost when checked in.davidxu2002-11-021-1/+1
|
* Simplify by using inference rules properly.tjr2002-10-281-22/+10
|
* Add tests for btowc(), mbrlen(), mbsrtowcs() and wcsrtombs().tjr2002-10-265-2/+501
|
* Add regression tests for mbrtowc(3) and wcrtomb(3).tjr2002-10-263-0/+291
|
* Hide the test in <target> under '.if make(<target>)' so as to not get anyjmallett2002-10-252-0/+8
| | | | errors/warnings related to crud in said test block.
* Redo reference vectors to include the mediasize and sectorsize.phk2002-10-2414-828/+1012
|
* Resync with kernel.phk2002-10-242-7/+9
|
* Fix a bug that showed up when trying to produce a database forjoe2002-10-171-9/+12
| | | | | | | | | subdirectories, and ended up making us loop forever. Add the username to the md5 of the commit to make it slightly more unique. Make the 'cvs' run quietly.
* Use in-tree libbsdxml instead of ports based libexpat.phk2002-10-056-13/+11
| | | | Sponsored by: DARPA & NAI Labs.
* Match the new g_io_deliver() API in the kernel.phk2002-10-051-7/+4
| | | | Sponsored by: DARPA & NAI Labs.
* Pass sbuf to the kernel routines to match new kernel code.phk2002-10-051-2/+6
| | | | Sponsored by: DARPA & NAI Labs
* Yesterday, FreeBSD-current ate my disklabel.wollman2002-10-044-0/+119
| | | | | Today, I wrote a program to tell me where the partitions used to be. Now I have my /media filesystem back.
* -Wall'ify (mostly).archie2002-10-022-7/+18
|
* test -h is deprecated; use -L instead.ru2002-10-011-1/+1
| | | | PR: bin/40846
* Update to match current kernel code.phk2002-09-275-203/+207
| | | | | | Fix a couple of reference data which were found to be in error. Sponsored by: DARPA & NAI Labs.
OpenPOWER on IntegriCloud