log lib/pending.c @ 1276:d48bdc1cb017 draft

age author description
Tue, 06 May 2014 06:31:28 -0500 Rob Landley Switch human_readable() to just outputing decimal kilo/mega/gigabytes, make du use it, move it from lib/pending.c to lib.c. draft
Thu, 19 Dec 2013 09:32:30 -0600 Rob Landley Move names_to_pid from pending to lib. draft
Thu, 28 Nov 2013 21:11:34 -0600 Rob Landley Oops, cleaned up ifconfig uses atolx_range() instead of get_int_list(). Check that in. draft
Sun, 10 Nov 2013 18:23:19 -0600 Rob Landley du from Ashwini Sharma. 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 01:01:35 -0500 Rob Landley Remove two unused functions and shrink another. 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
Fri, 06 Sep 2013 12:21:28 -0500 Rob Landley Ashwini Sharma submitted route.c, adding it to pending. draft
Sun, 18 Aug 2013 04:12:51 -0500 Rob Landley Remove files du no longer needs.
Sat, 10 Aug 2013 20:18:18 +0200 Felix Janda Add daemonize function to lib for klogd and syslogd
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.