Searched refs:haiku (Results 1 - 25 of 27) sorted by relevance

12

/haiku/3rdparty/docker/bootstrap/
H A DMakefile8 EXTRA=-v $(SOURCES)/haiku:/work/src/haiku -v $(SOURCES)/buildtools:/work/src/buildtools
11 ${ENGINE} build . --no-cache -t docker.io/haiku/bootstrap:${VER}
13 ${ENGINE} ps -q --filter=ancestor=docker.io/haiku/bootstrap:${VER} | xargs -I {} ${ENGINE} kill {}
14 ${ENGINE} ps -a -q --filter=ancestor=docker.io/haiku/bootstrap:${VER} | xargs -I {} ${ENGINE} rm {}
17 ${ENGINE} run -v bootstrap_work:/work:exec ${EXTRA} docker.io/haiku/bootstrap:${VER} prep
19 ${ENGINE} run -e TARGET_ARCH=$(TARGET_ARCH) -v bootstrap_work:/work:exec ${EXTRA} docker.io/haiku/bootstrap:${VER} crosstools
21 ${ENGINE} run -e TARGET_ARCH=$(TARGET_ARCH) -v bootstrap_work:/work:exec ${EXTRA} docker.io/haiku/bootstrap:${VER} bootstrap
23 ${ENGINE} run -it -e TARGET_ARCH=$(TARGET_ARCH) -v bootstrap_work:/work:exec ${EXTRA} docker.io/haiku/bootstrap:${VER} /bin/bash -l
H A Dhaikuports_build.sh11 $WORKPATH/src/haikuporter/haikuporter --config=$GENERATED/objects/haiku/$TARGET_ARCH/packaging/repositories/HaikuPortsCross-build/haikuports.conf \
12 --cross-devel-package $GENERATED/objects/haiku/$TARGET_ARCH/packaging/packages/haiku_cross_devel_sysroot_stage1_$TARGET_ARCH.hpkg $1
H A Dhaikuports_chroot.sh24 --config=$GENERATED/objects/haiku/$TARGET_ARCH/packaging/repositories/HaikuPortsCross-build/haikuports.conf \
25 --cross-devel-package $GENERATED/objects/haiku/$TARGET_ARCH/packaging/packages/haiku_cross_devel_sysroot_${STAGE}_$TARGET_ARCH.hpkg \
H A Dprep.sh37 if [ ! -d $WORKPATH/src/haiku ]; then
38 git clone $GIT_HAIKU $WORKPATH/src/haiku
H A Dcrosstools.sh24 $WORKPATH/src/haiku/configure -j4 --build-cross-tools $TARGET_ARCH --cross-tools-source $WORKPATH/src/buildtools \
/haiku/src/libs/compat/freebsd_iflib/
H A Ddevice_if.c8 #include <sys/haiku-module.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/
H A Dglue.c6 #include <sys/haiku-module.h>
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/
H A Dglue.c6 #include <sys/haiku-module.h>
/haiku/src/add-ons/kernel/drivers/network/ether/rtl8125/
H A Dglue.c6 #include <sys/haiku-module.h>
/haiku/3rdparty/docker/cross-compiler/
H A Dbuild-toolchain.sh22 HAIKU=$TOP/haiku
29 git clone --depth=1 --branch $HAIKU_REV https://review.haiku-os.org/haiku
30 git clone --depth=1 --branch $BUILDTOOLS_REV https://review.haiku-os.org/buildtools
34 cd haiku
60 jam -q haiku.hpkg haiku_devel.hpkg '<build>package'
80 package extract -C $PACKAGE_ROOT $OUTPUT/objects/haiku/$ARCH/packaging/packages/haiku.hpkg
81 package extract -C $PACKAGE_ROOT $OUTPUT/objects/haiku/$ARCH/packaging/packages/haiku_devel.hpkg
83 package extract -C $PACKAGE_ROOT $OUTPUT/objects/haiku/
[all...]
/haiku/src/system/boot/platform/atari_m68k/
H A Dmk_floppy_prg_atari.sh4 jam -q haiku.prg $ZBEOS && \
6 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 conv=notrunc && \
12 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc && \
13 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((9*180)) && \
14 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((2*9)) && \
15 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((2*9)) seek=$((2*2*9)) && \
16 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((3*9)) seek=$((3*2*9)) && \
19 #generated.m68k/cross-tools/bin/m68k-unknown-haiku-ld -o haiku.prg -T src/system/ldscripts/m68k/boot_prg_atari_m68k.ld generated/objects/haiku/m68
[all...]
/haiku/3rdparty/mmu_man/scripts/
H A Dbootstrap-haiku.sh5 DESTVOL=/haiku
30 tf=/tmp/haiku-files.org_raw_$$
31 wget -O $tf http://haiku-files.org/raw/ >/dev/null 2>&1 || error "wget error"
48 if [ ! -e "haiku-nightly.image" ]; then
58 mount -ro "$PWD/haiku-nightly.image" "$LOOPVOL" || error "mount"
82 #file=haiku-nightly-r37641-x86gcc2hybrid-raw.zip
H A Ddev-perso44 # to complete to "dev haiku", [RET] and you'll get the history from the
122 beos|haiku)
195 beos|haiku)
/haiku/build/scripts/
H A Dbuild_cross_tools3 # Parameters <haiku sourcedir> <buildtools dir> <install dir>
10 echo Usage: $0 '<haiku sourcedir> <buildtools dir> <install dir>' \
57 echo "*** Did you perhaps update only one of haiku & buildtools?" >&2
63 haikuRequiredLegacyGCCVersion=`grep "2.95.3-haiku-" "$gccVersionDotC" \
103 mkdir -p $installDir/lib/gcc-lib/i586-pc-haiku/$haikuRequiredLegacyGCCVersion
122 --prefix=$installDir $buildHostSpec --target=i586-pc-haiku \
163 --prefix=$installDir $buildHostSpec --target=i586-pc-haiku \
194 rm -f $installDir/lib/gcc-lib/i586-pc-haiku/$haikuRequiredLegacyGCCVersion/include/math.h
199 (cd $installDir/include; ln -s ../i586-pc-haiku/sys-include/c++/2.95.3 g++)
206 rm -rf $installDir/i586-pc-haiku/sy
[all...]
H A Dupload_haiku_repository17 repositoryDir="$generatedDir/objects/haiku/$arch/packaging/repositories/haiku"
21 fileName=`basename "$packageDir"/haiku-*.hpkg .hpkg`
/haiku/3rdparty/cloud/
H A Dsysprep-gce.sh3 # For "official" images on https://www.haiku-os.org/guides/virtualizing/google
7 # * Boot VM (qemu-system-x86_64 -cdrom (haiku-release.iso) -hda disk.raw -boot d --enable-kvm -m 4G
14 # * mount "haiku esp", mount "ESP"
15 # * Copy all contents of "haiku esp" to "ESP"
16 # * unmount "haiku esp", unmount "ESP"
20 # * Manually copy over latest r1beta4 haiku, haiku_devel, haiku_data_translations, haiku_loader
24 # * Compress tar cvzf haiku-r1beta4-v20221222.tar.gz disk.raw
25 # * Upload to google cloud storage bucket for haiku.inc (ex: haiku-images/r1beta4/xxx)
26 # ex: gcloud storage cp ./haiku
[all...]
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dcallout.h11 #include <sys/haiku-module.h>
H A Dkernel.h11 #include <sys/haiku-module.h>
H A Dbus.h9 #include <sys/haiku-module.h>
/haiku/3rdparty/os_probe/
H A D83haiku8 # Latest version now at https://git.haiku-os.org/haiku/tree/3rdparty/os_probe
33 rev="$(item_in_dir "haiku-r[0-9].*\.hpkg" "$mpoint/$system/$packages")"
37 # Convert kernel file name like haiku-r1~beta3_hrev55181_56-1-x86_64.hpkg
38 # or haiku-r1~alpha4_pm_hrev49856-1-x86_gcc2.hpkg into a readable version,
41 rev="$(echo "$rev" | sed 's/haiku-//;s/^\(r[0-9]\+\)./\U\1\E /;s/ \([a-z]\+[0-9]\+\)[_-]/ \1 /;s/ [a-z]*_\?\(hrev[0-9_]\+\)\+-/ (\1) /;s/) [^_]\+_\([a-z0-9]\+\)\.hpkg/) \1 /;s/[^ ]\+.hpkg//;s/ $//')"
/haiku/
H A Dconfigure44 prefix, e.g. "/path/to/tools/i586-pc-haiku-".
309 echo "Please download it from www.haiku-os.org...";
646 TARGET_PLATFORM=haiku
677 haikuRequiredLegacyGCCVersion="2.95.3-haiku-2017_07_20"
679 # version of legacy gcc required to build haiku
732 x86_gcc2) targetMachine=i586-pc-haiku;;
733 x86) targetMachine=i586-pc-haiku;;
734 x86_64) targetMachine=x86_64-unknown-haiku;;
735 ppc) targetMachine=powerpc-apple-haiku;;
736 m68k) targetMachine=m68k-unknown-haiku;;
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dfirmware.c12 #include <compat/sys/haiku-module.h>
H A Dtaskqueue.c12 #include <compat/sys/haiku-module.h>
H A Ddriver.c17 #include <compat/sys/haiku-module.h>
/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dplugin.py46 fortunes = open("/home/revol/devel/haiku/trunk/data/system/data/fortunes/Haiku", "r")
92 def haiku(self, irc, msg, args): member in class:Haiku
95 Returns a random haiku.
104 irc.reply("No haiku found")
115 t = "If you think there is a bug in Haiku, please report a bug so we can remember to fix it. cf. http://dev.haiku-os.org/wiki/ReportingBugs"
127 t = "Haiku is Free Software, therefore you can fix it yourself and send a patch, which would likely be very appreciated. cf. http://dev.haiku-os.org/wiki/SubmittingPatches"
139 t = "Current release: http://www.haiku-os.org/get-haiku - Nightly builds: http://haiku-files.org/haiku/developmen
[all...]

Completed in 106 milliseconds

12