log

age author description
Sun, 13 Apr 2014 15:58:20 -0500 Ashwini Sharma An implementation of __printf__ is attached. draft
Sun, 13 Apr 2014 15:49:15 -0500 Rob Landley iconv cleanup. draft
Sun, 13 Apr 2014 13:12:45 -0500 Felix Janda iconv is actually something I'm missing on my current musl based system. draft
Sat, 12 Apr 2014 23:26:50 -0500 Isaac Dunham getty: build fix, clean up messages, simplify code draft
Sat, 12 Apr 2014 20:39:33 -0500 Rob Landley On further analysis, none of the glibc commands are interesting. draft
Sat, 12 Apr 2014 17:26:44 -0500 Isaac Dunham roadmap: describe glibc commands. draft
Thu, 10 Apr 2014 19:40:14 -0500 Rob Landley Fix date setting, and fluff out help text a bit. draft
Wed, 09 Apr 2014 17:26:09 -0500 Isaac Dunham modprobe: cleanup, incorporate Ashwini's fix for alias loading draft
Wed, 09 Apr 2014 09:23:17 -0500 Rob Landley Bugfix: if $TERM and friends aren't set, putenv() got passed a NULL. draft
Wed, 09 Apr 2014 08:30:09 -0500 Rob Landley Document some of the new temporary files in generated/, add anchor tags. draft
Wed, 09 Apr 2014 07:57:08 -0500 Rob Landley Note commands bundled with glibc but not musl. draft
Wed, 09 Apr 2014 07:55:08 -0500 Rob Landley Modprobe from Madhur Verma and Kyungwan Han. draft
Wed, 09 Apr 2014 07:45:59 -0500 Rob Landley A getty implementation from Sandeep Sharma and Kyungwan Han. draft
Wed, 09 Apr 2014 07:40:02 -0500 Ashwini Sharma _mkflags_ had an issue for generating FLAG_xxxx macros for long options. draft
Mon, 07 Apr 2014 12:53:24 -0500 Rob Landley generated/help.h is a lot easier to read with an extra newline between each help entry. draft
Thu, 03 Apr 2014 22:43:28 -0500 Isaac Dunham openvt tries opening several devices to get an fd that points to the current console, without a need for read or write permissions. O_RDWR implies that both O_RDONLY and O_WRONLY would work, so skip it. Reindent. draft
Thu, 03 Apr 2014 18:01:44 -0500 Samuel Holland Here is a basic implementation of fold[0]. It does not support multibyte characters, though that would probably just require more switch cases. draft
Wed, 02 Apr 2014 06:37:14 -0500 Rob Landley Decided not to go with the sflate implementation of deflate/inflate. The decompression side's already reimplemented in compress, and I'm working on compression side. draft
Wed, 02 Apr 2014 06:35:33 -0500 Ashwini Sharma In ifconfig.c, there is a glitch in function get_addrinfo() when computing the prefix length. draft
Tue, 01 Apr 2014 18:20:00 -0500 Rob Landley New toy fsfreeze, from Isaac Dunham, plus minor cleanups. draft
Tue, 01 Apr 2014 18:18:46 -0500 Rob Landley bugfix: the multiplexer increments optc and then the command the multiplexer runs increments it further, resulting in a wrong count. Fix: zero it. draft
Sat, 29 Mar 2014 18:11:00 -0500 Rob Landley Group headers by standard (POSIX or LSB) or function (internationalization, networking). Move headers standards ignore (but which have been there >15 years) to lib/portability.h. Fold xregcomp into lib since it's posix. draft
Sat, 29 Mar 2014 15:25:23 -0500 Isaac Dunham find: clarify and expand the help for find -type draft
Fri, 28 Mar 2014 22:55:30 -0500 Rob Landley Add help.html (make defconfig && help -ah > help.html) to index. draft
Fri, 28 Mar 2014 17:48:02 -0500 Rob Landley Add help -a (to show all commands) and -h (to produce HTML output). draft
Thu, 27 Mar 2014 07:02:01 -0500 Isaac Dunham Fix cpio -it: don't close(fd) unless we opened it. draft
Wed, 26 Mar 2014 06:07:06 -0500 Rob Landley More cpio bugfixes from Isaac Dunham. draft
Tue, 25 Mar 2014 07:35:56 -0500 Rob Landley Promote cpio out of pending. draft
Tue, 25 Mar 2014 07:24:50 -0500 Rob Landley Several cpio bugfixes spotted by Isaac Dunham. draft
Mon, 24 Mar 2014 08:19:21 -0500 Rob Landley Most of the remaining cpio cleanup. draft