55 Commits

Author SHA1 Message Date
Norman Feske
471283c69d Move stubby from genode to genode-world
Issue genodelabs/genode#3789
2020-06-26 11:28:37 +02:00
Norman Feske
a50a742a2f Move Solo5 from genode to genode-world
Issue genodelabs/genode#3761
2020-06-26 11:23:48 +02:00
Norman Feske
751f8070f5 Add pkg/drivers_interactive-arndale
Tested via the framebuffer.run and demo.run scripts on the
Arndale ISB-BASE-Ver2.0 board.
2020-06-26 11:05:56 +02:00
Norman Feske
91a21b0182 Add pkg/drivers_interactive-panda
This package has been tested with the framebuffer.run and demo.run
scripts on the Pandaboard ES Rev B.
2020-06-26 11:05:56 +02:00
Norman Feske
effedf5e26 Rename nit_entropy to entropy_view
Issue genodelabs/genode#3778
2020-06-19 15:48:43 +02:00
Norman Feske
4cd8b212b2 Rename nit_fb to gui_fb
Issue genodelabs/genode#3778
2020-06-19 15:41:48 +02:00
Norman Feske
af3ad71d80 Rename 'Nitpicker' namespace to 'Gui'
Issue genodelabs/genode#3778
2020-06-19 15:41:48 +02:00
Norman Feske
563e4c8fb5 Rename <nitpicker> in runtime files to <gui>
Issue genodelabs/genode#3778
2020-06-19 15:34:41 +02:00
Norman Feske
46a588a0b1 Rename "Nitpicker" service name to "Gui"
Issue genodelabs/genode#3778
2020-06-19 15:34:41 +02:00
Norman Feske
b894481513 Remove pkg/templeos
Fixes #212
2020-06-12 10:06:20 +02:00
Norman Feske
323ab9932e Remove use of <configfile> feature of init
Issue genodelabs/genode#3753
2020-05-08 17:17:53 +02:00
Martin Stein
98f052076f add avconv support 2020-04-28 11:22:46 +02:00
Martin Stein
000dd13860 libav: add avdevice support 2020-04-28 11:22:46 +02:00
Alexander Boettcher
3e1635dfda package libvnc and sdl_vnc
Fixes #206
2020-04-23 14:23:18 +02:00
Stefan Kalkowski
26ec7ca719 ssh_client pkg: use font fs and clipboard
Fix #200
2020-02-13 12:21:30 +01:00
Emery Hemingway
492ac57199 Remove fixed package versions
Replace the versioned dependencies in some packages. Remove the
flif_capture package, which does not work.

Fix #181
Fix #182
2019-06-07 12:37:12 +02:00
Emery Hemingway
a9617304f8 Jitter sponge: always ready to read
Always return true for bytes available check. This fixes the server to
work with VFS clients.
2019-03-31 14:25:55 +02:00
Josef Söntgen
6d8110a3a5 lwext4_fs: adapt pkg runtime to CE
Fixes #153.
2019-03-25 13:39:41 +01:00
Emery Hemingway
8c5b16ea6a Increase RAM in Grafx2 package
Grafx2 needs more ram to edit things like high-res desktop backgrounds.
2019-03-22 10:56:20 +01:00
Emery Hemingway
f8924a3337 Add runtime to flif_view package
The flif_view package may be used to view files created by flif_capture.
2019-03-22 10:56:20 +01:00
Emery Hemingway
a0a9642ca1 Fix include a window manager with flif_capture package 2019-03-22 10:56:20 +01:00
Norman Feske
8987bbf4b6 Runtime pkg for avplay 2019-03-21 16:32:56 +01:00
Emery Hemingway
a3444e5aff Package Grafx2 2019-02-28 16:46:49 +01:00
Emery Hemingway
d4480964de Package Numpty Physics 2019-02-28 16:46:49 +01:00
Emery Hemingway
36cce70728 Package julia_fractal 2019-02-22 17:01:48 +01:00
Emery Hemingway
6e1d2c6dc1 Package OpenTyrian 2019-02-22 17:01:48 +01:00
Emery Hemingway
e94b81d5d1 Remove Chuck
Chuck can be added back when the routing of MIDI between components is
implemented.
2019-02-22 17:01:48 +01:00
Sebastian Sumpf
65e7ccc662 jdk: boot to Java demo
issue #136
2019-02-22 15:15:54 +01:00
Sebastian Sumpf
2f73680071 jdk: use depot for 'java.run'
Build JVM using packets.

issue #136
2019-02-22 15:15:08 +01:00
Emery Hemingway
f925ce9b31 Fix ssh_client package dependencies 2019-02-21 13:29:42 +01:00
Emery Hemingway
a6de6457d2 Convert SDL to a Nitpicker client library
Fixes #138
2019-02-20 11:25:10 +01:00
Emery Hemingway
dc2786dfb1 Show_input utility for instrumenting Nitpicker input codes 2019-02-12 15:26:56 +01:00
Emery Hemingway
2f760075a7 Utility for using the RDRAND instruction
On some x86_64 hardware the RDRAND instruction returns 64bits of entropy
from an on-chip random number generator. RDRAND is not recommended as an
exclusive source of entropy for cryptographic applications.

https://en.wikipedia.org/wiki/RdRand
2019-02-12 10:23:08 +01:00
Emery Hemingway
71afee4799 Flif_capture screenshot tool
A tool for capturing screenshots from a Framebuffer session.
2019-01-31 14:33:38 +01:00
Emery Hemingway
6ca9087a23 Simple Qt5 text editor
The "io_editor" component is a simple Qt5 text editor that writes to
standard out and reads back from stdin. It is intended for use with an
interactive interpreter, such as a shell. The "terminal_editor" depot
package is provided to connect the editor to a terminal server.
2019-01-07 09:15:54 +01:00
Emery Hemingway
6bd43a2df5 Depot package of gtotp_report
This package relies on its configuration to be supplied by a launcher
file or through the deploy configuration. How to protect the secret at
rest is an open issue.
2018-12-04 19:13:19 +01:00
Josef Söntgen
474a49a32c Rename ssh_client pkg
It is a client after all and it prevents clashing with the (currently
not existing) ssh_terminal pkg receipe.

Fixes #119.
2018-11-27 14:42:21 +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
cc1d629181 audio_player: add pkg recipe
Fixes #125.
2018-11-27 14:38:10 +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
Emery Hemingway
a07707f08d Entropy visualizer for Nitpicker 2018-11-12 15:09:32 +01:00
Emery Hemingway
33ebdeee1f Jitter sponge entropy server
A terminal server that reads out entropy generated from CPU jitter
amplified using a Keccak sponge construction.
2018-11-12 15:09:29 +01:00
Josef Söntgen
1a29597d57 Port of umurmur 0.2.17
Fixes #118.
2018-09-29 11:10:37 +02:00
Emery Hemingway
c8774a9b6a Add README, LICENSE to TempleOS, remove Nic connection 2018-09-03 13:17:46 +02:00
Emery Hemingway
2a45dc173f TempleOS package for VirtualBox on NOVA.
Terry Davis, the creator of TempleOS, passed away this week.
2018-09-03 11:47:17 +02:00
Josef Söntgen
2ef4fffac1 chocolate-doom: create deployable pkg
Fixes #115.
2018-08-31 13:46:00 +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
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
Emery Hemingway
8de79b60cd Flif_view input event update 2018-06-02 21:15:08 +02:00
Emery Hemingway
444fc3c1db Depot recipe for Abuse 2018-06-02 20:45:57 +02:00