log

age author description
Tue, 28 Feb 2012 06:34:35 -0600 Rob Landley Now that generated/Config.probed is its own file, add it to build dependencies.
Tue, 28 Feb 2012 06:34:09 -0600 Rob Landley Make documentation even fluffier.
Tue, 28 Feb 2012 00:29:52 -0600 Rob Landley Add "-" type to optargs and teach tail.c to use it. Tighten up help text, use xzalloc() and xputc() as appropriate.
Mon, 27 Feb 2012 21:56:49 -0600 Rob Landley Upgrade yesno() and make cp -i use it.
Sun, 26 Feb 2012 22:04:37 -0600 Rob Landley The aboriginal linux build needs ls -ditc and probably some more unimplemented options yet...
Sun, 26 Feb 2012 21:53:15 -0600 Rob Landley Web page tweaks. Remove background image (makes it hard ot read for some people), and use local roadmap instead of third party wiki.
Sun, 26 Feb 2012 21:52:07 -0600 Rob Landley Teach patch -p that consecutive /// counts as one path component.
Sun, 26 Feb 2012 16:11:25 -0600 Rob Landley Teach lib/args.c that " " this option must take a _separate_ argument, so "kill -stop" and "kill -s top" aren't the same thing. Make kill.c use it, and remove leftover debug printfs.
Sun, 26 Feb 2012 13:48:00 -0600 Rob Landley Factor out common code between killall/kill and move it to lib/lib.c, plus cleanups on kill.c.
Thu, 23 Feb 2012 22:08:27 -0500 Bryce Fricke Implemented -i for cp
Thu, 23 Feb 2012 21:03:18 -0600 Rob Landley Don't mix the the probed symbols with the command symbols.
Thu, 23 Feb 2012 20:56:10 -0600 Rob Landley Bugfix: use the right USE symbol.
Thu, 23 Feb 2012 11:51:13 -0800 Timothy Elliott Add tail.
Tue, 21 Feb 2012 21:39:20 -0600 Daniel Walter update id to be SUS compliant
Tue, 21 Feb 2012 21:27:10 -0600 Rob Landley Replace GPL python debug script with BSD shell script.
Tue, 21 Feb 2012 20:48:52 -0600 Andre Renaud Add in the -n support, and the 64-bit defines. Force ls to act as ls -1 if used in a pipe.
Tue, 21 Feb 2012 19:45:19 -0600 Daniel Walter Add new kill toy. Used to send signals to a process or a process group.
Sat, 18 Feb 2012 13:25:36 +0100 Elie De Brauwer Adding insmod and rmmod
Mon, 13 Feb 2012 19:58:48 +0100 Elie De Brauwer Adding mknod
Mon, 20 Feb 2012 23:15:32 -0600 Rob Landley Tighten up the source code in largely cosmetic ways.
Mon, 20 Feb 2012 20:20:12 -0600 Rob Landley Minor cleanups: lsmod should USE_LSMOD() instead of USE_FREE(), use consistent tab/space idents, and doesn't need a break after a function that exits.
Sat, 18 Feb 2012 09:44:53 +0100 Elie De Brauwer Adding lsmod
Sun, 19 Feb 2012 22:21:45 -0600 Rob Landley Set HOSTCC only if it isn't already set as an environment variable.
Sun, 19 Feb 2012 17:37:49 -0600 Rob Landley Minor tweaks.
Sat, 18 Feb 2012 15:33:27 +0100 Elie De Brauwer Adding swapon and swapoff
Sat, 18 Feb 2012 14:13:55 +0100 Elie De Brauwer mkswap helpstring and argument string
Sat, 18 Feb 2012 22:44:11 -0600 Rob Landley Nathan McSween convinced me compilers that inline memset() can optimize the bzero case pretty well.
Sat, 18 Feb 2012 18:54:30 -0600 Rob Landley Cleanups to killall.
Sat, 18 Feb 2012 18:53:57 -0600 Rob Landley And again, I forgot to check in a file. Oops.
Sat, 18 Feb 2012 18:09:14 -0600 Rob Landley Cleanups to pidof (including some global infrastructure shared with killall).
Sat, 18 Feb 2012 15:19:00 -0600 Rob Landley More ls updates from Andre Renaud: Add -R and initial support for listing files on the command line.
Sat, 18 Feb 2012 15:12:41 -0600 Rob Landley Add killall by Andreas Heck, and factor out common pid code to lib.h.
Sat, 18 Feb 2012 15:08:31 -0600 Rob Landley Add pidof by Andreas Heck.
Wed, 08 Feb 2012 22:47:36 -0800 Timothy Elliott Add tests for cmp.
Fri, 17 Feb 2012 12:06:12 -0600 Rob Landley Add V=1 support to make.
Fri, 17 Feb 2012 12:05:26 -0600 Rob Landley Sigh: moving a header to toys.h isn't very useful if I forget to check in toys.h.
Fri, 17 Feb 2012 05:27:37 -0600 Rob Landley Move realpath from loopfiles() to a for loop, so we don't get hung on read permission for file data when we just want to look at directory info.
Fri, 17 Feb 2012 04:47:16 -0600 Rob Landley Realpath, by Andre Renaud.
Fri, 17 Feb 2012 04:46:55 -0600 Rob Landley Move includes into toys.h, more xprintf()
Thu, 16 Feb 2012 17:51:51 -0600 Rob Landley Minor cleanups: trim spaces from strings, use xprintf().
Mon, 13 Feb 2012 17:15:49 +0100 Elie De Brauwer Adding free and uptime
Wed, 15 Feb 2012 06:12:38 -0600 Rob Landley Error message fix from Pere (gotrunks at gmail).
Wed, 15 Feb 2012 05:55:38 -0600 Rob Landley Minor cleanups to hostname.
Wed, 15 Feb 2012 05:47:38 -0600 Rob Landley Add hostname from Andre Renaud.
Mon, 13 Feb 2012 23:43:33 -0600 Rob Landley Teach ln about multiple arguments.
Mon, 13 Feb 2012 22:57:30 -0600 Rob Landley Add ln from Andre Renaud.
Mon, 13 Feb 2012 21:48:22 -0600 Rob Landley Tweak from Frank Bergmann: some broken optimizers complain about "type-punned pointers", so typecast to void * instead to shut it up. (Up there with the "may be used uninitialized" gripes.)
Mon, 13 Feb 2012 21:27:50 -0600 Rob Landley Second drop of ls from Andre, adds -l.
Mon, 13 Feb 2012 21:26:27 -0600 Rob Landley Add ls from Andre Renaud.
Mon, 13 Feb 2012 21:16:03 -0600 Rob Landley Commit the web page change that announced the release.
Mon, 13 Feb 2012 21:13:05 -0600 Rob Landley Minor code cleanup and typo fix.
Sun, 12 Feb 2012 14:14:58 +0100 Elie De Brauwer Add test for basename, fix issue where suffix is wrongfully applied if it appears in the middle of the filename
Mon, 13 Feb 2012 08:44:32 -0600 Rob Landley The unshare test needs $CC defined, source configure to get it.
Mon, 13 Feb 2012 07:46:36 -0600 Rob Landley Added tag 0.2.0 for changeset e708e8933a50
Sun, 12 Feb 2012 18:04:15 -0600 Rob Landley Add clear (wrapper). 0.2.0
Fri, 10 Feb 2012 21:59:57 -0800 Timothy Elliott Add tests for head
Sat, 11 Feb 2012 13:42:24 -0600 Rob Landley Minor cleanups to echo: collapse together three tolower() calls, make indent/brackets a bit more regular/obvious, and replace some spaces with tabs in help text (in a way that won't matter until I finish rewriting scripts/config2help.py in C).
Sat, 11 Feb 2012 14:58:50 +0100 Elie De Brauwer Fix overflow in octal formatting in echo, add support for hexadecimal input, add tests for octal and hexadecimal formatting
Sat, 11 Feb 2012 13:46:49 +0100 Elie De Brauwer Add tests for cksum
Sat, 11 Feb 2012 13:48:04 +0100 Elie De Brauwer Correct cksum parameters and clarify -N option