Sebastian Sumpf
e675075ee3
jdk: C1 compiler for x86_64 and arm
...
JIT compiler version of OpenJDK 9
issue #136
2019-02-21 10:30:54 +01:00
Emery Hemingway
a6de6457d2
Convert SDL to a Nitpicker client library
...
Fixes #138
2019-02-20 11:25:10 +01:00
Christian Helmuth
693a1f7f8c
Adapt run scripts to nic_bridge default policy
2019-02-19 11:49:04 +01:00
Alexander Senier
ff9dc178d9
Port aunit unit test library
2019-02-18 16:45:48 +01:00
Alexander Senier
e0a0d07cb3
Port libc-based "fat" Ada runtime
2019-02-18 16:42:41 +01:00
Emery Hemingway
eea19f8386
Feed RDRAND into jitter_sponge
2019-02-12 10:23:08 +01:00
Emery Hemingway
6628d03126
Port of OCaml bytecode runtime
...
A minimal runtime for executing portable OCaml bytecode.
A bytecode standard library is not yet provided.
2019-01-21 14:24:28 +01:00
Norman Feske
ffc8c453e2
Adaptation to changed timer location
...
Related to genodelabs/genode#3101
2019-01-14 12:36:10 +01:00
Emery Hemingway
c042419226
Port of the c-toxcore Tox library
...
Port of the C reference implementation of the Tox chat protocol.
Includes a native DHT bootstrap node, see run/tox_dht_bootstrap.
https://tox.chat/
2019-01-10 16:44:30 +01:00
Josef Söntgen
fd713e737d
Add FUSE implementation and dependencies
...
Imported from the genode repository.
Fixes #129 .
Issue genodelabs/genode#3104 .
2019-01-04 14:31:29 +01:00
Norman Feske
4ab0ad26ca
Add libav, avplay, and qt_avplay
...
Imported from the genode repository.
Issue genodelabs/genode#3103
2019-01-04 12:06:30 +01:00
Norman Feske
c3ba011794
Port of libsdl, mixer, image, net, ttf
...
Imported from genode repository
Issue genodelabs/genode#3100
2019-01-03 16:22:58 +01:00
Norman Feske
c698269e5c
Port of Dosbox
...
Imported from the genode repository
Issue genodelabs/genode#3099
2019-01-03 15:34:39 +01:00
Sebastian Sumpf
c5cebdd192
jdk: OpenJDK for Genode
...
OpenJDK version 9 for Genode, contains the interpreter/compiler version
of the HotSpot virtual machine for x86_64 and ARM.
fixes #123
2018-11-27 14:39:49 +01:00
Josef Söntgen
6a33ecac84
lwext4_fs: add Ext2/3/4 fs server using lwext4
...
Fixes #124 .
2018-11-27 14:36:44 +01:00
Norman Feske
44cdb1aaca
Adaptation to renamed wm pkg
...
The 'wm' pkg is now called 'motif_wm'.
https://github.com/genodelabs/genode/issues/3024
2018-11-20 09:04:10 +01:00
Emery Hemingway
a07707f08d
Entropy visualizer for Nitpicker
2018-11-12 15:09:32 +01:00
Josef Söntgen
1a29597d57
Port of umurmur 0.2.17
...
Fixes #118 .
2018-09-29 11:10:37 +02:00
Emery Hemingway
6dbbba4603
Use new lwIP netif facility for tftp_rom
...
LwIP can be used without libc or its plugin libraries.
Fix #36
2018-09-03 11:47:17 +02:00
Emery Hemingway
d123c74e76
Remove fetchurl
...
Fetchurl has been moved to the libports repository.
2018-08-30 13:40:27 +02:00
Norman Feske
dd3a8b9e7e
Adaptation to removed support for static binaries
...
Related to https://github.com/genodelabs/genode/issues/2866
2018-08-09 21:02:02 +02:00
Emery Hemingway
5fff9d4b5b
SSH terminal client
...
A client of the Terminal service that connects to a shell on a remote
SSH server.
It is configured with a "host" file found in its root directory with the
following format:
<host name="sdf-eu.org" port="22" user="root" pass="foo" known="yes"/>
The port, pass, and known attributes are optional. The client will first
try to authenticate with a keypair found in the root directory with a
fallback to password authentication. The client will automatically
disconnect from hosts that are not found in "/known_hosts", unless the
"known" attribute is set to the negative in the host file.
2018-08-07 17:24:13 +02:00
Emery Hemingway
2ba33d38a9
Post-quantum signing utilities
...
A trio of utilities for generating SPHINCS⁺-SHAKE256-192f signatures.
This is a post-quantum, hash-based signature scheme with 194-bit
security.
It is also a test for using the Nimble package manager for managing Nim
target dependencies.
2018-07-09 13:40:52 +02:00
Johannes Schlatow
a67a5de5ef
python3 package for sculpt
...
Provides recipes for deploying python3 on sculpt.
Also adds the feature of triggering the execution of python scripts
on ROM updates (see python3.run).
2018-07-03 15:23:09 +02:00
Norman Feske
a5d06a5ce8
julia_fractal.run: fetch components from depot
...
With this patch, the run script can be executed on platforms other than
Linux.
Issue #109
2018-06-27 10:56:07 +02:00
Johannes Schlatow
ea789fda0c
python3: base-nova compatibility
...
The vfs is now populated with the python libs using a tar file system.
This is necessary because providing the zip from the rom did not work on NOVA.
The issue here is that python's zipimporter uses fseek with SEEK_END to
find the zip header. Unfortunately, the file size cannot be correctly
determined from the ROM session (see #1920 ) so that the fseek fails.
2018-06-27 09:03:37 +02:00
Daniel Collins
e6ee017e18
added a program that displays julia fractals
...
Issue #109
2018-06-26 16:45:42 +02:00
Sebastian Sumpf
62de16158d
run: rename 'check_installed' to 'installed_command'
...
issue genodelabs/genode#2853
2018-06-22 15:58:46 +02:00
Johannes Schlatow
2e3f012eca
ports: python3
...
Fixes #108
2018-06-20 11:22:06 +02:00
Johannes Schlatow
fb4833f972
ports: minor changes in glucose, lemon and keynote
...
- automatically set CC_CXX_WARN_STRICT if libs are imported
- set default cap quota
Issue #106
2018-06-15 10:44:14 +02:00
Johannes Schlatow
3ffdcfe96e
fix ports/glucose
...
Issue #106
2018-06-15 10:43:53 +02:00
Emery Hemingway
509489c473
Remove synergy client
...
Synergy client was not tested and used outdated Genode libraries and
APIs.
2018-06-02 21:21:16 +02:00
Emery Hemingway
444fc3c1db
Depot recipe for Abuse
2018-06-02 20:45:57 +02:00
Emery Hemingway
1f5a59a3f2
VFS and LwIP library updates
2018-06-02 20:45:56 +02:00
Emery Hemingway
7950cf338a
ChucK: update and package
...
- Update and package ChucK, remove input support
- Update and package Ogg, Vorbis, FLAC, and Libsndfile ports
- Remove ChucK runtime scenarios
- Add ChucK runtime package
Fix #104
2018-05-14 13:41:00 +02:00
Norman Feske
f44d6967f6
Atari800 emulator
2018-05-07 10:27:11 +02:00
Emery Hemingway
fa9b94e377
API update for input_normalizer, depot recipes
...
Update the input_normalizer to use new input event and timer APIs. Add a
depot package and a test.
Fix #103
2018-05-07 10:26:18 +02:00
Emery Hemingway
e6c31ccc3e
Remove SQLite port
...
SQLite typically comes as a bundled dependency, any problems with
the current version of SQLite should be fixed in the Genode native
libraries used by SQLite.
Fix #102
2018-04-12 11:32:18 +02:00
Emery Hemingway
16d6fbdb47
Split Libretro into seperate repo
...
Libretro frontend and cores moved to
https://github.com/ehmry/genode-libretro
Fix #100
2018-03-13 10:00:47 +01:00
Emery Hemingway
cdc389ef3d
Port of ldns and drill
...
Drill is a DNS utility inspired by dig.
https://www.nlnetlabs.nl/projects/ldns/
Fix #99
2018-02-23 21:26:03 +01:00
Emery Hemingway
995be00f3f
Flif_view: interactive FLIF image viewer
...
Fix #97
2018-02-06 12:18:26 +01:00
Norman Feske
aa18c86ddf
Use drivers_interactive pkg from depot
...
This patch changes 'framebuffer_app.inc' for the use of the depot. It
also fixes a few minor issues (e.g., the rtc config) found while testing
the various run scripts that use 'framebuffer_app.inc'.
2018-01-21 18:28:51 +01:00
Martin Stein
556bfb2cf8
world: do not circumvent config XML check
...
Fix #93
2017-12-22 22:56:54 +01:00
Martin Stein
731ba98bc0
eigentor.run: remove deprecated rtt_sec attribute
...
Issue #93
2017-12-22 22:56:08 +01:00
Johannes Schlatow
8600ac8fa4
remote_rom: update to 17.11
...
(#91 )
2017-12-22 22:51:12 +01:00
Josef Söntgen
1182f4dd3a
audio_player: adapt to API changes
...
The impact of a memory leak that occurs when resampling vorbis fltp
files is reduced and in addition a recipe is provided.
Fixes #92 .
2017-11-30 14:38:43 +01:00
Emery Hemingway
e0a9ec0f8e
pike_loader: API updates for release 17.11
...
Ref #91
2017-11-28 10:21:44 -06:00
Emery Hemingway
6237c74383
transition log_fader from xray_trigger to global_keys_handler
...
Ref #91
2017-11-28 10:21:41 -06:00
Emery Hemingway
9f98f503b1
skip init schema check in TestU01 run scripts
...
Ref #91
2017-11-28 10:21:39 -06:00
Emery Hemingway
b2d0b157ea
Depot: recipes for Libretro cores
...
Ref #91
2017-11-28 10:21:29 -06:00