| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update French translation from Tx | Yuri Chornoivan | 2026-03-27 | 1 | -8/+10 |
| | | |||||
| * | Remove missed category disk/ide (bug #35225) | Giuseppe Ghibò | 2026-03-17 | 1 | -1/+0 |
| | | |||||
| * | Update Swedish translation from Tx | Yuri Chornoivan | 2026-03-07 | 1 | -7/+7 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add nvidia-current-wopengpu.ko, nvidia-newfeature-wopengpu.ko, etc. to ↵ | Giuseppe Ghibò | 2026-02-15 | 1 | -1/+1 |
| | | | | | nvidia modules supported list | ||||
| * | Remove probing of disk/ide modules (obsolete since kernel 5.14) | Martin Whitaker | 2026-02-12 | 1 | -13/+0 |
| | | | | | | | | 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. | ||||
| * | 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-28 | 1 | -15/+15 |
| | | |||||
| * | Update Czech translation from Tx | Yuri Chornoivan | 2026-01-24 | 1 | -9/+9 |
| | | |||||
| * | 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 |
| | | |||||
| * | Update German translation from Tx | Yuri Chornoivan | 2026-01-19 | 1 | -4/+4 |
| | | |||||
| * | 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 |
| | | |||||
| * | Update Ukrainian translation | Yuri Chornoivan | 2026-01-18 | 1 | -10/+11 |
| | | |||||
| * | Update standalone translation catalogue. | Martin Whitaker | 2026-01-13 | 80 | -367/+366 |
| | | |||||
| * | drakclock: use UTC instead of GMT in dialogue (mga#6056) | Martin Whitaker | 2026-01-13 | 1 | -1/+1 |
| | | |||||
| * | Update Catalan translation from Tx | Yuri Chornoivan | 2026-01-12 | 1 | -42/+39 |
| | | |||||
| * | Update Norwegian translation from Tx | Yuri Chornoivan | 2026-01-12 | 1 | -4/+4 |
| | | |||||
| * | Update Spanish translation from Tx | Yuri Chornoivan | 2026-01-06 | 1 | -5/+5 |
| | | |||||
| * | Update Greek translation from Tx | Yuri Chornoivan | 2026-01-06 | 1 | -5/+5 |
| | | |||||
| * | Update Russian translation from Tx | Yuri Chornoivan | 2026-01-06 | 1 | -5/+5 |
| | | |||||
| * | Update German translation from Tx | Yuri Chornoivan | 2026-01-05 | 1 | -5/+5 |
| | | |||||
| * | Update Norwegian translation from Tx | Yuri Chornoivan | 2026-01-05 | 1 | -2/+2 |
| | | |||||
| * | Update Dutch translation from Tx | Yuri Chornoivan | 2026-01-05 | 1 | -4/+5 |
| | | |||||
| * | Update Ukrainian translation | Yuri Chornoivan | 2026-01-05 | 1 | -15/+15 |
| | | |||||
| * | Update standalone translation catalogue. | Martin Whitaker | 2026-01-04 | 80 | -4484/+4884 |
| | | |||||
| * | drakclock: ensure the NTP server combo box always displays a valid pool | Martin Whitaker | 2026-01-04 | 1 | -4/+11 |
| | | | | | | | | After installing chrony, we need to update the selection to match the initial setting in the chrony.conf file. If no ntp service is installed, display the default "pool.ntp.org". | ||||
| * | drakclock: make sure we configure the currently installed ntp service. | Martin Whitaker | 2026-01-04 | 1 | -3/+3 |
| | | | | | | drakclock can install chrony, so the ntpd and ntp_conf strings provided by the imezone module should be dynamic, not static. | ||||
| * | drakclock: simplify and tidy up | Martin Whitaker | 2026-01-04 | 1 | -27/+26 |
| | | |||||
| * | drakclock: fix config file read/write for chrony and ntpsec (mga#34664) | Martin Whitaker | 2026-01-04 | 1 | -4/+4 |
| | | | | | | | | | | | | | drakclock only supports selecting a server pool, not individual servers, so use the "pool" directive instead if the "server" directive. Rename the subroutines in timezone.pm for clarity. ntpsec overrides /etc/ntp.conf with settings found in /etc/ntp.d/, so we need to read/write /etc/ntp.d/use-pool. Both chrony and ntpsec support the iburst option, so we can write that unconditionally. | ||||
| * | Fix remaining ntp package reference replaced by ntpsec | Bruno Cornec | 2026-01-04 | 1 | -1/+1 |
| | | |||||
| * | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2026-01-02 | 1 | -98/+97 |
| | | |||||
| * | Update Slovenian translation from Tx | Yuri Chornoivan | 2025-12-30 | 1 | -2/+2 |
| | | |||||
| * | Change drakautologin to use new session_names() subroutine. | Martin Whitaker | 2025-12-27 | 1 | -1/+1 |
| | | | | | This removes the last remaining use of chksession. | ||||
| * | drakbug: replace i586 arch with i686 | Jani Välimaa | 2025-09-14 | 1 | -1/+1 |
| | | |||||
| * | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2025-05-27 | 1 | -138/+136 |
| | | |||||
| * | Update Asturian translation from Tx | Yuri Chornoivan | 2025-04-14 | 1 | -8/+8 |
| | | |||||
| * | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2025-03-05 | 1 | -61/+52 |
| | | |||||
| * | Update Norwegian translation from Tx | Yuri Chornoivan | 2024-11-07 | 1 | -1/+1 |
| | | |||||
| * | Update Russian translation from Tx | Yuri Chornoivan | 2024-10-12 | 1 | -5/+5 |
| | | |||||
| * | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2024-10-11 | 1 | -307/+322 |
| | | |||||
| * | Update Brazilian Portuguese translation from Tx | Yuri Chornoivan | 2024-09-04 | 1 | -344/+354 |
| | | |||||
| * | Update Chinese Traditional translation from Tx | Yuri Chornoivan | 2024-04-30 | 1 | -4/+4 |
| | | |||||
