]> rtime.felk.cvut.cz Git - frescor/fna.git/log
frescor/fna.git
16 years agoadd the infraestructure for storing the negotiated contracts and performing the analy...
sangorrin [Tue, 22 Apr 2008 09:27:04 +0000 (09:27 +0000)]
add the infraestructure for storing the negotiated contracts and performing the analysis through the analysis module. TODO: perform a test with those contracts to admit them. In the end the module implementation could be replaced by the cpu implementation.
Spare capacity is not done yet. Now we have to implement negotiation and cancel of contracts.

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1135 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agomichael found an error in the definition of the posix sporadic servers so i replaced...
sangorrin [Mon, 21 Apr 2008 17:35:20 +0000 (17:35 +0000)]
michael found an error in the definition of the posix sporadic servers so i replaced them with new rules designed by michael... I still keep them because they are still analyzable (they dont behave like periodic tasks though) to compare them

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1131 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agocorrected an error in the sporadic servers... the activation time is the timestamp...
sangorrin [Fri, 18 Apr 2008 10:50:20 +0000 (10:50 +0000)]
corrected an error in the sporadic servers... the activation time is the timestamp when the packet is enqueued, not when the frame is sent!!!

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1124 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agotested negotiation in slave and in master.. it seems to work good with the new struct...
sangorrin [Fri, 18 Apr 2008 08:50:18 +0000 (08:50 +0000)]
tested negotiation in slave and in master.. it seems to work good with the new structures too. And its much simpler and clear! wohooo!! TODO: do the scheduling analysis with the API that is already done but for the moment use a utilization analysis, then allow renegotiations and cancelling of contracts... finally implement modifications to the posix sporadic server... do testing, measures and the deliverable... (the spare capacity will have to wait i guess..)

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1123 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agosome reorganization... now the acceptor is simpler.. everything goes through requests...
sangorrin [Thu, 17 Apr 2008 18:54:04 +0000 (18:54 +0000)]
some reorganization... now the acceptor is simpler.. everything goes through requests and these are sent and received directly through the messages module... TODO: sched analysis, test negotiations, then add renegotiations and cancel..

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1122 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agorename the file
sangorrin [Thu, 17 Apr 2008 15:52:19 +0000 (15:52 +0000)]
rename the file

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1121 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agotests adapted to new names.. now the compile.. in makefile i add a target 'tests...
sangorrin [Thu, 17 Apr 2008 15:51:29 +0000 (15:51 +0000)]
tests adapted to new names.. now the compile.. in makefile i add a target 'tests' to build them all in one shot

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1120 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoupdated everything to the new structure... it compiles ok... next step, make sure...
sangorrin [Thu, 17 Apr 2008 15:31:36 +0000 (15:31 +0000)]
updated everything to the new structure... it compiles ok... next step, make sure that the tests compile, then check that the corresponding messages are sent and find possible bugs (very probable to have forgotten some info in the requests..) and then adapt it to do sched analysis

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1119 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agorenamings... redo the request and messages part... also now there will be two threads...
sangorrin [Thu, 17 Apr 2008 10:49:47 +0000 (10:49 +0000)]
renamings... redo the request and messages part... also now there will be two threads in each node like in the dtm... still not compile.. i have to finish it in the afternoon

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1118 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agorenaming
sangorrin [Wed, 16 Apr 2008 15:55:55 +0000 (15:55 +0000)]
renaming

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1117 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoi break the svn for one day to change the name of files, redo the negotiation message...
sangorrin [Wed, 16 Apr 2008 15:27:03 +0000 (15:27 +0000)]
i break the svn for one day to change the name of files, redo the negotiation messages system and implement renegotiations and canceling of contracts

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1116 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoupdate values
sangorrin [Tue, 15 Apr 2008 11:47:40 +0000 (11:47 +0000)]
update values

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1115 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoadd a lock for the queue structures when dequeued, for th moment is hardwired to...
sangorrin [Tue, 15 Apr 2008 11:42:59 +0000 (11:42 +0000)]
add a lock for the queue structures when dequeued, for th moment is hardwired to network 0

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1114 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agothis lock was wrong.. it worked because of an error in marte os: if u block after...
sangorrin [Tue, 15 Apr 2008 11:42:29 +0000 (11:42 +0000)]
this lock was wrong.. it worked because of an error in marte os: if u block after enter in the critical section, the idle task enters unblocking the irqs again. An error should be returned i think

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1113 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agolock for the (future) negotiation
sangorrin [Tue, 15 Apr 2008 08:51:36 +0000 (08:51 +0000)]
lock for the (future) negotiation

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1112 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agonet
sangorrin [Tue, 15 Apr 2008 08:51:12 +0000 (08:51 +0000)]
net

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1111 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agolocks for server functions
sangorrin [Tue, 15 Apr 2008 08:50:57 +0000 (08:50 +0000)]
locks for server functions

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1110 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoadd the modules for the frescan sched analysis with an initial API that we are discus...
sangorrin [Tue, 15 Apr 2008 08:20:17 +0000 (08:20 +0000)]
add the modules for the frescan sched analysis with an initial API that we are discussing at the moment so it might change soon... it is not applied yet.. TODO: we will need new messages for the spare capacity distribution and structures to apply them at the right moment.. this is also ongoing work and research must be done on when is the right moment.

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1109 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoupdate the names and add acceptor thread id to the general data
sangorrin [Tue, 15 Apr 2008 07:47:57 +0000 (07:47 +0000)]
update the names and add acceptor thread id to the general data

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1108 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agorenaming to neg threads
sangorrin [Tue, 15 Apr 2008 07:44:38 +0000 (07:44 +0000)]
renaming to neg threads

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1107 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agojoining threads module
sangorrin [Tue, 15 Apr 2008 07:43:54 +0000 (07:43 +0000)]
joining threads module

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1106 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoabort when higher prio frame
sangorrin [Mon, 14 Apr 2008 16:58:45 +0000 (16:58 +0000)]
abort when higher prio frame

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1105 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoadd a test to obtain measures of a round trip
sangorrin [Wed, 9 Apr 2008 11:19:45 +0000 (11:19 +0000)]
add a test to obtain measures of a round trip

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1104 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoapps need to link to libfosa too
sangorrin [Wed, 9 Apr 2008 11:19:14 +0000 (11:19 +0000)]
apps need to link to libfosa too

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1103 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agonetwork enabling is now in fna_configuration.h
sangorrin [Tue, 8 Apr 2008 15:37:53 +0000 (15:37 +0000)]
network enabling is now in fna_configuration.h

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1098 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoinitialize pointer to null to avoid warning.. this is because the compiler does not...
sangorrin [Tue, 8 Apr 2008 15:37:00 +0000 (15:37 +0000)]
initialize pointer to null to avoid warning.. this is because the compiler does not know that im checking that a list is not empty before using it etc..

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1097 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoinitialize pointer to null to avoid warning.. this is because the compiler does not...
sangorrin [Tue, 8 Apr 2008 15:36:52 +0000 (15:36 +0000)]
initialize pointer to null to avoid warning.. this is because the compiler does not know that im checking that a list is not empty before using it etc..

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1096 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoinitialize pointer to null to avoid warning.. this is because the compiler does not...
sangorrin [Tue, 8 Apr 2008 15:36:42 +0000 (15:36 +0000)]
initialize pointer to null to avoid warning.. this is because the compiler does not know that im checking that a list is not empty before using it etc..

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1095 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agocreate a server in the negotiator thread... this thread should be renamed to MASTER...
sangorrin [Tue, 8 Apr 2008 15:35:56 +0000 (15:35 +0000)]
create a server in the negotiator thread... this thread should be renamed to MASTER local negotiator thread or sth like that cause the rest of negotiations are performed by the acceptor thread.. which also should be renamed to SLAVE negotiations or sth like that

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1094 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoimplement send and receive in fna and bytes<->budget conversion functions... the...
sangorrin [Tue, 8 Apr 2008 15:34:51 +0000 (15:34 +0000)]
implement send and receive in fna and bytes<->budget conversion functions... the test is in frsh/tests_distributed/test send receive basic

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1093 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoput neg channel to 0 by default so i dont forget it
sangorrin [Tue, 8 Apr 2008 15:33:46 +0000 (15:33 +0000)]
put neg channel to 0 by default so i dont forget it

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1092 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agotab
sangorrin [Tue, 8 Apr 2008 15:32:45 +0000 (15:32 +0000)]
tab

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1091 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agonetworks are enabled in fna_configuration.h now, not in CFLAGS... i keep the enables...
sangorrin [Tue, 8 Apr 2008 15:32:33 +0000 (15:32 +0000)]
networks are enabled in fna_configuration.h now, not in CFLAGS... i keep the enables in config.mk for the moment but just rules.mk to know which directories should be compiled... with the future omk system i guess this is easier

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1090 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agonow libfrescan.o instead of .a
sangorrin [Tue, 8 Apr 2008 08:45:59 +0000 (08:45 +0000)]
now libfrescan.o instead of .a

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1089 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agonow libfrescan is a relocatable object file instead of a library .a
sangorrin [Tue, 8 Apr 2008 08:45:24 +0000 (08:45 +0000)]
now libfrescan is a relocatable object file instead of a library .a

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1088 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoadded fna files, starting its implementation, the rest return an error and write...
sangorrin [Tue, 8 Apr 2008 08:44:54 +0000 (08:44 +0000)]
added fna files, starting its implementation, the rest return an error and write not implemented so far

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1087 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoadd flag for debugging frescan fna layer
sangorrin [Tue, 8 Apr 2008 08:44:23 +0000 (08:44 +0000)]
add flag for debugging frescan fna layer

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1086 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoadd frescan operations
sangorrin [Tue, 8 Apr 2008 08:44:01 +0000 (08:44 +0000)]
add frescan operations

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1085 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoadd prototypes for frescan
sangorrin [Tue, 8 Apr 2008 08:43:25 +0000 (08:43 +0000)]
add prototypes for frescan

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1084 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agonow im working on frescan.. ill update rtep if i broke the compilation later
sangorrin [Tue, 8 Apr 2008 08:43:07 +0000 (08:43 +0000)]
now im working on frescan.. ill update rtep if i broke the compilation later

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1083 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agonow all will be included in libfna.a, the rest will be relocatable linked objects
sangorrin [Tue, 8 Apr 2008 08:42:38 +0000 (08:42 +0000)]
now all will be included in libfna.a, the rest will be relocatable linked objects

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1082 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agouse frsh.h only, headers mess otherwise
sangorrin [Mon, 7 Apr 2008 15:58:28 +0000 (15:58 +0000)]
use frsh.h only, headers mess otherwise

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1076 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoinclude frsh.h to include everything because there were headers problems and miguel...
sangorrin [Mon, 7 Apr 2008 15:49:13 +0000 (15:49 +0000)]
include frsh.h to include everything because there were headers problems and miguel has thought it to include only this file

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1075 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agofrsh_freelist is now part of utils as fadt_freelist
sangorrin [Mon, 7 Apr 2008 15:48:20 +0000 (15:48 +0000)]
frsh_freelist is now part of utils as fadt_freelist

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1074 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoutils
sangorrin [Mon, 7 Apr 2008 15:47:48 +0000 (15:47 +0000)]
utils

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1073 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoneg in slave, receive results
sangorrin [Mon, 7 Apr 2008 08:22:18 +0000 (08:22 +0000)]
neg in slave, receive results

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1068 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agonegotiation reply (TODO: integrate the scheduling test component)
sangorrin [Mon, 7 Apr 2008 08:21:55 +0000 (08:21 +0000)]
negotiation reply (TODO: integrate the scheduling test component)

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1067 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agonegotiation messages, so far a slave call negotiate which sends a negotiate msg which...
sangorrin [Thu, 3 Apr 2008 16:04:25 +0000 (16:04 +0000)]
negotiation messages, so far a slave call negotiate which sends a negotiate msg which arrives to the master and sends a reply

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1065 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agotests for bwres basic
sangorrin [Tue, 1 Apr 2008 16:09:39 +0000 (16:09 +0000)]
tests for bwres basic

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1061 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agonegotiator thread and bwres layer
sangorrin [Tue, 1 Apr 2008 16:09:15 +0000 (16:09 +0000)]
negotiator thread and bwres layer

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1060 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agomakefile for the tests
sangorrin [Tue, 1 Apr 2008 09:55:31 +0000 (09:55 +0000)]
makefile for the tests

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1056 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agosome tests
sangorrin [Tue, 1 Apr 2008 09:55:23 +0000 (09:55 +0000)]
some tests

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1055 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agostarting to build the negotiations infrastructure
sangorrin [Tue, 1 Apr 2008 09:55:07 +0000 (09:55 +0000)]
starting to build the negotiations infrastructure

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1054 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agofrescan compiles
sangorrin [Mon, 31 Mar 2008 11:21:54 +0000 (11:21 +0000)]
frescan compiles

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1053 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agostarting adaptation to fosa of frescan.. some reordering..
sangorrin [Mon, 31 Mar 2008 11:16:37 +0000 (11:16 +0000)]
starting adaptation to fosa of frescan.. some reordering..

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1052 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoadded frescan sources
sangorrin [Mon, 31 Mar 2008 10:24:03 +0000 (10:24 +0000)]
added frescan sources

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@1051 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agochanged to N measures
sangorrin [Thu, 3 Jan 2008 11:00:01 +0000 (11:00 +0000)]
changed to N measures

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@985 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoadded send sync operation
sangorrin [Thu, 3 Jan 2008 10:59:36 +0000 (10:59 +0000)]
added send sync operation

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@984 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agosome debugging flags and the target of the makefile
sangorrin [Thu, 13 Dec 2007 11:58:22 +0000 (11:58 +0000)]
some debugging flags and the target of the makefile

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@954 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agonew test for measuring the neg time in rtep fna
sangorrin [Tue, 11 Dec 2007 11:06:25 +0000 (11:06 +0000)]
new test for measuring the neg time in rtep fna

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@944 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agomakefile changes
sangorrin [Tue, 11 Dec 2007 11:05:08 +0000 (11:05 +0000)]
makefile changes

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@943 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agodebug flags
sangorrin [Tue, 27 Nov 2007 17:53:31 +0000 (17:53 +0000)]
debug flags

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@904 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agono qemu image in svn
sangorrin [Mon, 26 Nov 2007 12:06:15 +0000 (12:06 +0000)]
no qemu image in svn

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@888 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agobackup
sangorrin [Mon, 26 Nov 2007 12:04:41 +0000 (12:04 +0000)]
backup

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@887 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agochange to unix fna, now we encode streams... but i found a problem in dtm so it wont...
sangorrin [Wed, 31 Oct 2007 12:28:04 +0000 (12:28 +0000)]
change to unix fna, now we encode streams... but i found a problem in dtm so it wont be useful because multithreaded apps in linux_lib_arch cannot sleep

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@826 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agodebug function
sangorrin [Mon, 29 Oct 2007 18:17:23 +0000 (18:17 +0000)]
debug function

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@821 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agounix fna, it seems to work
sangorrin [Mon, 29 Oct 2007 10:38:31 +0000 (10:38 +0000)]
unix fna, it seems to work

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@820 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agopreparing to do unix fna
sangorrin [Fri, 26 Oct 2007 17:46:58 +0000 (17:46 +0000)]
preparing to do unix fna

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@819 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agostart to do the unix fna
sangorrin [Fri, 26 Oct 2007 10:23:29 +0000 (10:23 +0000)]
start to do the unix fna

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@818 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agogit-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@817 35b4ef3e-fd22...
sangorrin [Fri, 26 Oct 2007 09:31:44 +0000 (09:31 +0000)]
git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@817 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoconfig
sangorrin [Fri, 19 Oct 2007 11:44:35 +0000 (11:44 +0000)]
config

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@790 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agortep is defined in config.mk
sangorrin [Fri, 19 Oct 2007 11:43:31 +0000 (11:43 +0000)]
rtep is defined in config.mk

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@789 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoifdef rtep
sangorrin [Fri, 19 Oct 2007 11:43:15 +0000 (11:43 +0000)]
ifdef rtep

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@788 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agodefine rtep
sangorrin [Fri, 19 Oct 2007 10:22:48 +0000 (10:22 +0000)]
define rtep

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@784 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agodefine rtep
sangorrin [Fri, 19 Oct 2007 10:22:41 +0000 (10:22 +0000)]
define rtep

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@783 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agonew makefile
sangorrin [Fri, 19 Oct 2007 09:22:16 +0000 (09:22 +0000)]
new makefile

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@772 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoclean images in tests
sangorrin [Fri, 19 Oct 2007 09:22:00 +0000 (09:22 +0000)]
clean images in tests

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@771 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agomakefile update
sangorrin [Fri, 19 Oct 2007 09:20:55 +0000 (09:20 +0000)]
makefile update

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@770 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agothe table is now in fna_configuration.c
sangorrin [Fri, 19 Oct 2007 09:20:28 +0000 (09:20 +0000)]
the table is now in fna_configuration.c

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@769 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agonew makefile system
sangorrin [Fri, 19 Oct 2007 09:20:02 +0000 (09:20 +0000)]
new makefile system

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@768 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoto store the fna table
sangorrin [Fri, 19 Oct 2007 09:19:13 +0000 (09:19 +0000)]
to store the fna table

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@767 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agono elif
sangorrin [Fri, 19 Oct 2007 09:18:50 +0000 (09:18 +0000)]
no elif

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@766 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agodefine rtep
sangorrin [Fri, 19 Oct 2007 09:18:30 +0000 (09:18 +0000)]
define rtep

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@765 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoque no
sangorrin [Fri, 19 Oct 2007 09:15:00 +0000 (09:15 +0000)]
que no

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@764 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoGlobal update in FNA to update license text
telleriam [Fri, 28 Sep 2007 11:44:34 +0000 (11:44 +0000)]
Global update in FNA to update license text

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@733 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agono messages
sangorrin [Thu, 6 Sep 2007 15:15:20 +0000 (15:15 +0000)]
no messages

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@698 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agomakefile with frsh
sangorrin [Mon, 3 Sep 2007 17:38:38 +0000 (17:38 +0000)]
makefile with frsh

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@689 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agosend receive
sangorrin [Mon, 3 Sep 2007 17:38:11 +0000 (17:38 +0000)]
send receive

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@688 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agocheck fna with frsh running
sangorrin [Mon, 3 Sep 2007 17:37:21 +0000 (17:37 +0000)]
check fna with frsh running

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@687 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agocomment until implemented
sangorrin [Mon, 3 Sep 2007 17:37:07 +0000 (17:37 +0000)]
comment until implemented

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@686 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agochan
sangorrin [Mon, 3 Sep 2007 17:36:07 +0000 (17:36 +0000)]
chan

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@685 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agorenegotiate_sync
sangorrin [Fri, 10 Aug 2007 17:05:44 +0000 (17:05 +0000)]
renegotiate_sync

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@668 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agobig commint with a lot of changes, see files
sangorrin [Thu, 9 Aug 2007 11:47:44 +0000 (11:47 +0000)]
big commint with a lot of changes, see files

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@645 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agolib for rtepfna
sangorrin [Thu, 9 Aug 2007 11:46:06 +0000 (11:46 +0000)]
lib for rtepfna

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@644 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agohooks for fna
sangorrin [Thu, 9 Aug 2007 11:40:01 +0000 (11:40 +0000)]
hooks for fna

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@643 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoassert
sangorrin [Thu, 2 Aug 2007 10:23:10 +0000 (10:23 +0000)]
assert

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@635 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agofna tests
sangorrin [Mon, 25 Jun 2007 15:34:48 +0000 (15:34 +0000)]
fna tests

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@510 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agogit-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@509 35b4ef3e-fd22...
sangorrin [Mon, 25 Jun 2007 15:32:52 +0000 (15:32 +0000)]
git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@509 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoi add FROM when receiving
sangorrin [Tue, 19 Jun 2007 07:46:07 +0000 (07:46 +0000)]
i add FROM when receiving

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@501 35b4ef3e-fd22-0410-ab77-dab3279adceb

16 years agoupdate doc
sangorrin [Tue, 15 May 2007 17:40:41 +0000 (17:40 +0000)]
update doc

git-svn-id: http://www.frescor.org/private/svn/frescor/fna/trunk@407 35b4ef3e-fd22-0410-ab77-dab3279adceb