summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add a regression test for multiple threads of the same process acquiring the ↵zml2009-05-282-0/+110
| | | | | | same fcntl lock. Approved by: dfr (mentor)
* Increment the counter outside the subshell.des2009-05-271-1/+1
|
* Add the regression test for bin/date.edwin2009-05-271-0/+1
|
* Add a regression test for kern/21768.des2009-05-261-0/+42
| | | | MFC after: 1 week
* Use, in uncovered part, the END() macro in order to improve debugging.attilio2009-05-252-0/+4
| | | | | | | | | In this specific case, Valgrind won't get confused when analyzing such functions. Sponsored by: Sandvine Incorporated Tested by: emaste MFC: 3 days
* Regression test the 'addr1,+N' feature added in r192732brian2009-05-253-0/+10
|
* add npe toolssam2009-05-231-0/+16
|
* add npe tools; first is npestats which reports device statisticssam2009-05-238-0/+804
|
* Added two tools to check the contents of /usr/share/misc/iso* withedwin2009-05-233-0/+264
| | | | | | the data from the sources. PR: misc/127430 and misc/misc/127428
* Add regression tests for the date(1) + argument for user-definededwin2009-05-203-0/+99
| | | | | | | | format strings. PR: bin/127514 Submitted by: edwin@ MFC after: 1 week
* fix typosam2009-05-181-1/+1
|
* A script for plucking packages and their runtime dependencies forphk2009-04-191-0/+96
| | | | nanobsd images.
* Cleanups to prepare this code for wider use (likely merged into hostapd):sam2009-04-181-102/+249
| | | | | | | | | | | | o add (required) cmd line args to specify the set of ifnet's to monitor for WDS discovery msgs; "any" is a wildcard o change the default script run on wds vap create to the "null script" o auto-daemonize; add -f option to force foreground operation o add -P option for integration with rc.d (implementation missing, tba) o use syslog; default to log up to LOG_INFO, -t (terse) gives you up to LOG_ERR, and -v (verbose) gives you up to LOG_DEBUG o scan for existing vaps on startup to recover existing state o correct some types
* allow NANO_CFGDIR to be overriddensam2009-04-181-1/+1
|
* no more need for -p option to wlanwds; it knows how to find the parent nowsam2009-04-151-1/+1
|
* o remove the -p option; use the %parent pointer sysctl to find the parent ifnetsam2009-04-151-20/+29
| | | | | o remove the -b option; users can just embed the bridge ifnet in the script o add -j option to create wds vaps on join/rejoin ops
* switch usb setup to usb2; it still doesn't work right but thesam2009-04-131-9/+4
| | | | old stuff is now removed and we want this to build
* catch up with removal of ATH_SUPPORT_TDMAsam2009-04-132-2/+0
|
* Add a test for r191009.stefanf2009-04-131-0/+2
|
* Add a few more regression tests for POSIX.1e ACLs.trasz2009-04-131-2/+114
|
* Return -1 instead of 0 upon reaching EOF. This is somewhat ill-adviseddas2009-04-061-2/+2
| | | | | | | | because it means getdelim() returns -1 for both error and EOF, and never returns 0. However, this is what the original GNU implementation does, and POSIX inherited the bug. Reported by: marcus@
* Remove if_ppp(4) and if_sl(4).ed2009-04-051-4/+0
| | | | | | | | | | | | | Not only did these two drivers depend on IFF_NEEDSGIANT, they were broken 7 months ago during the MPSAFE TTY import. if_ppp(4) has been replaced by ppp(8). There is no replacement for if_sl(4). If we see regressions in for example the ports tree, we should just use __FreeBSD_version 800045 to check whether if_ppp(4) and if_sl(4) are present. Version 800045 is used to denote the import of MPSAFE TTY. Discussed with: rwatson, but also rwatson's IFF_NEEDSGIANT emails on the lists.
* Remember to clear the ports list before generation for prefetchphk2009-04-051-0/+1
|
* Test the r190298 change.stefanf2009-03-222-0/+2
|
* Add a few tests for the read built-in.stefanf2009-03-222-0/+44
|
* Update test for r190284.stefanf2009-03-222-1/+3
|
* Update and extend the tests for alias.stefanf2009-03-222-1/+5
|
* Wrap a long line.phk2009-03-211-2/+7
| | | | Save a copy of the CONFIGFILES before we spam them.
* Remove the uscanner(4) driver, this follows the removal of the kernel scannerthompsa2009-03-192-2/+0
| | | | | | | driver in Linux 2.6. uscanner was just a simple wrapper around a fifo and contained no logic, the default interface is now libusb (supported by sane). Reviewed by: HPS
* Oops. Correct comment in the LICENSE file.pjd2009-03-141-1/+1
|
* Regression tests for mac_portacl(4).pjd2009-03-144-0/+242
|
* Switch over to gnu99 compilation on default for userland.rdivacky2009-03-141-1/+2
| | | | | | | | Tested by: make universe Tested by: ports exp build (done by pav) Reviewed by: ru Reviewed by: silence on arch Approved by: ed (mentor)
* add more register bit defssam2009-03-122-12/+39
|
* move shared register support code to commonsam2009-03-118-4/+4
|
* add athpoke, a tool to peek/poke registerssam2009-03-113-1/+256
|
* add athdecode, an app to decode register logssam2009-03-113-1/+441
|
* add %b format strings for use by athdecodesam2009-03-115-844/+988
|
* Add tcpp -- TCP parallelism microbenchmark.rwatson2009-03-107-0/+1098
| | | | | | | | | | | | | This tool creates large numbers of TCP connections, each of which will transmit a fixed amount of data, between client and server hosts. tcpp can use multiple workers (typically up to the number of hardware cores), and can use multiple source IPs in order to use an expanded port/IP 4-tuple space to avoid problems from reusing 4-tuples too quickly. Aggregate bandwidth use will be reported after a client run. While by no means a perfect tool, it has proven quite useful in generating and optimizing TCP stack lock contention by easily generating high-intensity workloads. It also proves surprisingly good at finding device driver bugs.
* Rename files that collide on case-insensitive file systems by encodingrwatson2009-03-103-0/+0
| | | | | | | | | colliding upper case letters as the lower case letter with a '_' in front. MFC after: 3 days Discussed with: ed Spotted by: Michael David Crawford <mdc at prgmr.com>
* In UNIX domain socket GC regression test, after setting a socketrwatson2009-03-081-1/+1
| | | | non-blocking, EINPROGRESS is an acceptable result from connect().
* Make ifinfo build. The struct if_data members ifi_recvquota andyongari2009-03-041-2/+2
| | | | | ifi_xmitquota were renamed to ifi_spare_char1 and ifi_spare_char2 respectively.
* add -b option to suppress the bannersam2009-03-021-4/+8
|
* Tests for getdelim().das2009-02-282-1/+169
|
* Add a file containing tests for simple format specifiers.das2009-02-282-1/+157
| | | | | Currently it only has tests for a few sign issues with integer formats, including PR 131880.
* Tests for wcscasecmp(), wcsnlen(), and stpncpy().das2009-02-284-1/+269
|
* really enable usb1sam2009-02-271-8/+9
|
* o enable PREEMPTIONsam2009-02-272-51/+62
| | | | | | | | o turn off a bunch of stuff that's unlikely to be used o add flash support o use mii instead of miibus to save space o enable tdma support o configure legacy usb as usb2 works only on 2348 w/ 64M configs
* o add -HEAD to avoid build conflictssam2009-02-271-3/+3
| | | | o switch to a more common flash config
* add -HEAD to avoid build conflictssam2009-02-271-1/+1
|
* fix buildsam2009-02-271-0/+1
|
OpenPOWER on IntegriCloud