log

age author description
Sat, 07 Jun 2014 12:03:54 -0500 Rob Landley Minor tweaks to code style section. draft
Sat, 07 Jun 2014 10:42:20 -0500 Rob Landley Make md5sum/sha1sum -b flag be "brief" output (just the hash). draft
Tue, 03 Jun 2014 06:27:24 -0500 Rob Landley mount: start on option parsing, implement loopback and bind mount autodetection. draft
Mon, 02 Jun 2014 21:16:20 -0500 Rob Landley Help text should have a blank line after usage: lines, and a couple other whitespace tweaks. draft
Sun, 01 Jun 2014 17:47:19 -0500 Isaac Dunham The tests for link and du are attached. draft
Sun, 01 Jun 2014 13:50:39 -0500 Isaac Dunham cpio: archive more files draft
Sat, 31 May 2014 11:18:30 +0200 Felix Janda iconv: some fixes draft
Sat, 31 May 2014 18:00:04 -0500 Rob Landley Promote partprobe. draft
Sat, 31 May 2014 17:59:27 -0500 Rob Landley Cleanup partprobe. draft
Sat, 31 May 2014 12:33:24 -0500 Rob Landley Introduce xfork() and make commands use it, and make some WEXITSTATUS() use WIFEXITED() and WTERMSIG()+127. draft
Thu, 29 May 2014 08:21:48 -0500 Ashwini Sharma killall5 - kill all the processes not in its session. draft
Thu, 29 May 2014 08:20:30 -0500 Ashwini Sharma makedevs - making devices/nodes in a range. Supports reading the tabled entry from file. draft
Thu, 29 May 2014 08:18:50 -0500 Ashwini Sharma strings - print the strings in the file. draft
Thu, 29 May 2014 06:49:59 -0500 Rob Landley First stab at mount, very incomplete. draft
Thu, 29 May 2014 06:29:12 -0500 Rob Landley Make "losetup /dev/loop0 filename" work. draft
Thu, 29 May 2014 05:22:02 -0500 Rob Landley Switch mtab_list to doubly linked so we can traverse in either order. Convert umount and df. Add dlist_terminate() to break lists for traversal in either direction. draft
Tue, 27 May 2014 07:56:51 -0500 Rob Landley Add mount options to data getmountlist collects. draft
Mon, 26 May 2014 20:39:20 -0500 Rob Landley Brush the dust off toysh. draft
Mon, 26 May 2014 12:25:47 -0500 Rob Landley Isaac Dunham suggested xprintf() should call fflush() instead of ferror(), and posix-2008 doesn't say if fflush() covers ferror() (or can return success when the stream's error state is set), so call both. draft
Sun, 25 May 2014 20:49:51 -0500 Bertold Van den Bergh I have attached a patch adding a program that allows re-reading the partition table. This is often used on embedded systems booting from SD/USB devices that need to resize partitions on first boot. draft
Sun, 25 May 2014 11:52:27 -0500 Ashwini Sharma atolx_range() is already added into lib/lib.c, in vconfig.c atolx_range() can be used in place of locally defined strtorange() function. draft
Sun, 25 May 2014 11:46:58 -0500 Isaac Dunham logname and whoami are the same as id -un, so merge them. draft
Sat, 24 May 2014 22:40:41 -0500 Rob Landley Bugfix from Isaac Dunham (new pci database has # comments in it) and some minor cleanups I had in my tree already. draft
Sat, 24 May 2014 14:41:30 -0500 Rob Landley Pending commands should default n draft
Sat, 24 May 2014 14:40:02 -0500 Ashwini Sharma Single-user login. draft
Sat, 24 May 2014 13:50:19 -0500 Rob Landley The "not root" test happens before looking for --help, so "./sulogin --help" doesn't show it. Instead make the "not root" failure case always show help text. draft
Sat, 24 May 2014 12:51:53 -0500 Rob Landley Remove debug detritus I didn't mean to to check in, and treat an "this variable can never actually be used uninitialized but gcc's warning generator can't tell and fails spamwards" warning. draft
Sat, 24 May 2014 12:49:21 -0500 Rob Landley Pass the same $CFLAGS to the library probe as the final build, to work with broken build environments that provide different libraries for --static and dynamic builds. draft
Sat, 24 May 2014 12:48:32 -0500 Rob Landley patch from ashwini sharma: treat 0 length read at the start of password read as EOF. draft
Fri, 23 May 2014 09:00:09 -0500 Ashwini Sharma rfkill - enable/disable the radio devices draft
Fri, 23 May 2014 08:58:08 -0500 Ashwini Sharma inotifyd - watch for filesystem events. draft
Fri, 23 May 2014 04:14:46 -0500 Rob Landley Ashwini Sharma pointed out I screwed up last.c. draft
Thu, 22 May 2014 21:33:10 -0500 Rob Landley date: add -ds, document +FORMAT escapes. draft
Thu, 22 May 2014 08:16:55 -0500 Rob Landley Update docs for example and pending directories. draft
Wed, 21 May 2014 07:57:48 -0500 Rob Landley Convert bootchartd to generic_signal(). draft
Wed, 21 May 2014 07:51:11 -0500 Rob Landley Make telnet use generic_signal(), minor in-passing cleanups. draft
Wed, 21 May 2014 07:41:27 -0500 Rob Landley Make telnetd use generic_signal(), inline kill_session(), close race window where a SIGCHLD could get lost. draft
Wed, 21 May 2014 07:24:16 -0500 Rob Landley Add generic_signal() handler, which sets toys.signal and writes byte to toys.signalfd if set. draft
Wed, 21 May 2014 07:09:09 -0500 Rob Landley First pass init cleanup: use sigatexit() to set multiple signal handlers, rename set_sane_term() to reset_term() and have it take the fd it works on as an argument, some whitespace and help text tweaks. draft
Wed, 21 May 2014 07:02:51 -0500 Rob Landley Make fsck.c use common list free function, collate cleanup code and move inline. draft
Wed, 21 May 2014 07:01:16 -0500 Rob Landley Make last use common llist free function, minor cleanups. draft
Wed, 21 May 2014 06:57:43 -0500 Rob Landley Add free functions for predefined llist types. draft
Wed, 21 May 2014 05:12:38 -0500 Ashwini Sharma dhcp client had a segfault, when DHCP message contained 'pad' option. draft
Tue, 20 May 2014 21:19:17 -0500 Isaac Dunham lspci text output: add -i, allow -n when disabled draft
Mon, 19 May 2014 19:34:55 -0500 Rob Landley Cleanup pass on bootchartd. draft
Mon, 19 May 2014 18:24:35 -0500 Rob Landley Fluff out the coding style section, but the result was a bit big for the start of code.html, so move it to design.html. draft
Sun, 18 May 2014 14:05:13 -0500 Rob Landley Quick cleanup pass on ps. draft
Sun, 18 May 2014 13:08:36 -0500 Rob Landley Cleanup pass on lspci draft
Sun, 18 May 2014 11:47:08 -0500 Rob Landley Teach singleconfig to switch on sub-options of commands it's building. draft
Thu, 15 May 2014 19:11:21 -0500 Rob Landley bootchartd by Bilal Qureshi. draft
Thu, 15 May 2014 19:05:16 -0500 Daniel Verkamp Here's a quick cleanup of md5sum. Executive summary: smaller and faster. draft
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
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
Mon, 24 Mar 2014 06:26:49 -0500 Rob Landley Fix mkdir -p with absolute paths. draft
Wed, 19 Mar 2014 13:57:06 -0500 Ashwini Sharma There are cases when the long options are of the format abc-def. In current implementation FLAG_xxx macros are generated for long options too. with __-__ sign in the macro, it will generate errors. draft
Sun, 16 Mar 2014 16:27:38 -0500 Rob Landley Clarify an unclear comment pointed out by Steve Long. draft
Sat, 15 Mar 2014 15:41:09 -0500 Rob Landley Next round of cpio cleanup. draft
Thu, 13 Mar 2014 19:55:59 -0500 Rob Landley Cleanup cpio: use getline() instead of fgets(), have getline() allocate its own memory (instead of using toybuf), use perror_msg() instead of lower level verror_msg() (which is really an internal function needed to implement perror_msg()), don't set execute bits on created archive. draft
Thu, 13 Mar 2014 19:42:42 -0500 Rob Landley Cleanup cpio: fiddle with help text, make option parsing require/exclude -iot combinations, move loopfiles_stdin() down after write_cpio_member() so we can hardwire it instead of using a function pointer that only ever has one value. draft
Tue, 11 Mar 2014 21:10:45 -0500 Rob Landley Patch from Isaac Dunham to add cpio -d, with a few tweaks by me. draft
Tue, 11 Mar 2014 20:44:55 -0500 Rob Landley Move mkpathat to lib, remove redundant function used by patch. draft
Tue, 11 Mar 2014 18:11:12 -0500 Rob Landley Add "volatile" annotation to peek/poke to stop potential optimizer overreach. draft
Tue, 11 Mar 2014 17:50:17 -0500 Rob Landley Factor out mkpathat. draft