summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add multi-process support to simple http micro-benchmark, now the default.rwatson2006-02-221-43/+204
| | | | | Use -t for thread support. Also added are -n to specify number of threads or process, and -s to set the length of the test.
* Add multi-process support to simple httpd micro-benchmark, which is nowrwatson2006-02-221-37/+127
| | | | the default. With -t, threads are used.
* Add regression test which verifies that options -P and -i cannot be usedpjd2006-02-121-0/+22
| | | | | | together. MFC after: 3 days
* Use -O2 on RELENG_6 as welldes2006-02-031-0/+2
|
* Add regression tests which will verify that giving no key components forpjd2006-02-011-0/+65
| | | | | | init/attach/setkey subcommands is really impossible. MFC after: 3 days
* Add simple tests which verify that redzone(9) works properly.pjd2006-01-314-0/+167
|
* Avoid triggering autovivification of %config entries, which would result indes2006-01-301-4/+8
| | | | | | | an empty addenda section. Handle kernel configs that lack a "machine" line by guessing at the location of GENERIC (assuming that it is in the same directory as the config file)
* Use $FreeBSD$ for the juggle version, rather than $P4$. This is good forrwatson2006-01-281-1/+1
| | | | | | | | | | | two reasons: (1) juggle is now maintained in CVS, not P4, so the CVS revision number is the authoritative one. (2) Apparently $P4$ requires special handling and juggle was not marked as needing it, resulting in problems for the P4 importer. Requested by: gordon
* - Fix infinite loop in strip_log().flz2006-01-251-4/+2
| | | | | | | - Remove useless variable. Submitted by: jkim Approved by: jkim
* s/sigval/sival/gdavidxu2006-01-222-2/+2
|
* Add two new variables:phk2006-01-171-0/+17
| | | | | | | | | | | # Size of the /etc ramdisk in 512 bytes sectors NANO_RAM_ETCSIZE=10240 # Size of the /tmp+/var ramdisk in 512 bytes sectors NANO_RAM_TMPVARSIZE=10240 And a last_orders() shell function which can be redefined to copy finished images away, order peanuts or whatever else is appropriate
* I missed a whitespace in the generated commit message.flz2006-01-151-2/+2
| | | | Approved by: ssouhlal (implicit)
* Bump version.flz2006-01-131-1/+1
| | | | Approved by: ssouhlal (implicit)
* Now with multi-commit support.flz2006-01-131-23/+107
| | | | | | | Use: `./mfc.pl -m "msg-id-1 msg-id-2" -i hurray' or `./mfc.pl -f - -i yippee' and copy/paste two commit logs Approved by: ssouhlal (implicit)
* - Fix issue when X-FreeBSD-CVS-Branch is not HEAD.flz2006-01-131-1/+5
| | | | | Submitted by: jkim Approved by: jkim
* Ok, I've created a test suite to avoid such regressions. Sorry for the noise.flz2006-01-111-2/+2
| | | | Approved by: ssouhlal (implicit)
* - Fix another bug, it seems sometimes mail is sent to cvs-all but not cvs-ports.flz2006-01-111-4/+5
| | | | Approved by: ssouhlal (implicit)
* - Fix search.flz2006-01-111-5/+5
| | | | | | - Fix author matching. Approved by: ssouhlal (implicit)
* - Remove netcat dependency by using fetch (not sure why i used ncflz2006-01-111-5/+26
| | | | | | | | | | | | in the first place). - Add some XXX lines as a TODO. - Add a cvs diff command to the generated commit script. - Add cdiff/colordiff to the list of optional dependencies. - Fix a problem when giving the commit mail without the headers to mfc.pl -f, it should now work correctly. - Bump version. Approved by: ssouhlal (implicit)
* - Add a new MFC script that takes a message-id, a commit mail or a query ↵flz2006-01-102-0/+349
| | | | | | | | | | string and generates a patchset along with a commit message and a commit script if the user has commit rights. - Add a README file to give a quick description of each script's purpose. Approved by: netchild
* Add missing ' and 'phk2006-01-061-2/+2
| | | | Submitted by: simon
* Make this more readable and add more devices.phk2006-01-061-20/+50
| | | | Partially from: mich@FreeBSD.org
* Add a new leaf to the net.link.generic.ifdata.%d sysctl to retrieveharti2006-01-041-4/+25
| | | | | | | the name and unit number assigned by the driver. This is needed by SNMP to find interfaces after they have been renamed. MFC after: 4 weeks
* Adding another multi-byte characters related regression test for recentavatar2006-01-011-0/+22
| | | | nmount(2) adoption.
* Add a new extensible GSS-API layer which can support GSS-API plugins,dfr2005-12-291-1/+1
| | | | | | | | | similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts)
* Add 'juggle', a simple IPC micro-benchmark that uses various IPC types torwatson2005-12-282-0/+598
| | | | | | | | | | perform varying number of small IPC operations. It runs using a single process and one thread, a single process and two threads, and using multiple processes. Critical to its performance measure are the cost and frequency of context switches, locking overhead, and threading performance. The benchmark generates .csv output appropriate for reading into a spreadsheet to generate summary statistics and perform statistical tests easily.
* Fix compiling on platforms with 64bit time_t.scottl2005-12-161-2/+2
|
* Add a -c option to control caddr_t replacement (which was commented out indes2005-12-131-2/+24
| | | | the previous revision)
* fix include pathsam2005-12-131-1/+1
|
* updatesam2005-12-131-0/+6
|
* fix include pathnamessam2005-12-131-4/+4
|
* Add a script that converts K&R-style function definitions to ANSI style.des2005-12-133-0/+147
|
* Print user, system and real time upon exit.des2005-12-131-0/+13
|
* this didn't make it in the last commitsam2005-12-111-0/+5
|
* o move programs to separate directories and use stock Makefiles;sam2005-12-1111-50/+39
| | | | | this simplifies including them in crunchgen images o rename 80211* programs to wlan* as was originally intended
* remove cts burst extension statssam2005-12-111-2/+0
|
* After printing per-cpu cache contents, summarize total cached items andrwatson2005-12-081-4/+16
| | | | | | entries across the caches. Fix an off-by-one error in counting caches.
* Teach umastat about the variable-length array of per-CPU caches at the endrwatson2005-12-081-23/+74
| | | | | | | | of struct uma_zone. It is declared as an array of size [1], but then sized at run-time by UMA to include room for mp_maxid+1 CPUs. We have to copy the uma_zone first at the declared structure size, then check to make sure it's not an internal zone before copying the larger size (UMA internal zones don't use per-CPU caches). This fixes umastat for SMP.
* Convert gstripe(8) regression tests to the new framework.pjd2005-12-075-24/+22
|
OpenPOWER on IntegriCloud