Age | Commit message (Expand) | Author | Files | Lines |
2015-09-24 | support smack feature for install, mv, cp and stattizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasesubmit/tizen_ivi/20160217.000007submit/tizen_ivi/20160217.000000submit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen_common/20151229.142028submit/tizen/20160323.232819submit/tizen/20150924.044319accepted/tizen/wearable/20160323.233632accepted/tizen/wearable/20150924.051217accepted/tizen/tv/20160323.233621accepted/tizen/tv/20150924.051206accepted/tizen/mobile/20160323.233607accepted/tizen/mobile/20150924.051151accepted/tizen/ivi/20160323.233653accepted/tizen/ivi/20160218.025722accepted/tizen/common/20160324.084130 | Hyejin Kim | 2 | -13/+124 |
2015-09-22 | support nslookup command | Hyejin Kim | 2 | -0/+184 |
2015-09-02 | syslogd : add the buffering option to keep logs in memory buffersubmit/tizen/20150903.070527accepted/tizen/wearable/20150903.111041accepted/tizen/tv/20150903.110912accepted/tizen/mobile/20150903.110754 | Hyejin Kim | 1 | -4/+26 |
2015-08-20 | Merge branch 'upstream' into tizensubmit/tizen/20150901.111553accepted/tizen/wearable/20150902.004616accepted/tizen/tv/20150902.004610accepted/tizen/mobile/20150902.004600 | Hyejin Kim | 34 | -380/+908 |
2015-08-12 | Merge remote-tracking branch 'toybox/master' into upstreamupstream | Hyejin Kim | 34 | -380/+908 |
2015-08-11 | Fix more date bugs. | Elliott Hughes | 1 | -22/+29 |
2015-08-11 | Bugfixes from Elliott Hughes: debug code got checked in (oops) and | Rob Landley | 1 | -3/+2 |
2015-08-08 | Different tools have different ideas about what human-readable output | Elliott Hughes | 2 | -3/+3 |
2015-08-08 | First pass at proper bunzip2 command line handling. | Rob Landley | 1 | -11/+82 |
2015-08-08 | Fix ls -l user/group field ordering. | Elliott Hughes | 1 | -6/+7 |
2015-08-08 | login: execl() requires a path, not a file name | Isaac Dunham | 1 | -2/+2 |
2015-08-08 | Isaac Dunham pointed out that SIGINT's handler was set twice in init.c. | Rob Landley | 1 | -1/+0 |
2015-08-08 | modprobe: use -q to silence | Isaac Dunham | 1 | -2/+3 |
2015-08-08 | modprobe: use basename_r() | Isaac Dunham | 1 | -4/+2 |
2015-08-08 | modprobe: delete perror_exit() that makes no sense | Isaac Dunham | 1 | -1/+0 |
2015-08-08 | Fix switch_root implementation. | Alistair Strachan | 1 | -1/+24 |
2015-08-08 | Teach date @unixtime[.fraction], switch -s to be -D (matching busybox and | Rob Landley | 1 | -45/+70 |
2015-08-08 | Reject invalid dates in date(1). | Elliott Hughes | 1 | -2/+20 |
2015-08-06 | Detect swap partitions, inline loop_partitions(), various cleanups. | Rob Landley | 1 | -29/+24 |
2015-08-06 | Initialize uninitialized variable. (Oops.) | Rob Landley | 1 | -0/+2 |
2015-08-05 | I've added support for running blkid without specifying a partition (so it sc... | Dima Krasner | 1 | -4/+29 |
2015-08-05 | Minor tweak of reboot.c | Rob Landley | 1 | -6/+5 |
2015-08-05 | reboot: signal init, add -f option to call reboot(); | Isaac Dunham | 2 | -8/+15 |
2015-08-05 | Switch nbd_client to xconnect() and make xconnect() try all returned addresses | Rob Landley | 1 | -15/+1 |
2015-08-05 | Tweak xconnect: socket can be a string (ala "ftp") from /etc/services. | Rob Landley | 1 | -3/+3 |
2015-08-03 | Factor out xconnect(), plus some other small cleanups to telnet.c. | Rob Landley | 1 | -40/+6 |
2015-08-02 | Mark command-local functions static. | Rob Landley | 15 | -24/+21 |
2015-08-02 | Long-overdue cleanup on login. | Rob Landley | 1 | -152/+94 |
2015-08-01 | Replace xcheckrange() with atolx_range() | Rob Landley | 1 | -10/+2 |
2015-08-01 | Move strlower() from find to lib. | Rob Landley | 1 | -35/+0 |
2015-08-01 | '!' replaces '/' in the sysfs paths of older drivers, so properly | Isaac Dunham | 1 | -16/+17 |
2015-07-24 | Promote fsync. | Rob Landley | 1 | -3/+4 |
2015-07-24 | Promote hostid. | Rob Landley | 1 | -1/+1 |
2015-07-24 | Attached are new toys. | Sameer Pradhan | 3 | -0/+509 |
2015-07-20 | Fix llvm build break. | Rob Landley | 1 | -1/+1 |
2015-07-20 | Merge branch 'upstream' | Hyejin Kim | 131 | -2772/+4668 |
2015-07-16 | Merge branch from toybox/master | Hyejin Kim | 128 | -2170/+4680 |
2015-07-13 | Produce an error message for "cat /mnt", not just return code. | Rob Landley | 1 | -1/+4 |
2015-07-10 | ifconfig MAC addresses should be lowercase. | Elliott Hughes | 1 | -1/+1 |
2015-07-10 | I added dhcpd -6 option. | Yeongdeok Suh | 1 | -190/+1042 |
2015-07-10 | find: add -inum option | Greg Hackmann | 1 | -0/+4 |
2015-07-10 | Rename a function to be more obvious, and factor out a repeated calculation | Rob Landley | 1 | -6/+8 |
2015-07-10 | Promote hwclock. | Rob Landley | 1 | -1/+1 |
2015-07-10 | Fix hwclock -w. | Elliott Hughes | 1 | -10/+8 |
2015-07-09 | There is a typo in mkfifo.c for __Z__ option. | Sameer Pradhan | 1 | -1/+1 |
2015-07-08 | Fix ionice. | Elliott Hughes | 1 | -2/+4 |
2015-07-06 | Avoid integer overflow with insane input data. | Rob Landley | 1 | -1/+1 |
2015-07-05 | Kylie McClain pointed out that -z affects both input and output. | Rob Landley | 1 | -3/+5 |
2015-07-04 | Actually set time with touch -d and -t when you don't specify nanonseconds. | Rob Landley | 1 | -0/+2 |
2015-07-03 | First pass on cp --preserve | Rob Landley | 1 | -33/+86 |