aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * mdev: improve loggingDenys Vlasenko2015-04-191-4/+8
| * uevent: new appletDenys Vlasenko2015-04-161-0/+127
| * volume_id: fix a buglet introduced by is_prefixed_with() conversionAlfonso Ranieri2015-04-141-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-03-1414-132/+152
|\|
| * Use chomp to remove newlinesRon Yorston2015-03-121-1/+1
| * libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-129-16/+16
| * mount: -T OTHERTAB supportIsaac Dunham2015-03-112-94/+108
| * acpid: fix loggingSerj Kalichev2015-02-231-5/+3
| * trivial code shrinkDenys Vlasenko2015-02-182-10/+10
| * fstrim: fix help textDenys Vlasenko2015-02-041-1/+1
| * swaponoff: add support for -eRené Rhéaume2015-01-051-5/+13
* | Merge branch 'busybox' into mergeRon Yorston2014-10-062-3/+3
|\|
| * mdev: treat zero-length /dev/mdev.seq the same as "\n" one. Closes 7334Denys Vlasenko2014-09-081-1/+1
| * fatattr: use the standard type for 32-bit intDenys Vlasenko2014-07-041-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2014-06-301-0/+104
|\|
| * fatattr: new appletPascal Bellard2014-06-301-0/+104
* | Merge branch 'busybox' into mergeRon Yorston2014-05-064-88/+231
|\|
| * rtcwake: fix incorrect (reversed) rtc/sys adjuestment; code shrinkDenys Vlasenko2014-05-021-23/+32
| * swapon/swapoff: -a returns 0 on ignored errorsTito Ragusa2014-04-011-3/+2
| * swapon/swapoff: size reduction, cleanup, fixes, improvementsTito Ragusa2014-03-311-115/+161
| * add discard option -d to swaponMatt Whitlock2014-03-232-9/+85
| * fix interaction of -a and -p options in swaponMatt Whitlock2014-03-231-2/+5
| * avoid calling bb_strtou twice in MIN macro expansionMatt Whitlock2014-03-231-5/+8
| * script: make it work even if fd 0 is closedDenys Vlasenko2014-03-161-0/+7
* | rev: fix to build with mingw32Ron Yorston2014-03-111-3/+7
|/
* use [s]rand(), not [s]random()Denys Vlasenko2014-03-051-2/+2
* hwclock: fix setting of tz_minuteswest. Closes 5414Denys Vlasenko2014-02-251-2/+10
* Use unsigned printf/scanf conversion where more appropriateDenys Vlasenko2013-11-295-14/+14
* fix assorted unused code and wrong format specs found by cppchekc (bug 6716)Denys Vlasenko2013-11-291-1/+1
* fstrim: use new-style config/kbuild/applet snippets; trim help textDenys Vlasenko2013-11-123-20/+22
* fix "warning: ISO C90 forbids mixed declarations and code"Denys Vlasenko2013-11-121-1/+2
* fstrim: Needs to fire at the mp, not bdBernhard Reutner-Fischer2013-11-101-5/+5
* fstrim: Indicate failure on errorBernhard Reutner-Fischer2013-11-101-1/+2
* fstrim: -17bBernhard Reutner-Fischer2013-11-091-8/+5
* fstrim: New appletMalek Degachi2013-11-093-0/+119
* swaponoff: shrinkBernhard Reutner-Fischer2013-11-081-3/+2
* Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko2013-09-061-4/+2
* fdisk: fix GPT size math errorsJody Bruchon2013-08-201-2/+2
* swapon: support "pri=NNN" in fstabTito Ragusa2013-08-081-0/+14
* volume_id: add f2fs detectionSven-Göran Bergh2013-08-013-0/+100
* volume_id: nilfs config description.Sven-Göran Bergh2013-07-311-1/+10
* volume_id: Adopt to new config style.Sven-Göran Bergh2013-07-3135-245/+318
* volume_id: Adopt to new kbuild style.Sven-Göran Bergh2013-07-3135-38/+71
* Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-131-8/+1
* losetup: assorted fixes. Closes 6314Denys Vlasenko2013-06-271-16/+21
* volume_id_internal.h: drop unoptimized byteswap routinesDenys Vlasenko2013-05-151-36/+16
* mdev: use $DEVNAME in uevent sysfs file for device node nameNikolaus Voss2013-05-131-12/+35
* volume_id: fix ntfs attribute searchOliver Metz2013-05-091-1/+1
* mdev: call index_in_strings on $ACTION only after we checked it for NULLDenys Vlasenko2013-04-021-3/+3
* hexdump: need to use xstrtoull for off_tDenys Vlasenko2013-03-271-1/+1