]> rtime.felk.cvut.cz Git - coffee/buildroot.git/history - fs
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / fs /
2018-04-25 Peter Seidererfs/squashfs: add zstd support
2018-04-09 Chris Brandtfs/cramfs: add xip option
2018-04-09 Chris Brandtpackage/cramfs: change to new site location
2018-04-01 Ricardo Martincoskifs/*/Config.in: re-wrap help text
2018-04-01 Ricardo Martincoskifs/*/Config.in: fix attributes order
2018-04-01 Ricardo Martincoski*/Config.in*: remove consecutive empty lines
2018-04-01 Ricardo Martincoskifs/*/*.mk: fix code style
2018-04-01 Ricardo Martincoskifs/ubi: use namespace for internal variable
2018-04-01 Ricardo Martincoskifs/yaffs2: fix code style
2018-03-31 Yann E. MORINfs: remove intermediate artefacts
2018-03-31 Yann E. MORINfs: get rid of package-provided post-fs hooks
2018-03-31 Yann E. MORINfs: run packages' filesystem hooks in a copy of target/
2018-03-31 Yann E. MORINfs: use a common tarball as base for the other filesystems
2018-03-31 Yann E. MORINfs: introduce a macro for reproducible command
2018-03-31 Yann E. MORINfs: new intermediate rootfs-common to gather common...
2018-03-31 Yann E. MORINfs: introduce per-rootfs TARGET_DIR variable
2018-03-31 Yann E. MORINfs: split per-rootfs dependency line
2018-03-31 Yann E. MORINfs: use a per-rootfs fakeroot script
2018-03-31 Yann E. MORINfs: define per-rootfs directory
2018-03-31 Yann E. MORINfs: set per-rootfs variable name
2018-03-31 Yann E. MORINfs/iso9660: rename internal variable
2018-03-31 Yann E. MORINfs/cpio: don't extend packages' permissions table
2018-03-31 Yann E. MORINfs: run filesystem hooks under fakeroot
2018-03-25 Thomas Petazzonipackage/pkg-generic: handle host-tar as an extract...
2018-03-05 Peter KorsgaardMerge branch 'next'
2018-02-26 Gaël PORTAYfs/cpio/init: preserve arguments
2018-01-15 Yann E. MORINfs: pass EXTRA_ENV to post-fakeroot script
2018-01-08 Peter Korsgaardfs/tar: add option for lz4 compression
2018-01-08 Peter Korsgaardfs/ext2: add option for lz4 compression
2018-01-08 Peter Korsgaardfs/cpio: add option for lz4 compression
2018-01-08 Peter Korsgaardfs/common.mk: support lz4 compression
2018-01-03 Yann E. MORINfs: make it behave a bit more like the package infra
2018-01-03 Yann E. MORINfs/ubifs: spin-off ubi to be its own filesystem
2018-01-02 Yann E. MORINfs/iso9660: fix transparent (de)compression
2017-12-31 Yann E. MORINfs/iso9660: add option for transparent (de)compression
2017-12-27 Yann E. MORINfs/ubifs: split long line, use simple asignment
2017-12-02 Yann E. MORINfs: prepare temp directory before running PRE_GEN hooks
2017-12-01 Thomas PetazzoniMerge branch 'next'
2017-11-30 Yann E. MORINfs: don't remove intermediate files
2017-11-30 Yann E. MORINfs/iso9660: don't pollute $(BUILD_DIR) with temp dir
2017-11-30 Yann E. MORINfs: don't pollute $(BUILD_DIR) with temp files
2017-11-30 Yann E. MORINfs: remove TARGET_DIR_WARNING_FILE late
2017-11-30 Yann E. MORINfs/common: get rid of post-target rules
2017-11-30 Yann E. MORINfs/cpio: use a post-gen hook rather than a post-target...
2017-11-30 Yann E. MORINfs/ext2: use a post-gen hook rather than a post-target...
2017-11-30 Yann E. MORINfs/initramfs: cleanups, enhance comments
2017-11-05 Andrey Smirnovfs: add missing $$(sep) to pre- and post-command hooks...
2017-09-23 Yann E. MORINfs/iso9660: remove support for grub
2017-09-02 Thomas PetazzoniMerge branch 'next'
2017-08-15 Yann E. MORINfs/iso9660: really create initrd temp dir
2017-08-09 Arnout Vandecappel... Merge branch 'master' into next
2017-08-09 Yann E. MORINfs/squashfs: honour the number of parallel jobs
2017-08-02 Yann E. MORINfs: add pre- and post-command hooks
2017-07-28 Marcus Hoffmannfs/ext2: fix typo
2017-07-25 Yann E. MORINfs/ext2: hint about setting the filesystem size on...
2017-07-11 Yann E. MORINfs/squashfs: cleanup if-else cascade
2017-07-09 Sébastien Szymanskifs/ext2: Add BR2_TARGET_ROOTFS_EXT2_MKFS_OPTIONS option
2017-07-09 Samuel Martinfs/ext2: rename BR2_TARGET_ROOTFS_EXT2_BLOCKS to BR2_TA...
2017-07-05 Arnout VandecappelleGlobally replace $(HOST_DIR)/usr/share with $(HOST_DIR...
2017-07-05 Arnout VandecappelleGlobally replace $(HOST_DIR)/usr/sbin with $(HOST_DIR...
2017-07-05 Arnout VandecappelleGlobally replace $(HOST_DIR)/usr/bin with $(HOST_DIR...
2017-07-04 Sébastien Szymanskifs/ext2: use mkfs to generate rootfs image
2017-07-04 Samuel Martinfs/ext2: deprecate BR2_TARGET_ROOTFS_EXT2_EXTRA_INODES...
2017-07-04 Yann E. MORINpackage/mke2img: add option to specify block size
2017-07-04 Yann E. MORINfs/ext2: simplify code
2017-07-04 Yann E. MORINfs/ext2: allow reserving zero block for root
2017-07-04 Yann E. MORINfs/ext2: always pass the label option
2017-07-04 Yann E. MORINfs/ext2: always pass the number of inodes
2017-05-04 J Evansext2: add help text for BR2_TARGET_ROOTFS_EXT2_BLOCKS
2017-04-30 J Evansfs/ext2: ensure -b option is always set for mke2img
2017-03-25 Sébastien Szymanskifs/ext2: Remove support for auto-calculation of rootfs...
2017-03-01 Arnout Vandecappellefs/iso9660: doesn't support (grub2) EFI
2016-12-28 Baruch Siachfs/tar: make --no-recursion effective
2016-12-14 Yann E. MORINfs: set packages permissions even with no system device...
2016-12-14 Peter Korsgaardfs/ext2: default to ext2 rev1
2016-12-02 Peter KorsgaardMerge branch 'next'
2016-12-01 Peter KorsgaardMerge branch 'next'
2016-11-27 Peter KorsgaardRevert "fs: use pseudo instead of fakeroot"
2016-11-27 Peter KorsgaardRevert "fs: call the pseudo wrapper"
2016-11-27 Peter Korsgaardfs/ubifs: work around fakeroot / sed -i issue on system...
2016-11-23 Jérôme Pouillerfs/common: lock modification times in $TARGET_DIR
2016-11-23 Jérôme Pouillerfs/tar: make results reproducible
2016-11-21 Gaël PORTAYfs/ext2: fix double quoted label
2016-11-09 Yann E. MORINfs: call the pseudo wrapper
2016-11-03 Thomas Petazzonifs/iso9660: drop reference to host-fakeroot
2016-11-03 Yann E. MORINfs: use pseudo instead of fakeroot
2016-07-03 Yann E. MORINfs/common: add option to execute custom scripts under...
2016-06-25 Frank Hunlethfs/tar: support passing long options to tar
2016-06-07 Yann E. MORINfs: add sha-bang to fakeroot script
2016-06-07 Yann E. MORINfs/squashfs: remove useless chmod
2016-06-07 Yann E. MORINfs/ubifs: fix the UBI commands
2016-06-07 Yann E. MORINfs/squashfs: split commands
2016-06-07 Yann E. MORINfs/jffs2: split commands
2016-06-07 Yann E. MORINfs: properly escape commands when generating fakeroot...
2016-06-06 Yann E. MORINfs/cloop: split long line
2016-05-08 Brian 'redbeard... fs/common: fix typo in comments
2016-02-01 Yann E. MORINfs/common: generate users before setting permissions
2015-10-31 Yann E. MORINfs/ext2: add options for extra space and extra inodes
2015-10-15 Peter Korsgaardfs/axfs: fix URL indentation
2015-10-14 Ariel D'Alessandroaxfs: add new filesystem type
next