summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | added support for high-performance action queue submission if not all mark me...Rainer Gerhards2010-06-082-2/+2
* | | | | fixing msg duplication & loss regression, causes slowdownRainer Gerhards2010-06-101-1/+1
|/ / / /
* | | | bugfix: regression caused more locking action in msg.c than necessaryRainer Gerhards2010-06-082-12/+25
* | | | finshed implementation of strgen modulesRainer Gerhards2010-06-045-25/+17
* | | | first implementation of strgen interfaceRainer Gerhards2010-06-018-6/+439
* | | | experimental commit: facility to generate template via C functionRainer Gerhards2010-06-011-2/+5
* | | | fixed race conditions during queue shutdown (DA case, disks active)Rainer Gerhards2010-05-184-15/+33
* | | | added new cancel-reduced action thread termination methodRainer Gerhards2010-05-172-0/+44
* | | | small cleanupRainer Gerhards2010-05-101-5/+0
* | | | fixed recent regression: did not compile on systems with atomic instructionsRainer Gerhards2010-04-291-1/+1
* | | | adapted new atomic instruction emulation to v5 engineRainer Gerhards2010-04-278-34/+60
* | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-2716-221/+112
|\| | |
| * | | bugfix: problems with atomic operations emulationRainer Gerhards2010-04-2715-226/+125
* | | | Merge branch 'v5-stable' into masterRainer Gerhards2010-04-261-1/+1
|\ \ \ \
| * | | | bugfix(minor): status variable was uninitializedRainer Gerhards2010-04-261-1/+1
| * | | | Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-04-012-9/+9
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | temporary bugfix replaced by permanent one for...Rainer Gerhards2010-03-312-9/+9
* | | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-232-3/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | minor fix: invalid duplicated include of config.hRainer Gerhards2010-04-231-2/+0
| * | | | fixed typo ... that caused compilation to fail on non-SolarisRainer Gerhards2010-04-221-1/+1
* | | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-233-14/+23
|\| | | |
| * | | | solved alignment errors on Solaris SparcRainer Gerhards2010-04-223-17/+21
| * | | | removed some complier warningsRainer Gerhards2010-04-212-4/+16
* | | | | cleanup of some compiler warningsRainer Gerhards2010-04-212-5/+17
* | | | | Merge branch 'v4-devel'Rainer Gerhards2010-04-192-1/+3
|\| | | |
| * | | | improved quality of imsolaris codeRainer Gerhards2010-04-192-1/+3
| * | | | changed flag value for v5-compatibilityRainer Gerhards2010-04-191-1/+1
* | | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-192-12/+18
|\| | | |
| * | | | changed imsolaris to use submitMsg() APIRainer Gerhards2010-04-192-12/+18
* | | | | some cleanupRainer Gerhards2010-04-191-1/+1
* | | | | Merge branch 'v4-devel' into masterRainer Gerhards2010-04-192-1/+14
|\| | | |
| * | | | first version of imsolaris created, cleanup for solaris doneRainer Gerhards2010-04-151-0/+2
| * | | | slightly improved/cleaned up debugging systemRainer Gerhards2010-04-141-3/+16
| * | | | Merge branch 'v4-stable-solaris' into v4-develRainer Gerhards2010-04-1219-144/+498
| |\ \ \ \
| * \ \ \ \ Merge branch 'v4-beta' into tmpRainer Gerhards2010-01-264-14/+28
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'v4-beta' into v4-develRainer Gerhards2009-12-041-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'v4-beta' into v4-develRainer Gerhards2009-11-251-1/+4
| |\ \ \ \ \ \ \
* | | | | | | | | bugfix: netstream ptcp support class was not correctly build on systems witho...Rainer Gerhards2010-04-191-0/+4
* | | | | | | | | Merge branch 'beta' into masterRainer Gerhards2010-04-099-70/+150
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'v4-stable-solaris' into betaRainer Gerhards2010-04-097-12/+219
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | / / / | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | bugfix: the T/P/E config size specifiers did not work properly under call 32-...Rainer Gerhards2010-04-071-3/+5
| | * | | | | | | enhanced nettester tool so that it re-uses it's callers environmentRainer Gerhards2010-04-072-9/+9
| | * | | | | | | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-253-7/+33
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | * | | | | | | forgot to add file with last commitRainer Gerhards2010-03-231-0/+70
| | * | | | | | | added replacements for atomic instructions on systems that do not support them.Rainer Gerhards2010-03-233-0/+132
| | * | | | | | | Merge branch 'v4-stable' into v4-stable-solarisRainer Gerhards2010-03-237-58/+129
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ Merge branch 'v4-stable' into v5-stableRainer Gerhards2010-03-296-64/+141
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | * | | | | | | | bugfix(temporary): message-induced off-by-one error (potential segfault)Rainer Gerhards2010-03-251-0/+6
| | * | | | | | | | bugfix: race condition during directory creationRainer Gerhards2010-03-251-6/+26
| | * | | | | | | | streamline dynafile cache entry deletion a bitRainer Gerhards2010-03-231-1/+1
| | | |/ / / / / / | | |/| | | | | |