aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'busybox' into mergeRon Yorston2015-10-191-1/+1
|\|
| * libbb: get_uidgid() always called with allow_numeric=1Denys Vlasenko2015-10-191-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-10-1312-78/+88
|\|
| * libbb: introduce kernel-style BUILD_BUG_ON()Denys Vlasenko2015-10-131-5/+1
| * typo fix in commentDenys Vlasenko2015-10-131-1/+1
| * join some common strings, -400 bytesDenys Vlasenko2015-10-081-5/+5
| * build system: -fno-builtin-printfDenys Vlasenko2015-10-076-61/+61
| * libbb: more compact API for bb_parse_mode()Denys Vlasenko2015-10-071-1/+1
| * umount: always use umount2 syscall with specified flagsDenys Vlasenko2015-10-011-4/+16
| * dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...Peter Korsgaard2015-08-241-3/+5
| * libbb: add setsockopt_foo helpersDenys Vlasenko2015-08-241-3/+3
* | more: WIN32 portRon Yorston2015-08-041-0/+19
* | Merge branch 'busybox' into mergeRon Yorston2015-08-042-5/+5
|\|
| * fbset: fix rgba parsingLinus Walleij2015-07-301-4/+4
| * libbb: add a function to make a copy of a region of memoryRon Yorston2015-07-191-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2015-07-141-1/+1
|\|
| * typo fixesManinder Singh2015-05-251-1/+1
* | Merge branch 'busybox' into mergeFRPRon Yorston2015-05-183-11/+157
|\|
| * mdev: if a "future" mdev.seq is seen, do not overwrite it with oursDenys Vlasenko2015-04-191-7/+22
| * 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