Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2.43 | Thierry Vignaud | 2020-03-18 | 2 | -1/+3 |
| | |||||
* | sync with kernel 5.5 | Thierry Vignaud | 2020-03-18 | 1 | -0/+2 |
| | |||||
* | 2.422.42 | Thomas Backlund | 2019-12-22 | 2 | -1/+3 |
| | |||||
* | sync with kernel 5.4 | Thomas Backlund | 2019-12-22 | 1 | -0/+2 |
| | |||||
* | 2.41 | Thierry Vignaud | 2019-10-09 | 2 | -1/+3 |
| | |||||
* | sync with kernel 5.3 | Thierry Vignaud | 2019-10-09 | 1 | -0/+2 |
| | |||||
* | 2.402.40 | Thomas Backlund | 2019-06-17 | 2 | -1/+3 |
| | |||||
* | recognize 8821ce (mga#24605) | Thierry Vignaud | 2019-06-11 | 1 | -0/+2 |
| | |||||
* | 2.392.39 | Thomas Backlund | 2019-05-11 | 2 | -1/+3 |
| | |||||
* | add AMD PCIe MP2 I2C detection | Thomas Backlund | 2019-05-04 | 1 | -0/+2 |
| | |||||
* | 2.38 | Thierry Vignaud | 2019-05-03 | 2 | -1/+3 |
| | |||||
* | adapt to kernel 5.1 | Thierry Vignaud | 2019-05-03 | 1 | -0/+2 |
| | |||||
* | 2.37 | Thierry Vignaud | 2019-03-08 | 2 | -1/+3 |
| | |||||
* | sync with kernel 5.0 | Thierry Vignaud | 2019-03-08 | 1 | -0/+2 |
| | | | | Note that we did NOT sync with 4.20 | ||||
* | 2.362.36 | Martin Whitaker | 2019-01-06 | 2 | -1/+3 |
| | |||||
* | Suppress mount error messages when probing for media (mga#24142) | Martin Whitaker | 2019-01-06 | 2 | -1/+2 |
| | | | | | Probably caused by the switch to using the standalone mount command, the tail end of a mount error message was left showing in the GUI. | ||||
* | better gcc8 workarounds | Thierry Vignaud | 2018-12-01 | 3 | -5/+7 |
| | |||||
* | 2.35 | Thierry Vignaud | 2018-12-01 | 2 | -1/+3 |
| | |||||
* | gcc8 workarounds | Thierry Vignaud | 2018-12-01 | 2 | -1/+2 |
| | | | | | | | | | | | | Before previous commit, compiling with gcc8 would have need: -Wno-error=format-overflow -Wno-error=format-security But now, only -Wno-error=format-truncation is needed. rationale: gcc bogusly complains about snprintf() being unsafe. See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77721 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78969 | ||||
* | fix compiling with gcc8 | Thierry Vignaud | 2018-12-01 | 4 | -5/+7 |
| | |||||
* | 2.34 | Thierry Vignaud | 2018-11-30 | 2 | -1/+3 |
| | |||||
* | drop our own old unmaintained forked nfs code | Thierry Vignaud | 2018-11-30 | 5 | -1329/+1 |
| | | | | | we now got support for all NFS features, including NFSv4 & co server likely needs to be configured with 'insecure' | ||||
* | switch to using regular mount for nfs | Thierry Vignaud | 2018-11-30 | 3 | -8/+1 |
| | |||||
* | simplify now that we use standalone mount | Thierry Vignaud | 2018-11-30 | 2 | -10/+3 |
| | | | | | | Let mount uses the blkid library for guessing the filesystem type That's quite a lot better than manually trying a long list of potential fses | ||||
* | actually call regular mount | Thierry Vignaud | 2018-11-30 | 2 | -3/+14 |
| | | | | now that we've it in stage1 anyway (since using dracut) | ||||
* | 2.332.33 | Thierry Vignaud | 2018-11-30 | 2 | -1/+3 |
| | |||||
* | add support for disk-iso auto-install | Thierry Vignaud | 2018-11-30 | 2 | -5/+23 |
| | | | | | | eg: "method:disk,disk:vdb,partition:vdb1,dir:/Mageia/boot.iso" in the future, we might want to merge back !automatic & automatic paths | ||||
* | check for builtin modules in /sys/fs too | Thierry Vignaud | 2018-11-29 | 2 | -0/+7 |
| | | | | | | | | eg: ext4 is builtin but appears in /sys/fs, not in /sys/modules Alternatively we could have looked at /proc/filesytem contents like stage2 Thus we've better readable stage1 logs | ||||
* | advertize "ext4" rather than "ext2" | Thierry Vignaud | 2018-11-29 | 5 | -4/+6 |
| | |||||
* | 2.322.32 | Martin Whitaker | 2018-11-17 | 2 | -1/+3 |
| | |||||
* | installer stage 1 & 2: don't include vboxvideo kernel module (mga#23467) | Martin Whitaker | 2018-11-17 | 1 | -0/+2 |
| | |||||
* | 2.31 | Thierry Vignaud | 2018-11-15 | 2 | -1/+3 |
| | |||||
* | sync with kernel 4.1[89] | Thierry Vignaud | 2018-11-15 | 1 | -0/+2 |
| | |||||
* | 2.302.30 | Thomas Backlund | 2018-07-25 | 2 | -1/+3 |
| | |||||
* | add missing smartpqi driver (mga#23305) | Thomas Backlund | 2018-07-25 | 1 | -0/+2 |
| | |||||
* | 2.292.29 | Thomas Backlund | 2018-07-02 | 2 | -1/+2 |
| | |||||
* | add missing Mellanox drivers (mga#23263) | Thomas Backlund | 2018-07-02 | 1 | -0/+2 |
| | |||||
* | 2.28 | Thierry Vignaud | 2018-06-22 | 2 | -1/+2 |
| | |||||
* | sync with kernel 4.1[5-7] | Thierry Vignaud | 2018-06-22 | 1 | -0/+2 |
| | |||||
* | 2.27 | Thierry Vignaud | 2018-02-10 | 2 | -1/+2 |
| | |||||
* | further sync with kernel 4.14 | Thierry Vignaud | 2018-02-10 | 1 | -0/+2 |
| | |||||
* | 2.262.26 | Thomas Backlund | 2018-01-19 | 2 | -1/+2 |
| | |||||
* | sync with kernel 4.14 | Thomas Backlund | 2018-01-19 | 1 | -0/+2 |
| | |||||
* | 2.25 | Thierry Vignaud | 2017-09-16 | 2 | -1/+2 |
| | |||||
* | fix build with gcc7 | Thierry Vignaud | 2017-09-16 | 4 | -6/+8 |
| | |||||
* | 2.24 | Thierry Vignaud | 2017-06-22 | 2 | -1/+2 |
| | |||||
* | list 8812au (mga#21043) | Thierry Vignaud | 2017-06-10 | 1 | -0/+2 |
| | |||||
* | 2.23 | Thierry Vignaud | 2017-02-25 | 2 | -1/+2 |
| | |||||
* | sync with kernel-4.8 | Thierry Vignaud | 2017-02-25 | 1 | -0/+2 |
| | |||||
* | 2.22 | Thierry Vignaud | 2017-02-25 | 2 | -1/+2 |
| |