Rob Landley [Wed, 7 Mar 2012 03:19:57 +0000 (21:19 -0600)]
Cleanups: use perror_msg() and make mode a global.
Georgi Chorbadzhiyski [Wed, 7 Mar 2012 02:58:13 +0000 (20:58 -0600)]
Add mkfifo.
Rob Landley [Wed, 7 Mar 2012 02:49:03 +0000 (20:49 -0600)]
Web page updates.
Rob Landley [Wed, 7 Mar 2012 02:48:27 +0000 (20:48 -0600)]
Comment and whitespace tweaks.
Rob Landley [Tue, 6 Mar 2012 05:15:50 +0000 (23:15 -0600)]
mkdir cleanups: Let umask do its thing at the syscall level, have mode be a global to prepare for -m, use do_blah name loopfiles() usually calls, one less redundant mkdir() call, go ahead and modify writeable args instead of strdup(), return before restoring / so error message is better, use perror_msg().
Georgi Chorbadzhiyski [Tue, 6 Mar 2012 04:19:36 +0000 (22:19 -0600)]
Add mkdir.
Rob Landley [Tue, 6 Mar 2012 02:48:35 +0000 (20:48 -0600)]
Fix xargs -0 option.
Pere Orga [Sun, 4 Mar 2012 23:25:32 +0000 (00:25 +0100)]
whoami: fix toy description, no code changes
Rob Landley [Sun, 4 Mar 2012 22:43:12 +0000 (16:43 -0600)]
Add clear.
Rob Landley [Sun, 4 Mar 2012 22:27:21 +0000 (16:27 -0600)]
Add tac. (Shell wrapper is smaller, but all-in-one static binary is compelling use case.)
Rob Landley [Sun, 4 Mar 2012 07:29:57 +0000 (01:29 -0600)]
Minor optimization.
Georgi Chorbadzhiyski [Sun, 4 Mar 2012 07:26:48 +0000 (01:26 -0600)]
Add whoami.
Georgi Chorbadzhiyski [Sun, 4 Mar 2012 07:24:06 +0000 (01:24 -0600)]
Fix build on slackware-current.
Rob Landley [Sun, 4 Mar 2012 06:50:44 +0000 (00:50 -0600)]
Add longopt, refactor so only one instance of each loop, requre = as part of match, update exit code.
Georgi Chorbadzhiyski [Sun, 4 Mar 2012 05:55:27 +0000 (23:55 -0600)]
Implement printenv command.
Rob Landley [Sun, 4 Mar 2012 05:45:01 +0000 (23:45 -0600)]
Make floating point support depend on TOYBOX_FLOAT, make 0.1m work.
Georgi Chorbadzhiyski [Sun, 4 Mar 2012 04:55:33 +0000 (22:55 -0600)]
Add fraction and extension support to sleep.
Andre Renaud [Sun, 4 Mar 2012 00:17:49 +0000 (18:17 -0600)]
Add -A to ls
Rob Landley [Sun, 4 Mar 2012 00:17:26 +0000 (18:17 -0600)]
Added tag 0.2.1 for changeset
9bcc288a1c54
Rob Landley [Sat, 3 Mar 2012 16:56:11 +0000 (10:56 -0600)]
Fix from Georgi Chorbadzhiyski to make cross compiling more robust.
Rob Landley [Sat, 3 Mar 2012 02:18:17 +0000 (20:18 -0600)]
This uses floating point.
Rob Landley [Sat, 3 Mar 2012 02:18:02 +0000 (20:18 -0600)]
Add copyright notice, fluff out help text, use xexec().
Rob Landley [Fri, 2 Mar 2012 14:33:01 +0000 (08:33 -0600)]
Only show one normal difference (sans -l) and EOF message should go to stdout, not stderr.
Rob Landley [Fri, 2 Mar 2012 14:27:50 +0000 (08:27 -0600)]
Cleanup pass, and support unrecognized slash chars ala "echo -e \p".
Rob Landley [Fri, 2 Mar 2012 03:36:20 +0000 (21:36 -0600)]
Add -n, which kernel build needs.
Rob Landley [Tue, 28 Feb 2012 12:34:35 +0000 (06:34 -0600)]
Now that generated/Config.probed is its own file, add it to build dependencies.
Rob Landley [Tue, 28 Feb 2012 12:34:09 +0000 (06:34 -0600)]
Make documentation even fluffier.
Rob Landley [Tue, 28 Feb 2012 06:29:52 +0000 (00:29 -0600)]
Add "-" type to optargs and teach tail.c to use it. Tighten up help text, use xzalloc() and xputc() as appropriate.
Rob Landley [Tue, 28 Feb 2012 03:56:49 +0000 (21:56 -0600)]
Upgrade yesno() and make cp -i use it.
Rob Landley [Mon, 27 Feb 2012 04:04:37 +0000 (22:04 -0600)]
The aboriginal linux build needs ls -ditc and probably some more unimplemented options yet...
Rob Landley [Mon, 27 Feb 2012 03:53:15 +0000 (21:53 -0600)]
Web page tweaks. Remove background image (makes it hard ot read for some people), and use local roadmap instead of third party wiki.
Rob Landley [Mon, 27 Feb 2012 03:52:07 +0000 (21:52 -0600)]
Teach patch -p that consecutive /// counts as one path component.
Rob Landley [Sun, 26 Feb 2012 22:11:25 +0000 (16:11 -0600)]
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.
Rob Landley [Sun, 26 Feb 2012 19:48:00 +0000 (13:48 -0600)]
Factor out common code between killall/kill and move it to lib/lib.c, plus cleanups on kill.c.
Bryce Fricke [Fri, 24 Feb 2012 03:08:27 +0000 (22:08 -0500)]
Implemented -i for cp
Rob Landley [Fri, 24 Feb 2012 03:03:18 +0000 (21:03 -0600)]
Don't mix the the probed symbols with the command symbols.
Rob Landley [Fri, 24 Feb 2012 02:56:10 +0000 (20:56 -0600)]
Bugfix: use the right USE symbol.
Timothy Elliott [Thu, 23 Feb 2012 19:51:13 +0000 (11:51 -0800)]
Add tail.
Disabled by default because the -f option is not implemented.
Daniel Walter [Wed, 22 Feb 2012 03:39:20 +0000 (21:39 -0600)]
update id to be SUS compliant
* add -n and -G flag
* allow a username to be given as argument
* display complete list of groups
* include it in default build
Rob Landley [Wed, 22 Feb 2012 03:27:10 +0000 (21:27 -0600)]
Replace GPL python debug script with BSD shell script.
Andre Renaud [Wed, 22 Feb 2012 02:48:52 +0000 (20:48 -0600)]
Add in the -n support, and the 64-bit defines. Force ls to act as ls -1 if used in a pipe.
Daniel Walter [Wed, 22 Feb 2012 01:45:19 +0000 (19:45 -0600)]
Add new kill toy. Used to send signals to a process or a process group.
Elie De Brauwer [Sat, 18 Feb 2012 12:25:36 +0000 (13:25 +0100)]
Adding insmod and rmmod
Elie De Brauwer [Mon, 13 Feb 2012 18:58:48 +0000 (19:58 +0100)]
Adding mknod
Rob Landley [Tue, 21 Feb 2012 05:15:32 +0000 (23:15 -0600)]
Tighten up the source code in largely cosmetic ways.
Rob Landley [Tue, 21 Feb 2012 02:20:12 +0000 (20:20 -0600)]
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.
Elie De Brauwer [Sat, 18 Feb 2012 08:44:53 +0000 (09:44 +0100)]
Adding lsmod
Rob Landley [Mon, 20 Feb 2012 04:21:45 +0000 (22:21 -0600)]
Set HOSTCC only if it isn't already set as an environment variable.
Rob Landley [Sun, 19 Feb 2012 23:37:49 +0000 (17:37 -0600)]
Minor tweaks.
Elie De Brauwer [Sat, 18 Feb 2012 14:33:27 +0000 (15:33 +0100)]
Adding swapon and swapoff
Elie De Brauwer [Sat, 18 Feb 2012 13:13:55 +0000 (14:13 +0100)]
mkswap helpstring and argument string
Rob Landley [Sun, 19 Feb 2012 04:44:11 +0000 (22:44 -0600)]
Nathan McSween convinced me compilers that inline memset() can optimize the bzero case pretty well.
Rob Landley [Sun, 19 Feb 2012 00:54:30 +0000 (18:54 -0600)]
Cleanups to killall.
Rob Landley [Sun, 19 Feb 2012 00:53:57 +0000 (18:53 -0600)]
And again, I forgot to check in a file. Oops.
Rob Landley [Sun, 19 Feb 2012 00:09:14 +0000 (18:09 -0600)]
Cleanups to pidof (including some global infrastructure shared with killall).
Rob Landley [Sat, 18 Feb 2012 21:19:00 +0000 (15:19 -0600)]
More ls updates from Andre Renaud: Add -R and initial support for listing files on the command line.
Rob Landley [Sat, 18 Feb 2012 21:12:41 +0000 (15:12 -0600)]
Add killall by Andreas Heck, and factor out common pid code to lib.h.
Rob Landley [Sat, 18 Feb 2012 21:08:31 +0000 (15:08 -0600)]
Add pidof by Andreas Heck.
Timothy Elliott [Thu, 9 Feb 2012 06:47:36 +0000 (22:47 -0800)]
Add tests for cmp.
Still needs to handle directories properly and needs padding for
-l output.
Rob Landley [Fri, 17 Feb 2012 18:06:12 +0000 (12:06 -0600)]
Add V=1 support to make.
Rob Landley [Fri, 17 Feb 2012 18:05:26 +0000 (12:05 -0600)]
Sigh: moving a header to toys.h isn't very useful if I forget to check in toys.h.
Rob Landley [Fri, 17 Feb 2012 11:27:37 +0000 (05:27 -0600)]
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.
Rob Landley [Fri, 17 Feb 2012 10:47:16 +0000 (04:47 -0600)]
Realpath, by Andre Renaud.
Rob Landley [Fri, 17 Feb 2012 10:46:55 +0000 (04:46 -0600)]
Move includes into toys.h, more xprintf()
Rob Landley [Thu, 16 Feb 2012 23:51:51 +0000 (17:51 -0600)]
Minor cleanups: trim spaces from strings, use xprintf().
Elie De Brauwer [Mon, 13 Feb 2012 16:15:49 +0000 (17:15 +0100)]
Adding free and uptime
Rob Landley [Wed, 15 Feb 2012 12:12:38 +0000 (06:12 -0600)]
Error message fix from Pere (gotrunks at gmail).
Rob Landley [Wed, 15 Feb 2012 11:55:38 +0000 (05:55 -0600)]
Minor cleanups to hostname.
Rob Landley [Wed, 15 Feb 2012 11:47:38 +0000 (05:47 -0600)]
Add hostname from Andre Renaud.
Rob Landley [Tue, 14 Feb 2012 05:43:33 +0000 (23:43 -0600)]
Teach ln about multiple arguments.
Rob Landley [Tue, 14 Feb 2012 04:57:30 +0000 (22:57 -0600)]
Add ln from Andre Renaud.
Rob Landley [Tue, 14 Feb 2012 03:48:22 +0000 (21:48 -0600)]
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.)
Rob Landley [Tue, 14 Feb 2012 03:27:50 +0000 (21:27 -0600)]
Second drop of ls from Andre, adds -l.
Rob Landley [Tue, 14 Feb 2012 03:26:27 +0000 (21:26 -0600)]
Add ls from Andre Renaud.
Rob Landley [Tue, 14 Feb 2012 03:16:03 +0000 (21:16 -0600)]
Commit the web page change that announced the release.
Rob Landley [Tue, 14 Feb 2012 03:13:05 +0000 (21:13 -0600)]
Minor code cleanup and typo fix.
Elie De Brauwer [Sun, 12 Feb 2012 13:14:58 +0000 (14:14 +0100)]
Add test for basename, fix issue where suffix is wrongfully applied if it appears in the middle of the filename
Rob Landley [Mon, 13 Feb 2012 14:44:32 +0000 (08:44 -0600)]
The unshare test needs $CC defined, source configure to get it.
Rob Landley [Mon, 13 Feb 2012 13:46:36 +0000 (07:46 -0600)]
Added tag 0.2.0 for changeset
e708e8933a50
Rob Landley [Mon, 13 Feb 2012 00:04:15 +0000 (18:04 -0600)]
Add clear (wrapper).
Timothy Elliott [Sat, 11 Feb 2012 05:59:57 +0000 (21:59 -0800)]
Add tests for head
This exposed one issue in head.c -- printf was not flushing and
file names could appear after file contents instead of before.
The issue is fixed by calling xflush after xprintf.
Rob Landley [Sat, 11 Feb 2012 19:42:24 +0000 (13:42 -0600)]
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).
Elie De Brauwer [Sat, 11 Feb 2012 13:58:50 +0000 (14:58 +0100)]
Fix overflow in octal formatting in echo, add support for hexadecimal input, add tests for octal and hexadecimal formatting
Elie De Brauwer [Sat, 11 Feb 2012 12:46:49 +0000 (13:46 +0100)]
Add tests for cksum
Elie De Brauwer [Sat, 11 Feb 2012 12:48:04 +0000 (13:48 +0100)]
Correct cksum parameters and clarify -N option
Elie De Brauwer [Fri, 10 Feb 2012 12:36:48 +0000 (13:36 +0100)]
Correct description of nice levels in help of nice
Rob Landley [Thu, 9 Feb 2012 12:36:42 +0000 (06:36 -0600)]
Cleanups for head.
Timothy Elliott [Tue, 7 Feb 2012 01:35:59 +0000 (17:35 -0800)]
Implement head
Rob Landley [Thu, 9 Feb 2012 12:09:27 +0000 (06:09 -0600)]
Make atolx() error_exit() if fed a string that doesn't convert entirely into an integer.
Rob Landley [Thu, 9 Feb 2012 01:29:39 +0000 (19:29 -0600)]
Use stpcpy() (posix 2008) for slight code shrink.
Rob Landley [Thu, 9 Feb 2012 01:29:14 +0000 (19:29 -0600)]
Switch from deprecated function to gratuitously renamed identical non-depricated function. *shrug*
Rob Landley [Wed, 8 Feb 2012 04:25:59 +0000 (22:25 -0600)]
More cmp.c shrinkage.
Abuse loopfiles() to handle both arguments, caching the first pass in globals.
That eliminates get_fd() since loopfiles already knows how to handle "-" arg.
Chop toybuf in half and use half for each file, eliminating malloc/free.
main() becomes just a call to loopfiles(), which does all open/close.
Rob Landley [Wed, 8 Feb 2012 03:32:32 +0000 (21:32 -0600)]
Iterative cleanups on cmp.c: silence warnings, only free if TOYBOX_FREE, use xopen(), style cleanup on curly brackets.
Luis Felipe Strano Moraes [Tue, 7 Feb 2012 20:13:41 +0000 (12:13 -0800)]
Switching who default to 'n' since it's not yet fully implemented.
Luis Felipe Strano Moraes [Tue, 7 Feb 2012 17:15:17 +0000 (09:15 -0800)]
Added time to the output of who command.
Luis Felipe Strano Moraes [Tue, 7 Feb 2012 00:29:09 +0000 (16:29 -0800)]
Initial version of who command.
Luis Felipe Strano Moraes [Mon, 6 Feb 2012 22:36:56 +0000 (14:36 -0800)]
Silence really boring compiler warning.
Timothy Elliott [Mon, 6 Feb 2012 09:28:40 +0000 (01:28 -0800)]
Implement cmp
Rob Landley [Tue, 7 Feb 2012 06:31:37 +0000 (00:31 -0600)]
Fix sort -uc (pointer vs pointer to pointer confusion, covered by typecast).
Rob Landley [Tue, 7 Feb 2012 03:15:19 +0000 (21:15 -0600)]
Document that optflags is always an int (so 32 bit and 64 bit platforms behave the same).