| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | nsenter: Rename --network option to --net | Euan Harris | 2018-05-13 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-05-13 | 1 | -1/+1 |
|\| |
|
| * | libbb: new option FEATURE_ETC_SERVICES: if off, /etc/services reads often avo... | Denys Vlasenko | 2018-04-17 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-09 | 1 | -1/+0 |
|\| |
|
| * | libbb.h: always include sys/resource.h | Denys Vlasenko | 2018-04-08 | 1 | -1/+0 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-04-02 | 1 | -3/+11 |
|\| |
|
| * | fstrim: do not check that specified file is on a block device | Denys Vlasenko | 2018-03-29 | 1 | -3/+11 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-03-15 | 2 | -77/+66 |
|\| |
|
| * | readprofile: code shrink | Denys Vlasenko | 2018-03-11 | 1 | -34/+33 |
| * | ipcs: further code shrink | Denys Vlasenko | 2018-03-08 | 1 | -24/+23 |
| * | ipcs: code shrink | Denys Vlasenko | 2018-03-08 | 1 | -24/+15 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-03-01 | 5 | -10/+22 |
|\| |
|
| * | libbb: compile capability code only if FEATURE_SETPRIV_CAPABILITIES or RUN_INIT | Denys Vlasenko | 2018-02-21 | 1 | -0/+6 |
| * | umount: fix "umount -t FSTYPE MNTPOINT" acting as if -a is specified | Denys Vlasenko | 2018-02-20 | 1 | -3/+5 |
| * | mkfs_ext2, mkfs_vfat: fix warnings in STORE_LE on big-endian platforms | Denys Vlasenko | 2018-02-15 | 2 | -6/+6 |
| * | inetd,mount: add comment with example of flags to build with libtirpc | Denys Vlasenko | 2018-02-13 | 1 | -1/+5 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2018-02-13 | 8 | -36/+110 |
|\| |
|
| * | libbb: commonalize a bit of little-endian CRC32 table generation code | Denys Vlasenko | 2018-02-01 | 1 | -1/+1 |
| * | chrt: code shrink | Denys Vlasenko | 2018-01-25 | 1 | -8/+8 |
| * | chrt: use correct min/max priorities | Denys Vlasenko | 2018-01-23 | 1 | -12/+14 |
| * | chrt: add support for SCHED_IDLE | Povilas Kanapickas | 2018-01-23 | 1 | -8/+13 |
| * | chrt: add support for SCHED_BATCH | Povilas Kanapickas | 2018-01-23 | 1 | -5/+11 |
| * | volume_id: add LittleFS detection | Sven-Göran Bergh | 2018-01-19 | 3 | -0/+67 |
| * | renice: add comment about getpwnam/NOFORK interaction | Denys Vlasenko | 2018-01-14 | 1 | -1/+1 |
| * | renice: use BUILD_BUG_ON() | Denys Vlasenko | 2018-01-14 | 1 | -10/+3 |
| * | cal: make it NOEXEC | Denys Vlasenko | 2018-01-14 | 1 | -1/+2 |
| * | umount: ignore -c | Shawn Landden | 2018-01-08 | 1 | -2/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-12-09 | 1 | -4/+4 |
|\| |
|
| * | unshare: -r should map root to user, not the other way around | Denys Vlasenko | 2017-11-09 | 1 | -3/+3 |
| * | unshare: -r implies -U, not -u | Denys Vlasenko | 2017-11-09 | 1 | -1/+1 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-11-03 | 8 | -8/+15 |
|\| |
|
| * | Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not defined | Denys Vlasenko | 2017-10-31 | 1 | -0/+3 |
| * | blkdiscard: Only build on Linux | James Clarke | 2017-10-30 | 1 | -0/+1 |
| * | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 4 | -4/+8 |
| * | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 2 | -4/+3 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-09-27 | 45 | -118/+75 |
|\| |
|
| * | regularize format of source file headers, no code changes | Denys Vlasenko | 2017-09-18 | 44 | -114/+71 |
| * | setpriv: placete "declaration of 'index' shadows a global declaration" warning | Denys Vlasenko | 2017-08-29 | 1 | -4/+4 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2017-08-22 | 50 | -399/+419 |
|\| |
|
| * | run-init: if doing dry run, do not require pid==1 | Denys Vlasenko | 2017-08-22 | 1 | -2/+5 |
| * | run-init: implement -n "dry run" | Denys Vlasenko | 2017-08-22 | 1 | -34/+43 |
| * | run-init: new applet | Denys Vlasenko | 2017-08-21 | 2 | -52/+129 |
| * | libbb: move capability names code to libbb | Denys Vlasenko | 2017-08-21 | 1 | -77/+5 |
| * | setpriv: code shrink | Denys Vlasenko | 2017-08-20 | 1 | -9/+7 |
| * | setpriv: accept any case in capability names | Denys Vlasenko | 2017-08-18 | 1 | -1/+1 |
| * | fsck_minix,mkfs_minix: fix "strict-aliasing" warnings | Denys Vlasenko | 2017-08-16 | 2 | -7/+13 |
| * | uevent: placate gcc | Denys Vlasenko | 2017-08-16 | 1 | -1/+4 |
| * | build system: remove unused CONFIG_FEATURE_HAVE_RPC | Denys Vlasenko | 2017-08-14 | 1 | -1/+0 |
| * | fdisk: typo fix | Denys Vlasenko | 2017-08-10 | 1 | -1/+1 |
| * | ipcs: tweak output orer to match util-linux 2.28 | Denys Vlasenko | 2017-08-09 | 1 | -4/+4 |