Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | actually bump versions | Thierry Vignaud | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | 2.12 | Thierry Vignaud | 2015-01-28 | 1 | -0/+1 |
| | |||||
* | adapt to 3.19 | Thierry Vignaud | 2015-01-28 | 1 | -0/+2 |
| | |||||
* | 2.11 | Thierry Vignaud | 2014-12-20 | 2 | -1/+2 |
| | |||||
* | sync with kernel-3.18 (mga#14799) | Thierry Vignaud | 2014-12-20 | 1 | -0/+2 |
| | |||||
* | bump version for 2.10 | Anne Nicolas | 2014-12-20 | 1 | -1/+1 |
| | |||||
* | 2.10 | Anne Nicolas | 2014-12-20 | 1 | -0/+3 |
| | |||||
* | 2.9 | Thomas Backlund | 2014-10-20 | 2 | -1/+2 |
| | |||||
* | glibc 2.20 wants _DEFAULT_SOURCE instead of _BSD_SOURCE | Thomas Backlund | 2014-10-20 | 2 | -1/+3 |
| | |||||
* | 2.8 | Thierry Vignaud | 2014-10-20 | 2 | -1/+2 |
| | |||||
* | sync with kernel-3.17 | Thierry Vignaud | 2014-10-20 | 1 | -0/+2 |
| | |||||
* | 2.7 | Thierry Vignaud | 2014-10-20 | 2 | -1/+2 |
| | |||||
* | log latest list_modules.pm change | Thierry Vignaud | 2014-10-20 | 1 | -0/+2 |
| | |||||
* | 2.6 | Thierry Vignaud | 2014-10-20 | 2 | -1/+2 |
| | |||||
* | add kernel-3.16 support | Thierry Vignaud | 2014-10-20 | 1 | -0/+2 |
| | |||||
* | clean one more useless variable | Thierry Vignaud | 2014-10-20 | 1 | -2/+1 |
| | |||||
* | we now only support glibc | Thierry Vignaud | 2014-10-20 | 1 | -2/+0 |
| | |||||
* | 2.5 | Thierry Vignaud | 2014-06-18 | 2 | -1/+2 |
| | |||||
* | stop creating /dev entries now that we use udev | Thierry.Vignaud | 2014-06-18 | 3 | -127/+7 |
| | | | | needs to be tested in draklive too (probe-modules) | ||||
* | 2.4 | Thierry Vignaud | 2014-06-16 | 2 | -1/+2 |
| | |||||
* | fix building with "make -j24" | Thierry Vignaud | 2014-06-16 | 2 | -0/+4 |
| | |||||
* | 2.3 | Thierry Vignaud | 2014-06-15 | 2 | -1/+2 |
| | |||||
* | sync with kernel-3.15 | Thierry Vignaud | 2014-06-15 | 1 | -0/+2 |
| | |||||
* | kill $Id:$ tags | Thierry Vignaud | 2014-06-07 | 1 | -2/+0 |
| | | | | they're obsolete since switching from CVS/SVN to git... | ||||
* | cleanup unsupported arches | Thierry Vignaud | 2014-06-07 | 3 | -7/+3 |
| | | | | | rationale: we drop support in stage2 and their support was totally broken due to missing conversion to dracut, udev, ... | ||||
* | outdated, we now use glibc | Thierry.Vignaud | 2014-05-24 | 1 | -50/+0 |
| | |||||
* | Revert "FIXME/WIP: TO REVERT DEBUGGING" | Thierry Vignaud | 2014-05-20 | 1 | -1/+1 |
| | | | | This reverts accidental commit 9077c84df0016ca521f8ad1cfe4e28e4b0e5c0b6. | ||||
* | /usr/X11R6 paths are obsolete for years... | Thierry Vignaud | 2014-05-18 | 2 | -4/+4 |
| | |||||
* | FIXME/WIP: TO REVERT DEBUGGING | Thierry Vignaud | 2014-05-18 | 1 | -1/+1 |
| | |||||
* | simplify | Thierry Vignaud | 2014-05-18 | 1 | -2/+1 |
| | |||||
* | fix "make -j" | Thierry Vignaud | 2014-05-17 | 8 | -89/+22 |
| | | | | inspirated by pok's changes @mdv | ||||
* | further simplify through substitution references | Thierry Vignaud | 2014-05-14 | 2 | -4/+4 |
| | |||||
* | simplify using filter function | Thierry Vignaud | 2014-05-14 | 1 | -12/+1 |
| | |||||
* | kill $(DIET) | Thierry Vignaud | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | kill obsolete comment | Thierry Vignaud | 2014-05-13 | 1 | -21/+0 |
| | |||||
* | 2.2 | Thierry Vignaud | 2014-04-28 | 2 | -1/+2 |
| | |||||
* | recognize new kernel-3.14 drivers | Thierry Vignaud | 2014-04-28 | 1 | -0/+1 |
| | | | | we lack the new ones introduced in 3.13... | ||||
* | drop support for supermount | Thierry Vignaud | 2014-03-14 | 2 | -8/+2 |
| | | | | | supermount is dead since 2007 (commit 29b91486ff7de14e6f4388ee03bf426a912f76d9) | ||||
* | sort | Thierry Vignaud | 2014-02-28 | 1 | -1/+1 |
| | |||||
* | 2.1 | Thierry Vignaud | 2014-02-28 | 2 | -1/+2 |
| | |||||
* | use getaddrinfo() with glibc too now that use the dynamic library | Thierry Vignaud | 2014-02-28 | 2 | -140/+1 |
| | | | | glibc couldn't do hostname lookup when linked statically... | ||||
* | drop support for SPARC (unused/untested for a decade) | Thierry Vignaud | 2014-02-28 | 3 | -9/+1 |
| | |||||
* | simplify: drop $STAGE1_LIBC | Thierry Vignaud | 2013-11-12 | 2 | -7/+5 |
| | |||||
* | simplify, we only have one libc | Thierry Vignaud | 2013-11-12 | 1 | -3/+2 |
| | |||||
* | simplify after previous commit: drop $DIET | Thierry Vignaud | 2013-11-12 | 1 | -9/+9 |
| | |||||
* | support dynamic linking only | Thierry Vignaud | 2013-11-12 | 3 | -34/+2 |
| | |||||
* | stage1: 2.0 | Colin Guthrie | 2013-11-06 | 2 | -1/+2 |
| | | | | | Version bumped to represent the major change from previously (as was done for stage2) | ||||
* | stage1: Ensure kernel modules and firmware can be loaded in stage2 mga#11600 ↵ | Colin Guthrie | 2013-11-06 | 2 | -0/+18 |
| | | | | mga#11601 | ||||
* | 1.83 | Anne Nicolas | 2013-10-29 | 2 | -1/+2 |
| | |||||
* | stage1: Add debugging for net device name confusion. | Colin Guthrie | 2013-10-29 | 1 | -1/+2 |
| | | | | | | | | | Because dracut uses udev and because udev has likely already started the interface, we will see things out of order. Large sections of the probing code could probably be removed but for the time being we should probably consider removing this error message completely |