OSDN Git Service

android-x86/external-toybox.git
2015-10-29 Elliott HughesUpdate Android section of roadmap.
2015-10-29 Rob LandleyNote Debian abandoning LSB and our own decision not...
2015-10-29 Rob LandleyFix sed bug reported by Isabella Parakiss, where sed...
2015-10-29 Rob LandleyOops, forgot to check in the header file change for...
2015-10-29 Rob LandleyPromote ps to posix.
2015-10-29 Rob LandleyFree more stuff in debug cleanup.
2015-10-29 Rob LandleyImplement -suUgG and -o majfl,minfl, move uid/ruid...
2015-10-29 Rob LandleyTweak build instructions in README/code.html.
2015-10-28 Rob LandleyUse the /proc/self/fd/%d workaround for O_PATH not...
2015-10-28 Rob LandleyFix ls error message for chmod -r directories.
2015-10-28 Rob LandleyInstall without a mode should use 0755, and check FLAG_...
2015-10-27 Rob LandleyReplace xcount_cpus() with a call to sysconf(_SC_NPROCE...
2015-10-25 Rob LandleyAdd xcount_cpus()
2015-10-25 Rob LandleyAdd comma_args() and factor out parse_o(), parse_t...
2015-10-25 Rob LandleyFactor out parse_o() and make -l -f and default output...
2015-10-25 Rob LandleyMore ps work, and fill out remaining help text.
2015-10-25 Elliott HughesFix netstat build warnings.
2015-10-23 Rob LandleyMore ps work: move l/r justification to widths[], add...
2015-10-23 Yeongdeok Suhfix dhcpd warning
2015-10-22 Elliott HughesAuto-size df columns.
2015-10-21 Rob LandleyMake ps.c whitespace consistent.
2015-10-21 Rob Landleyps: implement -t, remove leading 0 from ETIME days...
2015-10-21 Rob LandleyMove d/h units from %d %D output to default format...
2015-10-18 Rob LandleyMore ps work, tested up through etime now.
2015-10-17 Rob LandleyFix ps display padding (truncation) and adjust -o pri...
2015-10-15 Rob LandleyMore ps work, implement -p, correct several -o fields...
2015-10-15 Alejandro Joyamake.sh: missing cflags for config2help
2015-10-12 Rob LandleyCleanup pass on pgrep: remove flag_twiddle macros,...
2015-10-10 Rob Landley"stat -c %T" support (filesystem type names) based...
2015-10-06 Elliott HughesDecode netlink sockets in lsof.
2015-10-06 Elliott HughesNew command: flock.
2015-10-06 Rob LandleyFix bug in od that screwed up position indicator on...
2015-10-06 Rob LandleyFix allnoconfig. (Exporting HOSTCC before HOSTCC?=cc...
2015-10-04 Rob LandleyExport makefile variables so you can say "make CROSS_CO...
2015-10-04 Rob LandleyMinor cleanup and add "MODALIAS" handler (suggested...
2015-10-03 Rob LandleyBack to chipping away at ps...
2015-10-02 Rob LandleyAdd uClinux analysis to roadmap, and a few other pendin...
2015-09-29 Rob Landleyhelp_exit() tweak.
2015-09-29 Rob Landleyxvfork went away.
2015-09-29 Rob LandleyMake defconfig build for nommu.
2015-09-27 Rob LandleyAnother chunk of nommu support, replacing toys.recursio...
2015-09-24 Rob Landleyxexec() is noreturn.
2015-09-24 Rob LandleyAdd xvfork() as a static inline and use it from various...
2015-09-24 Rob LandleyThe -o /dev/null trick in probing isn't compatible...
2015-09-17 Rob LandleyFix a couple things gcc is too dumb to figure out on...
2015-09-14 Daniel K. LevyAdd find tests.
2015-09-12 Rob LandleyFix a find segfault.
2015-09-11 Rob LandleyReplace toys.exithelp with help_exit() in lib.
2015-09-09 Rob LandleySquish more warnings in pending.
2015-09-09 Rob LandleySquish a warning in pending.
2015-09-09 Elliott HughesFix netstat -e.
2015-09-09 Elliott Hughesi already did -l and -t, the positive side of -p, plus...
2015-09-08 Elliott HughesFix netstat -p.
2015-09-08 Lipi Leeincrease the size of progname to avoid buffer overflow
2015-09-07 Rob LandleyRemove prompt argument from yesno(), caller can fprintf...
2015-09-07 Rob LandleySwitch HR_SI to HR_1000, make binary the default, make...
2015-09-05 Rob LandleyTwo large thinkos in oneit: -3 was always enabled and...
2015-09-05 Rob LandleyAdd seq -f tests, tweak help text, and catch one more...
2015-09-05 Elliott Hughesls -h support.
2015-09-05 Elliott Hughesdf -h and -H.
2015-09-04 Elliott HughesImplement lsof.
2015-09-04 Rob LandleyMake human_readable() handle base 1024 units without...
2015-09-03 Rob Landleyseq -f %0-f is a valid pattern.
2015-09-03 Rob LandleyIf you start a git commit and then edit the file more...
2015-09-03 Rob LandleySanitize seq -f string.
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-09-01 Elliott Hughesls -l user/group/security context should be left-aligned.
2015-09-01 Rob LandleyWork around bug in gcc 5.2.0 that miscompiles linux...
2015-08-30 Elliott HughesFix mv on overwrite.
2015-08-30 Rob LandleyAdd portability.h glue to let uptime build without...
2015-08-30 Rob LandleyBuild updates: make change should use top level .config...
2015-08-30 Rob LandleyMenuconfig option for musl-libc pretending mmu is just...
2015-08-25 Rob LandleyStatic analysis from Hyejin Kim found possible pointer...
2015-08-20 Isaac DunhamI discovered that the reason SIGINT causes a reboot...
2015-08-18 Rob LandleyTest for human_readable()
2015-08-15 Rob LandleyKylie McClain pointed out that env should clear variabl...
2015-08-15 Elliott HughesAnother Android roadmap update.
2015-08-15 Elliott HughesFix ionice default class.
2015-08-11 Elliott HughesFix more date bugs.
2015-08-11 Rob LandleyBugfixes from Elliott Hughes: debug code got checked...
2015-08-09 Elliott HughesDifferent tools have different ideas about what human...
2015-08-09 Rob LandleyFirst pass at proper bunzip2 command line handling.
2015-08-08 Elliott HughesFix ls -l user/group field ordering.
2015-08-08 Elliott HughesMore Android roadmap updates.
2015-08-08 Isaac Dunhamlogin: execl() requires a path, not a file name
2015-08-08 Rob LandleyIsaac Dunham pointed out that SIGINT's handler was...
2015-08-08 Isaac Dunhamscripts/mkflags.c: add missing unistd.h, ctype.h
2015-08-08 Isaac Dunhammodprobe: use -q to silence
2015-08-08 Isaac Dunhammodprobe: use basename_r()
2015-08-08 Isaac Dunhammodprobe: delete perror_exit() that makes no sense
2015-08-08 Alistair StrachanFix switch_root implementation.
2015-08-08 Rob LandleyTeach date @unixtime[.fraction], switch -s to be -D...
2015-08-08 Elliott HughesReject invalid dates in date(1).
2015-08-06 Rob LandleyDetect swap partitions, inline loop_partitions(), vario...
2015-08-06 Rob LandleyInitialize uninitialized variable. (Oops.)
2015-08-06 Rob LandleyAdjust xexec() exit code to be 127, and tweaks for...
2015-08-06 Rob LandleyMake multiplexer's "command not found" exit 127.
2015-08-06 Dima KrasnerI've added support for running blkid without specifying...
next