]> www.infradead.org Git - users/mchehab/rasdaemon.git/shortlog
users/mchehab/rasdaemon.git
2013-05-10 Mauro Carvalho... ras-record: retry open if busy
2013-05-10 Mauro Carvalho... ras-events: make the error patch to do the right thing
2013-05-10 Mauro Carvalho... README: add project goals
2013-05-10 Mauro Carvalho... Update README
2013-05-09 Mauro Carvalho... ras-events: open database on each thread
2013-05-08 Mauro Carvalho... Update tarball URL
2013-05-08 Mauro Carvalho... Fix make dist-* targets v0.2.0
2013-05-08 Mauro Carvalho... Add a RPM spec file to build it with rpmbuild
2013-05-08 Mauro Carvalho... Add a service to register EDAC labels
2013-05-08 Mauro Carvalho... Add a manpage for the rasdaemon
2013-05-08 Mauro Carvalho... Modify the ras-mc-ctl manpage to reflect the current...
2013-05-08 Mauro Carvalho... Add a man page for ras-mc-ctl
2013-05-08 Mauro Carvalho... Parse ras-mc-ctl via autoconf tools
2013-05-08 Mauro Carvalho... Add more autotools stuff into .gitignore
2013-05-08 Mauro Carvalho... rasdaemon: change it to version 0.2.0
2013-05-08 Mauro Carvalho... ras-daemon: make sqlite3 code optional
2013-05-06 Mauro Carvalho... Update TODO file
2013-05-06 Mauro Carvalho... ras-mc-ctl: update copyright file
2013-05-06 Mauro Carvalho... ras-mc-ctl: rename edac-ctl to ras-mc-ctl
2013-05-06 Mauro Carvalho... edac-ctl: drop support for legacy EDAC nodes
2013-05-06 Mauro Carvalho... edac-ctl: Convert it to use EDAC version 3.0.0 (HERM)
2013-05-06 Mauro Carvalho... edac-ctl: move dimm label parsing routine to the beginning
2013-05-03 Mauro Carvalho... Remove the already solved issues from TODO.
2013-05-03 Mauro Carvalho... ras-events: Use uptime clock if available
2013-05-03 Mauro Carvalho... ras-events: Use per-instance tracing ringbuffer, if...
2013-05-03 Mauro Carvalho... ras-events: warn if something got wrong with threads
2013-05-03 Mauro Carvalho... Some fixes at the log function
2013-05-03 Mauro Carvalho... move ras events generic code into a separate file
2013-05-02 Mauro Carvalho... libtrace: sync with latest changeset
2013-04-19 Mauro Carvalho... Add edac-ctl perl script to contrib
2013-04-19 Mauro Carvalho... add two test scripts to contrib
2013-04-08 Petr Holasekrasdaemon: logging via syslog enabled
2013-04-08 Petr HolasekREADME: fixed description of configure script call
2013-03-28 Mauro Carvalho... The m4 directory needs to exist for autoreconf to work
2013-03-25 Mauro Carvalho... TODO: use a separate ring buffer
2013-03-25 Mauro Carvalho... TODO: numerate items there to help tracking them
2013-03-25 Mauro Carvalho... TODO: update it to reflect the current status
2013-03-14 Mauro Carvalho... ras-mc-event: fix field names
2013-03-14 Mauro Carvalho... ras-mc-event: use the default logic to display the...
2013-03-14 Mauro Carvalho... ras-mc-event: use the default logic to display the...
2013-03-14 Mauro Carvalho... Update NEWS to reflect the rationale behind the project v0.1
2013-03-14 Mauro Carvalho... Better comment about the sense of timestamp
2013-03-13 Mauro Carvalho... Split sqlite3 statement prepare into a separate function
2013-03-13 Mauro Carvalho... Wait forever at poll()
2013-03-13 Mauro Carvalho... Add a README file for libtrace
2013-03-13 Mauro Carvalho... rasdaemon: make record events optional
2013-03-13 Mauro Carvalho... ras-record: don't try to record if database open failed
2013-03-13 Mauro Carvalho... remove plugin-ras.c
2013-03-13 Mauro Carvalho... Add ACLOCAL_AMFLAGS to Makefile.am
2013-03-13 Mauro Carvalho... Add information about the needed packages to compile it
2013-03-13 Mauro Carvalho... Update gitignore to not produce false reports
2013-03-13 Mauro Carvalho... Add quick usage instructions at README
2013-03-13 Mauro Carvalho... Improve INSTALL procedure
2013-03-13 Mauro Carvalho... Add a TODO list
2013-03-13 Mauro Carvalho... rasdaemon: by default, start the daemon
2013-03-13 Mauro Carvalho... Split ras daemon into modules
2013-03-12 Mauro Carvalho... Initial version