skrll
2d427fcfd7
Add ./usr/libdata/debug/usr/lib/npf for rmind
2012-09-18 15:12:31 +00:00
rmind
94cf4e2062
Add /usr/lib/npf.
2012-09-16 16:15:29 +00:00
martin
e8e9f65b79
New test directory for npf
2012-09-12 14:07:10 +00:00
jmmv
80b30d8cdf
Add placeholder test programs for share/mk files.
...
The main goal of this change is to simplify the further addition of test
cases for the share/mk infrastructure by adding a few placeholder test
programs to the tests tree.
To not leave these test programs empty, I have added a bunch of extremely
simple test cases to them.
2012-08-26 23:03:20 +00:00
spz
c60c5ec2d8
actually install the new npf examples
...
add examples for a hash table file and a tree table file
add an ID string to host-npf.conf
2012-08-22 06:45:15 +00:00
alnsn
e7e64dcaa1
Build and install t_bpfilter.
2012-08-14 19:13:54 +00:00
christos
79aa9f3662
add fdpass directories
2012-08-13 11:17:43 +00:00
njoly
734339d201
Add testcase for PR/46743
2012-07-28 16:08:39 +00:00
joerg
c91c5846f7
+ /usr/tests/usr.bin/nbperf
2012-07-22 21:04:44 +00:00
kefren
690d3837f6
add ldpd rc.d script here too
2012-06-28 16:34:06 +00:00
pgoyette
ef11cb81d1
Add directory for usr/include/dev/filemon/
2012-06-21 04:30:04 +00:00
joerg
c9196b81ce
Update LLVM/Clang snapshot to r158533. This brings in support for
...
stack-realignment in functions using alloca on x86. Move to
/usr/include/clang-3.2 to reflect the version.
2012-06-16 17:01:02 +00:00
riz
49449523c7
Add firmware for the RealTek RTL8192CU family of wireless chipsets, and
...
adapt the urtwn(4) driver to use the new files. The firmware files were
extracted from the Linux driver at www.realtek.com, version 0005.1230.2011
and the license permits redistribution without modification.
While I'm here, install the files in /libdata/firmware/if_urtwn, like
most of the other network adapter firmware.
urtwn(4) can now operate without needing external files installed. Tested
on my Edimax adapter.
2012-06-14 04:14:35 +00:00
martin
c1004a7836
Add a basic test for infocmp - this would have cought todays terminfo
...
lossage (PR lib/46553).
2012-06-06 21:23:10 +00:00
nonaka
c9051a9fd6
Use /libdata/firmware/run instead of /libdata/firmware/rum for run(4) firmwares.
2012-06-01 13:19:38 +00:00
martin
f1b12ec580
Add new test directory
2012-05-27 23:03:24 +00:00
jruoho
af62c3b4d8
Add a test case for PR kern/46463. From Richard Hansen.
2012-05-18 15:25:25 +00:00
jruoho
c7358053ef
Add a test case for PR bin/39546.
2012-04-19 18:51:35 +00:00
jruoho
0953dc8744
Add a test case for PR kern/46328 (tested naively with tcpdump(8)).
2012-04-14 12:21:45 +00:00
pgoyette
df3c343ded
Revert previous - k_helper3 does not get installed in a subdirectory.
...
Doing it this way will prevent us from creating the subdirectory on
non-MODULAR systems. That would have caused a build break due to the
unexpected empty directory.
2012-04-14 02:48:44 +00:00
pgoyette
04ec1fc554
Create the directory for the helper program; hopefully fixes the build
...
break.
XXX It's odd that k_helper3 needs to have its directory pre-created, when
XXX k_helper, k_helper2, and k_uvm don't need it...
2012-04-14 00:14:22 +00:00
jruoho
47dea51ec6
Add regression tests for PR bin/3914 and PR bin/27140.
2012-03-30 09:27:10 +00:00
jruoho
651e2c6948
Add regression tests for the 1990s bugs PR bin/3538 and PR bin/4841.
2012-03-27 08:16:33 +00:00
nonaka
db4c04c984
Added urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU USB IEEE 802.11b/g/n wireless network devices.
2012-03-25 00:11:16 +00:00
jruoho
327776ba0b
Add regression tests for PR bin/12424, PR bin/12316, and PR bin/14253,
...
all fixed long time ago.
2012-03-20 06:18:33 +00:00
njoly
d0df4f4862
Adjust to unbreak mkdebug build.
2012-03-19 11:16:36 +00:00
jruoho
3a662fafc9
Add regression tests for PR bin/2642 and PR bin/23836, both fixed long ago.
2012-03-19 07:05:18 +00:00
jruoho
1ff69b68e3
Add a case for PR bin/44973.
2012-03-18 12:40:42 +00:00
jruoho
0498995f9f
Add a test case for PR bin/28126. Does not fail with GNU sed.
2012-03-18 10:12:30 +00:00
jruoho
840bc631fa
Adjust set lists and mtree.
2012-03-17 17:16:41 +00:00
jruoho
2fb9c76e0d
Adjust set lists and mtree.
2012-03-17 16:35:02 +00:00
jruoho
869580eb48
Adjust set lists and mtree.
2012-03-11 18:45:19 +00:00
christos
c513c5c06e
add awk test directory
2012-03-10 19:11:36 +00:00
njoly
481c9a313f
Do not create obsolete ./usr/include/quota directory anymore.
2012-02-16 22:22:27 +00:00
wiz
eb3bd4bbdc
Obsolete /usr/share/man/cat3f that never contained any files, nor will it.
2012-02-14 14:03:34 +00:00
martin
0ce98f42a7
Move posix_spawn tests to lib/libc/gen/posix_spawn - they test both libc
...
and kernel, but that is an implementation detail unrelated to the tests
themselfs.
Ok: releng
2012-02-13 21:03:06 +00:00
martin
19f52532ad
Add userland part of posix_spawn. Libc functions imported from FreeBSD.
...
Based on Charles Zhang's summer of code project.
2012-02-11 23:31:22 +00:00
pgoyette
d7450be19d
Use the correct userid
...
Hello, christos
2012-01-28 05:32:49 +00:00
christos
493ac06fcb
- add _tss user for tcsd, and needed directories for TrouSerS.
...
This is all unused as of now because the trousers is not connected to
the build yet.
2012-01-28 02:17:29 +00:00
pgoyette
5dd52f2538
Add directory for libcrypt tests
2011-12-27 14:51:15 +00:00
christos
19bd33b453
add fifofs
2011-12-21 01:58:46 +00:00
tsutsui
a7f5216f76
Add an rc.d(8) script for isibootd(8). Taken from ndbootd(8).
2011-12-17 13:37:49 +00:00
taca
093293c2cb
According to /etc/rc.d/mdnsd, /var/run/mdnsd is owned by _mdnsd:_mdnsd
...
if it created. So, set owner/group of /var/run/mdnsd.
It stop a useless warning in /etc/security.
2011-12-08 01:15:02 +00:00
tls
aae64c95c0
Make the rndsave structure public -- the kernel will learn to read it
...
and sysinst may learn to write it (since, on some systems, most of
the keyboard input they ever get happens to be during install). Fix a
couple of minor problems with the random_seed rc script addition.
2011-11-26 01:17:17 +00:00
jmmv
ccfedeb2ca
Register directories for the new asm examples and their tests.
2011-11-12 01:19:40 +00:00
njoly
3f1f7fac1b
+./usr/libdata/debug/usr/tests/lib/libtre
2011-11-07 13:39:54 +00:00
christos
d85ad0736b
add libtre test directories
2011-11-06 18:45:04 +00:00
mbalmer
e0c22d6455
Install, and add to the set lists, example code to illustrate Lua module use.
2011-10-15 13:00:59 +00:00
mbalmer
63bfe64311
Link the gpio(4) Lua module to the build and add it to the set lists.
...
(There is no manual page yet, since we have not yet decided where to put
them for Lua modules.)
2011-10-08 13:14:03 +00:00
pgoyette
c2d58f1a39
Also re-add usr/include/dev/i2c to the mtree file
2011-10-02 19:31:45 +00:00