| Commit message (Expand) | Author | Age | Files | Lines |
* | Normalize separator size to 80 in remaining makefiles | Alexandre Belloni | 2013-06-20 | 1 | -2/+2 |
* | Normalize separator size to 80 | Jerzy Grzegorek | 2013-06-07 | 12 | -24/+24 |
* | Fix package headers to comply with coding style | Jerzy Grzegorek | 2013-06-07 | 1 | -0/+1 |
* | package/genext2fs: add host variant | Yann E. MORIN | 2013-06-03 | 1 | -0/+1 |
* | fs/ext2: further fix to the UUID | Yann E. MORIN | 2013-05-29 | 1 | -5/+8 |
* | fs/ext2: explicitly set a NULL UUID | Yann E. MORIN | 2013-05-28 | 1 | -2/+5 |
* | packages: add ability for packages to create users | Yann E. MORIN | 2013-04-25 | 1 | -0/+3 |
* | fs/ubifs: factorize all the "depends on" into "if...endif" blocks | Mark Jackson | 2013-04-25 | 1 | -10/+8 |
* | fs/ubifs: allow extra options to be passed to ubifs creation tools | Mark Jackson | 2013-04-25 | 3 | -1/+17 |
* | fs/common: add support for LZO and XZ compression methods | Gustavo Zacarias | 2013-04-24 | 5 | -9/+55 |
* | fs/ext2: bump journal overhead to 1300 blocks | Peter Korsgaard | 2013-04-12 | 1 | -6/+3 |
* | fs/ext2: remove count- and time-based fsck | Yann E. MORIN | 2013-04-12 | 1 | -2/+5 |
* | fs/ext2: add support for ext2 rev0 and rev1 | Yann E. MORIN | 2013-04-12 | 3 | -7/+28 |
* | fs/ext2: add a symlink 'rootfs.ext#' -> 'rootfs.ext2' | Yann E. MORIN | 2013-04-12 | 1 | -0/+7 |
* | fs/ext2: add ability to build ext3/4 too | Yann E. MORIN | 2013-04-12 | 3 | -10/+105 |
* | fs/ext2: enclose the ext2 options in if...endif | Yann E. MORIN | 2013-04-12 | 1 | -4/+3 |
* | fs/jffs2: refactor endianess selection to use BR2_ENDIAN | Thomas Petazzoni | 2013-04-11 | 1 | -4/+1 |
* | fs/common.mk: Strip extra whitespace when device table is empty | Ezequiel Garcia | 2013-03-13 | 1 | -2/+2 |
* | fs/common.mk: delay evaluation of variables | Arnout Vandecappelle (Essensium/Mind) | 2013-01-20 | 11 | -37/+37 |
* | reorder fs alphabetically | Jeremy Rosen | 2012-12-02 | 1 | -6/+6 |
* | cramfs.mk: drop invalid -q option | Peter Korsgaard | 2012-11-29 | 1 | -1/+1 |
* | fs/common: Create initial console device | Markos Chandras | 2012-11-21 | 1 | -0/+2 |
* | Warn the user about the usage of output/target as the root filesystem | Thomas Petazzoni | 2012-11-17 | 1 | -0/+2 |
* | iso9660 fs: use cpio initrd instead of ext2 | Arnout Vandecappelle | 2012-11-14 | 2 | -7/+6 |
* | cpio/initramfs: clarify their use in the help text | Arnout Vandecappelle | 2012-11-07 | 2 | -4/+9 |
* | New top-level directory: system | Thomas Petazzoni | 2012-11-04 | 55 | -755/+0 |
* | fs/skeleton: remove /etc/TZ | Peter Korsgaard | 2012-10-24 | 1 | -1/+0 |
* | use portable printf instead of echo -e, needed for MacOS X buildhost | Waldemar Brodkorb | 2012-10-06 | 1 | -2/+2 |
* | Add the www-data user group to the skeleton target filesystem | spdawson@gmail.com | 2012-04-26 | 1 | -0/+1 |
* | Fix systemd failure with media devices | Maxime Ripard | 2012-04-20 | 1 | -0/+0 |
* | Remove unused .fakeroot.* mechanism | Thomas Petazzoni | 2012-04-19 | 2 | -4/+0 |
* | Fix systemd failure with lock files | Maxime Ripard | 2012-04-19 | 1 | -0/+1 |
* | Change the /etc/mtab symlink to use an absolute path | Maxime Ripard | 2012-03-19 | 1 | -1/+1 |
* | Remove stray $ character from a bunch of init scripts | Luca Ceresoli | 2012-03-15 | 1 | -1/+1 |
* | sh: Add additional ttySCs | Phil Edworthy | 2012-03-11 | 1 | -0/+2 |
* | Introduce /run directory | Yegor Yefremov | 2012-02-02 | 1 | -0/+1 |
* | Add support for package-declared devices | Maxime Ripard | 2012-02-01 | 1 | -0/+4 |
* | Rework of shutdown policy in inittab | Maxime Ripard | 2012-01-11 | 2 | -2/+28 |
* | Add ttyGS0 to securetty | Jean-Christophe PLAGNIOL-VILLARD | 2012-01-10 | 1 | -0/+1 |
* | fs/skeleton: make /var/lib/misc a symlink to /tmp | Peter Korsgaard | 2011-12-06 | 1 | -0/+1 |
* | /etc/profile: read in /etc/profile.d/*.sh files | Thomas De Schampheleire | 2011-10-28 | 1 | -0/+7 |
* | sh: Add ttySC* to securetty | Phil Edworthy | 2011-10-28 | 1 | -0/+4 |
* | Cleanup cramfs package declaration. | Maxime Ripard | 2011-10-27 | 1 | -5/+1 |
* | securetty: update to add ttySC for sh4 | Gustavo Zacarias | 2011-10-26 | 1 | -0/+2 |
* | fs/initramfs: refactor with fs/cpio | Arnout Vandecappelle (Essensium/Mind) | 2011-09-27 | 4 | -240/+18 |
* | cpio: fix boot with dynamic /dev | Arnout Vandecappelle (Essensium/Mind) | 2011-09-27 | 2 | -5/+26 |
* | initramfs/init: make sure that 0, 1, 2 fds are available | Thomas Petazzoni | 2011-08-04 | 1 | -0/+3 |
* | iso9660: fix build after linux package change | Peter Korsgaard | 2011-07-27 | 1 | -1/+1 |
* | System config: split static-dev device table setting into seperate option | Peter Korsgaard | 2011-07-25 | 1 | -1/+2 |
* | initramfs: fix boot with dynamic /dev | Peter Korsgaard | 2011-07-20 | 2 | -2/+19 |