summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed old init.d files. The up-to-date configs are under contrib directoryJirka Hladky2021-09-308-801/+0
|
* Updated systemd service files to not start haveged service on kernel 5.6 and ↵Jirka Hladky2021-08-303-0/+3
| | | | newer
* Fixed issue #60Jirka Hladky2021-08-301-1/+3
|
* Preparing v1.9.15 releaseJirka Hladky2021-03-244-12/+17
|
* Improved make check commandJirka Hladky2021-03-246-17/+89
|
* Update README.mdjirka-h2021-03-221-0/+17
|
* Merge pull request #59 from pseiderer/ps-devel-fix-uclibc-compile-001jirka-h2021-03-222-2/+3
|\ | | | | Check for sys/auxv.h before using it.
| * Merge branch 'master' into ps-devel-fix-uclibc-compile-001jirka-h2021-03-222-1/+8
| |\ | |/ |/|
* | Merge pull request #58 from texierp/topic/uclibc-fixesjirka-h2021-03-223-1/+12
|\ \ | | | | | | haveged: fix build on uclibc
| * | haveged: fix build on uclibcPierre-Jean Texier2021-03-133-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 Seiderer2021-03-212-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.confJirka Hladky2021-01-031-0/+1
|
* Fixed dateJirka Hladky2021-01-031-1/+1
|
* Updated haveged.spec for FedoraJirka Hladky2021-01-031-0/+1
|
* Updated haveged.service to allow chroot when included in initramfsv1.9.14Jirka Hladky2021-01-031-2/+3
|
* Fixed path to haveged in Fedora rpm spec filesJirka Hladky2021-01-022-2/+2
|
* Fixed typoJirka Hladky2021-01-021-1/+1
|
* Fixed path to dracut configJirka Hladky2021-01-021-1/+1
|
* Updated Fedora RPM spec fileJirka Hladky2021-01-021-1/+0
|
* Enabled haveged-switch-root.service for Fedora RPMJirka Hladky2021-01-024-32/+66
|
* Fedora specific udev and dracut config filesJirka Hladky2021-01-023-2/+31
|
* Added udev rulesJirka Hladky2021-01-022-2/+14
|
* Preparing v1.9.14 releaseJirka Hladky2021-01-024-14/+26
|
* Updated year to 2021Jirka Hladky2021-01-012-2/+2
|
* Preparing version 1.9.14Jirka Hladky2021-01-0116-16/+24
|
* Made enttest conditionalJirka Hladky2021-01-011-1/+6
|
* Merge pull request #52 from bitstreamout/boo1178738jirka-h2020-12-205-84/+226
|\ | | | | Fix error handling as well as add new command
| * Fix error handling as well as add new commandWerner Fink2020-11-255-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 READMEjirka-h2020-12-181-7/+8
| |
* | Merge pull request #54 from jirka-h/revert-50-masterjirka-h2020-12-183-39/+51
|\ \ | | | | | | Revert "havegecmd: Fix error handling."
| * | Revert "havegecmd: Fix error handling."jirka-h2020-12-183-39/+51
|/ /
* | Merge pull request #50 from hramrach/masterjirka-h2020-12-183-51/+39
|\ \ | | | | | | havegecmd: Fix error handling.
| * | havegecmd: Fix error handling.Michal Suchanek2020-11-123-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/nicoojirka-h2020-12-181-2/+2
|\ \ | |/ |/| ChangeLog: Update nicoo's name
| * ChangeLog: Update nicoo's namenicoo2020-11-011-2/+2
|/
* Fixed compiler warningsJirka Hladky2020-10-114-6/+22
|
* Merge pull request #48 from ddstreet/write-wakeup-warn-onlyjirka-h2020-10-111-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 watermarkDan Streetman2020-09-081-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 warningsJirka Hladky2020-07-011-2/+2
|
* Merge pull request #43 from Chocobo1/lintjirka-h2020-07-017-15/+38
|\ | | | | Lint code
| * Use labs()Chocobo12020-06-301-1/+1
| | | | | | | | Because the parameter is `long int` type.
| * Add fallthrough comment to switch casesChocobo12020-06-303-0/+23
| |
| * Use proper initializerChocobo12020-06-301-2/+2
| | | | | | | | This was the compiler warning: "warning: ISO C forbids empty initializer braces"
| * Avoid using gnu printf specifierChocobo12020-06-301-1/+1
| | | | | | | | http://www.gnu.org/software/libc/manual/html_node/Other-Output-Conversions.html
| * Enable more compiler warningsChocobo12020-06-301-1/+1
| |
| * Use proper printf specifier for unsigned integer typeChocobo12020-06-302-10/+10
|/
* Removed haveged.spec - RPM spec files are stored in contrib/build directoryJirka Hladky2020-06-281-111/+0
|
* Fixed spellingv1.9.13Jirka Hladky2020-06-281-3/+3
|
* Updated systemd service file - SystemCallFilter sectionJirka Hladky2020-06-283-3/+11
|
* Added support for --verionJirka Hladky2020-06-284-13/+29
|