summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Correct examples to the latest version I had.obrien2012-06-051-6/+11
|
* Add a regression test for filemon(4) [r236592].obrien2012-06-043-0/+144
|
* Add regression test for '-V' command line option (requires r236346).obrien2012-05-318-0/+35
|
* make it easier to check newly-built makeobrien2012-05-301-0/+19
|
* make it easier to test newly-built make.obrien2012-05-302-0/+9
|
* Add '-width Pa' to src.conf.5 for mdoc(7) style consistency.gjb2012-05-301-1/+1
| | | | MFC after: 3 days
* Import byacc from invisible island, it brings us lots of compatibilities withbapt2012-05-2134-0/+15099
| | | | | | | | | | | | | bison, keeping full compatibility with our previous yacc implementation. Also bring the ability to create reentrant parser This fix bin/140309 [1] PR: bin/140309 [1] Submitted by: Philippe Pepiot <ksh@philpep.org> [1] Approved by: des (mentor) MFC after: 1 month
* According to shared memory man pages, advice including <sys/types.h>kevlo2012-05-213-3/+3
| | | | instead of <sys/param.h>
* Document the ED_CRYPTO and LS_COLORS options.marcel2012-05-192-0/+8
| | | | Obtained from: Juniper Networks, Inc.
* Import work done under project/nand (@235533) into head.gber2012-05-172-0/+4
| | | | | | | | | | | | | | The NAND Flash environment consists of several distinct components: - NAND framework (drivers harness for NAND controllers and NAND chips) - NAND simulator (NANDsim) - NAND file system (NAND FS) - Companion tools and utilities - Documentation (manual pages) This work is still experimental. Please use with caution. Obtained from: Semihalf Supported by: FreeBSD Foundation, Juniper Networks
* zfsboottest: update for the recent zfs boot code changesavg2012-05-131-3/+21
| | | | MFC after: 1 month
* Regenerate src.conf(5) for mdoc(7) and typo corrections.gjb2012-05-124-7/+5
| | | | | | PR: 167804 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* - Add regression tests for BSD sortgabor2012-05-11449-0/+2661
|
* - Hook up BSD sort to the build. By default, it will be installed asgabor2012-05-111-0/+2
| | | | | | "bsdsort" and GNU sort will be the default "sort". When WITH_BSD_SORT is set, BSD sort will be the default "sort" and GNU sort will be installed as "gnusort".
* Add some missing files to OLD_FILESeadler2012-05-091-0/+2
| | | | | | | | PR: conf/166460 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> Reviewed by: stable@ Approved by: cperciva MFC after: 2 weeks
* zfsboottest.sh: correctly check and suggest value of vfs.root.mountfromavg2012-05-071-2/+2
| | | | | | | ... it was missing "zfs:" prefix. Reported by: theraven MFC after: 10 days
* zfsboottest.sh: gracefully handle default value of bootfs propertyavg2012-05-071-2/+1
| | | | | Reported by: theraven MFC after: 10 days
* indicate the time per packet in nanoseconds.luigi2012-05-031-0/+8
|
* add support for pcap receive statistics (used by net-mgmt/darkstat)luigi2012-05-032-3/+10
|
* add some performance dataluigi2012-05-031-0/+11
|
* - add code to run pkt-gen on top of libpcap so we can see theluigi2012-05-031-25/+108
| | | | | | | difference from a native API - add some testing options, such as conditional prefetching and packet copy.
* - correct a bug in pcap_dispatch(): a count of 0 means infinity.luigi2012-05-031-5/+41
| | | | | | | | | - in pcap_dispatch(), issue a prefetch on the buffer before the callback, this may save a little bit of time if the client is very fast. - in pcap_inject(), use a fast copy routine, which also helps saving a few nanoseconds with fast clients.
* Import m4 regression tests from OpenBSDbapt2012-04-3047-43/+1076
| | | | | Obtained from: OpenBSD Approved by: des (mentor)
* Add src.conf option WITH_SHARED_TOOLCHAIN to enable building thekib2012-04-291-0/+6
| | | | | | | | toolchain binaries as dynamically linked. Option is disabled by default. Reviewed by: ru (previous version) MFC after: 2 weeks
* Change cc -> bc : "bc" is "busy count", which is the % of time the channeladrian2012-04-281-3/+3
| | | | | | | | is considered "busy but not doing any active TX or frame RX." Just keep in mind that "frame RX" is "decoding what looks like a wifi signal", not necessarily "frame successfully decoded for this particular device."
* Add a tool to print out min, average and max channel survey informationadrian2012-04-283-0/+233
| | | | | | | | from the current channel. There seem to be some occasional issues with the extension channel counters reporting more than 100% of use. I'll investigate that soon.
* Add files and directories to be cleaned up if WITHOUT_GCC is in effectdim2012-04-141-0/+36
| | | | | | to OptionalObsoleteFiles.inc. MFC after: 1 week
* A bit of cleanup in the names of fields of netmap-related structures.luigi2012-04-131-3/+5
| | | | | Use the name 'ring' instead of 'queue' in all fields. Bump NETMAP_API.
* use getopt to parse options, add one option to setluigi2012-04-121-19/+61
| | | | the wait time for link-up events
* Teach wlanstats about the new BAR TX statistics.adrian2012-04-081-0/+12
|
* Add AR_ISR_S5 and AR_ISR_S5_S.adrian2012-04-081-0/+2
|
* Add some tests from PR 166463. Also make sure that all of the tests,das2012-04-071-7/+33
| | | | | old and new, check the sign bits of both the remainder and the quotient.
* we need to specify a NETMAP_API version or the ioctl() will fail.luigi2012-04-061-0/+1
|
* Add a threadid to the ah_decode API.adrian2012-04-041-1/+1
| | | | | This adds the current thread ID to each logged register and mark entry, allowing for easier debugging of concurrent/overlapping NIC operations.
* Remove trailing whitespace per mdoc lint warningeadler2012-03-293-9/+9
| | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days
* - Add new kerberos libraries to the list of optional obsolete files.stas2012-03-231-1/+37
|
* - Do not build libcom_err and compile_et when kerberos is disabled. Theystas2012-03-231-0/+6
| | | | | depends on several heimdal libraries and not used by anything but kerberos tools.
* - Update FreeBSD Heimdal distribution to version 1.5.1. This also bringsstas2012-03-222-41/+537
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | several new kerberos related libraries and applications to FreeBSD: o kgetcred(1) allows one to manually get a ticket for a particular service. o kf(1) securily forwards ticket to another host through an authenticated and encrypted stream. o kcc(1) is an umbrella program around klist(1), kswitch(1), kgetcred(1) and other user kerberos operations. klist and kswitch are just symlinks to kcc(1) now. o kswitch(1) allows you to easily switch between kerberos credentials if you're running KCM. o hxtool(1) is a certificate management tool to use with PKINIT. o string2key(1) maps a password into key. o kdigest(8) is a userland tool to access the KDC's digest interface. o kimpersonate(8) creates a "fake" ticket for a service. We also now install manpages for some lirbaries that were not installed before, libheimntlm and libhx509. - The new HEIMDAL version no longer supports Kerberos 4. All users are recommended to switch to Kerberos 5. - Weak ciphers are now disabled by default. To enable DES support (used by telnet(8)), use "allow_weak_crypto" option in krb5.conf. - libtelnet, pam_ksu and pam_krb5 are now compiled with error on warnings disabled due to the function they use (krb5_get_err_text(3)) being deprecated. I plan to work on this next. - Heimdal's KDC now require sqlite to operate. We use the bundled version and install it as libheimsqlite. If some other FreeBSD components will require it in the future we can rename it to libbsdsqlite and use for these components as well. - This is not a latest Heimdal version, the new one was released while I was working on the update. I will update it to 1.5.2 soon, as it fixes some important bugs and security issues.
| * - Import Heimdal 1.5 distribution.stas2011-10-059-455/+370
| |
| * - Kill files that do not belong to the laters heimdal version imported.stas2011-09-291-212/+0
| |
| * - Flatten the vendor heimdal tree.stas2011-09-298-0/+2136
|
* Use new -n option when executing kldload, tohselasky2012-03-181-1/+1
| | | | | | not warn about already loaded module(s). MFC after: 1 week
* Add a BINDIR so "make install" works.adrian2012-03-132-0/+2
|
* sh: Add a test for variables with underscores in arithmetic.jilles2012-03-111-0/+4
| | | | | Things like $((_x+1)) are broken in stable/8 sh but work in stable/9 and head.
* Stop some of the output from wrapping at 80 characters.adrian2012-03-111-3/+5
|
* Use = rather than == for expressions to test(1) builtin(1) in sh(1) tobz2012-03-061-1/+1
| | | | | | | | | | comply with standards. On modern branches there is an undocumented alias (see r219084) but on stable/7 this is still an error. Sponsored by: Cisco Systems, Inc. MFC after: 3 days
* Add regression test for USB enumeration.hselasky2012-03-011-0/+30
| | | | MFC after: 1 week
* Add a WITH_CLANG_IS_CC option for src.conf(5), disabled by default, thatdim2012-02-291-0/+8
| | | | | | | | | | installs clang as /usr/bin/cc, /usr/bin/c++ and /usr/bin/cpp. Note this does *not* disable building and installing gcc, which will still be available as /usr/bin/gcc, /usr/bin/g++ and /usr/bin/gcpp. If you want to disable gcc completely, you must use WITHOUT_GCC. MFC after: 2 weeks
* Fix order of arguments to lseek().brueffer2012-02-291-1/+1
| | | | | | PR: 160867 Submitted by: Henning Petersen <henning.petersen@t-online.de> MFC after: 1 week
* Add is_beacon_bad.adrian2012-02-281-0/+4
| | | | PR: kern/165517
OpenPOWER on IntegriCloud