summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Revert back to upstream 0.6.0 and remove all except for dhcp relatedsubmit/tizen/20160323.053424Yu Jiung63-1780/+476
2016-01-04Merge "use consistent string for security context" into tizenHyejin Kim2-4/+4
2015-12-17Revert "Support patch, diff, sed, grep, egrep, fgrep, find commands"Hurnjoo Lee3-32/+9
2015-12-15Support patch, diff, sed, grep, egrep, fgrep, find commandsHurnjoo Lee3-9/+32
2015-10-13use consistent string for security contextHyejin Kim2-4/+4
2015-09-24support 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.084130Hyejin Kim3-33/+147
2015-09-22support nslookup commandHyejin Kim5-1/+192
2015-09-04unregister service for klogd, syslogdtizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen/20150904.073051accepted/tizen/wearable/20150904.105108accepted/tizen/tv/20150904.104917accepted/tizen/mobile/20150904.104647tizen_3.0.m1_tvtizen_3.0.m1_mobileHyejin Kim1-13/+13
2015-09-02syslogd : add the buffering option to keep logs in memory buffersubmit/tizen/20150903.070527accepted/tizen/wearable/20150903.111041accepted/tizen/tv/20150903.110912accepted/tizen/mobile/20150903.110754Hyejin Kim1-4/+26
2015-08-20Merge branch 'upstream' into tizensubmit/tizen/20150901.111553accepted/tizen/wearable/20150902.004616accepted/tizen/tv/20150902.004610accepted/tizen/mobile/20150902.004600Hyejin Kim47-426/+1292
2015-08-18apply default manifest for service of syslogd, klogdsubmit/tizen/20150818.071556accepted/tizen/wearable/20150818.101647accepted/tizen/tv/20150818.101344accepted/tizen/mobile/20150818.100907Yeongdeok Suh2-24/+6
2015-08-12Merge remote-tracking branch 'toybox/master' into upstreamupstreamHyejin Kim45-424/+1286
2015-08-12syslogd,klogd : remove SmackProcessLabel and change install path of .service ...submit/tizen/20150812.061719accepted/tizen/wearable/20150812.110531accepted/tizen/tv/20150812.110514accepted/tizen/mobile/20150812.110503Yeongdeok Suh3-11/+9
2015-08-11Fix more date bugs.Elliott Hughes2-24/+43
2015-08-11Bugfixes from Elliott Hughes: debug code got checked in (oops) andRob Landley1-3/+2
2015-08-08Different tools have different ideas about what human-readable outputElliott Hughes4-7/+9
2015-08-08First pass at proper bunzip2 command line handling.Rob Landley2-12/+83
2015-08-08Fix ls -l user/group field ordering.Elliott Hughes1-6/+7
2015-08-08More Android roadmap updates.Elliott Hughes1-10/+4
2015-08-08login: execl() requires a path, not a file nameIsaac Dunham1-2/+2
2015-08-08Isaac Dunham pointed out that SIGINT's handler was set twice in init.c.Rob Landley1-1/+0
2015-08-08scripts/mkflags.c: add missing unistd.h, ctype.hIsaac Dunham1-0/+2
2015-08-08modprobe: use -q to silenceIsaac Dunham1-2/+3
2015-08-08modprobe: use basename_r()Isaac Dunham1-4/+2
2015-08-08modprobe: delete perror_exit() that makes no senseIsaac Dunham1-1/+0
2015-08-08Fix switch_root implementation.Alistair Strachan1-1/+24
2015-08-08Teach date @unixtime[.fraction], switch -s to be -D (matching busybox andRob Landley1-45/+70
2015-08-08Reject invalid dates in date(1).Elliott Hughes2-2/+30
2015-08-06Detect swap partitions, inline loop_partitions(), various cleanups.Rob Landley1-29/+24
2015-08-06Initialize uninitialized variable. (Oops.)Rob Landley1-0/+2
2015-08-06Adjust xexec() exit code to be 127, and tweaks for nommu friendliness.Rob Landley1-3/+6
2015-08-06Make multiplexer's "command not found" exit 127.Rob Landley1-1/+4
2015-08-05I've added support for running blkid without specifying a partition (so it sc...Dima Krasner1-4/+29
2015-08-05Minor tweak of reboot.cRob Landley1-6/+5
2015-08-05reboot: signal init, add -f option to call reboot();Isaac Dunham2-8/+15
2015-08-05Cosmetic tweak: newline at the end of "make change".Rob Landley1-0/+1
2015-08-05Switch nbd_client to xconnect() and make xconnect() try all returned addressesRob Landley2-20/+11
2015-08-05Tweak xconnect: socket can be a string (ala "ftp") from /etc/services.Rob Landley3-9/+7
2015-08-03Factor out xconnect(), plus some other small cleanups to telnet.c.Rob Landley3-40/+35
2015-08-02Mark command-local functions static.Rob Landley15-24/+21
2015-08-02Long-overdue cleanup on login.Rob Landley1-152/+94
2015-08-01Replace xcheckrange() with atolx_range()Rob Landley1-10/+2
2015-08-01Move strlower() from find to lib.Rob Landley3-35/+36
2015-08-01'!' replaces '/' in the sysfs paths of older drivers, so properlyIsaac Dunham1-16/+17
2015-07-31Whitespace.Rob Landley1-1/+1
2015-07-31Check in the note about rebuilding the source tarball.Rob Landley1-0/+7
2015-07-28fix build errorsubmit/tizen/20150728.023713accepted/tizen/wearable/20150728.070149accepted/tizen/tv/20150728.070226accepted/tizen/mobile/20150728.070208Hyejin Kim2-3/+1
2015-07-27sync spec filesubmit/tizen/20150727.113542Yeongdeok Suh14-150/+350
2015-07-24Promote fsync.Rob Landley1-3/+4
2015-07-24Promote hostid.Rob Landley1-1/+1