summaryrefslogtreecommitdiffstats
path: root/core/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* [pam-bwidm] Try UID gen 10 times, invert counting to simplify checkSimon Rettberg2022-07-181-5/+5
|
* [pam-bwidm] Add marker to usernameSimon Rettberg2022-07-181-1/+4
| | | | | Helps us to determine that the user logged in via ECP or Browser later on.
* [run-virt/hardware-stats] Don't print status of serviceSteffen Ritter2022-07-151-1/+1
| | | | Fixes missing translation for non-existent tag 'active' in hw-warnings.
* [vmware16] FGix filenameSimon Rettberg2022-07-141-1/+1
|
* [vmware16] ADD MISSING FILESimon Rettberg2022-07-141-0/+57
|
* [vmware16] Add USB patcherSimon Rettberg2022-07-141-0/+5
|
* [busybox] We need cmp nowSimon Rettberg2022-07-111-1/+1
|
* [system-tweaks] Prevent systemd-tmpfiles from wiping /tmp on bootSimon Rettberg2022-07-111-0/+4
|
* [rfs-stage32] Make sure we mount tmp before tmpfiles-setupSimon Rettberg2022-07-111-1/+3
|
* [vmware-common] Force mainMem swap backing even if we don't have swapSimon Rettberg2022-07-111-0/+4
|
* [kernel-vanilla] Fix sof-firmware install on resumed buildSimon Rettberg2022-07-111-1/+2
|
* [speedcheck] More tweaks and error checks to do the right thingSimon Rettberg2022-07-061-11/+27
|
* [speedcheck] Add automatic mode for dnbd3v29r2Simon Rettberg2022-07-051-24/+50
|
* [qemu] Make AppTest.setUp() public to JUnit happySimon Rettberg2022-07-051-1/+1
|
* [vmware-common] Push vmware max hwVersion to 19Steffen Ritter2022-07-041-0/+1
|
* [nvidia-common] Remove --skip-depmod; not supported by 390.xSimon Rettberg2022-06-231-2/+2
|
* [speedcheck] Build in release modeSimon Rettberg2022-06-231-1/+1
|
* [speedcheck] Support new --console modeSimon Rettberg2022-06-221-1/+5
|
* [speedcheck] Fix filename for dnbd3-fuse modeSimon Rettberg2022-06-221-0/+1
|
* [speedcheck] Support passing rid via file:rid for dnbd3 caseSimon Rettberg2022-06-211-1/+6
|
* [dnbd3-proxy-mode] Force sparse mode for < 200GB ID45 partitionSimon Rettberg2022-06-211-11/+5Star
|
* [printergui] F#+*!ng boot0 rename still haunting usSimon Rettberg2022-06-211-1/+1
|
* [kernel-vanilla] Prefer /boot/config-mltk as config baseSimon Rettberg2022-06-211-4/+7
|
* [speedcheck] Update wrapper script to work with dnbd3-fuseSimon Rettberg2022-06-201-2/+83
|
* [kernel-vanilla] Also copy sof userspace toolsSimon Rettberg2022-06-171-0/+1
|
* [kernel-vanilla] Better copy entire intel firmwareSimon Rettberg2022-06-171-1/+1
|
* [kernel-vanilla] Add sof firmware for newer hda soundSimon Rettberg2022-06-172-6/+17
|
* [nvidia-common] Remove kernel only config option for first runSimon Rettberg2022-06-151-1/+1
| | | | Doesn't work reliably
* [cups-sicgs] Use local mirror for driverSimon Rettberg2022-06-132-6/+4Star
|
* [nvidia-common] Workaround to build on host with nvidia driver loadedSimon Rettberg2022-06-131-0/+8
|
* [hardware-stats] CPU temp: Add support for k10temp output formatSimon Rettberg2022-05-251-1/+18
|
* [vbox-src] Support CONFIG_VBOX_VERSIONSimon Rettberg2022-05-241-1/+1
|
* [run-virt] Fix race condition in dhcpd config generatorSimon Rettberg2022-05-241-6/+9
|
* [iptables-helper] Use cmp instead of diffSimon Rettberg2022-05-231-1/+1
|
* [debug-report-bwlp] Include resolv.conf, censor passwords from configSimon Rettberg2022-05-231-1/+3
|
* [dhcpc-busybox] Merge SLX_NET_SEARCH with DHCP valuesSimon Rettberg2022-05-231-2/+4
|
* [debug-report-bwlp] Include dhcpd config for VMsSimon Rettberg2022-05-201-0/+1
|
* [kiosk-chromium] Consider whitespace-only blacklist as emptySimon Rettberg2022-05-191-1/+2
| | | | .... and then interpret this as "*".
* [hardware-stats] Add comment regarding usage of ~screens eventSimon Rettberg2022-05-171-1/+4
|
* [ntfsfree] Don't send debug report if we're shutting downSimon Rettberg2022-05-111-1/+9
|
* [dhcpc-busybox] DHCP: Take iface upSimon Rettberg2022-05-091-0/+1
|
* [dhcpc-busybox] Introduce SLX_DHCP_OTHER_NICSSimon Rettberg2022-05-091-30/+65
| | | | | Controls whether we should run a DHCP client on any additional NICs found in the system.
* [hardware-stats] Fix ordering: Wait for run-virt-envSimon Rettberg2022-05-041-1/+4
|
* [docker-ce] Install docker-composeSimon Rettberg2022-05-031-0/+1
|
* [kiosk-chromium] Needs to run in bashSimon Rettberg2022-05-031-0/+3
|
* [kiosk-chromium] Fix black-/whitelist generatorSimon Rettberg2022-04-271-14/+19
|
* [qemu] Add lightdm warning if GVT-g is not availableSimon Rettberg2022-04-223-0/+9
|
* [run-virt/hardware-stats] Move dependencies aroundSimon Rettberg2022-04-213-6/+8
|
* [vmware-common/vbox-src] Probably not depending on network.target ??Simon Rettberg2022-04-212-4/+4
|
* [hardware-stats] Fix detection of vmx/svm supportSimon Rettberg2022-04-211-15/+16
| | | | | | | | Newer Linux kernel versions hide the vmx/svm flag from /proc/cpuinfo if you disable the feature in the BIOS. We wrongfully reported this as UNSUPPORTED then instead of DISABLED as intended. Read the according MSRs unconditionally now, and only validate the flag is present if the MSR values line up with what we expect for the feature to be enabled.