summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Add flag to newbatch to make jobs executableHEADmasterMarius Halden2016-11-10-5/+19
|
* Fix batchd subdir and moreMarius Halden2016-11-10-13/+29
|
* Makefile + gitignoreMarius Halden2016-11-10-7/+2
|
* Make pread async in case fd is valid but not what we are looking forMarius Halden2016-11-04-2/+25
|
* atoi() -> strtol() in runfd.cMarius Halden2016-11-04-4/+9
|
* Add runfd to default buildMarius Halden2016-11-04-1/+1
|
* Add file used for testing runfdMarius Halden2016-11-04-0/+3
|
* Allow setting fd through argv[1] and set O_CLOEXEC if file does not start ↵Marius Halden2016-11-04-3/+29
| | | | with #!
* Add note about fdescfs to runfd.cMarius Halden2016-11-04-0/+4
|
* Initial for executing filedescriptorMarius Halden2016-11-04-2/+50
|
* Fix resource leakMarius Halden2016-10-25-3/+6
|
* Break out of loop where it's neededMarius Halden2016-08-30-0/+2
|
* Keep track of running jobsMarius Halden2016-08-30-13/+73
|
* Add command to create the spool directoryMarius Halden2016-08-30-0/+45
|
* Fix async waitMarius Halden2016-08-30-4/+4
|
* Start adding support for parallel jobsMarius Halden2016-08-26-7/+45
|
* Initial commitMarius Halden2016-08-19-0/+180