Commit Graph

14024 Commits

Author SHA1 Message Date
christos
ee606c7e62 add multicast tests 2014-10-11 23:10:44 +00:00
martin
9d783a74de Two more files missed in last addition 2014-10-10 11:36:00 +00:00
mrg
958e616745 bump libstdc++ minor due to new complex etc functions enabled. 2014-10-10 10:10:40 +00:00
martin
ad6c3c4be1 Add a bunch of new libm/complex man pages 2014-10-10 08:31:49 +00:00
christos
c31ff5cf2d bump libm for long double complex functions 2014-10-10 00:49:14 +00:00
skrll
899022eaca Fix SHLIB_MAJOR to match xorg and fix linking against libxcb-sync which
broke kwin for me.
2014-10-01 09:30:58 +00:00
jmcneill
d7994b45da escape $ in $board so this will boot on beaglebone too 2014-09-29 17:54:13 +00:00
msaitoh
e5a129f3fe Increase ramdisk size. 2014-09-29 15:02:55 +00:00
tsutsui
9d4ab9cf3b Include <dirent.h> instead of <sys/dirent.h> for POSIX compliancy.
Fixes build errors on Linux, tested on CentOS.
The problem was pointed out by Valery Ushakov.
Note <sys/param.h> will be prepared by src/tools/compat/configure.

XXX: not sure if we still need this dumb tool for a TierII port...
2014-09-27 15:21:40 +00:00
christos
45e348e73b add execvpe,execlpe bump. 2014-09-26 19:25:56 +00:00
christos
155fdf3987 add strnstr from FreeBSD 2014-09-24 18:16:36 +00:00
njoly
b473cbd436 Add some missing cat pages: hdestroy_r.0 and dnssec-importkey.0 2014-09-23 15:05:25 +00:00
christos
0d1c5b279a missed an hdaudio change. 2014-09-19 21:31:08 +00:00
matt
6cf6fe02a9 New files for Userland support of UCB RISC-V (both 32-bit and 64-bit) 2014-09-19 17:36:24 +00:00
christos
21047359cc Add hdaudioverbose 2014-09-19 17:33:47 +00:00
wiz
7bfc8162b1 Per the wiki roadmap, rename the three dtrace modules to have
a "dtrace_" prefix.
amd64 build tested, other set list changes done the same way.
2014-09-18 19:45:24 +00:00
ozaki-r
de6373426e Add net/if_bridge test 2014-09-18 15:25:10 +00:00
roy
4b34ebf614 Punt custom dhcpcd hooks in favour up upstream hooks 2014-09-13 10:18:24 +00:00
roy
ec4a0efb33 Use the 20-resolv.conf hook from dhcpcd rather than the minimal one.
Extract configured information from resolv.conf and hostname instead
of scraping the last dhcpcd script run.
This will allow the use of DHCPv6 and IPv6RA DNS details in the future.
2014-09-12 20:42:13 +00:00
roy
5758b155c1 Remove more rtsol references. 2014-09-12 14:46:33 +00:00
nonaka
953d3a57a3 Remove rtsol. 2014-09-12 14:39:49 +00:00
martin
459d37a82b Mark /etc/rc.d/rtsold and /rescue/rtsol as obsolete 2014-09-12 10:03:32 +00:00
roy
c6314d6139 Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).
Remove rtsol(8) from rc.d/network.
Add -w seconds command to ifconfig to wait for N seconds for until DAD
has finished on all addresses.
Use ifconfig -w in rc.d/network instead of a forced sleep.

As discussed on tech-net@
2014-09-11 13:10:03 +00:00
matt
25d15b759f Uncomment/fix the eabihf compat entries 2014-09-10 22:50:25 +00:00
jmcneill
88d1b35fc5 turn on ntpd 2014-09-09 13:02:25 +00:00
matt
27620987b8 New files for OR1K support 2014-09-03 19:34:25 +00:00
christos
7c0a299a7f mark fstab .PHONY to prevent it being re-made from fstab.c in suffix rules. 2014-08-27 04:30:25 +00:00
christos
4e24064872 fix sets 2014-08-26 10:46:39 +00:00
joerg
7a1a6f1cf3 Add basic support for indirect functions. It allows providing a public
function symbol with an implementation choosen at run time.
Refactor calls to functions by address in ld.elf_so to create temporary
function descriptors on the stack, if the address is not leaked outside.

Limitations:
- no support for initialising static storage with function pointers
- no support for unnamed resolver functions

Inspired by FreeBSD's r228435 by kib@freebsd.org.
2014-08-25 20:40:52 +00:00
pooka
67433f3a0f Remove and obsolete rumpkern_time as a separate component. 2014-08-25 18:44:02 +00:00
christos
386021af1d Use .PATH because the newmake does not apply pattern rules to sources in
other directories. Leave the comment and the old code for now so people
are aware that this might not work.
2014-08-25 14:11:51 +00:00
tsutsui
883c1c3776 Add a man page for arcofi(4) driver. From OpenBSD. 2014-08-25 12:49:22 +00:00
christos
6f1dbb71d2 add missing lint library.
XXX: pullup-7
2014-08-25 10:52:10 +00:00
apb
b3edfc2816 Add tests for backslash escaping in make(1).
Many of these tests fail, and I have populated the escape.exp file with
the results that I expect, not with the results that make(1) actually
produces.

Also update the set lists for these tests.
2014-08-24 11:52:45 +00:00
apb
3cf3fe820a sort 2014-08-24 11:50:00 +00:00
christos
9df5c983bb new make tests 2014-08-23 15:59:03 +00:00
apb
6b933a652f Test make(1) by running the maintained tests, not unmaintained
copies of them.

* Remove all old tests from src/tests/usr.bin/make/d_*.  These tests
  were unmaintained old copies of the actual tests which are maintained
  under src/usr.bin/make/unit-tests.  One exception is the test in
  d_unmatchedvarparen.mk, which was new, but has nw been added to
  src/usr.bin/make/unit-tests/varmisc.mk.
* In src/tests/usr.bin/make/Makefile, copy all
  the tests from src/usr.bin/make/unit-tests to
  ${DESTDIR}/usr/tests/usr.bin/make/unit-tests.
* In src/tests/usr.bin/make/t_make.sh, run the tests installed above,
  instead of the old tests.
* In etc/mtree/NetBSD.dist.tests, create the
  usr/tests/usr.bin/make/unit-tests diectory.
* Update the set lists for all the above.
2014-08-22 16:45:32 +00:00
apb
68cca2bb2f sort 2014-08-22 10:51:38 +00:00
apb
0b9da2a3de Adapt the sortlists target to deal with commented file names, like
"#./dir/file".  Such lines now compare equal to their uncommented
counterparts like "./dir/file".
2014-08-22 10:51:18 +00:00
matt
b191cce33b Add ./usr/include/sys/common_{ansi,limits}.h 2014-08-19 07:28:45 +00:00
matt
4264da7fa4 Install common_wchar_limits.h and update set list. 2014-08-18 22:33:25 +00:00
joerg
fb363505f8 LLVM sshramdisk needs 8.9MB, so bump again. 2014-08-14 18:38:29 +00:00
riastradh
75f2a57740 CD images need libarchive if MKBSDTAR is yes. 2014-08-14 16:27:17 +00:00
riastradh
0d53576a4b Add dtrace modules to amd64-xen module set list. Hi jnemeth! 2014-08-14 16:26:21 +00:00
riastradh
1ade0b5b66 Add tar.debug and cpio.debug to lists for MKBSDTAR=yes MKDEBUG=yes. 2014-08-14 16:25:20 +00:00
joerg
d02c242c7b Bump ramdisk size to 3.2MB and include dhcpcd. 2014-08-13 20:52:05 +00:00
matt
35031b132a Fix c&p error: libisc.a->libirs.a 2014-08-12 20:57:59 +00:00
martin
c2426fb47b Add firmware images to this image, as discussed on port-arm. 2014-08-12 11:49:04 +00:00
martin
d4a4ba1584 Add a IMAGEPREBUILD option for makefiles to ovveride (e.g. to additionally
add files to the staging directory)
2014-08-12 11:48:22 +00:00
joerg
7a5aaa5671 Mark compat directories as compat, not arch64. 2014-08-11 13:40:34 +00:00