search for: __netbsd__

Displaying 18 results from an estimated 18 matches for "__netbsd__".

2012 Jan 05
0
[LLVMdev] [PATCH] [compiler-rt] Minix (w.r.t. svn r147606)
...l> -------------- next part -------------- Index: test/Unit/endianness.h =================================================================== --- test/Unit/endianness.h (revision 147606) +++ test/Unit/endianness.h (working copy) @@ -36,7 +36,7 @@ /* .. */ -#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonflyBSD__) +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonflyBSD__) || defined(__minix) #include <sys/endian.h> #if _BYTE_ORDER == _BIG_ENDIAN Index: lib/int_endianness.h ==============================...
2013 Aug 16
0
Build fixes for pkg-xen svn
...; + #include "qemu-xen.h" + +-#ifndef CONFIG_STUBDOM ++#if defined(CONFIG_BLKTAP1) && !defined(CONFIG_STUBDOM) + #include <hw/xen_blktap.h> + #endif + +@@ -47,7 +47,7 @@ + CPUState *env; + uint32_t domid_target; + +-#if !defined(CONFIG_STUBDOM) && !defined(__NetBSD__) ++#if defined(CONFIG_BLKTAP1) && !defined(CONFIG_STUBDOM) && !defined(__NetBSD__) + /* Initialize tapdisk client */ + init_blktap(); + #endif +Index: xen/qemu/xen-config-host.h +=================================================================== +--- xen.orig/qemu/xen-confi...
2013 May 14
7
tools/misc/xencov.c: build failure on NetBSD
Hi, tools/misc/xencov.c fails to build. NetBSD does not have MAP_LOCKED. Christoph
2012 Jun 13
0
[LLVMdev] [Patch] compiler-rt lib/int_endianness.h
...re I added __Bitrig__ which is a newly launched OS that uses clang as it's compiler. diff --git a/lib/int_endianness.h b/lib/int_endianness.h index 70bd177..f821f9a 100644 --- a/lib/int_endianness.h +++ b/lib/int_endianness.h @@ -31,8 +31,8 @@ /* .. */ -#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__minix) -#include <sys/endian.h> +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) || defined(__minix) || defined(__Bitrig__) +#include <machine/endian.h> #if _BYTE_ORDER =...
2012 Jan 19
3
RFC PATCH: bring OpenBSD stdarg in line with FreeBSD one
...n/include/xen/stdarg.h b/xen/include/xen/stdarg.h index 57e2c0e..cb870ac 100644 --- a/xen/include/xen/stdarg.h +++ b/xen/include/xen/stdarg.h @@ -1,9 +1,7 @@ #ifndef __XEN_STDARG_H__ #define __XEN_STDARG_H__ -#if defined(__OpenBSD__) -# include "/usr/include/stdarg.h" -#elif defined (__NetBSD__) +#if defined(__OpenBSD__) || defined(__NetBSD__) typedef __builtin_va_list va_list; # define va_start(ap, last) __builtin_stdarg_start((ap), (last)) # define va_end(ap) __builtin_va_end(ap)
2000 Jul 31
0
NetBSD patches
...is-tools/libao/ao_oss.c,v retrieving revision 1.1 diff -u -p -r1.1 ao_oss.c - --- vorbis-tools/libao/ao_oss.c 2000/07/22 01:57:05 1.1 +++ vorbis-tools/libao/ao_oss.c 2000/07/30 03:12:05 @@ -32,6 +32,8 @@ #include <math.h> #if defined(__OpenBSD__) #include <soundcard.h> +#elif defined(__NetBSD__) +#include <soundcard.h> #elif defined(__FreeBSD__) #include <machine/soundcard.h> #else @@ -69,7 +71,11 @@ ao_oss_parse_options(ao_oss_internal_t * } if (state->dev == NULL) +#ifdef __NetBSD__ + state->dev = strdup("/dev/audio"); +#else...
2010 Aug 26
1
[PATCH] libxl: minor portability nits
Hi! Use #defines for network related default settinsg. Distinguish between default Linux and NetBSD network bridge interfaces. Signed-off-by: Christoph Egger <Christoph.Egger@amd.com> -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85609 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim,
2000 Aug 17
1
patch for netbsd
...o_oss.o" $NetBSD: patch-ac,v 1.1.1.1 2000/08/17 16:56:18 itojun Exp $ --- vorbis-tools/libao/ao_oss.c- Fri Aug 18 01:34:24 2000 +++ vorbis-tools/libao/ao_oss.c Fri Aug 18 01:34:32 2000 @@ -32,3 +32,3 @@ #include <math.h> -#if defined(__OpenBSD__) +#if defined(__OpenBSD__) || defined(__NetBSD__) #include <soundcard.h> $NetBSD: patch-ad,v 1.1.1.1 2000/08/17 16:56:18 itojun Exp $ --- vorbis-tools/Makefile.in- Fri Aug 18 01:37:11 2000 +++ vorbis-tools/Makefile.in Fri Aug 18 01:37:18 2000 @@ -31,3 +31,3 @@ RANLIB=@RANLIB@ -LIBS=@LIBS@ $(LIBAO_LIBS) ../lib/vorbisfile.a ../lib/libvo...
2002 Apr 10
1
libao: FreeBSD OSS patchlet
...ity symlink to sys/soundcard.h and just went away. >From Motoyuki Konno <motoyuki@bsdclub.org>. --- src/plugins/oss/ao_oss.c.orig Wed Apr 10 21:56:57 2002 +++ src/plugins/oss/ao_oss.c Wed Apr 10 21:57:11 2002 @@ -32,8 +32,6 @@ #include <math.h> #if defined(__OpenBSD__) || defined(__NetBSD__) #include <soundcard.h> -#elif defined(__FreeBSD__) -#include <machine/soundcard.h> #else #include <sys/soundcard.h> #endif -- Christian "naddy" Weisgerber naddy@mips.inka.de --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg...
2008 Jan 11
1
[LLVMdev] Patch for NetBSD support in CBackend.cpp
...;extern void *__builtin_alloca(unsigned int);\n" << "#endif\n" << "#define alloca(x) __builtin_alloca(x)\n" - << "#elif defined(__FreeBSD__) || defined(__OpenBSD__)\n" + << "#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)\n" << "#define alloca(x) __builtin_alloca(x)\n" << "#elif defined(_MSC_VER)\n" << "#define inline _inline\n"
2003 May 20
1
building under NetBSD
...a/examples/player_example.c @@ -49,7 +49,13 @@ give us any way to determine hardware timing, and since the hard/kernel buffer is going to be most of or > a second, that's just a little bit important */ +#if defined(__FreeBSD__) +#include <machine/soundcard.h> +#elif defined(__NetBSD__) || defined(__OpenBSD__) +#include <soundcard.h> +#else #include <sys/soundcard.h> +#endif #include <sys/ioctl.h> /* Helper; just grab some more compressed bitstream and sync it for <p>This built, but this is not tested yet. I need to make some data to test. I found a M...
2009 Apr 03
1
Radio interfaces for Asterisk - ISO image distro
I just ran across these guys - looks very interesting: http://xelatec.com/xippr/install They distribute a self-installing ISO with Asterisk, FreePBX, and some pre-built software to do "radio over IP". You'll need to buy the USB radio hardware, but it looks really interesting as a pre-built system for radio trunking using some of the Asterisk capabilities. There is a
2007 Apr 26
6
example sources
Hello all, Very new to Theora so apologies if this sounds elementary ;-) I'm trying to integrate a simple theora video player in my engine. All I need is simple load/unload and play/stop functionality. I'd also like to be able to stream from disk or mem. Other than the API reference I haven't found any example code, e.g. the sources for theora_player_example. Are these available
2004 Sep 06
1
Fixing libvorbisfile to handle largefiles
...As per the code comment, I'm not at all sure how this is supposed to build with ftell64() or anything else. All the BSDen have had native 64-bit stdio but which use a slightly different name. I'm building for FreeBSD, but the above __FreeBSD__ check, if correct, could be extended to cover __NetBSD__ and __OpenBSD__ and __DragonFly__ and any others. However, as I commented earlier, I'm not sure if this is the way to do it, or via some `configure' magic, or something else entirely. Your input will help me re-do this part of the hack in a more acceptable way. And now the meat of the ma...
2011 Mar 21
9
Build problem: note: ''xtl_createlogger_stdiostream'' is defined in DSO .. so try adding it to the linker command line... libxenctrl.so.4.0: could not read symbols: Invalid operation
This is a Fedora Core 13 environment and I just noticed this as I update the xen-unstable tree: make -C libxl install make[3]: Entering directory `/home/konrad/ssd/xtt/xen-unstable/tools/libxl'' rm -f _libxl_paths.h.tmp.tmp; echo "SBINDIR=\"/usr/sbin\"" >> _libxl_paths.h.tmp.tmp; echo "BINDIR=\"/usr/bin\"" >> _libxl_paths.h.tmp.tmp;
2011 Jan 22
53
Xen 4.1 rc1 test report
Hi, All Intel QA conducted a full validation for xen 4.1 rc1, it includes VT-x, VT-d, SRIOV, RAS, TXT and xl tools testing. 24 issues were exposed. Refer the bug list, please. We already assigned 14 bugs to Intel developers (which has an ''Intel'' tag in the bug title), most of the rest 10 bugs are related xl command. For the these bugs, need community''s help to fix
2006 Feb 03
9
dhclient in 6.0
hi all... again... i sent this message to general questions but nobody got excited about it. i just installed 6 on my t30 laptop. brand new. when trying dhclient i get: DHCPDISCOVER on fxp0 to 255.255.255.255 port 67 interval 5 this trys 6 times then this shows up: No DHCPOFFERS received. No working leases in present database - sleeping. i run a tcpdump while requesting a lease and for
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one, with changes coming from the blktap2.5 one. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>