- main.c:main(): fixed github issue #31: hopm attempts to open stderr for logging in non-debug/fork mode
- Bump copyright years everywhere
- Update copyright years
- main.c: set core file rlimit
- Allocate most list_t and node_t items from within their corresponding structure to save extra calloc/free calls
- Update copyright years
- Minor style corrections
- main.c: use NULL instead of 0 as third argument for sigaction()
- The hopm process can now be restarted from the command line via "kill -HUP" - Fixed a bug where the hopm process couldn't be restarted under certain conditions - Update README file
- Update copyright years
- Update copyright years
- main.c: remove unused header includes
- Allow relative pathnames for options::pidfile and options::scanlog
- main.c:main(): terminate the process if execv() fails
- main.c, stats.c: replace bopm occurrences with hopm in some comments
- main.c:main(): improve error message for failed fopen() on the pid file
- main.c: update comment
- main.c: replace execve() with execv()
- main.c: fixed compile warning
- main.c:main(): changed umask to 077
- Removed useless header includes
- Update license headers
- Move malloc.c to memory.c
- main.c:main(): replaced fwrite() with fprintf()
- Renamed MyMalloc() to xcalloc()
- main.c:main(): OPT_DEBUG won't ever become < 0; it's unsigned
- main.c: style corrections
- Removed AC_HEADER_STDC configure test
- Moved OPT_DEBUG prototype to main.h (where it belongs to) and removed extern.h
- propset svn:eol-style native
- propset svn:keywords "Id"
- Modernizie build system some more
- main.c:main(): use our own xstrdup() instead of strdup()
- Minor cleanups
- Removed rcs tags
- Fixed a bunch of compile warnings
- Replaced more references of bopm with hopm
- Initial import of bopm 3.1.3
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.