Boris Mulder
964aac599c
wpa_supplicant: report auth_failures
...
Fixes #2668
2018-03-08 15:45:34 +01:00
Emery Hemingway
f27953c48d
Standalone POSIX pipe utility
...
Pipe between files using POSIX stdio. This facilitates raw transfers
between arbitrary resources exposed by the VFS library.
Fix #2708
2018-03-08 15:22:12 +01:00
Alexander Boettcher
f294ec608e
rump: tweak memory configuration
...
Adjust managed dataspace (== max memory provided to rump kernel) based
on 32/64 bit architecture. On 32bit is it 256M, on 64bit is 4G.
Additionally limit the actual announced memory to rump by the available RAM and
by the maximum size of the managed dataspace.
Fixes #2709
2018-03-08 14:28:49 +01:00
Alexander Boettcher
80e1dce1b0
nova: abandon hypervisor_info_page ROM
...
replace by platform_info ROM supposed to exist on all supported
kernels.
Fixes #2710
2018-03-08 14:24:05 +01:00
Alexander Boettcher
0fbd892b5c
foc: provide platform_info ROM
...
Issue #2700
2018-03-08 14:21:45 +01:00
Christian Helmuth
1f7b5e75bf
depot: update recipe hashes
2018-03-08 12:05:10 +01:00
Norman Feske
3887ba8a21
menu_view: fix hover reporting
...
The 'Widget::hovered' method discarded the result of the traversal of
the widget tree.
2018-03-08 12:05:10 +01:00
Alexander Boettcher
8e9390e964
apci_drv: ignore invalid ACPI tables
2018-03-08 12:05:10 +01:00
Norman Feske
d332ee3fcd
nit_fader: update view visibility for late clients
...
The visibility of the client's view is re-evaluated at each animation
step. However, when the client appears long after the initial
fade-in/out animation is completed, the initial visibility state
remaines unchanged. This happens when booting the Sculpt scenario in
Qemu where the the nit_fb instances of the leitzentrale could not be
started in time. This patch fixes the issue by re-evaluating the view
visibility also at the view-creation time.
2018-03-08 12:05:09 +01:00
Christian Helmuth
2eb13c9047
depot: execute content rules sequentially
2018-03-08 12:05:09 +01:00
Emery Hemingway
84ac5891b2
Fetchurl progress reporting
...
Refactor the fetchurl utility to optionally report the initial fetch
state, fetch progress, and the final state.
Fix #2702
2018-03-08 12:05:09 +01:00
Emery Hemingway
ed1c87c8d6
Xml_generator support for floating point values
...
Ref #2702
2018-03-08 12:05:08 +01:00
Boris Mulder
d15b396202
fetchurl: fail on error
2018-03-08 12:05:07 +01:00
Alexander Boettcher
033e333691
depot: recipe for Seoul VMM
2018-03-08 12:05:07 +01:00
Christian Prochaska
6986b6ca95
Noux: move ELF signature check into 'Child_env'
...
Fixes #2703
2018-03-08 12:05:06 +01:00
Stefan Kalkowski
bad002acb1
hw: link core with debug symbols optionally
...
This commit changes the semantic of run_boot_dir to link a core
binary with debug symbols only when the designated library is in place.
Follow-up fix refering to issues #2339 and #2700
2018-03-08 12:05:06 +01:00
Alexander Senier
37b08797c0
pthread: basic pthread_rwlock_* operations
...
Fixes #2656
2018-03-08 12:05:06 +01:00
Christian Helmuth
07b371a095
sculpt: link PDF version in README
2018-03-08 12:05:05 +01:00
Norman Feske
d5a361c180
News item about Sculpt EA
2018-03-08 12:05:05 +01:00
Christian Helmuth
20e2a58c5e
noux: sync before calling ftruncate()
...
Issue #2695
2018-03-08 12:05:05 +01:00
Christian Helmuth
db23227ac3
libc: sync before calling ftruncate()
...
Issue #2695
2018-03-08 12:05:05 +01:00
Josef Söntgen
d67e369433
libc: sync before calling fstat()
...
Issue #2695
2018-03-08 12:05:04 +01:00
Adrian-Ken Rueegsegger
9cb71d0260
run: Move shared procedure to load/pxe.inc
...
The install_pxe_bootloader_to_run_dir procedure is required by the tftp
as well as the ipxe load script. Move it to a separate file which is
include by both.
2018-03-08 12:05:04 +01:00
Alexander Boettcher
9a46c670c1
vbox5: update to 5.1.34
...
Issue #2658
2018-03-08 12:05:04 +01:00
Emery Hemingway
f63e4312ec
sculpt: load 'installation' from file only
...
Do not allow the depot_download_manager to load the installation ROM
from core.
2018-03-01 14:18:09 +01:00
Christian Helmuth
1eefc8d42d
version: 18.02
2018-02-28 13:57:59 +01:00
Christian Helmuth
1cb9eeee05
Update doc/components.txt
2018-02-28 13:00:28 +01:00
Norman Feske
a9cee58264
News item for version 18.02
2018-02-28 12:59:55 +01:00
Norman Feske
ddf2315dff
Release notes for version 18.02
2018-02-28 12:59:55 +01:00
Josef Söntgen
7b8164d75e
depot: add cnuke
2018-02-28 12:23:27 +01:00
Christian Helmuth
a8f186c7d4
depot: update recipe hashes
2018-02-28 11:05:05 +01:00
Christian Helmuth
e552f570eb
Adapt doc/depot.txt to current versions
2018-02-28 11:05:05 +01:00
Christian Helmuth
adc3aa452a
libc: close all handles of a socket before release
...
This prevents diagnostic messages like
Error: partial write detected 0 vs 31
for writes into already released socket directories due to a still-open
handle to the socket data file.
2018-02-28 11:05:05 +01:00
Josef Söntgen
cd7cb5fbf4
depot_deploy: update blueprint pkg path
...
We need to update the blueprint pkg path as well in case the start node
is changed. Otherwise the query tool will keep using the initially
configured pkg path.
2018-02-28 11:05:05 +01:00
Christian Helmuth
ddd5e8abb4
Provide /dev/random in runtime for fetchurl
...
libcrypto transparently opens /dev/random to seed its PRNG or logs an
error if this fails.
2018-02-28 11:05:04 +01:00
Christian Helmuth
e3d1b8b044
openssl: clarify error message on missing /dev/random
2018-02-28 11:05:04 +01:00
Christian Helmuth
d72517e673
Remove replenish error message from quota guard
2018-02-28 11:05:04 +01:00
Christian Helmuth
064e738d53
libc: reduce noise on setsockopt/getsockopt
2018-02-28 11:05:04 +01:00
Alexander Boettcher
a322fbf822
os: avoid warning in vfs server
...
[init -> depot_download -> dynamic -> fetchurl] Error: packet operation=3 failed
Issue #2672
2018-02-28 11:05:03 +01:00
Christian Helmuth
ad56976131
tool/publish: fix help for PUBLIC_DIR
2018-02-28 11:05:03 +01:00
Christian Prochaska
77c5e55f4f
sculpt: move test executon into separate run script
...
Fixes #2694
2018-02-28 11:05:03 +01:00
Josef Söntgen
3d14a94eac
sculpt: use depot-user for boot-image archives
2018-02-28 11:05:03 +01:00
Norman Feske
d9a34d9460
sculpt: add README at '/' of leitzentrale
2018-02-28 11:05:03 +01:00
Norman Feske
32b93e1f63
sculpt: documentation
2018-02-28 11:05:02 +01:00
Norman Feske
76b82020d4
depot_query: handle missing user info gracefully
...
This patch handles the case where the pubkey or download location for a
queries depot user is missing.
2018-02-28 11:04:59 +01:00
Christian Prochaska
7ac9a16090
Noux: check ELF signature on 'execve()'
...
Issue #2687
2018-02-28 11:04:58 +01:00
Christian Prochaska
ecff980761
libc: 'rmdir()': delete directories only
...
Fixes #2685
2018-02-28 11:04:58 +01:00
Emery Hemingway
88757a674a
libc: sync socket control files to check for write errors
...
Ref #2335
2018-02-28 11:04:58 +01:00
Josef Söntgen
8dda68a1bd
verify: propagate error on corrupted .sig files
...
In case the signature file is corrupt, e.g. it could not be downloaded
successfully, the gnupg code just prints an error message but will not
return the error to the user. So we patch the code to return the error
and check the value in the calling code.
2018-02-28 11:04:58 +01:00
Reto Buerki
65f1100453
muen: Skip MSI setup for devices with no IRQ
...
The sinfo API now also exports PCI devices without logical IRQs.
Therefore, explicitly check interrupt count in get_msi_params() function
and ignore such devices.
2018-02-28 11:04:57 +01:00