log

age author description
Thu, 15 May 2014 05:34:08 -0500 Rob Landley Promote sysctl from pending to other, default y. draft
Thu, 15 May 2014 05:32:52 -0500 Rob Landley More sysctl cleanup: fix error message on nonexistent key, write path, and -p. draft
Tue, 13 May 2014 19:45:01 -0500 Rob Landley Cleanup pass on sysctl. draft
Mon, 12 May 2014 07:52:12 -0500 Rob Landley First cleanup pass on sysctl. draft
Mon, 12 May 2014 06:22:10 -0500 Rob Landley Add sysctl by Bilal Qureshi. draft
Mon, 12 May 2014 06:12:20 -0500 Rob Landley Add arp from Sandeep Sharma and Kyungwan Han. draft
Sat, 10 May 2014 13:24:58 -0500 Rob Landley sizeof("string") treats it as a char array _including_ the null terminator, so strncmp(dest, "string", sizeof("string")) is just strcpy. draft
Sat, 10 May 2014 13:20:03 -0500 Rob Landley Initial cleanup of last: mostly whitespace, move no record test to start of loop, don't bother to stat an empty file to report when an empty log was created (just report current time). draft
Sat, 10 May 2014 13:06:31 -0500 Rob Landley Catch duplicate command name (which breaks the build already, but doesn't identify the culprit). draft
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
Tue, 06 May 2014 06:14:20 -0500 Rob Landley Use compiler built-in macros to determine if argument parsing can use double or float for FLOAT arguments. (I.E. whether double fits in a long's memory.) Check in a way that the macros not being defined just gives us the shorter one. draft
Mon, 05 May 2014 21:20:11 -0500 Rob Landley Fix bug reported by Ashwini Sharma: rebound has to be at the end or toy_init() doesn't zero the rest of the struct. draft
Fri, 02 May 2014 06:24:11 -0500 Ashwini Sharma In function readfile(), the buffer buf is free'd when readall() fails. This free can cause a crash, if the buffer passed by user of function is not malloc'ed one. draft
Fri, 02 May 2014 06:17:48 -0500 Ashwini Sharma Attached is the patch for lsattr and chattr implementation. draft
Tue, 29 Apr 2014 06:03:17 -0500 Rob Landley Teach cpio to set uid/gid and timestamp. (Timestamp has year 2100 problem.) draft
Fri, 25 Apr 2014 05:56:16 -0500 Rob Landley fold cleanup: whitespace and curly brackets. draft
Fri, 25 Apr 2014 05:50:00 -0500 Rob Landley Cosmetic tweak: spell out "Linux Standard Base" in menuconfig. draft
Fri, 25 Apr 2014 05:48:11 -0500 Rob Landley Fix od bug reported by Samuel Holland ("od -v -b" was appending default output type even though an output type was specified). draft
Wed, 23 Apr 2014 17:23:09 -0500 Rob Landley Add example directory, move hello.c into it, add skeleton.c to demonstrate more complciated stuff (multiple commands per file, etc), and have genconfig.sh sort backwards so posix is first and example last in menuconfig. draft
Wed, 23 Apr 2014 08:38:29 -0500 Rob Landley As long as uClibc's still around and requires you to jump through hoops to get iconv(), probe and build defconfig without it if it's not there. draft
Wed, 23 Apr 2014 08:37:07 -0500 Rob Landley usage: is lower case (the help generator looks for that, might as well be consistent). draft
Sun, 20 Apr 2014 14:22:19 -0500 Rob Landley Release announcement for 0.4.8. draft
Sun, 20 Apr 2014 13:38:07 -0500 Rob Landley Added tag 0.4.8 for changeset 8556669d3928 draft
Wed, 16 Apr 2014 19:49:15 -0500 Samuel Holland This version of fold fixes major bugs (infinite loop, overflow) and adds an option for un/refolding text. draft 0.4.8
Wed, 16 Apr 2014 08:54:19 -0500 Rob Landley Revert lots of half-finished local debris I didn't mean to check in with Isaac's roadmap update. draft
Wed, 16 Apr 2014 07:49:32 -0500 Rob Landley Probe for the existence of FIFREEZE and make fsfreeze depend on it. draft
Tue, 15 Apr 2014 21:59:42 -0500 Rob Landley Probes for O_NOFOLLOW that compile and run something aren't compatible with cross compiling, so just #define it to 0 if it's not in fcntl.h where posix-2008 says. draft
Sun, 13 Apr 2014 16:07:22 -0500 Ashwini Sharma A tool to reset the terminal. draft
Sun, 13 Apr 2014 16:04:16 -0500 Ashwini sharma An issue in ifconfig while verifying the HW Address, which is assumed to be of the format __C2:79:38:95:CD:AB__ but can be of form __C2:79:38:95:D:A__. In this case the HW address is reported as bad. draft
Sun, 13 Apr 2014 15:58:20 -0500 Ashwini Sharma An implementation of __printf__ is attached. draft