OSDN Git Service

modprobe: add -d option to specify module directory path(s)
[android-x86/external-toybox.git] / toys / other /
2016-12-30 Elliott HughesRemove unnecessary casts in stat.c, fix a claimed buffe...
2016-12-26 Rob LandleyMove hostid to toys/example and have it "default n".
2016-11-21 Rob LandleyHave dirtree_notdotdot() pass through !node->parent...
2016-10-26 Elliott HughesAdd fallocate -o.
2016-10-22 Rob LandleyTweak help text.
2016-10-21 Rob LandleyClose to cutting a release and I don't want to have...
2016-09-28 Rob LandleyMake setns depend on TOYBOX_CONTAINER probed value.
2016-09-05 Rob LandleyReplace loopfiles' failok with WARN_ONLY open flag.
2016-08-21 Rob LandleyPromote setfattr
2016-08-19 Rob LandleyChange xgetpwnamid/xgetgrnamid to xgetuid/xgetgid retur...
2016-08-16 Rob LandleyAdd length modifier to date escapes, and length sanity...
2016-08-15 Rob LandleyMake "stat -c %37G file" and "stat -c %.5G file" work...
2016-08-11 Rob LandleyMatthias Urhahn pointed out that %b returns hardwired...
2016-08-04 Rob LandleyMake xopen() skip stdin/stdout/stderr, add xopen_stdio...
2016-07-29 Rob LandleyIzabera reporeted that FLAG_v was never checked in...
2016-07-05 Elliott HughesImplement xxd -s.
2016-07-03 Rob LandleyPromote netsat, and move ifconfig, netcat, and rfkill...
2016-06-15 Rob LandleyAdd readlink0() and readlinkat0() which null terminate...
2016-06-12 Elliott HughesFinish switching to dev_major/dev_minor.
2016-05-16 Rob LandleyAdd stat -tL and -c %m%t%T.
2016-04-23 Rob LandleyFiz bzcat segfault reported by John Regehr (bad crc...
2016-04-15 Rob LandleyAndy Chu pointed out an out of bounds access for zero...
2016-03-23 Rob LandleyMinor blkid cleanup. (There was a while(ptr[-1]=='...
2016-03-22 Samuel Hollandblkid: Handle short/empty vfat labels; update tests
2016-03-15 Rob LandleyAdd base64.test, and Izabera pointed out that -w0 shoul...
2016-03-13 Rob Landleyfactor: use long long math (64 bit on 32 bit platforms...
2016-03-03 Rob LandleyFix bzcat integer overflow reported by John Regehr.
2016-03-03 Rob LandleyFix base64 so == wraps properly.
2016-03-02 Rob LandleyFor years the man pages have said to #include <sys...
2016-03-02 Rob LandleySYS_finit_module isn't there on Ubuntu 12.04 because...
2016-02-26 Rob LandleyFix more warnings on 32 bit builds.
2016-02-19 Elliott HughesImplement "insmod -".
2016-02-19 Rob LandleyHelp text update from Isaac Dunham, tweaked slightly.
2016-02-19 Elliott HughesAdd xxd -p and -r.
2016-02-10 izaberause unsigned long with factor
2016-01-31 Rob LandleyFix blkid typo (label wasn't detected in murderfs).
2016-01-27 izaberalong opts and -f for unshare
2016-01-17 Rob LandleyExtend utf8 fontmetrics so ps can use them.
2016-01-17 Rob LandleyAdd -L label and UUID support to mkswap.
2016-01-17 Rob LandleyUpdate draw_str() and friends to do standard escaping...
2016-01-16 Rob LandleyAdd swapon -d (discard)
2016-01-10 Rob LandleyMake cursor left/right change sort type in iotop.
2016-01-07 Rob LandleyMake scan_key() specify timeout in miliseconds, split...
2016-01-06 Rob LandleyAdd error_msg_raw() and friends, replace error_msg...
2015-12-29 Rob LandleyAdd strafter() to lib.
2015-12-27 Rob LandleyAdd scan_key_getsize() doing the ANSI probe, switch...
2015-12-24 Rob LandleyFactor out draw_str() and friends.
2015-12-06 Rob LandleyAdd free -h, based on a patch from Isabella Parakiss.
2015-12-04 Rob LandleyTom Marshall reported that blkid was handling ext2...
2015-11-03 Rob LandleyWhitespace and parentheses.
2015-11-02 Rob LandleyExplain signals in oneit help text.
2015-10-27 Rob LandleyReplace xcount_cpus() with a call to sysconf(_SC_NPROCE...
2015-10-25 Rob LandleyAdd xcount_cpus()
2015-10-21 Rob LandleyMove d/h units from %d %D output to default format...
2015-10-10 Rob Landley"stat -c %T" support (filesystem type names) based...
2015-10-06 Elliott HughesNew command: flock.
2015-09-29 Rob Landleyhelp_exit() tweak.
2015-09-29 Rob LandleyMake defconfig build for nommu.
2015-09-24 Rob LandleyAdd xvfork() as a static inline and use it from various...
2015-09-17 Rob LandleyFix a couple things gcc is too dumb to figure out on...
2015-09-11 Rob LandleyReplace toys.exithelp with help_exit() in lib.
2015-09-05 Rob LandleyTwo large thinkos in oneit: -3 was always enabled and...
2015-09-02 Colin Crossvmstat: fix units for bi and bo columns
2015-09-02 Rob LandleyTrivial code style tweak.
2015-09-02 Colin Crossvmstat: reset header pointer when looping
2015-08-20 Isaac DunhamI discovered that the reason SIGINT causes a reboot...
2015-08-15 Elliott HughesFix ionice default class.
2015-08-09 Rob LandleyFirst pass at proper bunzip2 command line handling.
2015-08-08 Isaac Dunhamlogin: execl() requires a path, not a file name
2015-08-08 Alistair StrachanFix switch_root implementation.
2015-08-06 Rob LandleyDetect swap partitions, inline loop_partitions(), vario...
2015-08-06 Rob LandleyInitialize uninitialized variable. (Oops.)
2015-08-06 Dima KrasnerI've added support for running blkid without specifying...
2015-08-06 Rob LandleyMinor tweak of reboot.c
2015-08-06 Isaac Dunhamreboot: signal init, add -f option to call reboot();
2015-08-06 Rob LandleySwitch nbd_client to xconnect() and make xconnect(...
2015-08-03 Rob LandleyMark command-local functions static.
2015-08-02 Rob LandleyLong-overdue cleanup on login.
2015-07-25 Rob LandleyPromote fsync.
2015-07-25 Rob LandleyPromote hostid.
2015-07-10 Elliott Hughesifconfig MAC addresses should be lowercase.
2015-07-10 Rob LandleyPromote hwclock.
2015-07-08 Elliott HughesFix ionice.
2015-07-03 Rob LandleyPromote xxd to other.
2015-06-28 Rob LandleyAdd ionice and iorenice.
2015-06-28 Rob LandleyAdd undo buffer for 'u'.
2015-06-27 Rob LandleySimplify hexedit logic by adjusting viewport all in...
2015-06-26 Rob LandleyFactor out more not-curses infrastructure into lib.
2015-06-11 Rob LandleyAdd nproc.
2015-05-31 Rob LandleyMove the magic list of commands needing cleanup from...
2015-05-15 José Bollostat: fix group name
2015-05-14 Rob LandleyPromote reset (actually write a new one using the simpl...
2015-05-13 Rob LandleyPrint name of file at the bottom of the screen.
2015-05-13 Rob LandleyMore hexedit cursor boundary tweaking.
2015-05-10 Rob LandleyGit hates me.
2015-04-28 Rob LandleyFix truncate prefix bug and add truncate test suite...
2015-04-28 Rob LandleyAdd prefix support Hyejin Kim asked about.
2015-04-27 Rob LandleyPromote hexedit to other.
2015-04-27 Rob LandleySome infrastructure hexedit needs. (Poor man's curses.)
2015-04-21 Rob LandleyBugfix from Hyejin Kim (count=1 shouldn't change name...
next