Norman Feske
cc437a5eca
Spelling fix in os/single_session_service.h
2019-08-21 13:35:52 +02:00
Christian Helmuth
312f801f8a
depot: update recipe hashes
2019-08-21 13:25:26 +02:00
Alexander Boettcher
32323abe8e
vfs: handle unsupported watch exception
2019-08-21 13:25:25 +02:00
Christian Helmuth
d01cc3bf41
Configurable set_rtc values in RTC test
...
Fixes #3450
2019-08-21 13:25:25 +02:00
Christian Helmuth
1fdd5b636b
vfs: watch set-rtc signal in RTC file system
...
Issue #3450
2019-08-21 12:37:02 +02:00
Martin Stein
cb6377355e
sntp_client: report received transmit timestamp
...
For now in libports because it relies on contrib sources from musl doing
the time data conversion.
Ref #3448
Ref #3450
2019-08-21 12:37:02 +02:00
Martin Stein
322bacd380
timeout_types.xsd: Minutes type
...
Ref #3448
Ref #3450
2019-08-21 12:37:02 +02:00
Josef Söntgen
a7fe4a502d
rtc_drv: implement set signal handling
...
Issue #3450
2019-08-21 12:37:01 +02:00
Josef Söntgen
ea2b330158
rtc: extended session with set-signal
...
A client may register a signal handler to be notified whenever the
RTC value was changed, i.e., a mis-configured clock was synchronized,
by calling 'set_sigh()'.
Issue #3450
2019-08-21 12:37:01 +02:00
Josef Söntgen
86cacd23bb
rtc: add documentation comments
...
Issue #3450
2019-08-21 12:37:01 +02:00
Norman Feske
ceae637416
part_block: support for AHDI partition scheme
...
This patch enhances part_block with support for parsing the AHDI
partition scheme, and the detection of the GEMDOS variant of FAT as used
by Atari TOS. As a side effect of the implementation, the patch improves
the MBR parsing code by avoiding pointers and using const qualifiers.
Fixes #3470
2019-08-21 12:37:00 +02:00
Norman Feske
23c2606ce0
usb_block: support iomega zip drives
...
This patch enhances the initialization sequence by issueing a START_STOP
SCSI command when needed.
Fixes #3469
2019-08-21 12:36:59 +02:00
Norman Feske
2d03e622f1
usb_block: exit on initialization failure
...
Issue #3468
2019-08-21 12:36:59 +02:00
Martin Stein
fe426e6f8f
smbios_decoder: XML report from SMBIOS table ROM
...
Fixes #3430
2019-08-13 12:02:26 +02:00
Martin Stein
1e379cb3a9
drivers/acpi: provide plain SMBIOS table as report
...
Ref #3430
2019-08-13 12:02:03 +02:00
Christian Prochaska
04e8ba716c
ps2_drv: wait longer for ACK after RESET command
...
On some machines, more time passes until the acknowledgement arrives.
Fixes #3442
2019-08-13 12:02:03 +02:00
Christian Prochaska
193a401097
Increase RAM quota of ACPI driver to 4M
...
On some machines, more than 3 MiB are needed. This finally equalizes all
occurences of RAM quotas with drivers_managed.
Fixes #3443
2019-08-13 12:02:03 +02:00
Josef Söntgen
47e6d72bf2
rtc_drv: add support for setting RTC
...
The rtc_drv on x86 can now by used to also set the RTC. If the config
attribute 'allow_setting_rtc' is set to 'yes' the driver will update
the RTC from the content of the 'set-rtc' ROM module. A valid ROM must
contain a top node with the following attributes: 'year', 'month',
'day', 'hour', 'minute' and 'second'.
* Only rudimentary checking of the provided values is done.
* '12H' mode is not supported.
Fixes #3438 .
2019-08-13 12:02:03 +02:00
Josef Söntgen
91ce57848c
rtc_session: make timestamp printable
...
Issue #3438 .
2019-08-13 12:02:03 +02:00
Martin Stein
22d7871e1d
test/init: raise log performance
...
Fixes #3429
2019-08-13 12:02:03 +02:00
Tomasz Gajewski
4189157d10
cpu_bench: fixes to make it work reliably
...
Added missing build dependency.
Eliminated race condition when processing test output.
Fixes #3412
2019-08-13 12:02:03 +02:00
Christian Helmuth
92bdcbf1fe
ps2: initially set all keyboard LEDs off
...
This ensures a safe initial state and also informs the BIOS (resp.
notebook keyboards with dual-use keys for numpad) about our
assumptions.
2019-07-09 15:57:32 +02:00
Christian Helmuth
17d32b3e15
depot: update recipe hashes
2019-07-09 09:06:54 +02:00
Norman Feske
fc7b983a40
terminal: clipboard support
...
Fixes #2079
2019-07-09 08:58:38 +02:00
Norman Feske
6399fc12ac
clipboard: allow for dynamic reconfiguration
2019-07-09 08:58:38 +02:00
Norman Feske
db6e013577
clipboard: match client labels against focus
...
When setting the config attribute 'match_labels="yes"', the clipboard
performs plausibility checks for copy and paste operations against the
nitpicker focus.
Issue #3437
2019-07-09 08:58:38 +02:00
Christian Prochaska
71ce1442c8
run: enable 'imx7d_sabre' in network tests
...
Fixes #3434
2019-07-09 08:58:38 +02:00
Christian Helmuth
949130d80e
Remove warning exec_static_constructors() warning
...
The warning falsely detected cases where shared objects where loaded before
exec_static_constructors() was called as unneeded even in cases were the
binary itself contained static globals.
The commit also removes one redundant call to exec_static_constructors()
from the block tester.
2019-07-09 08:58:38 +02:00
Christian Helmuth
fcdad00044
test.run: build vfs plugins of in rom list
2019-07-09 08:58:38 +02:00
Christian Helmuth
63e69d35e0
Disable unsupported autopilot tests on rpi3
2019-07-09 08:58:38 +02:00
Josef Söntgen
d32e8390c2
os: remove trace_fs
...
This component is superseded by the 'vfs_trace' plugin.
Issue #3294 .
2019-07-09 08:55:24 +02:00
Sebastian Sumpf
c34176580c
os: recipe for 'trace_policy'
...
* source packet for all trace policies
issue #3294
2019-07-09 08:55:24 +02:00
Alexander Boettcher
bc14a32998
bomb: handle failing child creation
...
Issue #3107
2019-07-09 08:55:23 +02:00
Christian Helmuth
3c4c460f82
depot: update recipe hashes
2019-06-13 13:40:37 +02:00
Christian Helmuth
e1e67d8330
Increase timeouts in test-libc* pkgs
...
These tests often fail with Qemu on aged hosts because of the tight
timeouts.
2019-06-13 12:22:50 +02:00
Christian Helmuth
de4c31e557
Additional boot time (10 s) in test.run
2019-06-13 12:22:50 +02:00
Christian Helmuth
45f3ccc42a
vfs: fix empty-node handling in inline fs
...
Now <inline></inline> as well as <inline/> are supported.
2019-06-13 12:22:49 +02:00
Christian Prochaska
62232f9a35
fs_rom: retry watching a path element after watching its parent dir
...
If a path element cannot be watched because it does not exist yet, the next
available parent directory is watched to detect the creation of the missing
path element. If a missing path element got created just between the failed
watch request for the element and the successful watch request for its parent
directory, the creation of the path element could remain unnoticed.
With this commit, 'fs_rom' tries to watch a path element again if the watch
request for its parent directory was successful.
Fixes #3398
2019-06-13 12:22:49 +02:00
Josef Söntgen
737e9580b8
nvme_drv: only set the first INTMS bit on reset
...
Since we only set the first INTMC bit a check in QEMU will fail
and we don't get interrupts.
Fixes #3369 .
2019-06-13 12:17:31 +02:00
Josef Söntgen
a2abc13425
nvme_drv: only wait for first admin cmd
...
Leave the loop if we processed the cmd we were looking for. That
should fix the delay users notice in Sculpt when NVMe is used.
Issue #3369 .
2019-06-13 12:17:31 +02:00
Josef Söntgen
1daf179db9
nvme_drv: adapt run script to block_tester config
...
Issue #3369 .
2019-06-13 12:17:31 +02:00
Christian Helmuth
2b183f9497
depot: update recipe hashes
2019-05-29 10:20:52 +02:00
Martin Stein
5ba19dd49b
test-nic_loopback: fix RAM resource request
...
Ref #3387
2019-05-29 10:20:52 +02:00
Sebastian Sumpf
f75f477c2b
nic_router: [[fallthrough]] annotation
...
issue #3377
2019-05-29 10:20:52 +02:00
Christian Prochaska
f99a1d78bb
os: fix 'CUU' terminal command
...
Decrement the y position to move the cursor up.
Fixes #3379
2019-05-29 10:20:52 +02:00
Alexander Boettcher
68d5293f01
platform_drv: adjust to g++ 8.3.0
...
Issue #3307
2019-05-27 14:53:31 +02:00
Alexander Boettcher
91146a3a70
acpi_drv: adjust to g++ 8.3.0
...
Issue #3307
2019-05-27 14:53:31 +02:00
Norman Feske
405a9d2144
Refinements for updated "Genode Foundations" book
...
- Improve API descriptions
- Remove obsolete Xml_node::value method (fixes #3323 )
- Follow coding style 'const char' -> 'char const'
- Avoid '>>' when nesting templates (limitation of parse_cxx)
2019-05-27 14:52:53 +02:00
Martin Stein
ba9ffc6243
nic_dump: do not depend on libports repo
...
Fixes #3372
2019-05-27 14:52:52 +02:00
Martin Stein
79d1c4f83a
nic_router_flood: adapt test timeout
...
Fixes #3368
2019-05-27 14:52:52 +02:00