| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | taskset: tighten the check for stride values | Denys Vlasenko | 2019-11-09 | 1 | -2/+2 |
| * | taskset: implement stride argument | Denys Vlasenko | 2019-11-09 | 1 | -5/+10 |
| * | taskset: update comment | Denys Vlasenko | 2019-11-08 | 1 | -2/+8 |
| * | taskset: add support for taking/printing CPU list (-c option) | Denys Vlasenko | 2019-11-01 | 1 | -11/+118 |
| * | suppress a few "unused function" warnings | Denys Vlasenko | 2019-10-25 | 1 | -0/+2 |
| * | fdisk_aix: fix aliasing warning, comment out unused global variables | Denys Vlasenko | 2019-10-04 | 2 | -23/+23 |
| * | fdisk: avoid overflow in "mega/gigabytes" calculation, code shrink | Denys Vlasenko | 2019-10-04 | 4 | -34/+29 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-08-16 | 29 | -193/+313 |
|\| |
|
| * | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 28 | -79/+85 |
| * | mount,losetup: use /dev/loop-control is it exists | Denys Vlasenko | 2019-06-09 | 1 | -1/+7 |
| * | blockdev: add usage comment, no code changes | Denys Vlasenko | 2019-06-08 | 1 | -1/+11 |
| * | libbb: move netlink socket binding to the utility function | Denys Vlasenko | 2019-06-03 | 2 | -47/+18 |
| * | mdev: add support to run as daemon | Jan Klötzke | 2019-06-03 | 1 | -17/+120 |
| * | mdev: use option parser helper | Jan Klötzke | 2019-06-03 | 1 | -2/+9 |
| * | mdev: move action processing into separate functions | Jan Klötzke | 2019-06-03 | 1 | -72/+82 |
| * | losetup: Add partition scanning option | Jack O'Sullivan | 2019-05-30 | 1 | -10/+17 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-05-27 | 2 | -11/+26 |
|\| |
|
| * | losetup: implement -c | Denys Vlasenko | 2019-05-23 | 1 | -10/+22 |
| * | style fix, no code changes | Denys Vlasenko | 2019-05-14 | 1 | -1/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-04-17 | 1 | -28/+45 |
|\| |
|
| * | chrt: fix for SCHED_RESET_ON_FORK bit | Denys Vlasenko | 2019-04-05 | 1 | -0/+11 |
| * | chrt: do not segfault if policy number is unknown | Denys Vlasenko | 2019-04-05 | 1 | -28/+34 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-03-31 | 1 | -81/+58 |
|\| |
|
| * | blockdev: code shrink | Denys Vlasenko | 2019-03-30 | 1 | -81/+58 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-03-16 | 1 | -1/+1 |
|\| |
|
| * | Fix off by one error in FAT16 <=> FAT32 detection | Thomas Frauendorfer | 2019-03-15 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2019-01-10 | 55 | -63/+73 |
|\| |
|
| * | config: add size information for three more applets | Denys Vlasenko | 2018-12-28 | 2 | -2/+2 |
| * | config: update size information | Denys Vlasenko | 2018-12-28 | 53 | -60/+60 |
| * | mdev: suppress aliasing warning | Denys Vlasenko | 2018-12-08 | 1 | -1/+11 |
* | | nologin: change default | Ron Yorston | 2018-11-29 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-11-28 | 1 | -0/+27 |
|\| |
|
| * | hush: allow hush to run embedded scripts | Ron Yorston | 2018-11-27 | 1 | -1/+1 |
| * | docs: add embedded-scripts.txt | Ron Yorston | 2018-11-27 | 1 | -1/+1 |
| * | Treat custom and applet scripts as applets | Ron Yorston | 2018-11-17 | 1 | -0/+27 |
* | | win32: move function redefinitions to mingw.h | Ron Yorston | 2018-11-26 | 1 | -3/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-10-08 | 4 | -47/+1 |
|\| |
|
| * | unzip: use printable_string() for printing filenames | Denys Vlasenko | 2018-09-30 | 1 | -1/+1 |
| * | move storage helpers to libbb.h | Denys Vlasenko | 2018-09-28 | 3 | -46/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-09-10 | 3 | -56/+79 |
|\| |
|
| * | fdisk: code shrink | Denys Vlasenko | 2018-07-25 | 1 | -5/+27 |
| * | fdisk: sync up with some util-linux 2.31 behavior | Denys Vlasenko | 2018-07-25 | 3 | -48/+46 |
| * | fdisk: use strtoul[l] instead of atoi, closes 11176 | Denys Vlasenko | 2018-07-25 | 2 | -4/+7 |
* | | Merge branch 'busybox' | Ron Yorston | 2018-07-25 | 7 | -13/+7 |
|\| |
|
| * | whitespace fixes | Denys Vlasenko | 2018-07-17 | 1 | -1/+1 |
| * | fdisk: placate warning of strncpy not copying NUL byte | Denys Vlasenko | 2018-06-26 | 1 | -1/+1 |
| * | randomconfig fixes | Denys Vlasenko | 2018-06-26 | 1 | -1/+1 |
| * | restore documentation on the build config language | Kartik Agaram | 2018-06-06 | 2 | -2/+2 |
| * | fdisk: remove "Partition N does not end on cylinder boundary" message | Denys Vlasenko | 2018-05-26 | 1 | -6/+0 |
| * | nsenter: fix parsing of -t, -S and -G options | Euan Harris | 2018-05-13 | 1 | -1/+1 |