Commit Graph

381 Commits

Author SHA1 Message Date
Norman Feske
8b50651536 Remove stale hotkey.run script
This is a follow-up commit of "Remove XML editor".
2020-04-22 12:25:52 +02:00
Stefan Kalkowski
0489c3edf4 Move OMAP4 support to world
Fix #202
2020-04-17 15:54:00 +02:00
Josef Söntgen
0ed545e55a lwext4_fs: handle WRITE_TIMESTAMP packet
This commits adds handling for the 'WRITE_TIMESTAMP' packet, which is
used to update the modification time and additionally returns the
proper rwx information for nodes.

Fixes #201.
2020-02-26 16:53:43 +01:00
Stefan Kalkowski
26ec7ca719 ssh_client pkg: use font fs and clipboard
Fix #200
2020-02-13 12:21:30 +01:00
Pirmin Duss
dc2eecbd63 Fix creation of toolchain for protobuf and gRPC
This improves the creation of the toolchain needed to build
protobuf and gRPC applications on for the Genode framework. Especially,
the script is now independent of the distribution's protoc.

Issue #190
2020-02-06 11:36:10 +01:00
Stefan Thöni
ed754367a5 grpc: enabled TLS and added example script
Issue #190
2020-02-06 09:04:27 +01:00
Sid Hussmann
12d69338c5 protobuf_grpc: use pthread
Fixes pagefaults.

This includes the changes provided by ssumpf in 6726aef.

Issue #190
2020-02-06 09:04:22 +01:00
Christian Helmuth
c2d93a3fa9 aunit: fix port hash 2020-01-14 06:54:37 +01:00
Christian Helmuth
a3c9a83f78 aunit: update download location 2020-01-13 11:26:38 +01:00
Christian Helmuth
9b9bc55588 java: increase cap quota (needded on sel4) 2020-01-03 12:20:29 +01:00
Christian Helmuth
c54e7d0f0f Build fix for crypto++ on ARM64
Issue #142
Fixes #184
2019-12-16 14:59:29 +01:00
Christian Helmuth
5d4fe8d4f9 Update URL of libsodium port 2019-12-16 14:05:38 +01:00
Pirmin Duss
e0f557c050 protobuf_grpc: google serializing and RPC library
protobuf : 3.9.3
grpc     : 1.24.0

This a new version of the port with a vastly reduced port size.

Issue #190
2019-11-26 14:11:04 +01:00
Christian Helmuth
dfe284836e java: parsable abort message in run script 2019-11-21 14:39:20 +01:00
Sebastian Sumpf
698efe230a lwext4_fs + show_input: adjust to file system changes
genodelabs/genode#3507

Fixes #194
2019-11-21 07:41:38 +01:00
Christian Helmuth
21cab2004a Revert "protobuf_grpc: google serializing and RPC library"
This reverts commit 5587d78e89.

Issue #190
2019-11-12 08:24:40 +01:00
Christian Helmuth
b358e42f0d Revert "protobuf_grpc: fix port hash"
This reverts commit 59f4dba676.

Issue #190
2019-11-12 08:23:58 +01:00
Sebastian Sumpf
281c833166 jdk: factor out verify.lib.so
This makes verify.lib.so dlopen-able.

fixes #191
2019-11-11 11:47:25 +01:00
Sebastian Sumpf
17afe8bf40 jdk: support ARMv7 and x86_64 only in java.run 2019-11-08 11:16:28 +01:00
Christian Helmuth
59f4dba676 protobuf_grpc: fix port hash 2019-11-05 08:18:28 +01:00
Pirmin Duss
5587d78e89 protobuf_grpc: google serializing and RPC library
protobuf : 3.9.1
grpc     : 1.24.0

Issue #190
2019-11-04 14:03:22 +01:00
Sebastian Sumpf
f957aa538f jdk: just reserve FDs in 'socketpair'
socketpair() is used in libnio/libnet to create "marker FDs", which are
only used as destination FD in dup2(). So it is safe to just reserve
those descriptors. Otherwise, calling functions may use uninitialized
stack variables after successful return of socketpair(), which results
in closing arbtrary fds later on.

Fixes #192
2019-10-23 14:29:40 +02:00
Norman Feske
64d2ec2d5e Build fix for test/sdl_opengl/sdl_main.cc 2019-09-27 14:16:59 +02:00
Alexander Senier
4420531023 gtest: Make library shared 2019-08-20 10:44:27 +02:00
Alexander Senier
2dc3acddee gtest: remove rtc_drv from boot image 2019-08-20 10:44:27 +02:00
Sebastian Sumpf
1077ec6a3f fdt: test program and run script
issue #188
2019-08-14 17:43:45 +02:00
Sebastian Sumpf
a911e81662 fdt: port of the device tree manipulation library
fixes #188
2019-08-14 17:43:45 +02:00
Alexander Senier
a35d5d7995 gtest: remove dependency to rtc_drv
The googletest run files needlessly used rtc_drv where a dummy /dev/rtc
node would do. Remove this dependency to enable those tests on
base-linux.

Fixes #187
2019-08-14 10:52:08 +02:00
Christian Helmuth
b2f643e37f numptyphysics: exclude .git directories from src archive 2019-07-11 16:17:23 +02:00
Norman Feske
2b20aea960 libSDL: stack nitpicker view at creation time
Fixes #186
2019-07-09 10:22:39 +02:00
Norman Feske
8483ec6db9 libsdl: add missing undefined ref of "main" to ABI
This symbol is needed to inform the (static) linker about the dependency
of the component-startup code from the program's main function. Without
the symbol, the use of gc-sections during linking may discard the actual
application code.
2019-07-08 16:05:15 +02:00
Emery Hemingway
3066684ded Convert run/audio_player to XSPF playlist formatting 2019-07-01 15:08:08 +02:00
Josef Söntgen
980b5cab3f umurmur: requires x86
On ARM64 it relies on 'byteswap.h' being available which is not the
case on FreeBSD. Let's limit the port to x86 for the time being.

Issue #184.
2019-06-17 16:18:06 +02:00
Emery Hemingway
a2c68c5c19 Implement SDL_WM_SetCaption for Nitpicker 2019-06-14 10:04:47 +02: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
Stefan Kalkowski
5da85325d4 Remove abandoned libpq and libpqxx ports
Fix #175
2019-06-07 10:55:18 +02:00
Christian Prochaska
b2eef37312 tftp_rom: remove 'os/signal_rpc_dispatcher.h' inclusion
Fixes #164
2019-06-07 10:53:07 +02:00
Christian Prochaska
e6ca2df697 Remove 'vfs_any-rom.mk'
Fixes #163
2019-06-07 10:52:48 +02:00
Christian Prochaska
fdc984211c libpq: remove 'pthread' library dependency
Fixes #162
2019-06-07 10:52:38 +02:00
Stefan Kalkowski
e639510af5 run: use unambigously named components and pkgs 2019-06-03 11:37:21 +02:00
Stefan Kalkowski
e178109093 tor and dosbox: fix compile errors due to new gcc 2019-06-03 11:36:30 +02:00
Sebastian Sumpf
c2f1576ba4 jdk: Update port to Freebsd 12
* fix NULL = nullptr in C++ semantic (arm, x86_64)
* arm: disable soft float (full hard float support)
* dummies some mmap flags

issue genodelabs/genode#3289
2019-05-18 10:40:05 +02:00
Norman Feske
c070e64bd4 libsdl: config tweaks, remove sdlmain lib
This patch contains changes to the libSDL port that were needed to build
the Hatari emulator using cmake.

- Since SDL programs cannot use the posix library (because sdl's init
  function needs a way to get hold of the Genode env), the sdl_main
  library must be used instead of the posix library. The sdl_main
  code implements the Libc::Component::construct function for the
  final binary. However, 3rd-party build systems are not aware of this
  Genode-specific peculiarity and thereby create binaries that leave
  libsdl uninitialized. This patch adds the sdl_main to libsdl by
  default and thereby eliminates the need for specifying the extra
  sdl_main library. Customizing the Libc::Component::construct is
  still possible by overriding the library-provided implementation
  in the main program.

- A few missing config definitions are added to compile Hatari
  successfully.

- Avoid reliance on the include/SDL convention in SDL_config.h

- Cmake relies on the upper-case naming of the library with no way
  to tweak this convention. So we install an symlink named `SDL.lib.so`
  when installing the library into the <build-dir>/bin/ directory.

Fixes #161
2019-05-14 11:45:43 +02:00
Pirmin Duss
5c353771ba Port the sgdisk utilit form the gptfdisk package 2019-05-14 10:42:45 +02:00
Pirmin Duss
71193e0f5c Port libuuid from util-linux
This is required by sgdisk.
2019-05-14 10:41:38 +02:00
Pirmin Duss
3873daff94 Port the popt argument parsing library
This is required for the sgdisk tool.
2019-05-14 10:41:15 +02:00
Johannes Schlatow
a9f90eb1d5 zynq_boards: fix bootstrap-hw.mk 2019-05-07 10:14:34 +02:00
Johannes Schlatow
6402247003 zynq_boards: enable L2 cache 2019-05-07 10:14:34 +02:00
Johannes Schlatow
f84567e460 zynq_boards: move RAM size to board defs 2019-05-07 10:14:34 +02:00
Johannes Schlatow
a4d3745a9a zynq boards: fix board defs 2019-05-07 10:14:34 +02:00