Mercurial > hg > toybox
graph
-
iconv is actually something I'm missing on my current musl based system. draftSun, 13 Apr 2014 13:12:45 -0500, by Felix Janda
-
getty: build fix, clean up messages, simplify code draftSat, 12 Apr 2014 23:26:50 -0500, by Isaac Dunham
-
On further analysis, none of the glibc commands are interesting. draftSat, 12 Apr 2014 20:39:33 -0500, by Rob Landley
-
Fix date setting, and fluff out help text a bit. draftThu, 10 Apr 2014 19:40:14 -0500, by Rob Landley
-
modprobe: cleanup, incorporate Ashwini's fix for alias loading draftWed, 09 Apr 2014 17:26:09 -0500, by Isaac Dunham
-
Bugfix: if $TERM and friends aren't set, putenv() got passed a NULL. draftWed, 09 Apr 2014 09:23:17 -0500, by Rob Landley
-
Document some of the new temporary files in generated/, add anchor tags. draftWed, 09 Apr 2014 08:30:09 -0500, by Rob Landley
-
Note commands bundled with glibc but not musl. draftWed, 09 Apr 2014 07:57:08 -0500, by Rob Landley
-
A getty implementation from Sandeep Sharma and Kyungwan Han. draftWed, 09 Apr 2014 07:45:59 -0500, by Rob Landley
-
_mkflags_ had an issue for generating FLAG_xxxx macros for long options. draftWed, 09 Apr 2014 07:40:02 -0500, by Ashwini Sharma
-
generated/help.h is a lot easier to read with an extra newline between each help entry. draftMon, 07 Apr 2014 12:53:24 -0500, by Rob Landley
-
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. draftThu, 03 Apr 2014 22:43:28 -0500, by Isaac Dunham
-
Here is a basic implementation of fold[0]. It does not support multibyte characters, though that would probably just require more switch cases. draftThu, 03 Apr 2014 18:01:44 -0500, by Samuel Holland