log

age author description
Sat, 02 Nov 2013 11:07:25 -0500 Rob Landley Cleanup vconfig. draft
Thu, 31 Oct 2013 22:22:21 -0500 Rob Landley Patch from William Haddon to make xargs with blank input call its command line once. (Tweaked slightly for whitespace and to collate variable declarations.) draft
Thu, 31 Oct 2013 09:36:55 -0500 Rob Landley Make the patch -x option (only enabled with CONFIG_DEBUG) provide more information about why a patch didn't apply. (Offset of first nonmatching character at each line during seek phase.) draft
Sun, 27 Oct 2013 02:50:55 -0500 Rob Landley Promote nl from pending to posix, and add tests. draft
Sun, 27 Oct 2013 02:48:13 -0500 Rob Landley Cleanup nl, add support for more bits of posix. draft
Sun, 27 Oct 2013 19:11:07 -0500 Isaac Dunham Here's a revised cpio. draft
Sun, 27 Oct 2013 00:02:56 -0500 Rob Landley Refactor terminal querying. draft
Sun, 13 Oct 2013 15:33:32 +0200 Elie De Brauwer watch: Add support for -e option, remove memory leak and deal with not-wide terminals draft
Sat, 26 Oct 2013 12:59:28 -0500 Jeroen van Rijn I noticed the user count was missing and added this, borrowing a bit of code from toys/posix/who.c. draft
Wed, 23 Oct 2013 02:52:01 -0500 Rob Landley Don't use $CC without $CROSS_COMPILE because $HOSTCC could be something else entirely. draft
Thu, 17 Oct 2013 14:43:38 -0500 Rob Landley Minor cleanup of reboot draft
Tue, 01 Oct 2013 20:57:21 +0200 Elie De Brauwer New toy: reboot/halt/poweroff draft
Wed, 16 Oct 2013 20:41:56 -0500 Rob Landley useradd, groupadd, and mkpasswd submitted by Ashwini Sharma. draft
Wed, 16 Oct 2013 20:01:46 -0500 Rob Landley Minor lib/password.c cleanup, described on the list. (Inline two functions.) draft
Wed, 16 Oct 2013 19:30:17 -0500 Rob Landley Prep work for useradd by Ashwini Sharma. draft
Tue, 15 Oct 2013 00:57:39 -0500 Rob Landley Teach scripts/test.sh to call scripts/single.sh. draft
Mon, 14 Oct 2013 11:15:22 -0500 Isaac Dunham I've finally gotten 'cpio' into a shape where it could be useable. draft
Tue, 08 Oct 2013 18:02:23 -0500 Rob Landley Move blkid out of pending, default y. draft
Tue, 08 Oct 2013 15:58:08 -0500 Rob Landley Cleanup chvt draft
Tue, 08 Oct 2013 12:25:02 -0500 Rob Landley Cleanup blkid draft
Mon, 07 Oct 2013 15:04:09 -0500 Rob Landley blkid cleanup: more whitespace (including fixing a strange unindented if block), convert strange fstype inclusion to OLDTOY(), use "<1" arg so calling with no arguments doesn't hang, convert typedef to normal struct. draft
Mon, 07 Oct 2013 14:37:41 -0500 Rob Landley blkid cleanup: Convert tabs to spaces. draft
Mon, 07 Oct 2013 14:12:35 -0500 Brad Conroy Add blkid.c draft
Sun, 06 Oct 2013 16:02:20 -0500 Rob Landley Whitespace tweaks and remove unused variable. draft
Sun, 06 Oct 2013 03:12:48 -0500 Rob Landley top submitted by Ashwini Sharma draft
Sun, 06 Oct 2013 17:35:57 -0500 Rob Landley It's not a problem to exactly fill up the buffer with a run if the next symbol is the terminating symbol. Fixes https://jira.cyanogenmod.org/browse/CYAN-1896 draft
Fri, 04 Oct 2013 14:32:39 -0500 Rob Landley Typo: fdisk != fsck. draft
Thu, 03 Oct 2013 03:18:00 -0500 Rob Landley Switch flag generation from shell to C. draft
Sun, 22 Sep 2013 11:21:06 -0500 Rob Landley traceroute from Ashwini Sharma draft
Sun, 22 Sep 2013 03:37:39 -0500 Rob Landley Fix generated/oldtoys.h to contain option strings with USE() macros in them. draft
Sat, 21 Sep 2013 14:27:26 -0500 Rob Landley Update lib/args.c docs. draft
Sat, 21 Sep 2013 13:46:44 -0500 Rob Landley Tweak args (yank old + that never worked, rename | to +), and add uname -o as a synonym for -s. draft
Sat, 21 Sep 2013 12:24:04 -0500 Rob Landley Fluff out option parsing documentation, add another DEBUG test. draft
Mon, 16 Sep 2013 23:41:51 -0500 Rob Landley Fix -t c0 and -J as reported by heehooman at gmail on the list. draft
Wed, 18 Sep 2013 10:50:38 -0500 Rob Landley Release announcement on web page. draft
Wed, 11 Sep 2013 12:09:53 -0500 Rob Landley Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (Fix it.) draft 0.4.6
Tue, 10 Sep 2013 02:04:45 -0500 Rob Landley First pass of cut cleanup, and make test script slightly happier with the concept of 80 character lines. draft
Tue, 10 Sep 2013 01:01:35 -0500 Rob Landley Remove two unused functions and shrink another. draft
Mon, 09 Sep 2013 11:39:18 -0500 Rob Landley Cleanup on acpi, switch to default y. draft
Mon, 09 Sep 2013 11:19:59 -0500 Isaac Dunham I got tired of trying to guess how much terminal time I could get in on my phone, so here's a basic acpi. draft
Mon, 09 Sep 2013 11:18:18 -0500 Rob Landley Minor cleanups. draft
Mon, 09 Sep 2013 06:50:00 -0500 Rob Landley Don't write a zero past end of toybuf with large -d value. draft
Mon, 09 Sep 2013 05:52:49 -0500 Rob Landley Minor cosmetic tweaks to expand. draft
Mon, 09 Sep 2013 05:26:52 -0500 Rob Landley Adjust patch to use dlist_pop() draft
Mon, 09 Sep 2013 04:26:03 -0500 Rob Landley Redo tail closer to the original design. Add more tests for large data sets. (Still no -f support yet.) draft
Mon, 09 Sep 2013 02:44:02 -0500 Rob Landley Fix [-group] argument dropping. draft
Tue, 03 Sep 2013 18:43:32 -0500 Rob Landley Replace for_each_pid_with_name_in_array_perform_callback_function_upon_translated_value() with name_to_pid(), comparing absolute paths or just basename() consistently as spotted by Lukasz Skalski, and adjust callers. draft
Thu, 05 Sep 2013 23:58:35 -0500 Rob Landley Pending cleanup page, less than half done. Some of it should probably move to the code style section. draft
Fri, 06 Sep 2013 12:21:28 -0500 Rob Landley Ashwini Sharma submitted route.c, adding it to pending. draft
Fri, 06 Sep 2013 12:18:46 -0500 Rob Landley Make [-abc] exclude logic clear argument slots when disabling options. draft
Fri, 06 Sep 2013 04:45:36 -0500 Rob Landley Fix for xpidfile spotted by Felix Janda. draft
Fri, 06 Sep 2013 01:55:53 -0500 Rob Landley Missing typecast in recent rm fix. Oops. draft
Thu, 05 Sep 2013 06:54:46 -0500 Rob Landley Allow shipped generated/help.h to still be used, until I rewrite the generator in C. draft
Fri, 30 Aug 2013 23:59:10 +0200 Elie De Brauwer make.sh: Fix probing for python2.x and be verbose in error reporting draft
Fri, 30 Aug 2013 23:31:00 +0200 Elie De Brauwer uname: Fix help string draft
Thu, 05 Sep 2013 04:58:06 -0500 Jacek Bukarewicz env - there were 2 segfaults when run on my Ubuntu 12.04 machine: draft
Thu, 05 Sep 2013 04:28:40 -0500 Rob Landley Make chdir handle permissions according to posix, reported by Jacek Bukarewicz.. draft
Thu, 05 Sep 2013 04:19:37 -0500 Rob Landley fix rm to handle "mkdir sub/sub && chmod 007 sub/sub && rm -rf sub". draft
Wed, 04 Sep 2013 19:09:00 -0500 Rob Landley Don't pad stat's %a field. draft
Wed, 04 Sep 2013 01:40:41 -0500 Rob Landley First pass at umount, not quite done yet. draft
Tue, 03 Sep 2013 17:56:28 -0500 Rob Landley Introduce libbuf analogous to toybuf but for use by lib/*.c. Change readfile() semantics to be able to read into an existing buffer, or malloc its own if that's NULL. draft
Tue, 03 Sep 2013 08:30:47 -0500 Rob Landley Remove itoa/utoa, let libc do this with sprintf. draft
Tue, 03 Sep 2013 08:16:42 -0500 Rob Landley Convert dhcp/dhcpd from utoa() to sprintf(). draft
Mon, 02 Sep 2013 22:20:29 -0500 Rob Landley Switch ls from utoa to sprintf. draft
Mon, 02 Sep 2013 18:48:59 -0500 Rob Landley Cleanup pwdx draft
Mon, 02 Sep 2013 05:06:05 -0500 Rob Landley pwdx by Lukasz Skalski. draft
Sun, 01 Sep 2013 08:00:41 -0500 Rob Landley Implement ls --color=auto, suggested by Rich Felker. draft
Sun, 01 Sep 2013 07:50:32 -0500 Rob Landley Improve --longopt parsing: general bugfixes, better error reporting, new ; option for optional arguments only suppliable with =. draft
Sun, 01 Sep 2013 07:25:37 -0500 Rob Landley Update status and roadmap pages, and status page generator script. draft
Sat, 31 Aug 2013 12:30:41 +0200 Felix Janda tail: Some fixes draft
Fri, 30 Aug 2013 17:34:24 -0500 Rob Landley Allow getmountlist to read fstab too. draft
Fri, 30 Aug 2013 01:53:31 -0500 Rob Landley Add scripts/single.sh to build individual non-multiplexed standalone commands. draft
Thu, 29 Aug 2013 17:55:46 -0500 Rob Landley PID and UID namespaces for unshare, pointed out by heehooman@gmail.com. draft
Tue, 27 Aug 2013 23:48:54 -0500 Rob Landley Rewrite pmap to be simpler and match other implementation's output more closely. draft
Tue, 27 Aug 2013 03:31:27 -0500 Ashwini Sharma Add pmap. draft
Mon, 26 Aug 2013 21:55:33 +0200 Felix Janda syslogd: cleanup draft
Sat, 24 Aug 2013 12:04:45 +0200 Felix Janda syslogd: cleanup draft
Fri, 23 Aug 2013 22:50:29 +0200 Felix Janda syslogd: stop abusing arg_list draft
Fri, 23 Aug 2013 22:19:55 +0200 Felix Janda syslogd: cleanup draft
Wed, 21 Aug 2013 21:24:45 +0200 Felix Janda syslogd: cleanup
Wed, 21 Aug 2013 05:38:53 -0500 Rob Landley Fix bug where exit code was only correct for -q.
Wed, 21 Aug 2013 03:03:47 -0500 Rob Landley Fix --help option to multiplexer.
Tue, 20 Aug 2013 23:15:48 +0200 Felix Janda syslogd: cleanup
Tue, 20 Aug 2013 15:37:42 -0500 Rob Landley Add watch and ps, sent by Ashwini Sharma.
Mon, 19 Aug 2013 22:11:22 +0200 Felix Janda In logger and syslogd remove duplicated definitions of facilities and priorities
Mon, 19 Aug 2013 04:23:16 -0500 Rob Landley Move grep from pending to posix, switch default to y.
Mon, 19 Aug 2013 03:17:51 -0500 Rob Landley Finish grep rewrite and fleshing out test suite. Several of the grep tests fail with the ubuntu version, I _think_ these are upstream bugs? (Second opinions welcome...)
Sun, 18 Aug 2013 16:12:28 -0500 Rob Landley Use OPTSTR_command macro for more oldtoys, to avoid keeping two option strings in sync. (todo: figure out how to make OLDTOY() automatically use macro. Still need the raw version for subset ala cp/mv though.)
Sun, 18 Aug 2013 14:24:59 -0500 Rob Landley Document the toybox entry path from main() into a command.
Sun, 18 Aug 2013 14:04:18 -0500 Rob Landley Fix wrong printf type.
Sun, 18 Aug 2013 14:01:46 -0500 Rob Landley Whitespace changes to passwd.
Sun, 18 Aug 2013 13:52:08 -0500 Rob Landley Fix usage: lines for a couple commands.
Sun, 18 Aug 2013 04:12:51 -0500 Rob Landley Remove files du no longer needs.
Sun, 18 Aug 2013 04:11:50 -0500 Rob Landley Cleanup du.
Sat, 17 Aug 2013 04:19:00 -0500 Rob Landley cut tests from Kyungwan Han.
Sat, 17 Aug 2013 02:54:58 -0500 Strake su: cleanery
Fri, 16 Aug 2013 14:46:52 -0500 Rob Landley Normalize df menu entry and tweak help text.
Thu, 15 Aug 2013 00:58:52 -0500 Rob Landley Forgot to check in toys.h when generated/oldtoys.h went in. (Oops.)
Wed, 14 Aug 2013 19:09:33 -0500 Rob Landley DHCP client and server, from Ashwini Sharma.
Tue, 13 Aug 2013 04:17:34 -0500 M. Farkas-Dyck Add su.
Tue, 13 Aug 2013 03:22:44 -0500 Rob Landley Add a new optimization flag at the suggestion of the musl guys telling gcc not to produce a large unused dwarf table for C++ style stack unwinding.
Mon, 12 Aug 2013 04:28:03 -0500 Rob Landley More grep tests, remove obsolete comment.
Mon, 12 Aug 2013 03:16:29 -0500 Rob Landley grep: -om counts matching lines, not matching parts of lines.
Mon, 12 Aug 2013 03:08:56 -0500 Rob Landley More grep work: name "(standard input)" correctly, make multiple -e work, regex with embedded newline, multiple regex without -E.
Mon, 12 Aug 2013 01:48:27 -0500 Rob Landley More grep cleanup, and make OPTSTR_command macros for use with OLDTOY()
Sun, 11 Aug 2013 22:00:36 -0500 Isaac Dunham fdisk: remove goto; inline valid(); merge xprintf() calls; shrink sys_types
Sun, 11 Aug 2013 21:56:08 -0500 Rob Landley Ashwini Sharma said that Kyungwan Han should be in the contact info for the commands he sent recently.
Sun, 11 Aug 2013 01:03:26 -0500 Rob Landley More grep tests.
Sat, 10 Aug 2013 20:18:18 +0200 Felix Janda Add daemonize function to lib for klogd and syslogd
Sat, 10 Aug 2013 19:35:11 +0200 Felix Janda Cleanup klogd
Fri, 09 Aug 2013 20:46:02 +0200 Felix Janda New toy: fallocate
Thu, 08 Aug 2013 02:46:45 -0500 Rob Landley Achille Fouilleul pointed out that fdlength wasn't returning the right length in the binary search case.
Wed, 07 Aug 2013 12:19:51 -0500 Rob Landley Forgot to check in xfdopen(). My bad.
Wed, 07 Aug 2013 11:51:26 -0500 Isaac Dunham This is the preliminary version of lspci text output support (the location
Mon, 05 Aug 2013 13:16:03 -0500 Ashwini Sharma I have implemented FDISK command.
Sun, 04 Aug 2013 15:04:08 -0500 Rob Landley Fluff out grep test suite some more, including lots of things we don't pass yet.
Sun, 04 Aug 2013 01:22:49 -0500 Rob Landley Cleanup grep, make it pass the current test suite.
Sun, 04 Aug 2013 00:31:27 -0500 Rob Landley System V style init, submitted by Kyungwan Han.
Thu, 01 Aug 2013 18:15:20 -0500 Rob Landley Need to specify bool for CP_MV_MORE config symbol to avoid warnings.
Thu, 01 Aug 2013 18:10:47 -0500 Rob Landley ls --color should depend on LS in menuconfig.
Thu, 01 Aug 2013 17:21:38 -0500 Rob Landley Cleanup grep: help text, whitespace, add parentheses.
Thu, 01 Aug 2013 15:46:45 -0500 M. Farkas-Dyck Found the fault. My method of -w fails sans -E, so I just disallow it.
Thu, 01 Aug 2013 15:22:52 -0500 Rob Landley Clean up grep.test to use "infile" properly, and not try to work around the $PATH behavior of scripts/test.sh. Tested with both TEST_HOST=1 and normal.
Thu, 01 Aug 2013 01:52:32 -0500 Ashwini Sharma I add testsuite for grep.
Wed, 31 Jul 2013 16:36:57 -0500 Rob Landley Move renice from pending to posix, default y, fix link to standard.
Wed, 31 Jul 2013 03:24:58 -0500 Rob Landley Cleanup renice and implement '|' (required option) in argument parsing.
Mon, 29 Jul 2013 21:16:55 -0500 M. Farkas-Dyck Add renice.
Sat, 27 Jul 2013 09:45:40 +0200 Felix Janda Fix lspci -e
Fri, 26 Jul 2013 18:23:08 -0500 Strake add nl
Mon, 29 Jul 2013 00:42:30 -0500 Ashwini Sharma The attached KLOGD patch is an improved version of the one you have in hg.
Thu, 25 Jul 2013 00:48:29 +0200 Felix Janda logger: Some cleanup
Sat, 27 Jul 2013 00:50:29 -0500 Strake grep: s/astrcat/x&/g
Sun, 08 Jun 2003 10:15:17 -0500 Strake grep: add -b flag
Sun, 08 Jun 2003 10:09:05 -0500 Strake grep: add -w flag
Fri, 26 Jul 2013 22:49:05 -0500 Felix Janda lspci: use toybuf instead of dynamic memory allocation
Fri, 26 Jul 2013 15:41:31 -0500 Isaac Dunham I've written an lspci implementation.
Fri, 26 Jul 2013 13:27:27 -0500 Isaac Dunham This removes xz_mode.
Fri, 26 Jul 2013 13:04:21 -0500 Rob Landley Link to Georgi's mirror on github.
Thu, 25 Jul 2013 22:41:26 -0500 Rob Landley Juhani Haverinen pointed out that python 3 doesn't work with config2help.py, so you python2 binary until finishing the C rewrite.
Fri, 19 Jul 2013 01:18:22 +0200 Felix Janda Implement test
Thu, 25 Jul 2013 13:49:58 -0500 Rob Landley Don't make a FLAG_ macro for " ", it's a control character, doing so throws the indexes off. Reported by Ashwini Sharma.
Thu, 25 Jul 2013 13:32:06 -0500 Rob Landley pgrep and pkill by Madhur Verma,
Thu, 25 Jul 2013 13:30:58 -0500 Rob Landley netstat by Ranjan Kumar.
Thu, 25 Jul 2013 13:28:53 -0500 Rob Landley syslogd by Madhur Verma.
Tue, 23 Jul 2013 20:19:31 -0500 Strake grep
Mon, 22 Jul 2013 01:54:28 -0500 Rob Landley More ifconfig cleanup: Remove if_list, unify get_device_info and display_ifconfig(), inline another magic constant #define that's only used once.
Fri, 19 Jul 2013 05:33:36 -0500 Rob Landley Another round of ifconfig cleanup.
Fri, 19 Jul 2013 02:03:02 -0500 Rob Landley Start of TOYBOX_SINGLE support, for building standalone commands with no multiplexer.
Thu, 18 Jul 2013 18:20:03 -0500 Rob Landley Replace users of xexec(toys.optargs) with xexec_optargs(0) to avoid free/reuse bug during argument parsing.
Wed, 17 Jul 2013 17:27:14 -0500 Isaac Dunham make xzcat use loopfiles(), thereby allowing regular usage.
Wed, 17 Jul 2013 17:25:07 -0500 Isaac Dunham xzcat: remove XZ_(PREALLOC|SINGLE), inline xz_dec_bcj_create
Wed, 17 Jul 2013 17:22:46 -0500 Rob Landley Add timeout, factoring out common code from sleep.
Tue, 16 Jul 2013 00:04:56 -0500 Rob Landley Split lib/xwrap.c from lib/lib.c
Mon, 15 Jul 2013 13:12:08 -0500 Rob Landley klogd, submitted by Ashwini Sharma.
Sun, 14 Jul 2013 22:12:22 -0500 Rob Landley New stuff added to lib.c needs review too, so make a lib/pending.c and move several functions to it.
Fri, 12 Jul 2013 18:10:52 -0500 Strake add grep
Thu, 11 Jul 2013 22:38:29 -0500 Rob Landley Eject cleanups.
Thu, 11 Jul 2013 18:02:54 -0500 Rob Landley Eject, by Kyungwan Han.
Wed, 10 Jul 2013 21:26:49 -0500 Isaac Dunham add paramtype in to the list of tags
Sat, 06 Jul 2013 11:26:15 -0500 Isaac Dunham This inlines CRC64, and nothing more.
Wed, 03 Jul 2013 02:29:24 -0500 Felix Janda here's a version of paste. It doesn't deal with wide characters yet and
Tue, 02 Jul 2013 00:16:16 -0500 Rob Landley Added tag 0.4.5 for changeset 62ba5ce62e9d
Mon, 01 Jul 2013 00:10:28 -0500 Rob Landley Make ls output major, minor for block devices. 0.4.5
Sun, 30 Jun 2013 23:52:45 -0500 Rob Landley First pass at ls --color
Sun, 30 Jun 2013 16:52:57 -0500 Rob Landley Condense ls help text.
Sun, 30 Jun 2013 15:58:24 -0500 Rob Landley Add config option for --help support in all commands.
Sun, 30 Jun 2013 01:26:56 -0500 Rob Landley Fix another segfault in ls -C when terminal size is 0x0.
Fri, 28 Jun 2013 02:11:48 -0500 Isaac Dunham modinfo: support -b basedir and -k kernel.release, fix two bugs
Wed, 26 Jun 2013 23:22:43 -0500 Rob Landley Update status to include recently implemented commands.
Sun, 23 Jun 2013 14:38:31 -0500 Rob Landley Modinfo cleanups.
Sun, 23 Jun 2013 14:02:16 -0500 Isaac Dunham Patch that assumes that the presence of the string ".ko" indicates
Sat, 22 Jun 2013 23:30:07 -0500 Rob Landley Implement mv as an extension of cp.
Sat, 22 Jun 2013 15:36:25 -0500 Rob Landley Option type @ counts number of occurrences, it doesn't take an argument.
Sat, 22 Jun 2013 14:23:06 -0500 Rob Landley Generate FLAG_longopt macros for --longopts with no corresponding short option.
Tue, 18 Jun 2013 18:13:06 -0500 Rob Landley Add pivot_root.
Sun, 16 Jun 2013 23:08:09 -0500 Rob Landley Test cases for split.
Sun, 16 Jun 2013 20:02:38 -0500 Rob Landley Misc website updates.
Sun, 16 Jun 2013 20:00:11 -0500 Rob Landley Typo fix
Sun, 16 Jun 2013 19:59:51 -0500 Rob Landley Add xexit() and make error_exit() use it.
Sun, 16 Jun 2013 16:37:43 -0500 Rob Landley Implement split.
Sun, 16 Jun 2013 02:23:59 -0500 Rob Landley Upgrade modinfo to support multiple modules, and add tests, from Isaac Dunham.
Sat, 15 Jun 2013 00:49:06 -0500 Rob Landley Force 64 bit math in expr, from Daniel Verkamp
Sat, 08 Jun 2013 14:11:41 -0500 Rob Landley Yet more ifconfig cleanup.
Wed, 05 Jun 2013 00:59:01 -0500 Rob Landley Start of expr, by Daniel Verkamp.
Sun, 02 Jun 2013 20:51:17 -0500 Rob Landley More ifconfig cleanup, described on list.
Sun, 02 Jun 2013 00:54:55 -0500 Rob Landley Move stat from pending to other, default y.
Sun, 02 Jun 2013 00:52:14 -0500 Rob Landley Stat cleanup.
Sun, 02 Jun 2013 00:24:24 -0500 Rob Landley Stat cleanup.
Sat, 01 Jun 2013 22:36:48 -0500 Rob Landley Add peek/poke to header file.
Sat, 01 Jun 2013 20:47:16 -0500 Rob Landley Stat cleanup.
Sat, 01 Jun 2013 20:41:35 -0500 Rob Landley Enable readfile() and add peek() and poke() functions.
Tue, 28 May 2013 00:28:45 -0500 Rob Landley Stat cleanup.
Sun, 26 May 2013 09:48:13 +0200 Felix Janda stat: Separate stat and statfs
Sat, 25 May 2013 21:58:14 +0200 Felix Janda stat: Add support for stat'ing multiple files
Mon, 27 May 2013 13:39:03 -0500 Rob Landley Tests for touch (needs more work).
Mon, 27 May 2013 13:38:09 -0500 Rob Landley Tests for losetup.
Tue, 21 May 2013 00:23:23 -0500 Rob Landley More ifconfig cleanup, inlining show_ip_addr(), hex_to_binary(), and set_hw_address().
Mon, 20 May 2013 20:50:25 -0500 Rob Landley Next round of ifconfig cleanup, to be described on mailing list.
Sun, 19 May 2013 00:48:19 -0500 Rob Landley Yet more ifconfig cleanup. (As described on the mailing list [CLEANUP] thread.)
Sun, 19 May 2013 00:14:45 -0500 Rob Landley xioctl() error message should use hex ioctl number; that's what headers list.
Sat, 18 May 2013 22:33:40 -0500 Ivo van Poorten Make groups handle multiple usernames on command line.
Tue, 14 May 2013 20:42:54 -0500 Rob Landley Tighten up lsusb, default to "y".
Tue, 14 May 2013 20:22:23 -0500 Rob Landley Silence warning and comment a subtle bit.
Tue, 14 May 2013 17:42:11 -0500 Andre Renaud Attached is a pretty simple implementation of lsub. It doesn't implement any of the flags/options, but does the raw output.
Tue, 14 May 2013 00:03:26 -0500 Ivo van poorten add groups implementation to id.c
Sun, 12 May 2013 21:09:16 -0500 Rob Landley Ifconfig cleanup to option parsing.
Fri, 10 May 2013 18:57:01 -0500 Rob Landley Convert getmountlist() to xgetmountlist().
Fri, 10 May 2013 18:54:14 -0500 Rob Landley Web page tweaks.
Wed, 08 May 2013 23:19:45 -0500 Rob Landley Add --help option to toybox command when TOYBOX_HELP is enabled.
Tue, 07 May 2013 22:50:33 -0500 Rob Landley Another stab at recapitulating phylogeny in a README file.
Tue, 07 May 2013 22:03:31 -0500 Rob Landley Some work I did over the weekend on nbd_client, not sure where I left off...
Tue, 30 Apr 2013 21:11:43 +0200 Felix Janda generated/help.h depends on CONFIG_TOYBOX_HELP
Tue, 30 Apr 2013 00:31:01 -0500 Rob Landley Fix bare longopts to set unique optflag bits.
Mon, 29 Apr 2013 16:00:40 -0500 Rob Landley The host sort on many distros behaves stupidly, and sorts stuff in non-ascii order by default. Make it stop.
Mon, 29 Apr 2013 12:30:28 -0500 Rob Landley Fix xabspath when last path component exists but we haven't got permissions to open it (ala readlink -f /dev/sda as a normal user). Spotted by Ashwini Sharma.
Mon, 29 Apr 2013 10:53:09 -0500 Rob Landley Fix conflicting types for show_help().
Fri, 26 Apr 2013 23:15:29 +0200 Felix Janda Fix find -mtime
Mon, 22 Apr 2013 23:18:05 +0200 Felix Janda stat: Remove unimplemented options and clean up help text
Mon, 22 Apr 2013 22:29:43 +0200 Felix Janda Add library function for the file permission formatting in ls and stat
Sat, 27 Apr 2013 00:57:11 -0500 idunham Add firmware field to modinfo output.
Fri, 26 Apr 2013 02:41:05 -0500 Rob Landley Add posix headers to toynet.h, move xioctl() to lib.c, introduce lib/net.c and move xsocket() to it.
Fri, 26 Apr 2013 01:59:13 -0500 Rob Landley Remove leaked global path_mounts.
Fri, 26 Apr 2013 01:47:59 -0500 Rob Landley Eliminate leaked global bunzip_errors.
Fri, 26 Apr 2013 01:46:03 -0500 Rob Landley Quick sniff test to find leaked global variables.
Thu, 25 Apr 2013 00:19:51 -0500 Rob Landley And another round of ifconfig cleanup.
Wed, 24 Apr 2013 21:52:08 -0500 Rob Landley Yet more drive-by cleanup of ifconfig.
Wed, 24 Apr 2013 03:04:31 -0500 Rob Landley Isaac Dunham pointed out that the kernel treats - and _ as identical in module names, so modinfo should too. Made it use mmap() while I was there, and some cosmetic refactoring.
Mon, 22 Apr 2013 01:56:26 -0500 Rob Landley Forgot to check in a header that moved from ifconfig to toynet.h.
Sun, 21 Apr 2013 23:45:35 +0200 Felix Janda More find cleanup
Sat, 20 Apr 2013 17:25:41 +0200 Felix Janda More find cleanup
Sun, 21 Apr 2013 12:15:59 -0500 Rob Landley Fix some comments from way back when toybox first started (in 2006), when I was still cleaning busybox-isms out of my head...
Sat, 20 Apr 2013 00:18:17 +0200 Felix Janda stat cleanup
Fri, 19 Apr 2013 21:29:36 +0200 Felix Janda stat: Reindent from 4 to 2 spaces
Sat, 20 Apr 2013 23:33:48 -0500 Rob Landley More ifconfig cleanup.
Sat, 20 Apr 2013 13:43:55 -0500 Rob Landley ifconfig cleanup (Reorder functions to eliminate need for prototypes, put main at end).
Sat, 20 Apr 2013 13:30:45 -0500 Rob Landley Commit 818 simplified the license text in the source tarball, this gets the web copy.
Thu, 18 Apr 2013 22:37:09 +0200 Felix Janda find: Improve operator processing
Fri, 19 Apr 2013 20:08:35 -0500 Rob Landley Another round of ifconfig cleanup.
Wed, 17 Apr 2013 00:15:12 -0500 Rob Landley Add -f to chmod (just turns off -v).
Tue, 16 Apr 2013 23:49:47 -0500 Rob Landley More ifconfig cleanup.