log

age author description
Mon, 23 Dec 2013 07:15:13 -0600 Ashwini Sharma IPv6 support is added into traceroute command. draft
Mon, 23 Dec 2013 06:49:38 -0600 Rob Landley Fix some issues raised (albeit indirectly) by Isaac Dunham. draft
Sun, 22 Dec 2013 20:15:54 -0600 Rob Landley Ashwini sharma pointed out that show_help() doesn't exit so "ifconfig eth0 netmask" would segfault. Replace it with an error_exit(), see list for aesthetic issue this raises re: help text. draft
Sun, 22 Dec 2013 19:39:12 -0600 Rob Landley Add -s option, allow zero optargs for -l. (Suggested by Ashwini Sharma.) draft
Sun, 22 Dec 2013 15:48:44 -0600 Rob Landley Promote su from pending to lsb. draft
Sun, 22 Dec 2013 15:47:48 -0600 Rob Landley Cleanup su. draft
Thu, 19 Dec 2013 22:20:08 -0600 Rob Landley killall: fix return code, improve error reporting, avoid buffer overflow. draft
Thu, 19 Dec 2013 21:38:12 -0600 Rob Landley Don't permute toys.optargs, cleanup code (xexec()) can free it. draft
Thu, 19 Dec 2013 15:14:33 -0600 Rob Landley Older python spit --version to stdout, 2.7 does it to stderr. Of course. draft
Thu, 19 Dec 2013 15:11:45 -0600 Rob Landley Only define MNT_DETACH for old glibc, portability.h included _before_ sys/mount.h... draft
Thu, 19 Dec 2013 15:07:28 -0600 Rob Landley toynet.h went away, missed a file... draft
Thu, 19 Dec 2013 15:02:18 -0600 Rob Landley Regression test against Ancient Build Environment (Ubuntu 8.04), fixup bit-rot. draft
Thu, 19 Dec 2013 09:32:30 -0600 Rob Landley Move names_to_pid from pending to lib. draft
Wed, 18 Dec 2013 10:25:02 -0600 Rob Landley ln -v support from Ashwini Sharma (comment tweak from me) draft
Wed, 18 Dec 2013 10:20:16 -0600 Rob Landley Ashwini Sharma added -v, I tweaked it a bit and added a couple test suite entries. draft
Mon, 16 Dec 2013 17:41:25 -0600 Rob Landley Fix pidof -o bug aborting output, reported by Ashwini Sharma. draft
Sun, 08 Dec 2013 13:26:05 -0600 Rob Landley Doing math on void pointers isn't portable, reported by Nathan McSween. draft
Sun, 08 Dec 2013 13:21:14 -0600 Rob Landley Forgot to set new pending entry to default n. draft
Sun, 08 Dec 2013 13:19:01 -0600 Rob Landley Can't test <0 on an unsigned, reported by Nathan McSween. draft
Sat, 07 Dec 2013 16:19:17 -0600 Rob Landley Ashwini Sharma submitted tcpsvd/udpsvd. draft
Wed, 04 Dec 2013 22:58:42 -0600 Rob Landley When building for 32-bit, the compiler can't figure out that a constant too big to fit in a long isn't trying to unless you explicitly postfix the constant with the type of the varable it's being assigned into. draft
Tue, 03 Dec 2013 15:11:52 -0600 Rob Landley Redo od whitespace with multiple output types so the columns align. draft
Sun, 01 Dec 2013 14:34:05 -0600 Rob Landley Minor drive-by cleanups to cpio. Whitespace, curly brackets, replace %4 with &3, turn a switch/case into if/else. draft
Sat, 30 Nov 2013 00:57:26 -0600 Rob Landley Fix cut. draft
Sat, 30 Nov 2013 00:16:28 -0600 Rob Landley Cleanup help text, remove dead fields unused by linux kernel. draft
Thu, 28 Nov 2013 22:13:04 -0600 Rob Landley Promote ifconfig from pending to other. draft
Thu, 28 Nov 2013 21:11:34 -0600 Rob Landley Oops, cleaned up ifconfig uses atolx_range() instead of get_int_list(). Check that in. draft
Thu, 28 Nov 2013 21:06:15 -0600 Rob Landley Add xgetpwnam() to lib/xwrap.c. draft
Thu, 28 Nov 2013 20:18:04 -0600 Rob Landley Move xgetpwuid() and xgetgrgid() into xwrap.c draft
Tue, 26 Nov 2013 19:35:22 -0600 Rob Landley Ifconfig cleanup. draft