Age | Commit message (Expand) | Author | Files | Lines |
2015-09-04 | unregister 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_mobile | Hyejin Kim | 1 | -13/+13 |
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 | 47 | -426/+1292 |
2015-08-18 | apply default manifest for service of syslogd, klogdsubmit/tizen/20150818.071556accepted/tizen/wearable/20150818.101647accepted/tizen/tv/20150818.101344accepted/tizen/mobile/20150818.100907 | Yeongdeok Suh | 2 | -24/+6 |
2015-08-12 | Merge remote-tracking branch 'toybox/master' into upstreamupstream | Hyejin Kim | 45 | -424/+1286 |
2015-08-12 | syslogd,klogd : remove SmackProcessLabel and change install path of .service ...submit/tizen/20150812.061719accepted/tizen/wearable/20150812.110531accepted/tizen/tv/20150812.110514accepted/tizen/mobile/20150812.110503 | Yeongdeok Suh | 3 | -11/+9 |
2015-08-11 | Fix more date bugs. | Elliott Hughes | 2 | -24/+43 |
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 | 4 | -7/+9 |
2015-08-08 | First pass at proper bunzip2 command line handling. | Rob Landley | 2 | -12/+83 |
2015-08-08 | Fix ls -l user/group field ordering. | Elliott Hughes | 1 | -6/+7 |
2015-08-08 | More Android roadmap updates. | Elliott Hughes | 1 | -10/+4 |
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 | scripts/mkflags.c: add missing unistd.h, ctype.h | Isaac Dunham | 1 | -0/+2 |
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 | 2 | -2/+30 |
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-06 | Adjust xexec() exit code to be 127, and tweaks for nommu friendliness. | Rob Landley | 1 | -3/+6 |
2015-08-06 | Make multiplexer's "command not found" exit 127. | Rob Landley | 1 | -1/+4 |
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 | Cosmetic tweak: newline at the end of "make change". | Rob Landley | 1 | -0/+1 |
2015-08-05 | Switch nbd_client to xconnect() and make xconnect() try all returned addresses | Rob Landley | 2 | -20/+11 |
2015-08-05 | Tweak xconnect: socket can be a string (ala "ftp") from /etc/services. | Rob Landley | 3 | -9/+7 |
2015-08-03 | Factor out xconnect(), plus some other small cleanups to telnet.c. | Rob Landley | 3 | -40/+35 |
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 | 3 | -35/+36 |
2015-08-01 | '!' replaces '/' in the sysfs paths of older drivers, so properly | Isaac Dunham | 1 | -16/+17 |
2015-07-31 | Whitespace. | Rob Landley | 1 | -1/+1 |
2015-07-31 | Check in the note about rebuilding the source tarball. | Rob Landley | 1 | -0/+7 |
2015-07-28 | fix build errorsubmit/tizen/20150728.023713accepted/tizen/wearable/20150728.070149accepted/tizen/tv/20150728.070226accepted/tizen/mobile/20150728.070208 | Hyejin Kim | 2 | -3/+1 |
2015-07-27 | sync spec filesubmit/tizen/20150727.113542 | Yeongdeok Suh | 14 | -150/+350 |
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 | Release notes for 0.6.0.upstream/0.6.0 | Rob Landley | 1 | -23/+255 |
2015-07-20 | Fix llvm build break. | Rob Landley | 1 | -1/+1 |
2015-07-20 | Merge branch 'upstream' | Hyejin Kim | 209 | -3547/+6715 |
2015-07-19 | Tweak version number. | Rob Landley | 1 | -1/+1 |
2015-07-16 | Merge branch from toybox/master | Hyejin Kim | 205 | -2917/+6675 |
2015-07-13 | Produce an error message for "cat /mnt", not just return code. | Rob Landley | 1 | -1/+4 |