Menu

Process Control Daemon (PCD) / News: Recent posts

PCD documentation

I found this web archive that has a copy of my old blog which went down a year ago. All PCD documentation is available here:
http://web.archive.org/web/20140220080159/http://www.rt-embedded.com/blog/pcd-process-control-daemon/pcd-documentation/

Posted by Hai Shalom 2015-09-10


PCD Version 1.1.6 has been released

This version includes a fix submitted by Albert (user mwopentv12), to address a race condition in the IPC library.

Posted by Hai Shalom 2012-04-27

PCD Version 1.1.5 has been released

This release contains two changes:
- pcdapi.h file contains changes that allow to include it in C++ applications. Without this change, C++ applications fail to link with libpcd.so.
- In some cases, pcd thinks it was already running when it was not. This happened when other processes with names containing the substring "pcd" were already running in the system.

Posted by Hai Shalom 2012-02-16

PCD Version 1.1.4 has been released

This release fixes a bug that causes the error "undefined reference
to `PCD_api_register_exception_handlers" when linking with pcdapi library. Release 1.1.3 is not usable and will be removed.

Posted by Hai Shalom 2011-11-14

PCD Version 1.1.3 has been released

This version fixes some bugs and limitation in the ipc library:
- Fixed bug 3413714: PCD will now clean its resources when its terminated.
- Protect against multiple concurrent accesses to pcd_api from the same context (threads).

Posted by Hai Shalom 2011-09-27

PCD Version 1.1.2 has been released

This release contains the following changes:
- Support for starting a process using a different user id other than pcd's. A new optional keyword has been added to the pcd script syntax:
USER = { uid ; username }
- Experimental support for vfork() system call instead of fork()

Posted by Hai Shalom 2011-09-20

PCD Version 1.1.0 has been released

This is a major release with many updates:
- Using standard system types defined in sys/types.h.
- Updated STATUS to PCD_status_e and IPC_status_e respectively.
- Support crash-daemon only mode (no rule files, acts only as a crash daemon).
- Support x64 platforms (great for running pcd on your Linux PC development machine).
- pcd now kills all its children when terminating and daemonizing in the beginning (no need for running explicitly in the background with &).

Posted by Hai Shalom 2011-03-14

PCD Version 1.0.9 has been released

This version tries to improve the PCD support for environment variables. It is now possible to concatenate values to environment variables in the PCD script (though not recursive and only one variable). For example, a command value can be:

COMMAND = insmod ${MODULES_PATH}/net/gigeth.ko

Posted by Hai Shalom 2011-02-16

PCD Version 1.0.8 has been released

This new version replaces the register set which is displayed during a crash on MIPS platforms. The exception dump will now show registers 0-31. It is recommended to update your version if you are using PCD on MIPS.

Posted by Hai Shalom 2011-01-21

PCD Version 1.0.7 has been released

This new version has some bug fixes and enhancements. It is recommended to update your version.

Posted by Hai Shalom 2011-01-20

PCD Version 1.0.6 has been released

This new version has many bug fixes and enhancements. It is recommended to update your version.

Posted by Hai Shalom 2010-10-30

PCD Version 1.0.5 has been released

New features:
Support Kconfig configuration option for PCD (Thanks to Abhaydev S for helping with his contribution).

Posted by Hai Shalom 2010-08-24

PCD Version 1.0.4 has been released

New features:
- Support MIPS platform (Thanks to Metin Kaya).
- Option to use either static or shared libraries (Thanks to Andriy Tseghlitsky).
- Added SIGFPE (math error signal) to the PCD exception handler.

Posted by Hai Shalom 2010-08-04

PCD Documentation now available!

Posted by Hai Shalom 2010-08-02


PCD Version 1.0.3 has been released

New features: Added X86 support (Thanks to Andriy Tseghlitsky)
Bug fixes: Removed Windows style CR/LF

Posted by Hai Shalom 2010-07-24

PCD Version 1.0.2 has been released

PCD Version 1.0.2 has been released with 3 bug fixes.

Posted by Hai Shalom 2010-07-18

PCD Sources in SVN

Starting from today, the PCD Sources are available in the SVN. All project management will be done via SVN.

Posted by Hai Shalom 2010-05-19