log

age author description
Thu, 09 Apr 2015 02:28:32 -0500 Rob Landley Repository switched to git at https://github.com/landley/toybox draft default tip
Sat, 04 Apr 2015 11:58:06 -0500 Paul Barker To ensure that toybox can be installed alongside busybox without draft toast
Sat, 04 Apr 2015 01:26:58 -0500 Rob Landley Another in-progress ps snapshot. draft
Fri, 03 Apr 2015 11:49:31 -0500 Rob Landley Add readfileat() to lib draft
Fri, 03 Apr 2015 11:46:44 -0500 Rob Landley ps checkpoint du jour. Does not work yet. draft
Thu, 02 Apr 2015 15:07:36 -0500 Rob Landley Redoing ps from scratch. Random checkpoint that probably doesn't even compile. draft
Sun, 29 Mar 2015 12:03:46 -0500 Rob Landley Add head test for -123. draft
Sun, 29 Mar 2015 12:01:30 -0500 Rob Landley Fix head bug pointed out by felix janda (recent -123 code broke first file argument of -n). draft
Sat, 28 Mar 2015 20:21:03 -0500 Rob Landley Fix sed bug David Halls hit trying to compile libiconv. draft
Sat, 28 Mar 2015 13:22:27 -0500 Rob Landley Fix printf bug (%.s should be %.0s not %s) reported by Isabella Parakiss. draft
Sat, 28 Mar 2015 13:13:42 -0500 Elliott Hughes Fix an obvious typo in Makefile. draft
Sat, 28 Mar 2015 02:53:08 -0500 Elliott Hughes update the Android section of roadmap.html draft
Fri, 27 Mar 2015 22:03:13 -0500 Rob Landley Promote setenforce to android. draft
Fri, 27 Mar 2015 22:00:17 -0500 Rob Landley Cleanup setenforce. draft
Fri, 27 Mar 2015 21:54:58 -0500 Rob Landley Promote getenforce. draft
Fri, 27 Mar 2015 21:52:24 -0500 Rob Landley Cleanup getenforce. draft
Fri, 27 Mar 2015 21:41:14 -0500 Rob Landley Flag to make llvm shut up about a broken warning. draft
Fri, 27 Mar 2015 21:25:44 -0500 Rob Landley tail: add old -123 support and comment out #-f until it's actually implemented. draft
Fri, 27 Mar 2015 20:50:28 -0500 Rob Landley Promote load_policy to android. draft
Fri, 27 Mar 2015 20:48:12 -0500 Rob Landley Minor cleanup of load_policy. draft
Thu, 26 Mar 2015 13:25:20 -0500 Rob Landley Explain the craptacular nature of kconfig, and the plan to replace it. draft
Wed, 25 Mar 2015 13:46:34 -0500 Bernhard Rosenkr?nzer Fix toybox build with C99 compilers draft
Tue, 24 Mar 2015 14:17:03 -0500 Elliott Hughes Implement load_policy. draft
Mon, 23 Mar 2015 13:45:47 -0500 Rob Landley Promote runcon to android (and add an android menu). draft
Mon, 23 Mar 2015 13:09:48 -0500 Rob Landley Trivial runcon cleanups. draft
Mon, 23 Mar 2015 12:46:20 -0500 Elliott Hughes Add runcon(1). draft
Mon, 23 Mar 2015 12:39:05 -0500 Elliott Hughes add missing space in dd output draft
Mon, 23 Mar 2015 11:49:58 -0500 Rob Landley Tweak of Elliott Hughes's fix for an off by one error in human_readable draft
Mon, 23 Mar 2015 11:44:56 -0500 Elliott Hughes Update the Android section of the roadmap. draft
Sat, 21 Mar 2015 17:15:09 -0500 Rob Landley Another bug from David Halls: find -exec wasn't consuming its argument when it didn't activate. draft
Sat, 21 Mar 2015 15:49:38 -0500 Rob Landley install -D bugfix from David Halls. draft
Sat, 21 Mar 2015 15:29:21 -0500 Rob Landley Patch from David Halls to fix mac/ios portability issue. draft
Thu, 19 Mar 2015 13:57:02 -0500 Rob Landley Add -123 support to head (suggested by Elliott Hughes). draft
Wed, 18 Mar 2015 16:32:01 -0500 Hyejin Kim mdev : add hotplugin feature draft
Mon, 16 Mar 2015 13:27:16 -0500 Rob Landley Fix mount -a segfault without -O, reported by Janus Troelsen. draft
Mon, 16 Mar 2015 13:25:29 -0500 Rob Landley Rename a function to better describe what it does. draft
Sun, 15 Mar 2015 19:29:15 -0500 Hyejin Kim I added error handling code in write_rotate(). draft
Sat, 14 Mar 2015 12:34:14 -0500 Rob Landley More ps cleanup, mostly refactoring. draft
Fri, 13 Mar 2015 21:33:34 -0500 Rob Landley Minor ps refactoring. draft
Fri, 13 Mar 2015 21:17:33 -0500 Rob Landley Clean up sort help text. draft
Thu, 12 Mar 2015 15:34:03 -0500 Rob Landley Switch nsenter to default y. draft
Thu, 12 Mar 2015 15:32:50 -0500 Rob Landley Implement shred -u and switch to default y in defconfig. draft
Thu, 12 Mar 2015 15:16:13 -0500 Rob Landley Remove cat -v help text debris. draft
Thu, 12 Mar 2015 14:27:36 -0500 Rob Landley The time command depends on floating point support. draft
Thu, 12 Mar 2015 14:21:33 -0500 Rob Landley Make find accept numeric uid/gid, and simplify makedevs using the new infrastructure. draft
Thu, 12 Mar 2015 14:20:10 -0500 Rob Landley Make install support numeric uid/gids (reported by Kylie McClain). draft
Thu, 12 Mar 2015 11:11:08 -0500 Rob Landley Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c. draft
Wed, 11 Mar 2015 23:05:54 -0500 Rob Landley Fix mktemp when TMPDIR is set to empty string, reported by Kylie McClain. draft
Tue, 10 Mar 2015 14:37:03 -0500 Rob Landley Add -m to mknod draft
Tue, 10 Mar 2015 11:07:28 -0500 Rob Landley Use xsignal() instead of signal(). draft
Mon, 09 Mar 2015 15:06:10 -0500 Rob Landley Fix thinko (don't &toybuf to get scratch space) and add -v option. draft
Mon, 09 Mar 2015 14:52:32 -0500 Rob Landley Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and signal handling. draft
Fri, 06 Mar 2015 16:50:54 -0600 Rob Landley sed depends on -r to be rightmost flag to simplify the REG_EXTENDED test. draft
Fri, 06 Mar 2015 15:12:52 -0600 Rob Landley The "no }" error with find | xargs sed is because toy_init() wasn't blanking the GLOBALS() block on a recursive call. (How that ever worked...) draft
Fri, 06 Mar 2015 15:11:38 -0600 Rob Landley Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail. draft
Wed, 04 Mar 2015 07:29:57 -0600 Hyejin Kim scripts/mkflags.c : main function need return 0 if normal exit draft
Tue, 03 Mar 2015 22:06:55 -0600 Rob Landley Quick cleanup pass on tar. draft
Mon, 02 Mar 2015 20:27:50 -0600 Rob Landley On 64 bit, subtracting two pointers produces a long result. On 32 bit, it's an int. Even though long _is_ 32 bits on a 32 bit systems, gcc warns about it because reasons. draft
Sun, 01 Mar 2015 16:43:01 -0600 Rob Landley Fix several printf_format warnings. draft
Sun, 01 Mar 2015 16:35:05 -0600 Rob Landley Only switch on printf format warnings for error_exit() and friends when TOYBOX_DEBUG enabled. draft
Sun, 01 Mar 2015 16:16:50 -0600 Elliott Hughes let the compiler check format strings draft
Sun, 01 Mar 2015 16:11:50 -0600 Elliott Hughes fix format problems in tar.c draft
Sun, 01 Mar 2015 16:08:51 -0600 Rob Landley Patches from Elliott Hughes to fix various printf() format strings. draft
Sun, 01 Mar 2015 15:58:40 -0600 Rob Landley Patches from Elliott Hughes to add missing arguments to error_exit() calls. draft
Sun, 01 Mar 2015 15:48:49 -0600 Elliott Hughes remove accidental space in format string draft
Sun, 01 Mar 2015 15:35:48 -0600 Elliott Hughes fix copy/paste-o in useradd.test draft
Fri, 27 Feb 2015 12:17:30 -0600 Rob Landley Cleanup pass on ps. draft
Fri, 27 Feb 2015 08:13:24 -0600 Rob Landley 0.5.2 release notes. draft
Sat, 28 Feb 2015 19:54:03 -0600 Rob Landley Minor toysh cleanup: remove another unnecessary option. draft
Sat, 28 Feb 2015 15:21:13 -0600 Isabella Bosia BSD sed uses -E instead of -r to enable ERE. draft
Sat, 28 Feb 2015 12:39:16 -0600 Rob Landley Add LDFLAGS and STRIP=no support. draft
Sat, 28 Feb 2015 12:35:12 -0600 Rob Landley Add "make change" output to .hgignore draft
Thu, 26 Feb 2015 21:07:33 -0600 Rob Landley More 'splaining. draft
Wed, 25 Feb 2015 20:42:24 -0600 Rob Landley Added tag 0.5.2 for changeset 8ce8c5365f8b draft
Wed, 25 Feb 2015 00:45:50 -0600 Rob Landley stat -f didn't work on 32 bit systems because type sizes wrong (fix from Elliott Hughes). draft 0.5.2
Wed, 18 Feb 2015 15:19:15 -0600 Rob Landley Patch from Isaac Dunham to add -r, fixed up so it doesn't try to include two flag contexts simultaneously. draft
Wed, 18 Feb 2015 13:06:26 -0600 Yeongdeok Suh Separate 'userdel' from testing syntax. draft
Sun, 15 Feb 2015 15:44:26 -0600 Rob Landley Add --remove-destination longopt for -F because the host version doesn't have a shortopt for it. draft
Sun, 15 Feb 2015 15:27:43 -0600 Rob Landley Only discard optargs in toy_exec() after finding the command to run (otherwise the fallback exevp() segfaults). draft
Sat, 14 Feb 2015 14:59:30 -0600 Rob Landley Make egrep and fgrep build standalone. draft
Sat, 14 Feb 2015 14:54:36 -0600 Rob Landley Fix --help for single.sh builds. draft
Sat, 14 Feb 2015 14:05:00 -0600 Rob Landley Split out unix2dos so scripts/single.sh and "make change" can build it standalone. draft
Sat, 14 Feb 2015 01:08:15 -0600 Rob Landley Move guts of "make change" to scripts/change.sh, don't try to build sh or help standalone. draft
Thu, 12 Feb 2015 16:41:59 -0600 Rob Landley Fix bug introduced by last commit (print template instead of toybuf). draft
Wed, 11 Feb 2015 17:10:28 -0600 Rob Landley Only apply mktemp directory to targets that aren't already paths. draft
Tue, 10 Feb 2015 22:51:23 -0600 Rob Landley Fix longopts (pointed out by Hyejin Kim). draft
Mon, 09 Feb 2015 17:47:29 -0600 Rob Landley One more cleanup pass on hwclock factoring out common code. draft
Mon, 09 Feb 2015 17:33:59 -0600 Rob Landley Inline rtc_open() and get_rtc_seconds(), perform resulting cleanups. draft
Mon, 09 Feb 2015 16:34:24 -0600 Rob Landley Cleanup/refactoring pass on hwclock. draft
Sun, 08 Feb 2015 16:38:38 -0600 Rob Landley Promote chcon to "other". draft
Sun, 08 Feb 2015 16:38:11 -0600 Rob Landley Cleanup pass on chcon. draft
Sun, 08 Feb 2015 16:33:24 -0600 Rob Landley Rewrite of a patch from Elliott Hughes to implement touch -h and switch API to utimensat() which offers nanosecond granularity and UTIME_OMIT/UTIME_NOW. draft
Sun, 08 Feb 2015 16:27:30 -0600 Rob Landley For some reason, ifconfig was explicitly excluding "ifconfig lo:0 127.0.0.2" style alias address assignments. No idea why. draft
Sat, 07 Feb 2015 19:51:27 -0600 Elliott Hughes netcfg is being removed, but shows up in the toybox roadmap. draft
Sat, 07 Feb 2015 19:45:23 -0600 Rob Landley Shameless meddling. draft
Sat, 07 Feb 2015 19:27:59 -0600 Elliot Hughes Use $TMPDIR if set (necessary on Android, where there is no /tmp). draft
Sat, 07 Feb 2015 17:20:23 -0600 Rob Landley Build standalone commands where "depends on" config entries need to be switched on. draft
Sat, 07 Feb 2015 17:19:38 -0600 Rob Landley Clean up the output of "make change". draft
Sat, 07 Feb 2015 16:23:59 -0600 Rob Landley Remove xexec_optargs(). draft
Sat, 07 Feb 2015 16:23:03 -0600 Rob Landley Cleanup pass on env, removing exec_optargs(). draft
Sat, 07 Feb 2015 16:17:44 -0600 Rob Landley Make toy_exec() check if argc is in optargs and deal with it there so we don't need a separate xexec_optargs(). draft
Sat, 07 Feb 2015 15:32:22 -0600 Rob Landley Merge unshare and nsenter (promoting and cleaning up nsenter). draft
Fri, 06 Feb 2015 17:31:52 -0600 Rob Landley In rm, init using to AT_REMOVEDIR in the dir case earlier. draft
Fri, 06 Feb 2015 16:42:44 -0600 Rob Landley Alright, the Android guys agree with the musl guys: faccessat(AT_SYMLINK_NOFOLLOW) is not supported. draft
Sun, 25 Jan 2015 14:04:51 -0600 Rob Landley Commit 1061 said "this gets expand off my to-review list". Remove it from the list. draft
Sun, 25 Jan 2015 13:11:58 -0600 Rob Landley Cleanup mountpoint and remove it from the pending README. draft
Thu, 22 Jan 2015 16:29:34 -0600 Luis Felipe Strano Moraes bootchartd: Removing wrong free call to non-malloc'ed string. draft
Thu, 22 Jan 2015 02:18:30 -0600 Rob Landley Fix sed s//\[newline]/ line continuations. draft
Tue, 20 Jan 2015 16:03:29 -0600 Elliott Hughes fix hwclock's rtc selection draft
Tue, 20 Jan 2015 15:52:41 -0600 Elliott Hughes fix typo in printf draft
Sun, 18 Jan 2015 14:06:14 -0600 Rob Landley Remove trailing whitespace. draft
Sun, 18 Jan 2015 13:44:24 -0600 Rob Landley Lift the basename/libgen.h shenanigans back out of portability.c and make it a static inline in portability.h, and prototype dirname() while we're at it. draft
Sun, 18 Jan 2015 13:36:31 -0600 Elliott Hughes fix non-glibc basename(3) usage draft
Fri, 16 Jan 2015 13:55:32 -0600 Rob Landley Move pty.h back to toys.h (under LSB 4.1 headers). draft
Fri, 16 Jan 2015 13:49:23 -0600 Elliott Hughes AOSP master has <pty.h> and builds netcat/nc. draft
Fri, 16 Jan 2015 13:43:09 -0600 Rob Landley id.c #ifdefectomy. (ifdefs belong in headers, not in C code.) draft
Fri, 16 Jan 2015 13:36:53 -0600 Elliott Hughes This patch adds a TOYBOX_SELINUX configuration option to control both draft
Thu, 15 Jan 2015 19:09:08 -0600 Rob Landley Added tag 0.5.1 for changeset 62a7d617e1ce draft
Wed, 14 Jan 2015 13:59:10 -0600 Rob Landley Switch netcat to stop parsing command line at first nonoption argument instead of stopping after -l or -L. draft
Wed, 14 Jan 2015 13:54:34 -0600 Rob Landley Make touch -d miliseconds work. (Still only 6 digits precision instead of 9, but it's a start.) draft