log

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