Commit Graph

233437 Commits

Author SHA1 Message Date
joerg dcdeaeb906 Both ext2 and iso9660 are useful when dealing with external devices, so
include them.
2015-02-13 13:48:17 +00:00
maxv 25ff354bf4 Remove this MALLOC_DEFINE (M_PMF unused). 2015-02-13 13:26:50 +00:00
msaitoh 80833fabbc Fix a bug that sc_mediatype is evaluated incorrectly. The real problem
might be occured only on fiber and serdes cases.
2015-02-13 09:00:50 +00:00
pooka 16ea0ea222 add libc++ 2015-02-13 00:31:42 +00:00
alnsn f34037ede3 Fix bugs found by afl fuzzer http://lcamtuf.coredump.cx/afl/. 2015-02-12 23:09:55 +00:00
macallan c580902417 in unmap():
- fix pasto in debug output
- shut up a set-but-not-used warning
2015-02-12 13:29:15 +00:00
nonaka e9e246a98e Apply PR kern/49659 patch from Takahiro HAYASHI. 2015-02-12 13:07:37 +00:00
jmcneill af4a1cc43f actually write cpufreq changes to ${mnt}/etc/rc.local instead of /tmp/a 2015-02-12 10:59:44 +00:00
joerg 9c321aef4d Kill redundant semicolons. 2015-02-12 10:23:48 +00:00
palle cd38417007 sun4v: vpci driver - initial (and incomplete) version of virtual PCIe host bridge driver for sun4v systems. Based on the NetBSD pyro driver and OpenBSD vpci driver. Future work will include integrating code from the OpenBSD vpci driver. 2015-02-12 10:09:10 +00:00
aymeric 45a53d184f Fix previous commit by using tty00 as an example of dialin peripheral instead
of dialout dty00.
Thanks to mrg@ for pointing it out.
2015-02-12 07:32:09 +00:00
dholland 8e005c7126 typo 2015-02-12 06:24:21 +00:00
palle ea65b081de sun4v: vpci driver - initial (and incomplete) version of virtual PCIe host bridge driver for sun4v systems. Based on the NetBSD pyro driver and OpenBSD vpci driver. Future work will include integrating code from the OpenBSD vpci driver. 2015-02-12 04:48:37 +00:00
alnsn 542a94c076 Add bpfilternegjmp test. 2015-02-11 23:39:07 +00:00
alnsn bc33ca73a3 Add libbpfjit_jmp_ja_overflow test. 2015-02-11 23:33:16 +00:00
alnsn c57239cf9d Add bpfjit_jmp_ja_overflow test. 2015-02-11 23:29:48 +00:00
alnsn 9dc6430c3c Add libbpfjit_jmp_ja_invalid test. 2015-02-11 23:17:16 +00:00
msaitoh a8791f7770 Fix three bugs reported by enami@:
- bge_miibus_writereg(): Fix a bug that BCM5906 may leave an APE lock.
 - Fix hwcfg4 isn't printed correctly.
 - Fix a bug that BGE_PHY_TEST_CTRL_REG isn't set correctly on some PCIe devices.
2015-02-11 23:07:13 +00:00
alnsn b43344f3ff Add libbpfjit_ret_k and libbpfjit_bad_ret_k tests. 2015-02-11 23:00:41 +00:00
alnsn fe765d6008 Add bpfjit_ret_k, bpfjit_bad_ret_k, bpfjit_jmp_ja_invalid tests. 2015-02-11 22:37:55 +00:00
riastradh e45326d787 Document drm crap in 3RDPARTY. 2015-02-11 20:12:22 +00:00
alnsn 8f06b72616 Add bpfilterbadjmp and bpfilterbadret tests. 2015-02-11 19:37:37 +00:00
riastradh b4ed92be5b Use Pq to avoid space before O_EXCL. 2015-02-11 15:19:05 +00:00
alnsn 36d2b4c46c Fix the build. 2015-02-11 12:53:15 +00:00
alnsn d9eacfd7ae It's not enough to check that a class of the last instruction is BPF_RET.
The opcodes in bpf_validate() must match opcodes understood by bpf_filter().

Found by afl-fuzz http://lcamtuf.coredump.cx/afl/.
2015-02-11 12:03:30 +00:00
ozaki-r 983ef0b1a0 Remove unexpected code duplications
I don't know why this happened...
2015-02-11 07:51:10 +00:00
palle 326beb38f4 Updated todo list with item about v445 and GENERIC.UP kernel that hangs 2015-02-11 04:47:11 +00:00
palle f55b8fa6e3 sun4v: Ensure that sane values are returned in scenarios where no x_cache_associativity info is present, e.g. in a simulated environment like the Legion simulator 2015-02-11 04:44:11 +00:00
christos 64741f5e61 Fix locking against myself problem:
hdaudio_intr() ->
	    mutex_enter(&sc->sc_corb_mtx);
	    hdaudio_rirb_dequeue() ->
		hdaudio_rirb_unsol() ->
		    hdafg_unsol() ->
			hdafg_assoc_dump_dd() ->
			    hdaudio_command() ->
				mutex_enter(&sc->sc_corb_mtx);

Should that be done differently?
2015-02-11 00:37:25 +00:00
rkujawa e117ce5a17 Don't mention the bug that was fixed by mrg. DAC detection works reliably
since then.
2015-02-11 00:11:58 +00:00
christos 7779d7745a - always set *to_buf to a timestamp, even if there was none reported/parseable
(Frank Kardel).
- merge the timestamp copying code to one place.
- factor out the debugging printf function.
2015-02-10 20:38:15 +00:00
rjs 652788239c Add DCCP protocol support from KAME. 2015-02-10 19:11:52 +00:00
christos d83ca2bff1 regen 2015-02-10 17:43:44 +00:00
martin 06ea2d9d35 Mark posix_fallocate as NOERR 2015-02-10 15:07:39 +00:00
pooka 7578f98047 Include compat in rumprun libc
Not including non-renamed symbols in libc caused all kinds of configure
scripts to do the wrong thing when they just tested linkage without
including headers.  So, go for the "least moving parts" bandaid for now.
2015-02-09 22:44:34 +00:00
wiz 51bdec1a44 postfix-3.0 is out 2015-02-09 21:59:30 +00:00
skrll 90bfba80c0 Name some interrupts 2015-02-09 21:56:20 +00:00
christos 79fa3fde9b don't compare user and kernel addresses 2015-02-09 20:46:55 +00:00
christos a230e8e5ec remove LINTFLAGS 2015-02-09 20:41:01 +00:00
aymeric 1998807a1e clip xfer->actlen also in the !DIAGNOSTIC case 2015-02-09 20:12:47 +00:00
martin d21477da21 Remove expected failure and references to port-alpha/46301, now that
it is fixed.
2015-02-09 19:39:48 +00:00
christos 95f20280d9 Treat complex numbers like other floating numbers. This caused a core-dump
when linting libm complex code and assumed the size of the type larger than
the array size of value bitmaps.
2015-02-09 18:17:34 +00:00
christos 4649e9761b Only define the extra flags for kern_timeout.c 2015-02-09 17:48:07 +00:00
christos cf8359160b - use CPPFLAGS instead of CFLAGS for things that the c-preprocessor handle.
- add LUA_C89_NUMBERS for "long long" and don't depend on _NETBSD_SOURCE
  for defining this.
2015-02-09 16:47:17 +00:00
christos 0f74422800 Packages always build lib first even if it is built as part of the first
pass in the library builds. If we want to change this, we should change it
everywhere.
2015-02-09 16:44:53 +00:00
ryoon ebab6362c5 In recent freetype2 installation, ft2build.h should be located
under include/freetype2.

This change should fix non pkg-config build that uses freetype2,
for example, pkgsrc/lang/openjdk8.

netbsd-7 has also this problem.
2015-02-09 16:27:29 +00:00
slp cddbe280b2 Add VFP IDs for QEMU's emulated Cortex-A15. 2015-02-09 07:55:52 +00:00
slp 2d8b49983f Configure interrupt polarity before enabling PHY.
This prevents a interrupt storm when running under QEMU.
2015-02-09 07:53:39 +00:00
slp c972c7f865 Add configuration file for Versatile Express A15 board. 2015-02-09 07:50:24 +00:00
slp 3e1fed327a Add support for Versatile Express A15 board.
This has not been tested with real hardware, just with the software
model emulated by QEMU.
2015-02-09 07:47:15 +00:00