| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Version 18.76HEAD18.76master | Giuseppe Ghibò | 7 days | 3 | -1/+9 |
| | | |||||
| * | Remove missed category disk/ide (bug #35225) | Giuseppe Ghibò | 7 days | 1 | -1/+0 |
| | | |||||
| * | Update Swedish translation from Tx | Yuri Chornoivan | 2026-03-07 | 1 | -7/+7 |
| | | |||||
| * | Update Swedish translation from Tx | Yuri Chornoivan | 2026-03-07 | 1 | -4/+1 |
| | | |||||
| * | Update Spanish translation from Tx | Yuri Chornoivan | 2026-03-01 | 1 | -2/+3 |
| | | |||||
| * | Update Spanish translation from Tx | Yuri Chornoivan | 2026-02-16 | 1 | -4/+4 |
| | | |||||
| * | Version 18.7518.75 | Giuseppe Ghibò | 2026-02-15 | 3 | -1/+15 |
| | | |||||
| * | Add nvidia-current-wopengpu.ko, nvidia-newfeature-wopengpu.ko, etc. to ↵ | Giuseppe Ghibò | 2026-02-15 | 1 | -1/+1 |
| | | | | | nvidia modules supported list | ||||
| * | 18.7418.74 | Martin Whitaker | 2026-02-14 | 3 | -1/+7 |
| | | |||||
| * | Remove probing of disk/ide modules (obsolete since kernel 5.14) | Martin Whitaker | 2026-02-12 | 8 | -28/+9 |
| | | | | | | | | IDE drives are now handled by libata. The legacy ide subsystem and drivers were removed from Linux in 2021. So all IDE drives are now treated as SCSI drives and the disk/ide category in list_modules.pm has been removed. | ||||
| * | harddrake2: remove obsolete $pid variable. | Martin Whitaker | 2026-02-12 | 1 | -4/+2 |
| | | | | | | Nothing sets $pid (since before 2007), so there's no need to check if it is defined. | ||||
| * | Sync list of modules needing firmware with kernel-desktop-6.18.9-1.mga9 | Martin Whitaker | 2026-02-10 | 3 | -18/+22 |
| | | |||||
| * | Update NEWS. | Martin Whitaker | 2026-02-10 | 2 | -0/+3 |
| | | |||||
| * | Avoid an infinite loop (mga#35061) | Papoteur | 2026-02-02 | 1 | -1/+1 |
| | | | | | | | | | | When `waitpid` returns `-1` (which corresponds to `ECHILD` - no child process), here's what happens in the loop: 1. `$child_pid = waitpid(-1, POSIX::WNOHANG)` assigns `-1` to `$child_pid` 2. The condition `undef $pid if $pid == $child_pid` is evaluated, but it probably does nothing (unless `$pid` was already `-1`) 3. The condition `until $child_pid > 0` is tested: `-1 > 0` is **false** **This is an infinite loop!** until $child_pid <= 0; # stop when there are no more children to reap | ||||
| * | Update Romanian translation from Tx | Yuri Chornoivan | 2026-01-29 | 1 | -2/+2 |
| | | |||||
| * | Update Romanian translation from Tx | Yuri Chornoivan | 2026-01-29 | 1 | -24/+68 |
| | | |||||
| * | Update Romanian translation from Tx | Yuri Chornoivan | 2026-01-29 | 1 | -25/+953 |
| | | |||||
| * | Update Romanian translation from Tx | Yuri Chornoivan | 2026-01-28 | 1 | -15/+15 |
| | | |||||
| * | Update Romanian translation from Tx | Yuri Chornoivan | 2026-01-28 | 1 | -73/+41 |
| | | |||||
| * | Update Romanian translation from Tx | Yuri Chornoivan | 2026-01-28 | 1 | -45/+30 |
| | | |||||
| * | Update Romanian translation from Tx | Yuri Chornoivan | 2026-01-28 | 1 | -34/+11 |
| | | |||||
| * | installer: compensate for adjusted system clock in configureTimezone() | Martin Whitaker | 2026-01-27 | 3 | -3/+14 |
| | | | | | | | | | The initial selectTimezone step will adjust the system clock to the correct time, as selected by the user. If the user configures the timezone again at the summary stage, and the HW clock is set to local time, we need to compensate for the system clock adjustment when again asking if the HW clock is set to local time or UTC. | ||||
| * | installer: don't adjust the system clock if we are doing a local install | Martin Whitaker | 2026-01-25 | 2 | -0/+6 |
| | | | | | | | | If we are running the installer on a live system, the system clock should be correct, and we don't want to set it to the wrong time when testing an install with a different timezone. This is also important when building the Live ISOs. | ||||
| * | 18.7318.73 | Martin Whitaker | 2026-01-24 | 3 | -1/+7 |
| | | |||||
| * | installer: add help text anchor to timezone selection screen (mga#34909) | Martin Whitaker | 2026-01-24 | 2 | -1/+6 |
| | | |||||
| * | Further simplify services::_systemd_services() | Martin Whitaker | 2026-01-24 | 3 | -2/+7 |
| | | | | | | | | | 'systemctl list-unit-files' returns the enabled/disabled status for all native systemd services. So we only need to call 'systemctl is-enabled' for the generated services. This reduces clutter in the installer log file. | ||||
| * | Update Czech translation from Tx | Yuri Chornoivan | 2026-01-24 | 1 | -9/+9 |
| | | |||||
| * | Update Czech translation from Tx | Yuri Chornoivan | 2026-01-24 | 1 | -23/+5 |
| | | |||||
| * | Update Czech translation from Tx | Yuri Chornoivan | 2026-01-24 | 1 | -684/+46 |
| | | |||||
| * | Update Czech translation from Tx | Yuri Chornoivan | 2026-01-24 | 1 | -2/+2 |
| | | |||||
| * | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2026-01-21 | 1 | -8/+8 |
| | | |||||
| * | Update Portuguese translation from Tx | Yuri Chornoivan | 2026-01-21 | 1 | -7/+7 |
| | | |||||
| * | Update Norwegian translation from Tx | Yuri Chornoivan | 2026-01-21 | 1 | -4/+4 |
| | | |||||
| * | installer: fix hwclock parameters in selectTimezone(). | Martin Whitaker | 2026-01-20 | 1 | -1/+1 |
| | | | | | Thanks to tv for spotting. | ||||
| * | Update German translation from Tx | Yuri Chornoivan | 2026-01-19 | 1 | -4/+4 |
| | | |||||
| * | (check) add basic 'perl -cw' checks | Thierry Vignaud | 2026-01-19 | 1 | -0/+5 |
| | | |||||
| * | (check2) adjust for drakx-kbd-mouse-x11 split years ago | Thierry Vignaud | 2026-01-19 | 1 | -1/+1 |
| | | |||||
| * | perl_checker cleanups | Thierry Vignaud | 2026-01-19 | 4 | -2/+7 |
| | | |||||
| * | PODify the installer | Thierry Vignaud | 2026-01-19 | 8 | -3/+501 |
| | | |||||
| * | Update Dutch translation from Tx | Yuri Chornoivan | 2026-01-19 | 1 | -4/+4 |
| | | |||||
| * | Update Greek translation from Tx | Yuri Chornoivan | 2026-01-19 | 1 | -4/+4 |
| | | |||||
| * | Update Catalan translation from Tx | Yuri Chornoivan | 2026-01-19 | 1 | -4/+4 |
| | | |||||
| * | Update Russian translation from Tx | Yuri Chornoivan | 2026-01-19 | 1 | -4/+4 |
| | | |||||
| * | 18.7218.72 | Martin Whitaker | 2026-01-18 | 3 | -1/+7 |
| | | |||||
| * | Update Ukrainian translation | Yuri Chornoivan | 2026-01-18 | 1 | -10/+11 |
| | | |||||
| * | installer: add mesa EGL and GL libraries needed by WebKit2 (mga#34988) | Martin Whitaker | 2026-01-18 | 2 | -1/+17 |
| | | |||||
| * | installer: change default DHCP client to dhcpcd (mga#30938) | Martin Whitaker | 2026-01-16 | 2 | -1/+2 |
| | | |||||
| * | Fix timezone::ntp_servers() when it is called more than once. | Martin Whitaker | 2026-01-16 | 3 | -8/+11 |
| | | | | | | | | The old implementation of get_ntp_server_tree() would add entries to %timezone for each leaf node it visited. So if ntp_servers() was called a second time, it would list those spurious entries. Fixed by stopping recursion immediately when a leaf node was found. | ||||
| * | installer: ask for user's timezone at the start of installation (mga#34909) | Martin Whitaker | 2026-01-16 | 7 | -28/+49 |
| | | | | | | | | This allows us to set the system clock to the correct time. This is needed to prevent rpm verification failures when very recently built packages are fetched from network media. The new Sequoia PGP backend rejects packages that appear to have been signed in the future. | ||||
| * | installer: add timezone data files to the installer root filesystem | Martin Whitaker | 2026-01-13 | 2 | -5/+6 |
| | | | | | | This allows us to adjust the system clock before we have created the target root filesystem. Needed by the following commit. | ||||
