Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed old init.d files. The up-to-date configs are under contrib directory | Jirka Hladky | 2021-09-30 | 8 | -801/+0 | |
| | ||||||
* | Updated systemd service files to not start haveged service on kernel 5.6 and ↵ | Jirka Hladky | 2021-08-30 | 3 | -0/+3 | |
| | | | | newer | |||||
* | Fixed issue #60 | Jirka Hladky | 2021-08-30 | 1 | -1/+3 | |
| | ||||||
* | Preparing v1.9.15 release | Jirka Hladky | 2021-03-24 | 4 | -12/+17 | |
| | ||||||
* | Improved make check command | Jirka Hladky | 2021-03-24 | 6 | -17/+89 | |
| | ||||||
* | Update README.md | jirka-h | 2021-03-22 | 1 | -0/+17 | |
| | ||||||
* | Merge pull request #59 from pseiderer/ps-devel-fix-uclibc-compile-001 | jirka-h | 2021-03-22 | 2 | -2/+3 | |
|\ | | | | | Check for sys/auxv.h before using it. | |||||
| * | Merge branch 'master' into ps-devel-fix-uclibc-compile-001 | jirka-h | 2021-03-22 | 2 | -1/+8 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #58 from texierp/topic/uclibc-fixes | jirka-h | 2021-03-22 | 3 | -1/+12 | |
|\ \ | | | | | | | haveged: fix build on uclibc | |||||
| * | | haveged: fix build on uclibc | Pierre-Jean Texier | 2021-03-13 | 3 | -1/+12 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for HAVE_GETAUXVAL or HAVE_SYS_AUXV_H before using getauxval to avoid a build failure on uclibc Fixes: /bin/bash ../libtool --tag=CC --mode=compile /home/pjtexier/Bureau/buildroot/pj/bootlin-armv5-uclibc/host/bin/arm-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wpedantic -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o libhavege_la-havege.lo `test -f 'havege.c' || echo './'`havege.c /bin/bash ../libtool --tag=CC --mode=compile /home/pjtexier/Bureau/buildroot/pj/bootlin-armv5-uclibc/host/bin/arm-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wpedantic -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o libhavege_la-havegetune.lo `test -f 'havegetune.c' || echo './'`havegetune.c /bin/bash ../libtool --tag=CC --mode=compile /home/pjtexier/Bureau/buildroot/pj/bootlin-armv5-uclibc/host/bin/arm-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wpedantic -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o libhavege_la-havegecollect.lo `test -f 'havegecollect.c' || echo './'`havegecollect.c /bin/bash ../libtool --tag=CC --mode=compile /home/pjtexier/Bureau/buildroot/pj/bootlin-armv5-uclibc/host/bin/arm-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wpedantic -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o libhavege_la-havegetest.lo `test -f 'havegetest.c' || echo './'`havegetest.c haveged.c:22:10: erreur fatale: sys/auxv.h : Aucun fichier ou dossier de ce type 22 | #include <sys/auxv.h> | ^~~~~~~~~~~~ compilation terminée. Closes: #56 Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com> | |||||
| * | Check for sys/auxv.h before using it. | Peter Seiderer | 2021-03-21 | 2 | -0/+5 | |
|/ | | | | | | | | | | | | - fixes uclibc-ng compile (does not provide sys/auxv.h header file) Fixes: haveged.c:22:10: fatal error: sys/auxv.h: No such file or directory 22 | #include <sys/auxv.h> | ^~~~~~~~~~~~ Signed-off-by: Peter Seiderer <ps.report@gmx.net> | |||||
* | Added dracut conf file which can be placed in /etc/dracut.conf.d/haveged.conf | Jirka Hladky | 2021-01-03 | 1 | -0/+1 | |
| | ||||||
* | Fixed date | Jirka Hladky | 2021-01-03 | 1 | -1/+1 | |
| | ||||||
* | Updated haveged.spec for Fedora | Jirka Hladky | 2021-01-03 | 1 | -0/+1 | |
| | ||||||
* | Updated haveged.service to allow chroot when included in initramfsv1.9.14 | Jirka Hladky | 2021-01-03 | 1 | -2/+3 | |
| | ||||||
* | Fixed path to haveged in Fedora rpm spec files | Jirka Hladky | 2021-01-02 | 2 | -2/+2 | |
| | ||||||
* | Fixed typo | Jirka Hladky | 2021-01-02 | 1 | -1/+1 | |
| | ||||||
* | Fixed path to dracut config | Jirka Hladky | 2021-01-02 | 1 | -1/+1 | |
| | ||||||
* | Updated Fedora RPM spec file | Jirka Hladky | 2021-01-02 | 1 | -1/+0 | |
| | ||||||
* | Enabled haveged-switch-root.service for Fedora RPM | Jirka Hladky | 2021-01-02 | 4 | -32/+66 | |
| | ||||||
* | Fedora specific udev and dracut config files | Jirka Hladky | 2021-01-02 | 3 | -2/+31 | |
| | ||||||
* | Added udev rules | Jirka Hladky | 2021-01-02 | 2 | -2/+14 | |
| | ||||||
* | Preparing v1.9.14 release | Jirka Hladky | 2021-01-02 | 4 | -14/+26 | |
| | ||||||
* | Updated year to 2021 | Jirka Hladky | 2021-01-01 | 2 | -2/+2 | |
| | ||||||
* | Preparing version 1.9.14 | Jirka Hladky | 2021-01-01 | 16 | -16/+24 | |
| | ||||||
* | Made enttest conditional | Jirka Hladky | 2021-01-01 | 1 | -1/+6 | |
| | ||||||
* | Merge pull request #52 from bitstreamout/boo1178738 | jirka-h | 2020-12-20 | 5 | -84/+226 | |
|\ | | | | | Fix error handling as well as add new command | |||||
| * | Fix error handling as well as add new command | Werner Fink | 2020-11-25 | 5 | -84/+226 | |
| | | | | | | | | | | | | | | for closing the communication socket. As well as get error messages back from running instance to client process. Signed-off-by: Werner Fink <werner@suse.de> | |||||
* | | Update README | jirka-h | 2020-12-18 | 1 | -7/+8 | |
| | | ||||||
* | | Merge pull request #54 from jirka-h/revert-50-master | jirka-h | 2020-12-18 | 3 | -39/+51 | |
|\ \ | | | | | | | Revert "havegecmd: Fix error handling." | |||||
| * | | Revert "havegecmd: Fix error handling." | jirka-h | 2020-12-18 | 3 | -39/+51 | |
|/ / | ||||||
* | | Merge pull request #50 from hramrach/master | jirka-h | 2020-12-18 | 3 | -51/+39 | |
|\ \ | | | | | | | havegecmd: Fix error handling. | |||||
| * | | havegecmd: Fix error handling. | Michal Suchanek | 2020-11-12 | 3 | -51/+39 | |
| |/ | | | | | | | | | | | | | | | - bind failure should be fatal - error sending on socket should be non-fatal - return chroot error Signed-off-by: Michal Suchanek <msuchanek@suse.de> | |||||
* | | Merge pull request #49 from nbraud/nicoo | jirka-h | 2020-12-18 | 1 | -2/+2 | |
|\ \ | |/ |/| | ChangeLog: Update nicoo's name | |||||
| * | ChangeLog: Update nicoo's name | nicoo | 2020-11-01 | 1 | -2/+2 | |
|/ | ||||||
* | Fixed compiler warnings | Jirka Hladky | 2020-10-11 | 4 | -6/+22 | |
| | ||||||
* | Merge pull request #48 from ddstreet/write-wakeup-warn-only | jirka-h | 2020-10-11 | 1 | -0/+3 | |
|\ | | | | | don't fail completely if we can't set write wakeup watermark | |||||
| * | don't fail completely if we can't set write wakeup watermark | Dan Streetman | 2020-09-08 | 1 | -0/+3 | |
|/ | | | | | | We won't have access to change the watermark if we're running in an unprivileged container, so if the error is EACCES just warn and continue | |||||
* | Fixed Wsign-compare compiler warnings | Jirka Hladky | 2020-07-01 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #43 from Chocobo1/lint | jirka-h | 2020-07-01 | 7 | -15/+38 | |
|\ | | | | | Lint code | |||||
| * | Use labs() | Chocobo1 | 2020-06-30 | 1 | -1/+1 | |
| | | | | | | | | Because the parameter is `long int` type. | |||||
| * | Add fallthrough comment to switch cases | Chocobo1 | 2020-06-30 | 3 | -0/+23 | |
| | | ||||||
| * | Use proper initializer | Chocobo1 | 2020-06-30 | 1 | -2/+2 | |
| | | | | | | | | This was the compiler warning: "warning: ISO C forbids empty initializer braces" | |||||
| * | Avoid using gnu printf specifier | Chocobo1 | 2020-06-30 | 1 | -1/+1 | |
| | | | | | | | | http://www.gnu.org/software/libc/manual/html_node/Other-Output-Conversions.html | |||||
| * | Enable more compiler warnings | Chocobo1 | 2020-06-30 | 1 | -1/+1 | |
| | | ||||||
| * | Use proper printf specifier for unsigned integer type | Chocobo1 | 2020-06-30 | 2 | -10/+10 | |
|/ | ||||||
* | Removed haveged.spec - RPM spec files are stored in contrib/build directory | Jirka Hladky | 2020-06-28 | 1 | -111/+0 | |
| | ||||||
* | Fixed spellingv1.9.13 | Jirka Hladky | 2020-06-28 | 1 | -3/+3 | |
| | ||||||
* | Updated systemd service file - SystemCallFilter section | Jirka Hladky | 2020-06-28 | 3 | -3/+11 | |
| | ||||||
* | Added support for --verion | Jirka Hladky | 2020-06-28 | 4 | -13/+29 | |
| |