aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* mkfs_ext2: explain 256-byte inodes. no code changesDenys Vlasenko2009-10-211-19/+39
* mkfs_ext2: explain why 0.5G+ images are a bit differentDenys Vlasenko2009-10-211-4/+11
* mkfs_ext2: another update by VladimirDenys Vlasenko2009-10-202-89/+126
* clarify in commentDenys Vlasenko2009-10-201-3/+4
* mkfs_ext2: further work on small imagesDenys Vlasenko2009-10-202-35/+37
* mkfs_ext2: fixes for small image generation. images up to ~8M are ok nowDenys Vlasenko2009-10-202-13/+39
* mkfs_ext2: fix 60k image creationDenys Vlasenko2009-10-202-16/+7
* mkfs_ext2: further work by VladimirDenys Vlasenko2009-10-202-45/+69
* mkfs_ext2: small tweakDenys Vlasenko2009-10-201-2/+3
* mkfs_ext2: compat fixesDenys Vlasenko2009-10-202-221/+245
* mkfs_ext2: more work. added test scriptDenys Vlasenko2009-10-182-75/+153
* mkfs_ext2: fixes for huge filesystemsDenys Vlasenko2009-10-181-23/+43
* mkfs_ext2: make it able to create images larger than 4GDenys Vlasenko2009-10-181-55/+95
* mkfs_ext2: shrinkDenys Vlasenko2009-10-181-2/+0
* mkfs_ext2: code shrinkDenys Vlasenko2009-10-171-3/+1
* mkfs_ext2: code shrinkDenys Vlasenko2009-10-171-3/+3
* mkfs_ext2: fix a buglet introduced in last commitDenys Vlasenko2009-10-171-4/+7
* mkfs_ext2: shrinkDenys Vlasenko2009-10-171-8/+11
* mkfs_ext2: new applet by VladimirVladimir Dronnikov2009-10-173-0/+486
* util-linux/mkswap.c: fix warningDenys Vlasenko2009-10-151-13/+13
* move generate_uuid from mkswap to libbbVladimir Dronnikov2009-10-151-79/+13
* rtcwake: remove a static variableDenys Vlasenko2009-10-081-4/+4
* *: three more NOINLINEsDenys Vlasenko2009-10-081-1/+1
* *: a few more NOINLINEsDenys Vlasenko2009-10-082-4/+4
* *: code shrink via NOINLINEDenys Vlasenko2009-10-081-1/+1
* wget: fix for code 302; mount: support -o unionVladimir Dronnikov2009-10-051-0/+5
* *: more portability fixes by Dan FandrichDenys Vlasenko2009-09-232-2/+2
* hdparm,fdisk: reinstate BLKGETSIZE64 #defines. No code changesDenys Vlasenko2009-09-221-1/+4
* swaponoff: add uuid/label support. By Natanael CopaNatanael Copa2009-09-205-33/+44
* fdisk: add a warning and truncate disks with >= 2^32 sectorsDenys Vlasenko2009-09-165-211/+246
* use PACKED macro insted of open-coding GCC-ismDenys Vlasenko2009-09-1629-68/+68
* mount: do not execute "mount.(null)" :)Denys Vlasenko2009-09-151-1/+1
* more C standard compat fixes from Dan FandrichDenys Vlasenko2009-09-062-3/+7
* remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko2009-09-061-2/+2
* fdisk: add handling of avr32. closes bug 555Denys Vlasenko2009-08-101-9/+7
* scriptreplay: show help text if run with no argumentsDenys Vlasenko2009-07-191-0/+3
* fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko2009-07-183-3/+3
* date: factor out date parsing (in preparation for touch -d)Denys Vlasenko2009-07-181-1/+4
* fix fallout from BSD patchesDenys Vlasenko2009-07-101-1/+2
* dmesg: try to detect buffer sizeDenys Vlasenko2009-07-101-12/+18
* move libc related stuff out of platform.hDenys Vlasenko2009-07-087-14/+76
* df: fix "df /"Denys Vlasenko2009-07-053-39/+25
* fix dependencies of FEATURE_GETOPT_LONGDenys Vlasenko2009-07-041-2/+2
* mdev: be more permissive on errors (dont die): mdev -s users want thatDenys Vlasenko2009-07-021-3/+7
* mdev: set $MDEV correctly for renamed nodesDenys Vlasenko2009-07-021-37/+39
* Update a comment, no code changesDenys Vlasenko2009-06-271-1/+3
* device matching against UUIDs: do not try floppiesDenys Vlasenko2009-06-271-0/+7
* mdev: fix the case when move rule deletes node with name == device_nameDenys Vlasenko2009-06-221-19/+17
* mkswap: remove configuration for v0 supportDenys Vlasenko2009-06-191-10/+0
* mkswap: separate UUID featureDenys Vlasenko2009-06-192-1/+8