summaryrefslogtreecommitdiff
path: root/parallel.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-31include <sys/loadavg.h> for getloadavg() in parallel.c on illumos/solarisIgor Pashev1-0/+4
2013-07-11Fix build on Hurd. Closes: #716653 (Thanks, Pino Toscano)Joey Hess1-1/+1
2010-07-06parallel: -i will now replace {} inside parameters, before the {} had to be a...Joey Hess1-4/+9
2010-07-06optimisations and fix memory leakJoey Hess1-22/+22
2010-02-23fix load edge caseJoey Hess1-1/+1
2010-02-23allow -l 0Joey Hess1-1/+1
2010-02-23parallel: Allow a decimal load value to be specified with -lJoey Hess1-2/+2
2010-02-23parallel: Fix logic error in code handling -l that could make parallel return...Joey Hess1-3/+3
2010-02-23parallel: Fix to really avoid running new jobs when load is too high.Joey Hess1-2/+3
2010-02-23parallel: Make -j 0 do something reasonable (start all jobs at once).Joey Hess1-2/+2
2010-02-23parallel: Fix exit code handling when commands are specified after --Joey Hess1-3/+11
2010-02-09parallel: Define WEXITED to allow building on FreeBSD kernel. (This is somewh...Joey Hess1-0/+4
2009-10-31parallel: Allow running independent commands, like `parallel -j3 -- ls df "ec...Joey Hess1-15/+29
2009-07-25support -n optionPierre Habouzit1-15/+31
2009-07-10use sysconf to determine number of processorsJoey Hess1-3/+8
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
2009-07-10parallel: Assume -j 1 if no -j or -l is givenTollef Fog Heen1-1/+2
2009-07-02avoid uninitalized value warningJoey Hess1-1/+1
2009-07-02misc formattingJoey Hess1-10/+6
2009-06-30parallel: Implement -l (maxload) and -i (replace {})Tollef Fog Heen1-11/+39
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
2009-06-30Add initial writeup of parallel toolTollef Fog Heen1-0/+144