summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fix buildsam2009-02-271-1/+1
|
* Rename all symbols in libmp(3) to mp_*, just like Solaris.ed2009-02-261-59/+59
| | | | | | | | | | | | The function pow() in libmp(3) clashes with pow(3) in libm. We could rename this single function, but we can just take the same approach as the Solaris folks did, which is to prefix all function names with mp_. libmp(3) isn't really popular nowadays. I suspect not a single application in ports depends on it. There's still a chance, so I've increased the SHLIB_MAJOR and __FreeBSD_version. Reviewed by: deischen, rdivacky
* use mii instead of miibus to not pull in useless phy codesam2009-02-261-1/+1
|
* add updatep[12] that grok the partitioning we use and use gpartsam2009-02-262-0/+116
| | | | instead of boot0cfg to switch the active partition
* add more gpio registerssam2009-02-261-2/+9
|
* Add explicit casting in few places.pjd2009-02-231-12/+12
| | | | | | | | | It is only really necessary for open(2)'s third argument, which is optional and obtained through stdarg(3). open(2)'s third argument is 32bit and we pass 64 bits. On little endian it works, because we take lower 32 bits, but on big endian platforms we take upper 32 bits, so we end up with 0. Reported by: Milan Čermák <Milan.Cermak@Sun.COM>
* Delete files which serve no purpose in this environment.mr2009-02-205-237/+0
| | | | Inspired by: simon@
* Doh! r188813 modified an auto-generated file. Fix it for real:mtm2009-02-202-7/+4
| | | | | | | o grammar fix o remove mention of libkse Submitted by: Niclas Zeising <niclas.zeising@gmail.com>
* revamp after 1/2 and 1/4 rate changessam2009-02-191-89/+77
|
* add -z option to zero driver statistics (but note we don't yet zerosam2009-02-133-3/+18
| | | | stats obtained from the hal)
* add stats no frags and missing stat for no dma bufferssam2009-02-131-1/+9
|
OpenPOWER on IntegriCloud