- Apr 21, 2022
-
-
Ezekiel Dohmen authored
-
- Apr 19, 2022
-
-
Ezekiel Dohmen authored
-
- Apr 18, 2022
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
- Apr 16, 2022
-
-
Ezekiel Dohmen authored
Setting epics/util/Makefile.in to custom output dir and regenerating configure script for it, don't copy files that can cause race condition
-
- Apr 15, 2022
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
- Apr 14, 2022
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
- Apr 04, 2022
-
-
Ezekiel Dohmen authored
-
- Mar 30, 2022
-
-
Jonathan Hanks authored
* Removed a call 'bear', which was used to understand the build of the sequencer. * checkFileCrc needs C linkage for of the backend sequencer bits. * It should be moved into a header file
-
Jonathan Hanks authored
-
- Mar 25, 2022
-
-
Ezekiel Dohmen authored
-
- Mar 24, 2022
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
-
- Mar 23, 2022
-
-
Ezekiel Dohmen authored
-
- Mar 22, 2022
-
-
Ezekiel Dohmen authored
-
- Mar 17, 2022
-
-
Ezekiel Dohmen authored
-
- Mar 16, 2022
-
-
Ezekiel Dohmen authored
-
- Mar 07, 2022
-
-
Ezekiel Dohmen authored
-
- Feb 03, 2022
-
-
Ezekiel Dohmen authored
-
Ezekiel Dohmen authored
Removing the unneeded ExtraSymbols.symvers and cleaning up the FE makefile so it builds on debian 11
-
- Aug 24, 2020
-
-
Rolf Bork authored
-
- May 12, 2020
-
-
Jameson Rollins authored
everything can be handled by main install script now.
-
- May 11, 2020
-
-
Jameson Rollins authored
using systemd unit with shell wrapper now eliminates need for separate install-noawg script
-
- Apr 18, 2020
-
-
Erik von Reis authored
New dolphin packages install symvers to a particular directory. This change looks for those symvers and incorporates them into model builds. Note that configure was changed by autoconf. Configure should probably be dropped from git.
-
- Dec 20, 2019
-
-
Jameson Rollins authored
-
- Dec 12, 2019
-
-
Keith Thorne authored
Closes #14 - Restore support for kernel module versioning patches/kernel-4.19-cs/config-4.19.67-cs - change to MODVERSIONS=y patches/kernel-4.19-cs/README - Update note on config file -- changes for mbuf, gpstime symbol versions -- Update RCG autotools - remove configure, move configure.in to configure.ac bootstrap - add to generate configure from configure.ac configure.ac - rename from configure.in, add tests to find path to mbuf, gpstime Module.symvers files - either /var/lib/dkms/$MODNAME/$MODVERS/$KVERS/$ARCH/ for DKMS package or /var/cache/$MODNAME from local build src/drv/ExtraSymbols.symvers - Remove mbuf, gpstime symbols src/drv/gpstime/Makefile - Add caching of Module.symvers in /var/cache/gpstime on install src/drv/mbuf/Makefile - Add caching of Module.symvers in /var/cache/mbuf on install src/epics/util/Makefile.in - Add mbuf,gpstime Module.symvers paths src/epics/util/feCodeGen.pl - Add KBUILD_EXTRA_SYMBOLS statements to front-end make file -- changes to ...
-
- Nov 22, 2019
-
-
Jonathan Hanks authored
* Removing makefile/autotools build pieces. * Removing non-daqd_shmem specific files * Removed some of the #ifdef soup
-
- Jun 18, 2019
-
-
Keith Thorne authored
-
- Nov 09, 2018
-
-
Rolf Bork authored
- Makefile.in: Commented out build of user space code for now. - Code modified to allow rideout of long cycles cause by Dolphin. - This still requires verification of DAC outputs. - New controllerLR.c added to run IOP at 32K. - This option set by virtualIOP=3 in Parameter block. - Removed session callback print from dolphin code. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4838 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Jan 04, 2018
-
-
Jonathan Hanks authored
Also renamed /dev/symmetricom /dev/gpstime git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4619 6dcd42c9-f523-4c6d-aada-af552506706e
-
- Dec 08, 2017
-
-
Jonathan Hanks authored
The rcv build of daqd had code to read cycle count information from an array of rmIpcStr structures. 1. This was unneeded in this build of daqd 2. The array was never initialized and resulted in invalid pointers 3. It only ran in production due to optimization recognizing a unused variable and removing the bad read. This code breaks the producer.cc out to producer_rcv.cc and removes the unneeded rmIpcStr structures and accesses. git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4593 6dcd42c9-f523-4c6d-aada-af552506706e
-