-
Remove instructions for defunct apt repo
ndantam committedNov 6, 2017
-
ndantam committed
Jul 6, 2016 -
Merge branch 'linux-3.18.16-rt' into linux-update
ndantam committedJul 6, 2016 -
ndantam committed
Jul 6, 2016 -
ndantam committed
Jul 6, 2016
-
Add warning to pass ach_channel_t by reference
ndantam committedApr 5, 2016
-
Switch HTML manpage to ipcbench, too
ndantam committedSep 15, 2015
-
ndantam committed
Sep 14, 2015
-
Use Alexandria MEAN and MEDIAN functions
ndantam committedJul 2, 2015 -
ndantam committed
Jul 2, 2015 -
ndantam committed
Jul 2, 2015 -
ndantam committed
Jul 2, 2015 -
ndantam committed
Jul 2, 2015 -
ndantam committed
Jul 2, 2015 -
Multiplex local stream sockets
ndantam committedJul 2, 2015 -
ndantam committed
Jul 2, 2015 -
ndantam committed
Jul 2, 2015 -
ndantam committed
Jul 2, 2015 -
ndantam committed
Jul 2, 2015 -
Initial multiple channels benchmarking
ndantam committedJul 2, 2015
-
Use AC_MSG_RESULT for mutex test results
ndantam committedJun 26, 2015 -
Update call to rt_mutex_lock_interruptible
ndantam committedJun 26, 2015
-
Statically assert the field sizes in compat_ioctl call
ndantam committedApr 24, 2015 * Ensures same size of int and clockid_t between 64 and 32 bit code
-
ndantam committed
Apr 24, 2015 -
* Enables 32-bit applications to use kernel module on 64-bit kernel
-
ndantam committed
Mar 4, 2015 -
Add README pointer to INSTALL for doc generation
ndantam committedMar 4, 2015
-
Debug messages for ACH_CORRUPT
ndantam committedFeb 25, 2015 -
Randomly set options in achstress test
ndantam committedFeb 25, 2015
-
Fix achcat buffers and signal handling
ndantam committedFeb 18, 2015 * malloc buffer for received messages and resize on ACH_OVERFLOW * Install signal handler to set shutdown flag and call ach_cancel()
-
Return ACH_ENOTSUP for user channels in event handler
ndantam committedFeb 15, 2015
-
ndantam committed
Feb 11, 2015
-
Add optional source lock when opening channels
ndantam committedFeb 10, 2015 * When requested, take a file lock to prevent competing messages sources on a channel * Rename ACH_STALE_FRAMES to ACH_EAGAIN * #define ACH_STALE_FRAMES and ACH_LOCKED as aliases for ACH_EAGAIN