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
jruoho
4a45a29ad9
Move the tests/libc/ieeefp to tests/libc/gen to match the structure of libc.
...
Also rename the test files to gain functional scope.
2011-09-19 05:25:50 +00:00
apb
00aba3793b
Revert previous now that "make cleandir" uses bsd.clean.mk to clean
...
both the obj dir and the src dir.
2011-09-10 17:02:46 +00:00
apb
ed56faf952
Use ${.OBJDIR}/NetBSD.dist.tmp instead of just NetBSD.dist.tmp.
...
This fixes a problem in which NetBSD.dist.tmp had been created in
the SRCDIR by an earlier build (performed without an OBJDIR), and
the existence of the file in the SRCDIR confused a subsequent build
(performed with an OBJDIR).
2011-09-05 09:57:02 +00:00
mrg
f385d8f556
add the device publish daemon, written by jmcneill@.
...
listens on drvctl for new devices and invokes MAKEDEV for them.
missing:
- manual page
- rc.d script
- more testing
but it works well enough to make new disk nodes appear in /dev when
netbsd sees them and they're missing. you will need to make sure
you have a new /dev/MAKEDEV for this to work properly (postinstall
should handle this normally, of course.)
thanks jared!
2011-08-29 11:38:48 +00:00
dyoung
581feba28b
Straggler from last: add the directory for ppath(3) tests.
2011-08-27 19:02:29 +00:00
dyoung
9943264696
Build and install ppath(3), property-list paths library.
2011-08-26 21:22:07 +00:00
mrg
a57ef5ffad
remove unused directory.
2011-07-23 12:13:17 +00:00
jmcneill
67cb532cd4
add /usr/include/dev/dtv
2011-07-09 14:55:44 +00:00
jruoho
1d3a88895d
Remove ../tests/syscall.
2011-07-07 07:40:46 +00:00
mrg
e712e9f0f1
various updates for GCC 4.5. finally obsolete some very old gcc stuff.
2011-07-01 02:10:07 +00:00
nonaka
c52f9a5df2
PR/45015: ld.elf_so: support ELF symbol versioning
...
Applied latest patch.
2011-06-25 05:45:10 +00:00
njoly
3fa42f3842
Add testcase for PR bin/45004, to exercize suffixes lists for
...
mkdep(1).
2011-05-30 18:14:11 +00:00
plunky
b52bb12959
provide a new 'bluetooth' rc.d script, to handle Bluetooth configuration
...
in a simpler manner. This replaces btattach, btconfig, bthcid, btdevctl
and sdpd scripts, and also should not require any configuration settings
other than "bluetooth=YES", though the full range of configurations is
still possible.
2011-05-27 09:28:41 +00:00
jruoho
f33b8e3d59
Add a test case for PR kern/44946. This tests that common first level sysctl
...
nodes (ddb, hw, machdep, etc.) are not writable by a normal user.
2011-05-09 17:53:54 +00:00
jruoho
f9b73fbc67
Follow the real tree with the test directory structure.
2011-05-05 05:39:10 +00:00
jruoho
cb861154c1
Add a test case for PR bin/26453.
2011-05-03 15:13:50 +00:00
jruoho
6e1e04d65f
Add a test for PR bin/41880.
2011-05-03 08:36:15 +00:00
jruoho
765b090a54
A test for non-critical/low PR bin/42179.
2011-05-03 07:56:42 +00:00
jruoho
1f57069f96
Verify that PR bin/42628 is no longer an issue.
2011-05-03 07:23:19 +00:00
jruoho
b76e0d98ce
Add a test for non-critical/low PR bin/43141.
2011-05-03 06:13:06 +00:00
njoly
ac283d741a
Add back usr/libdata/debug/usr/tests/lib/libc/termios, needed for
...
debug builds.
2011-05-02 11:55:15 +00:00
pgoyette
f2fa6a434c
Get this right. It was not the debugdata directory that was missing...
2011-05-02 08:11:41 +00:00
pgoyette
fd32cbc50c
Add tests/lib/libc/termios subdirectory to accomodate jruoho's new test
...
t_tcsetpgrp
2011-05-02 02:43:04 +00:00
mbalmer
5f971e5eac
Add Japan CBM character codes.
2011-04-27 20:05:56 +00:00
joerg
0cef9f9563
Add MKBSDGREP switch for easy testing of the GNU grep
...
replacement/alternative.
2011-04-21 14:26:33 +00:00
martin
470f713611
Get rid of var/chroot/tcpdump/etc
2011-04-17 13:07:18 +00:00
christos
ccbde8e579
add cat8 and html8
2011-04-16 21:58:31 +00:00
christos
dbc12114aa
sort and add x86
2011-04-16 17:16:12 +00:00
joerg
873b4d7d94
Install clang's MD headers into /usr/include/clang-3.0 similar to GCC.
2011-04-15 19:31:06 +00:00
joerg
dd04acc9a4
Move the headers for compiler and platform specific intrinsincs from
...
/usr/include to /usr/include/gcc-4.1.
2011-04-15 13:42:22 +00:00
matt
960a25c780
Add missing ./usr/libdata/debug/usr/tests/lib/libcurses
2011-04-12 17:07:52 +00:00
martin
75b76dfeb7
When run as root, tcpdump will chroot to /var/run/tcpdump - but it can
...
not look up /etc/protcols in there. So install a copy of /etc/protocols
into the chroot area.
Fixes PR bin/44721.
2011-04-11 20:03:45 +00:00
blymn
4743999381
Add libcurses to tests.
2011-04-10 09:45:59 +00:00
pgoyette
324074b933
atf-ify the various locale tests
2011-04-09 17:45:24 +00:00
plunky
77d265be45
link libbluetooth tests to the build
2011-04-07 06:24:07 +00:00
bouyer
d9210c2405
Add a new libquota library, which contains some blocks to build and/or
...
parse quota plists; as well as a getfsquota() function to retrieve quotas
for a single id from a single filesystem (whatever filesystem this is:
a local quota-enabled fs or NFS). This is build on functions getufsquota()
(for local filesystems with UFS-like quotas) and getnfsquota();
which are also available to userland programs.
move functions from quota2_subr.c to libquota or libprop as appropriate,
and ajust in-tree quota tools.
move some declarations from kernel headers to either sys/quota.h or
quota/quota.h as appropriate. ufs/ufs/quota.h still installed because
it's needed by other installed ufs headers.
ufs/ufs/quota1.h still installed as a quick&dirty way to get a code
using the old quotactl() to compile (just include ufs/ufs/quota1.h instead of
ufs/ufs/quota.h - old code won't compile without this change and this is
on purpose).
Discussed on tech-kern@ and tech-net@ (long thread, but not much about
libquota itself ...)
2011-03-24 17:05:39 +00:00
pooka
0d3ccf3fed
tests/fs/zfs
2011-03-10 20:03:40 +00:00
pooka
9eacb1b321
rumpnet tests
2011-03-10 14:11:18 +00:00
jmmv
a3fddfa529
Enable the build of tmux and add the necessary directory and file entries.
2011-03-10 13:16:57 +00:00
pooka
d1535ddeaf
shmif_dumpbus tests
2011-03-10 11:16:03 +00:00
joerg
aad599979d
Add TLS support infrastructure. For dynamic binaries, ld.elf_so exports
...
_rtld_tls_allocate and _rtld_tls_free. libpthread uses this functions to
setup the thread private area of all new threads. ld.elf_so is
responsible for setting up the private area for the initial thread.
Similar functions are called from _libc_init for static binaries, using
dl_iterate_phdr to access the ELF Program Header.
Add test cases to exercise the different TLS storage models. Test cases
are compiled and installed on all platforms, but are skipped on
platforms not marked for TLS support.
This material is based upon work partially supported by
The NetBSD Foundation under a contract with Joerg Sonnenberger.
It is inspired by the TLS support in FreeBSD by Doug Rabson and the
clean ups of the DragonFly port of the original FreeBSD modifications.
2011-03-09 23:10:05 +00:00
mrg
722355d60d
install xorg-server.m4 at the request of jmcneill.
2011-03-06 22:15:29 +00:00
bouyer
063f96f3c2
merge the bouyer-quota2 branch. This adds a new on-disk format
...
to store disk quota usage and limits, integrated with ffs
metadata. Usage is checked by fsck_ffs (no more quotacheck)
and is covered by the WAPBL journal. Enabled with kernel
option QUOTA2 (added where QUOTA was enabled in kernel config files),
turned on with tunefs(8) on a per-filesystem
basis. mount_mfs(8) can also turn quotas on.
See http://mail-index.netbsd.org/tech-kern/2011/02/19/msg010025.html
for details.
2011-03-06 17:08:10 +00:00
pooka
f89c56e204
new testdirs
2011-02-24 10:29:04 +00:00
christos
555418b829
fix wrong path. Pointed by Anon Ymous
2011-02-20 19:23:19 +00:00
christos
ab765c5256
missing directory
2011-02-20 16:23:59 +00:00
christos
63a9799e3a
Add the libsaslc example dir.
2011-02-20 02:16:05 +00:00
pooka
051ff4a0eb
hfs
2011-02-18 13:08:41 +00:00
matt
9767c9385f
Add missing /
2011-02-10 19:17:35 +00:00
matt
ad579a7d9b
Add debugdirs for o32 and 64
2011-02-10 19:12:44 +00:00
pooka
cf0dbcff8b
more testies
2011-02-09 14:34:42 +00:00
pooka
deba567af1
oh no, more tests
2011-02-08 10:13:13 +00:00
pooka
c221725e98
librumphijack build infra
2011-02-06 18:47:55 +00:00
pooka
6e2c74cec3
+ tests/usr.bin
...
+ tests/usr.bin/rump_server
2011-02-03 15:39:50 +00:00
rmind
07ac07d35f
NPF checkpoint:
...
- Add libnpf(3) - a library to control NPF (configuration, ruleset, etc).
- Add NPF support for ftp-proxy(8).
- Add rc.d script for NPF.
- Convert npfctl(8) to use libnpf(3) and thus make it less depressive.
Note: next clean-up step should be a parser, once dholland@ will finish it.
- Add more documentation.
- Various fixes.
2011-02-02 02:20:24 +00:00
jym
2ba7d66f55
Typo fix.
2011-02-01 21:28:43 +00:00
pooka
84a1daa21a
add sandpoint dirs for man chapter 4, they seem to be required now
2011-01-26 15:00:56 +00:00
pooka
5f7e80a834
Add support for the Extensible MIPS ("eMIPS") platform. The
...
NetBSD/emips port runs on Xilinx and Beecube FPGA systems and the
Giano system simulator.
eMIPS is a platform developed at Microsoft Research for researching
reconfigurable computing. eMIPS allows dynamic loading and scheduling
of application-specific circuits for the purpose of accelerating
computations based on the current workload.
NetBSD eMIPS support for NetBSD 4.x was written at Microsoft Research
by Alessandro Forin and Neil Pittman. Microsoft Corporation has
donated full copyright to The NetBSD Foundation.
Platform support for eMIPS is the first part of Microsoft's
contribution. The second part includes the hardware accelerator
framework and will be proposed on tech-kern soon.
2011-01-26 01:18:43 +00:00
pooka
0625d22c3c
h_server is back, now testier than ever
2011-01-14 13:24:45 +00:00
pgoyette
809681d76f
Sets-list and mtree dance for t_inet_network
2011-01-13 13:54:23 +00:00
pgoyette
1de58405f0
sets-list and mtree dance for moving t_mktime & t_strptime
2011-01-13 00:16:34 +00:00
pgoyette
893f5724c6
Hook up the getaddrinfo test in its new location
2011-01-12 02:59:16 +00:00
pgoyette
f923271858
sets-list dance for getaddrinfo test
2011-01-11 16:31:32 +00:00
pooka
f6b3a097e6
+tests/net/net
2011-01-11 10:55:27 +00:00
njoly
0938ffa1c1
Add lib/libc/sys test dirs.
2011-01-10 17:17:36 +00:00
pgoyette
99902ed6a7
sets-list dance for atf version of regex test
2011-01-08 18:11:21 +00:00
pgoyette
871c88bcef
mtree and set-list games for xdr test
2011-01-08 07:00:17 +00:00
pgoyette
27aeaab683
Hook the new atf db test
2011-01-07 15:06:37 +00:00
pgoyette
016a7f9b90
Hook t_cerror and t_ttyio into the build
2011-01-07 02:49:09 +00:00
haad
912a040b47
Allow operator to use lvm in read-only mode. Switch LVM lock dir to
...
/var/run/lvm and create it in rc.d/mountcritlocal. Fix dm control device
permissions to allow rw for operator.
Test if we are running lvm commands as operator and if that it's true do not
create vg backups and do not print confusing warning.
2011-01-05 14:57:27 +00:00
pgoyette
728b11b751
Add the new directory for hash test data
2011-01-02 22:04:45 +00:00
dbj
11be24bd28
add usr/tests/lib/libc/ieeefp and ./usr/libdata/debug/usr/tests/lib/libc/ieeefp
2011-01-02 11:34:13 +00:00
dbj
82507e5f0c
add missing ./usr/tests/lib/libc/ieeefp
2011-01-02 09:30:08 +00:00
haad
082dce313a
Remove optional keyword from directory definition.
2011-01-01 22:11:45 +00:00
haad
1d0e6bab66
Add /var/lock/lvm subdir for LVM it can be created automagically but I think
...
that it's better to have it created before.
2011-01-01 13:09:13 +00:00
haad
9ec41ae5fa
Add /var/lock directory to base set it's used by LVM and other tools.
...
Change group owner to operator to enable LVM locking for him.
2011-01-01 12:49:48 +00:00
pgoyette
cfe38ef780
Move the various setjmp tests from regress to atf
2010-12-27 19:35:30 +00:00
pgoyette
575e75ffe4
Migrate the ssp tests from regress to atf.
...
Of the 17 tests, 4 fail in both the regress and atf style. 3 additional
tests fails in atf that did NOT fail in regress: gets, fgets, and read.
I will investigate why, and update when I can, but it is still useful to
get these tests into the new format where they can be exercised.
2010-12-27 02:04:18 +00:00
pgoyette
f03970fd11
Migrate J.T.Conklin's public-domain str* tests from regress to atf.
...
While here, do some clean-up and knf.
2010-12-25 21:10:24 +00:00
pgoyette
e02d91d677
Move the only regress/lib/libm test to the new atf format
2010-12-20 23:47:23 +00:00
jruoho
27cfff3b3e
Make tcpdump(8) to drop root privileges and chroot(2) by default.
2010-12-17 09:54:27 +00:00
pooka
cff244c45d
goop for initial raidframe test
2010-12-15 20:42:23 +00:00
pooka
43f4e42ae4
usr.sbin/traceroute
2010-12-15 00:19:05 +00:00
pooka
15e64e6489
don't create h_img2cgd dirs anymore since they'll just be harvested by obsolete
2010-12-15 00:18:37 +00:00
pooka
ae428f9a60
directory not used anymore
2010-12-13 13:41:41 +00:00
mrg
1cc7ce56fd
if MKCOMPAT != "no", don't include the MD files for now -- they're only
...
used for compat right now. we should fix this better later.
2010-12-10 07:17:00 +00:00
njoly
f23e744cdd
Make tests set generation optional, skipped for MKATF=no build.
2010-12-08 23:56:01 +00:00
christos
26717b4ba7
new /usr/include/pcap directory.
2010-12-05 05:55:29 +00:00
pooka
024c6ce070
adjust previous a bit to attempt to deal with MKMONKEY
2010-12-01 07:03:21 +00:00
riz
b16d0da05a
Add sets/mtree goop for new test program and accompanying dirs.
2010-11-30 23:18:25 +00:00
pooka
30ef7f96b5
build system gobbeldygook for tests
2010-11-30 22:14:02 +00:00
pooka
48e1b6d6d5
Add simple test for md(4) which just stuffs junk into /dev/rmd0d
...
and checks the same data can be retrieved.
2010-11-23 15:38:53 +00:00
pooka
afd7c107ce
build system worship for new tests.
2010-11-11 22:48:47 +00:00
pooka
b6e917cebd
usual goop for new tp & dir
2010-11-07 19:55:58 +00:00
pooka
bfc769e859
debug entries are sacred too
2010-11-04 13:24:26 +00:00
pgoyette
2ce20f6d94
Remove lib/libc/stdio - no longer anything in there.
2010-11-04 13:01:42 +00:00
pooka
90989e51c9
+ tests/lib/libc/stdio
2010-11-04 11:50:27 +00:00
christos
1197565d44
add otus
2010-11-03 21:46:36 +00:00
joerg
6960a12118
Install XZ's header files.
2010-11-02 19:12:46 +00:00
mbalmer
aa94cc597c
Link Lua to the build and add the resulting files to the distribution sets.
...
Document the addition of Lua and the change we made to the default settings.
2010-10-31 11:52:50 +00:00
jmmv
fc81f1bd0c
Adjust file lists and directories to match atf 0.11.
2010-10-20 09:22:32 +00:00
wiz
9bdef74c0a
Remove obsoleted directory /usr/share/doc/html/ntp/build/scripts
2010-09-25 10:34:13 +00:00
christos
f66c6b8ced
add the keys directory to base.
2010-09-10 16:37:12 +00:00
christos
0cce27708f
add glob tests.
2010-09-09 22:21:41 +00:00
jmmv
0e3d0af4e3
Add tests dir for libdes.
2010-08-25 16:44:25 +00:00
christos
24854e5e7c
Add directory for bind's managed keys.
2010-08-24 13:18:04 +00:00
pooka
c9a399cbba
scsipi test
2010-08-24 11:31:48 +00:00
christos
9433b61fdf
add x86 section 9 man directories
2010-08-21 06:41:09 +00:00
pooka
80e96e7716
tests/net/carp
2010-08-10 21:56:24 +00:00
pooka
102729d0d8
+tests/dev/sysmon
2010-08-06 16:13:55 +00:00
pooka
7bd8b6f405
dev + dev/audio test dirs
2010-08-04 13:18:50 +00:00
jmmv
e4c7b890ef
Add directory for sort(1) tests.
2010-08-01 16:43:38 +00:00
pooka
0ad2fa281a
nfs testdirs
2010-07-26 16:18:35 +00:00
pooka
5828037405
here we go loop if loop
2010-07-25 21:45:21 +00:00
jmmv
b4f7babb0e
Add dirs for libobjc tests.
2010-07-18 12:43:17 +00:00
jmmv
5496453d33
Add directories for lint1 tests.
2010-07-18 10:11:31 +00:00
mrg
3172b07cfc
build and install libxcb and xcb-util libraries.
2010-07-18 07:07:08 +00:00
jmmv
9609b16767
Add directories for the lib/csu/ and include/ tests.
2010-07-17 19:26:50 +00:00
jmmv
df453a7e8b
Add dirs for libpthread tests.
2010-07-16 15:43:23 +00:00
jmmv
5ff82976a0
Add new tests dirs.
2010-07-16 13:56:52 +00:00
christos
855db0253a
add {man,cat,html4}/x86
2010-07-08 20:13:19 +00:00
njoly
d7d48e5d3f
+./libdata/firmware/upgt
2010-07-06 23:33:28 +00:00
pooka
143a035ae5
+fs/puffs/h_dtfs
2010-07-06 14:47:48 +00:00
pooka
0fd3db8269
+testdir
2010-07-06 14:10:26 +00:00
mrg
10e130c4e6
add ./usr/libdata/firmware/radeon
2010-07-05 20:57:19 +00:00
njoly
1511eb19e2
Add test program that use sample code from kern/41937, and fs rump
...
helpers to check currently supported filesystems.
t_rmdirrace (1/1): 5 test cases
ext2fs_race: Passed.
ffs_race: Passed.
msdosfs_race: Passed.
sysvbfs_race: Passed.
tmpfs_race: Passed.
2010-07-05 12:53:58 +00:00
pooka
c60e7744b1
the usual testdir boogie-woogie
2010-07-04 19:33:18 +00:00
njoly
8f58c357eb
-./usr/libdata/debug/usr/tests/atf/test_programs
...
+./usr/libdata/debug/usr/tests/atf/test-programs
2010-07-03 15:29:22 +00:00
jmmv
fce55510a6
Adjust directories for atf 0.10.
2010-07-03 08:14:47 +00:00
pooka
9a0b38b6a5
more mtree fun for everyone with testdirs
2010-06-28 19:05:54 +00:00
pooka
2ae8bd1618
tests/lfs
2010-06-28 09:45:47 +00:00
pooka
48eab2d7f9
tests
2010-06-16 19:30:11 +00:00
pooka
00ce6b3c83
tests/fs/ptyfs
2010-06-14 14:53:08 +00:00
pooka
c46b8723d4
update
2010-06-10 22:04:52 +00:00
pooka
7560245bb8
arbor days are here again
2010-06-09 12:38:15 +00:00
jruoho
f4cbf9faff
Add "optional" keyword to rc.d/xdm and rc.d/xfs. Fixes PR misc/43307.
2010-06-07 04:48:47 +00:00
jmmv
b74ee5cefd
Remove directories not required by atf-0.9 any more.
2010-06-04 08:35:35 +00:00
ghen
3d292e1813
Update to xkeyboard-config 1.9.
2010-05-28 17:17:12 +00:00
mrg
d7630e6d89
intall libkms.h into the right place. fix some libdrm_radeon issues.
2010-05-22 23:19:44 +00:00
mrg
bd00795b4c
deal with libdrm 2.4.40: new / moved headers, libdrm_radeon.
2010-05-22 23:03:13 +00:00
jmmv
be1bfc9e29
Update directories to match the atf 0.8 layout.
2010-05-08 08:13:12 +00:00
lukem
c786d8f8ac
/usr/libdata/debug/usr/X11R6/lib
2010-05-08 05:04:58 +00:00
lukem
9f5405f793
Fix MKDEBUG=yes for libraries on sparc64 for base.
2010-04-29 14:09:10 +00:00
lukem
617c68913a
Fix MKDEBUG=yes library builds for amd64
2010-04-28 09:55:25 +00:00
lukem
a6b1868168
usr/libdata/debug directories for X11R7
2010-04-27 05:34:15 +00:00
dyoung
064e864242
Describe in a comment what the emit_dist_file target is for.
...
Under some circumstances, ${TOOL_CAT} may refer to an executable
that does not exist. As a stopgap fix, use cat(1) instead of
${TOOL_CAT} in emit_dist_file.
2010-04-27 03:01:25 +00:00
lukem
cea1219aca
add usr/libdata/debug/usr/lib and usr/libdata/debug/usr/lib/i18n
2010-04-27 02:51:04 +00:00
dyoung
ca088e5210
Do not try in postinstall(8) to replicate the code in etc/mtree/Makefile
...
that assembles /etc/mtree/NetBSD.dist. Instead, use the Makefile's
new target, emit_dist_file, to assemble the correct NetBSD.dist.
Previously, 'postinstall -m amd64 -s $SRC_TOP' would install a
NetBSD.dist that was missing /usr/lib/i386/ et cetera.
2010-04-23 19:21:08 +00:00
pooka
4c1500491b
bend over
2010-04-21 11:11:32 +00:00
pooka
994e33429b
Build & install msdosfs snapshot test and deal with the happy happy
...
joy joy setlistdist etcetc. stuff.
2010-04-13 10:27:52 +00:00
pooka
b433d14156
add necessary build bucatini for kernfs tests
2010-03-31 19:18:39 +00:00
pooka
cd45f4588a
add nullfs/umapfs tests to setlists etc
2010-03-30 01:11:17 +00:00
pooka
e7c0f40884
.. then jump through the mtree hoops for adding a test
2010-03-29 18:21:29 +00:00
pooka
3a8a23ba3e
don't create obsoleted directories
2010-03-21 13:26:10 +00:00
jmmv
8199472ae1
Add the /usr/tests/sys/rc directory.
2010-03-15 19:00:53 +00:00
wiz
ad9684dee2
Install mom macro sets again, per request from Petar Bogdanovic.
...
Don't install generated PostScript files that were part of the reason
for the removal.
Based on a patch by him with slight changes.
2010-01-26 15:11:56 +00:00
joerg
1ca41e3237
Add a regression test for the SHA2 family that also checks for unaligned
...
accesses.
2010-01-24 21:12:17 +00:00
plunky
2ad83ccc31
also clean up NetBSD.dist.tmp as if a second build is done without the
...
NetBSD.dist changing, the tmp file will remain.
2010-01-18 10:25:29 +00:00
uebayasi
ba7d4fb746
Make sure NetBSD.dist is updated when MKX11 is changed across update builds.
2009-12-18 04:12:36 +00:00
uebayasi
db427a195a
NetBSD/mips64e[bl] userland is default to N32 ABI. It needs /usr/lib/o32
...
for O32 ABI and /usr/lib/64 for N64 ABI.
2009-12-14 13:23:56 +00:00
nonaka
f97268b43d
Added keyboard config files for Sharp Zaurus SL-C3x00.
2009-12-13 04:57:16 +00:00
mrg
c7b40f92d5
create /usr/lib/{i386,sparc}{,/security,/i18n} here, where they belong.
2009-12-13 01:02:25 +00:00
mrg
68657e0e89
replace NETBSD_DIST_X11_FILE and NETBSD_DIST_EXTSRC_FILE with EXTRA_DIST_FILES
2009-12-12 01:32:10 +00:00
pooka
70d4493c77
Remove the portalfs kernel file system driver. Replace mount_portal(8)
...
with a version based on puffs. User functionality remains the same.
2009-12-05 20:11:01 +00:00
pooka
d6224f4507
Remove support for NetBSD/playstation2.
2009-12-05 16:29:10 +00:00
uebayasi
d166c4bf28
Support "extsrc", externally added programs and libraries. Users can write
...
their own reach-overs, cross-build, install, and get set files just like base
and X11 / X.org. (These sets are not included as TNF releases.)
2009-11-30 16:13:22 +00:00
roy
dae79facc9
Hook openresolv into build.
2009-11-21 03:24:30 +00:00
drochner
9589066022
remove some unnecessary .OBJDIR prefixes in make targets
...
being here, add NetBSD.dist to CLEANFILES
2009-11-19 19:57:40 +00:00
stacktic
8acc973dc4
Fixed NetBSD.dist target
2009-11-02 10:23:40 +00:00
plunky
b2965573f9
add ATF tests for libevent
2009-11-02 10:15:45 +00:00