Commit Graph

22 Commits (5d18e0f23bc2fa921e9432018ba4537a5b8e6ff8)

Author SHA1 Message Date
Alexander Boettcher 97758f8468 libc: use correct type for dummy libc functions
as far as possible. Some functions are internal to libc and no public
header are available.

Fixes #1466
8 years ago
Norman Feske 45c9739fe7 Remove repos/qt4, fix #1451 8 years ago
Christian Prochaska d76220d6a9 qt5: save generated source files in the contrib directory
Fixes #1436
8 years ago
Emery Hemingway e1667e61cc libports: sqlite
Issue #1357
8 years ago
Emery Hemingway b5f1af6af0 libports: libbz2 (Bzip2)
Issue #1357
8 years ago
Norman Feske 50ea944789 libports/sdl_image: enable XPM, add include/SDL
Some SDL applications expect the SDL_image headers in include/SDL to be
reachable without the SDL/ prefix. This patch adds the corresponding
search path. Furthermore it enables support for XPM images.
9 years ago
Sebastian Sumpf 5a821d4c92 base: Genode's dynamic linker
Issue #1280
9 years ago
Alexander Boettcher 8b8c2713ae vfs: use 64bit for file offset and size
Fixes #1246
9 years ago
Josef Söntgen 1a170e9caf libports: add vfs_jitterentropy library
This file system library uses the the jitterentropy library to provide
a rudimentary '/dev/random' device.

Fixes #1239.
9 years ago
Josef Söntgen 2f46930824 libports: add jitterentropy-20140411
This commit adds a port the jitterentropy library to Genode. As
backend on x86_{32,64} 'rdtsc' is used and on ARMv{6,7} the
performance-counter.

Fixes #1239.
9 years ago
Josef Söntgen ebc07949ff libc: add support for Rtc_file_system
Fixes #1241.
9 years ago
Josef Söntgen 4cab202d8a libcrypto: remove MD2, RC5 and store
Remove components that are disabled upstream.

Fixes #1236.
9 years ago
Josef Söntgen 1f1b7f7158 libcrypto: use platform specific mk files
Instead of checking the target platform in the mk file use the common
pattern of providing a mk file for each platform.

Fixes #1236.
9 years ago
Josef Söntgen 5322714183 libssl: use platform specific mk files
Instead of checking the target platform in the mk file use the common
pattern of providing a mk file for each platform.

Fixes #1236.
9 years ago
Josef Söntgen e23a0c8a13 openssl: use Genode specific RAND backend
The backend merely provides simpler access to '/dev/random' because
on Genode the common random device checks are unnecessary.

Fixes #1236.
9 years ago
Christian Prochaska 4973f2a310 Qt5: migrate to new ports mechanism
Fixes #1233.
9 years ago
Christian Prochaska 4672ae637a Qt5: set the parent view of a QPluginWidget's view
For the correct integration of a QPluginWidget in a parent QWidget, with
this commit the parent QWidget's Nitpicker view is made the parent view of
the plugin's Nitpicker view.

Fixes #1173.
9 years ago
Christian Prochaska db89c85954 Qt5: ARM-related improvements
- fix compile errors when building for ARM
- use the correct device drivers in Qt run scripts

Fixes #1154.
9 years ago
Josef Söntgen 0a0f0031a4 libports: enable curl on arm 9 years ago
Christian Prochaska ea79c0e2e9 openssl: add ARM support
Fixes #1136.
9 years ago
Norman Feske 85a2ebc1c4 libports: migrate to new ports mechanism
Issue #1082
9 years ago
Norman Feske ca971bbfd8 Move repositories to 'repos/' subdirectory
This patch changes the top-level directory layout as a preparatory
step for improving the tools for managing 3rd-party source codes.
The rationale is described in the issue referenced below.

Issue #1082
9 years ago