Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-try_exec-set-init-s-argv-0-properly.patch | try_exec: set init's argv[0] properly Don't use the global variable (only set if init= is specified) but the function parameter for init's argv[0]. |
Christian Seiler <christian@iwakd.de> | no | upstream, https://github.com/chris-se/tiny-initramfs/commit/08f3a591048d2ac195d714adbe71698f7a79454f | 2016-01-26 | |
0002-Fix-some-typos.patch | Fix some typos (thanks to Adam Borowski) | Christian Seiler <christian@iwakd.de> | no | upstream, https://github.com/chris-se/tiny-initramfs/commit/db318bfa7e55893cbf67ec5cb154c33824748cd9 | 2016-01-28 | |
0003-Remove-warnings-about-g-compiler-flag.patch | Remove warnings about -g compiler flag After strip there is no difference if -g is specified or not (as long as the optimization level is set properly), so this warning was spurious. |
Christian Seiler <christian@iwakd.de> | no | upstream, https://github.com/chris-se/tiny-initramfs/commit/e8942312fad4e46418bd47c767514316700dbddc | 2016-01-28 | |
0004-Fix-typos.patch | [PATCH] Fix typos | Jakub Wilk <jwilk@jwilk.net> | no | upstream, https://github.com/chris-se/tiny-initramfs/commit/2e3707702c7023f6a90600588d30a8e479cb765a | 2016-01-28 | |
0006-Fix-LARGEFILE64.patch | Define _LARGEFILE64_SOURCE, not _LARGEFILE_SOURCE Relevant when linking against musl. | Christian Seiler <christian@iwakd.de> | no |