Kevin Lo
c61325d009
Correct sizeof usage
...
Obtained from: DragonFly
2012-06-25 05:41:16 +00:00
David E. O'Brien
3fbd14b443
Provide a mechanism to not clear out the work and output dirs when
...
developing tests.
2012-06-20 21:38:16 +00:00
Adrian Chadd
fb148d836f
Convert athdebug to use the 64 bit dev.ath.X.debug sysctl.
2012-06-15 20:08:13 +00:00
Adrian Chadd
7e7f083f94
Add the AMPDU BAR TX statistics to the "ampdu" tag.
2012-06-15 08:37:46 +00:00
David E. O'Brien
cca63ae56b
Add a test for the :tl & :tu modifiers.
2012-06-12 23:16:00 +00:00
Adrian Chadd
82097519cd
Add athaggrstats to the ath(4) tools build.
2012-06-10 06:44:19 +00:00
Adrian Chadd
343de1138d
Flesh out 'athaggrstats', a utility which will display the aggregation
...
specific statistics for ath(4).
2012-06-10 06:44:04 +00:00
Jilles Tjoelker
b347830a7d
sh: Do not assume that SIGPIPE will only kill a subshell in builtins/wait3.0
...
test.
POSIX says that SIGPIPE affects a process and therefore a SIGPIPE caused and
received by a subshell environment may or may not affect the parent shell
environment.
The change assumes that ${SH} is executed in a new process. This must be the
case if it contains a slash and everyone appears to do so anyway even though
POSIX might permit otherwise.
This change makes builtins/wait3.0 work in ksh93.
2012-06-08 22:54:25 +00:00
Bjoern A. Zeeb
2a4989cd1c
TinyBSD now seems to be hosted elsewhere.
2012-06-07 09:14:28 +00:00
Konstantin Belousov
cec88f9c0d
Do not execute a needed statement with side-effect in assert().
...
MFC after: 3 days
2012-06-06 17:26:52 +00:00
Konstantin Belousov
548194db7d
Add gettimeofday() test.
...
MFC after: 3 days
2012-06-06 16:26:55 +00:00
Maksim Yevmenkin
11e3340235
Fix license
...
Pointed by: brueffer
2012-06-05 22:02:27 +00:00
Maksim Yevmenkin
f8986f6838
Add a very simple debug tool that would dump list of interfaces,
...
addresses on each interface, and, associated refcounter. I found
it handy to check for address refcounter leaks.
2012-06-05 21:35:47 +00:00
David E. O'Brien
30a39288e4
Correct examples to the latest version I had.
2012-06-05 17:36:28 +00:00
David E. O'Brien
432a06aa01
Add a regression test for filemon(4) [r236592].
2012-06-04 22:59:33 +00:00
David E. O'Brien
ede27e69cf
Add regression test for '-V' command line option (requires r236346).
2012-05-31 01:07:52 +00:00
David E. O'Brien
6abbb4f561
make it easier to check newly-built make
2012-05-30 22:27:34 +00:00
David E. O'Brien
a35a9551c4
make it easier to test newly-built make.
2012-05-30 22:26:16 +00:00
Glen Barber
691b39b51e
Add '-width Pa' to src.conf.5 for mdoc(7) style consistency.
...
MFC after: 3 days
2012-05-30 02:37:20 +00:00
Dimitry Andric
0378662f5b
Vendor import of llvm release_31 r156863 (the actual 3.1 release):
...
http://llvm.org/svn/llvm-project/llvm/branches/release_31@156863
2012-05-23 21:37:39 +00:00
Baptiste Daroussin
98e903e7a0
Import byacc from invisible island, it brings us lots of compatibilities with
...
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
2012-05-21 13:31:26 +00:00
Kevin Lo
8b0349c836
According to shared memory man pages, advice including <sys/types.h>
...
instead of <sys/param.h>
2012-05-21 07:52:46 +00:00
Marcel Moolenaar
6607596344
Document the ED_CRYPTO and LS_COLORS options.
...
Obtained from: Juniper Networks, Inc.
2012-05-19 20:05:27 +00:00
Grzegorz Bernacki
7f725bcd5c
Import work done under project/nand (@235533) into head.
...
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
2012-05-17 10:11:18 +00:00
Andriy Gapon
e795314880
zfsboottest: update for the recent zfs boot code changes
...
MFC after: 1 month
2012-05-13 09:27:08 +00:00
Glen Barber
a5e4c905ee
Regenerate src.conf(5) for mdoc(7) and typo corrections.
...
PR: 167804
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
MFC after: 3 days
2012-05-12 16:12:36 +00:00
Gabor Kovesdan
1aaed33edb
- Add regression tests for BSD sort
2012-05-11 16:04:55 +00:00
Gabor Kovesdan
85d7de106c
- Hook up BSD sort to the build. By default, it will be installed as
...
"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".
2012-05-11 12:47:21 +00:00
Eitan Adler
60533c20a2
Add some missing files to OLD_FILES
...
PR: conf/166460
Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
Reviewed by: stable@
Approved by: cperciva
MFC after: 2 weeks
2012-05-09 17:30:44 +00:00
Andriy Gapon
05795a78d2
zfsboottest.sh: correctly check and suggest value of vfs.root.mountfrom
...
... it was missing "zfs:" prefix.
Reported by: theraven
MFC after: 10 days
2012-05-07 15:06:07 +00:00
Andriy Gapon
efeadeff78
zfsboottest.sh: gracefully handle default value of bootfs property
...
Reported by: theraven
MFC after: 10 days
2012-05-07 15:03:42 +00:00
Luigi Rizzo
4a8b689486
indicate the time per packet in nanoseconds.
2012-05-03 21:03:21 +00:00
Luigi Rizzo
fb38ae2030
add support for pcap receive statistics (used by net-mgmt/darkstat)
2012-05-03 17:08:40 +00:00
Dimitry Andric
6b9a6e390f
Vendor import of clang release_31 branch r155985:
...
http://llvm.org/svn/llvm-project/cfe/branches/release_31@155985
2012-05-03 16:53:59 +00:00
Dimitry Andric
b61ab53cb7
Vendor import of llvm release_31 branch r155985:
...
http://llvm.org/svn/llvm-project/llvm/branches/release_31@155985
2012-05-03 16:50:55 +00:00
Luigi Rizzo
b9cd48d64c
add some performance data
2012-05-03 16:09:44 +00:00
Luigi Rizzo
99fb123f8d
- add code to run pkt-gen on top of libpcap so we can see the
...
difference from a native API
- add some testing options, such as conditional prefetching and
packet copy.
2012-05-03 15:37:05 +00:00
Luigi Rizzo
df76012c5b
- correct a bug in pcap_dispatch(): a count of 0 means infinity.
...
- 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.
2012-05-03 15:34:44 +00:00
Baptiste Daroussin
2b42644bb2
Import m4 regression tests from OpenBSD
...
Obtained from: OpenBSD
Approved by: des (mentor)
2012-04-30 22:00:34 +00:00
Konstantin Belousov
4f20e4f263
Add src.conf option WITH_SHARED_TOOLCHAIN to enable building the
...
toolchain binaries as dynamically linked. Option is disabled by
default.
Reviewed by: ru (previous version)
MFC after: 2 weeks
2012-04-29 09:32:44 +00:00
Adrian Chadd
ab07718555
Change cc -> bc : "bc" is "busy count", which is the % of time the channel
...
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."
2012-04-28 23:13:09 +00:00
Adrian Chadd
dd025d9a62
Add a tool to print out min, average and max channel survey information
...
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.
2012-04-28 08:17:19 +00:00
Dimitry Andric
4d04782c41
Add files and directories to be cleaned up if WITHOUT_GCC is in effect
...
to OptionalObsoleteFiles.inc.
MFC after: 1 week
2012-04-14 16:42:17 +00:00
Dimitry Andric
dbe13110f5
Vendor import of clang trunk r154661:
...
http://llvm.org/svn/llvm-project/cfe/trunk@r154661
2012-04-14 14:01:31 +00:00
Dimitry Andric
63faed5b8e
Vendor import of llvm trunk r154661:
...
http://llvm.org/svn/llvm-project/llvm/trunk@r154661
2012-04-14 13:54:10 +00:00
Luigi Rizzo
d76bf4ff7b
A bit of cleanup in the names of fields of netmap-related structures.
...
Use the name 'ring' instead of 'queue' in all fields.
Bump NETMAP_API.
2012-04-13 16:03:07 +00:00
Luigi Rizzo
aaca8f41f5
use getopt to parse options, add one option to set
...
the wait time for link-up events
2012-04-12 08:38:56 +00:00
Adrian Chadd
87632709bc
Teach wlanstats about the new BAR TX statistics.
2012-04-08 04:51:43 +00:00
Adrian Chadd
d61c74edc5
Add AR_ISR_S5 and AR_ISR_S5_S.
2012-04-08 04:42:53 +00:00
David Schultz
afbcb86218
Add some tests from PR 166463. Also make sure that all of the tests,
...
old and new, check the sign bits of both the remainder and the
quotient.
2012-04-07 04:00:30 +00:00