summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-02-21Cap sillyness. Closes: #570815Joey Hess2-3/+9
2010-02-09releasing version 0.380.38Joey Hess2-4/+3
2010-02-09changelogJoey Hess1-0/+2
2010-02-09parallel: Define WEXITED to allow building on FreeBSD kernel. (This is ↵Joey Hess2-0/+6
somewhat experimental.)
2010-02-09freebsd patch from Enrico TassiJoey Hess3-18/+48
* ifdata: - Use unsigned long for ioctl command. On both Linux and FreeBSD ioctl expects an unsigned long command. FreeBSD kernel was complaining about the (by chance) signedness of the ioctl command (then probably ignored, since it worked both on Linux and FreeBSD). WARNING pid 799 (ifdata): ioctl sign-extension ioctl ffffffffc0206933 - put #if defined(__linux__) around ioctls that are not supported by FreeBSD - Mention in the manpage that some options are Linux specific.
2009-10-31wordingJoey Hess1-2/+2
2009-10-31parallel: Allow running independent commands, like `parallel -j3 -- ls df ↵Joey Hess3-17/+50
"echo hi"`
2009-10-05Description improvements. Closes: #549450 (Thanks, Justin B Rye)Joey Hess3-10/+17
2009-07-25releasing version 0.370.37Joey Hess2-3/+3
2009-07-25parallel.1: Typo fixes. Closes: #538147Joey Hess2-1/+2
2009-07-25updateJoey Hess2-3/+6
2009-07-25support -n optionPierre Habouzit2-15/+39
This makes parallel stuff more than one argument to the subcommands. It's very useful when subcommands are slow to start and are able to process multiple files at once, that tasks are small but plenty. For example: $ ./parallel -n 3 echo -- a b c d e f g h a b c d e f g h Signed-off-by: Pierre Habouzit <madcoder@debian.org>
2009-07-15parallel: Clarify man page regarding CPUs. Closes: #536597Joey Hess2-1/+7
2009-07-10releasing version 0.360.36Joey Hess1-2/+2
2009-07-10updateJoey Hess1-3/+6
2009-07-10use sysconf to determine number of processorsJoey Hess1-3/+8
2009-07-10updateJoey Hess1-3/+13
2009-07-10Merge commit 'remotes/tollef/master'Joey Hess1-3/+18
2009-07-10Fix indentationTollef Fog Heen1-2/+2
2009-07-10parallel: Argument validationTollef Fog Heen1-2/+16
Make sure the arguments passed to -j and -l are numbers and error out if they are not.
2009-07-10parallel: Assume -j 1 if no -j or -l is givenTollef Fog Heen1-1/+2
2009-07-02mispipe: Fix closing of extra pipe FD before starting command so it is not ↵Joey Hess2-7/+10
inherited by daemons. Closes: #533448 (Thanks, Jeremie Koenig)
2009-07-02avoid uninitalized value warningJoey Hess1-1/+1
2009-07-02misc formattingJoey Hess1-10/+6
2009-07-02parallel: New program, contributed by Tollef Fog Heen, that can run multiple ↵Joey Hess6-1/+135
jobs in parallel, optionally checking load average.
2009-06-30parallel: Implement -l (maxload) and -i (replace {})Tollef Fog Heen1-11/+39
Add support for only starting jobs when the load average is low enough, this is done with -l and acts similarly to how make does it. In order to construct more complex commands, add -i which will make parallel replace {} with the argument at an arbitrary place in the command line.
2009-06-30parallel: Fix typo in usage stringTollef Fog Heen1-1/+1
2009-06-30Return non-zero if something goes wrongTollef Fog Heen1-7/+14
The return code of parallel is the OR-ed exit status of all the children, with 1 being OR-ed in if any child is killed.
2009-06-30Compile parallel by defaultTollef Fog Heen1-1/+1
2009-06-30Add initial writeup of parallel toolTollef Fog Heen1-0/+144
2009-05-05releasing version 0.350.35Joey Hess2-3/+3
2009-05-05remove unnecessary quotesJoey Hess1-1/+1
2009-05-05isutf8: Reject UTF-8-encoded UTF-16 surrogates. Closes: #525301 (Thanks, ↵Joey Hess3-1/+14
Jakub Wilk and liw)
2009-05-02ifdata: Don't assume that all interface names are 6 characters or less, for ↵Joey Hess2-1/+9
instance "wmaster0" is longer. Increase the limit to 20 characters. Closes: #526654 (Thanks, Alan Pope)
2008-12-11releasing version 0.340.34Joey Hess1-2/+2
2008-12-11vipe: Avoid dying on empty input. Thanks, Anders Kaseorg Closes: #508491Joey Hess2-2/+9
2008-10-31releasing version 0.330.33Joey Hess1-2/+2
2008-10-31Fix zrun breakage introduced last version. Closes: #504129Joey Hess2-1/+2
2008-10-27changelogJoey Hess1-0/+6
2008-10-27Support installing moreutils into prefixes other than /usrEvan Broder1-5/+6
2008-10-26Fix pod error in vidir(1).0.32Joey Hess2-2/+5
2008-09-27zrun: Can be linked to zsomeprog to run the equivilant of zrun someprog.Joey Hess2-5/+29
* zrun: Can be linked to zsomeprog to run the equivilant of zrun someprog. Closes: #411623 (Stefan Fritsch) * zrun: Add support for lzma and lzo. (Stefan Fritsch)
2008-07-09typoJoey Hess1-1/+1
2008-06-28releasing version 0.310.31Joey Hess2-3/+3
2008-05-28ts: Support displaying fractional seconds via a "%.S" conversion ↵Joey Hess2-3/+24
specification. Closes: #482789
2008-05-28pee.1: Document difference with tee in stdout.Joey Hess2-1/+10
2008-05-14releasing version 0.300.30Joey Hess1-2/+2
2008-05-12ifne: If no command is specified, print usage information.Joey Hess3-2/+6
2008-05-12Added -n option to ifne.Vicho2-20/+65
With -n, ifne runs the command if the standard input is empty and does nothing otherwise.
2008-05-10updateJoey Hess1-0/+1