log

age author description
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