Mercurial > hg > toybox
log
age | author | description |
---|---|---|
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 |