]> www.infradead.org Git - users/mchehab/rasdaemon.git/log
users/mchehab/rasdaemon.git
12 years agoras-mc-event: use the default logic to display the parse error
Mauro Carvalho Chehab [Thu, 14 Mar 2013 19:59:10 +0000 (16:59 -0300)]
ras-mc-event: use the default logic to display the parse error

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agoUpdate NEWS to reflect the rationale behind the project v0.1
Mauro Carvalho Chehab [Thu, 14 Mar 2013 18:32:06 +0000 (15:32 -0300)]
Update NEWS to reflect the rationale behind the project

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agoBetter comment about the sense of timestamp
Mauro Carvalho Chehab [Thu, 14 Mar 2013 12:30:19 +0000 (09:30 -0300)]
Better comment about the sense of timestamp

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agoSplit sqlite3 statement prepare into a separate function
Mauro Carvalho Chehab [Wed, 13 Mar 2013 21:36:06 +0000 (18:36 -0300)]
Split sqlite3 statement prepare into a separate function

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agoWait forever at poll()
Mauro Carvalho Chehab [Wed, 13 Mar 2013 17:03:24 +0000 (14:03 -0300)]
Wait forever at poll()

timeout = 0 doesn't wait. What we want there is to wait forever

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agoAdd a README file for libtrace
Mauro Carvalho Chehab [Wed, 13 Mar 2013 12:20:54 +0000 (09:20 -0300)]
Add a README file for libtrace

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agorasdaemon: make record events optional
Mauro Carvalho Chehab [Wed, 13 Mar 2013 11:49:09 +0000 (08:49 -0300)]
rasdaemon: make record events optional

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agoras-record: don't try to record if database open failed
Mauro Carvalho Chehab [Wed, 13 Mar 2013 11:43:50 +0000 (08:43 -0300)]
ras-record: don't try to record if database open failed

Check if ras->stmt is not null before writing it. That avoids
the risk of trying to write something if the database was not
opened.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agoremove plugin-ras.c
Mauro Carvalho Chehab [Wed, 13 Mar 2013 11:28:45 +0000 (08:28 -0300)]
remove plugin-ras.c

This file is not used.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agoAdd ACLOCAL_AMFLAGS to Makefile.am
Mauro Carvalho Chehab [Wed, 13 Mar 2013 11:24:27 +0000 (08:24 -0300)]
Add ACLOCAL_AMFLAGS to Makefile.am

Fixes a warning, from libtool:

libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agoAdd information about the needed packages to compile it
Mauro Carvalho Chehab [Wed, 13 Mar 2013 11:20:52 +0000 (08:20 -0300)]
Add information about the needed packages to compile it

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agoUpdate gitignore to not produce false reports
Mauro Carvalho Chehab [Wed, 13 Mar 2013 10:58:45 +0000 (07:58 -0300)]
Update gitignore to not produce false reports

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agoAdd quick usage instructions at README
Mauro Carvalho Chehab [Wed, 13 Mar 2013 10:57:39 +0000 (07:57 -0300)]
Add quick usage instructions at README

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agoImprove INSTALL procedure
Mauro Carvalho Chehab [Wed, 13 Mar 2013 10:55:14 +0000 (07:55 -0300)]
Improve INSTALL procedure

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agoAdd a TODO list
Mauro Carvalho Chehab [Wed, 13 Mar 2013 10:52:58 +0000 (07:52 -0300)]
Add a TODO list

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agorasdaemon: by default, start the daemon
Mauro Carvalho Chehab [Wed, 13 Mar 2013 10:48:20 +0000 (07:48 -0300)]
rasdaemon: by default, start the daemon

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agoSplit ras daemon into modules
Mauro Carvalho Chehab [Wed, 13 Mar 2013 10:45:32 +0000 (07:45 -0300)]
Split ras daemon into modules

Instead of having everything altogether, split the sqlite code
into a separate file, and the RAS memory controller handling on
another one.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
12 years agoInitial version
Mauro Carvalho Chehab [Tue, 12 Mar 2013 18:38:50 +0000 (15:38 -0300)]
Initial version