log

age author description
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