|
8031b501d5
|
moved gtfpga PCI test code
|
2015-03-23 21:08:23 +01:00 |
|
|
3590ced68e
|
added copyright headers
|
2015-03-23 17:32:56 +01:00 |
|
|
24dfcbfac9
|
added small script do automatically updte Doxygen documentation
|
2015-03-23 17:54:37 +01:00 |
|
|
3ab5b1e616
|
updated year and format of usage output
|
2015-03-21 18:16:28 +01:00 |
|
|
81f0465b1b
|
chosed diffrent termination signal
|
2015-03-21 18:16:03 +01:00 |
|
|
8587184bf6
|
added storage for previous message
(this will may be extended to a variable number of past messages)
|
2015-03-21 18:04:52 +01:00 |
|
|
9cfdf4c874
|
small fixes and cleanups
|
2015-03-21 18:03:55 +01:00 |
|
|
f2734a395e
|
splitted debug/log system out of utils and made it thread safe :-)
|
2015-03-21 18:03:29 +01:00 |
|
|
5f95fef037
|
decreased maximum number of values per message to 16 (shrink working set)
|
2015-03-21 15:32:19 +01:00 |
|
|
57081daa93
|
more cleanups
|
2015-03-21 15:31:42 +01:00 |
|
|
b3d1fc8c45
|
added missing timer_delete()
|
2015-03-21 15:30:42 +01:00 |
|
|
b89f65debc
|
a lots of small cleanups
|
2015-03-21 15:29:00 +01:00 |
|
|
08c41db911
|
fixed missing first indention level
|
2015-03-21 15:27:17 +01:00 |
|
|
e1d7e0487d
|
adjust histogram memory management function naming scheme
|
2015-03-21 15:26:52 +01:00 |
|
|
f0db3e7897
|
added destructor function callback to list implementation
|
2015-03-21 15:23:57 +01:00 |
|
|
bc2aff818b
|
unlock mutex before destroying it!
|
2015-03-21 15:20:22 +01:00 |
|
|
cccd0e6957
|
removed old Linux-like linked list implementation for nodes, paths, interfaces and sockets
|
2015-03-21 15:19:41 +01:00 |
|
|
2bc2156171
|
merged OPAL specific Makefile
|
2015-03-21 12:28:36 +01:00 |
|
|
39f1dff626
|
fixed version string macro when git is not installed
|
2015-03-21 12:28:17 +01:00 |
|
|
d25ad21d86
|
removed last direct calls to malloc()
|
2015-03-21 11:54:14 +01:00 |
|
|
a9795eda7c
|
added missing #ifdefs when not compiling with OPAL_ASYNC support
|
2015-03-21 11:47:08 +01:00 |
|
|
befdc520d0
|
fixed various bugs during OPAL-RT tests
|
2015-03-20 18:55:14 +01:00 |
|
|
22566e25a1
|
renamed directory
|
2015-03-20 18:54:06 +01:00 |
|
|
23fddff6e8
|
removed note to non-existent directory from README.txt
|
2015-03-20 13:54:21 +01:00 |
|
|
721427ebf5
|
last fixes for Andrea's live image
|
2015-03-20 12:12:52 +01:00 |
|
|
d13f19834b
|
improved setup script
|
2015-03-20 12:07:16 +01:00 |
|
|
9cefbaf488
|
Merge branch 'master' of github.com:RWTH-ACS/S2SS
|
2015-03-20 11:42:02 +01:00 |
|
|
24d1a204fd
|
started writing a script to build a LiveUSB image (early stage)
|
2015-03-20 11:26:59 +01:00 |
|
|
cad7c6bb25
|
added a few configuration files for the LiveUSB image
|
2015-03-20 11:26:34 +01:00 |
|
|
9a7028c886
|
added script to generate initram filesystems and grub
|
2015-03-20 11:14:47 +01:00 |
|
|
3790cf30aa
|
changed Doxygen HTML extension to work with Mongoose HTTPd
|
2015-03-20 11:13:34 +01:00 |
|
|
b13e9c528d
|
Merge branch 'master' of github.com:RWTH-ACS/S2SS
|
2015-03-19 17:41:37 +01:00 |
|
|
a78b089801
|
added list of installed packages for the liveusb
|
2015-03-19 17:23:56 +01:00 |
|
|
909a7cd09c
|
added systemd unit files for liveusb setup
|
2015-03-19 17:21:53 +01:00 |
|
|
24b7de3499
|
added some script for the live usb image
|
2015-03-19 17:20:49 +01:00 |
|
|
8cf9bded16
|
Merge branch 'opal-async'
Conflicts:
server/Makefile
server/include/node.h
server/src/cfg.c
|
2015-03-18 16:24:35 +01:00 |
|
|
695ab7d8d6
|
simplified Makefile
|
2015-03-18 16:20:38 +01:00 |
|
|
cdb65c2444
|
Merge branch 'better-hooks'
|
2015-03-18 16:19:31 +01:00 |
|
|
7883a762cd
|
added getopt() parser to toolchain and added -r (aka --reverse) as parameter
|
2015-03-18 16:18:10 +01:00 |
|
|
a9e1137a62
|
small cleanups
|
2015-03-18 16:16:44 +01:00 |
|
|
a4305d5c4a
|
added logging directory to ignore list (used by new hook_log example)
|
2015-03-18 16:15:11 +01:00 |
|
|
9c57c54abe
|
improved hook user callback system and added new examples (untested)
|
2015-03-18 16:13:18 +01:00 |
|
|
b6fce3fe8d
|
finished support for multiple destination nodes
|
2015-03-18 15:53:01 +01:00 |
|
|
980f1d12fa
|
updated config parser to handle multiple destination nodes
|
2015-03-18 15:50:02 +01:00 |
|
|
eebc1edf9e
|
fixed and improved linked list
|
2015-03-18 15:47:49 +01:00 |
|
|
e30e9292f2
|
proper release of path structure (path_destroy() vs free())
|
2015-03-18 15:47:18 +01:00 |
|
|
dab130545c
|
added path_print() for variable number of destination nodes
|
2015-03-18 15:45:06 +01:00 |
|
|
51a1b42f46
|
cherry picked (v)strap functions from opal-async branch
|
2015-03-18 15:38:06 +01:00 |
|
|
84686ffacb
|
added new doubly-linked list implementation (this one supersedes the old Linux style lists)
|
2015-03-18 00:31:48 +01:00 |
|
|
39e6a92b61
|
small cleanups
|
2015-03-18 00:30:38 +01:00 |
|