about summary refs log tree commit homepage
path: root/Makefile.am
DateCommit message (Expand)
2020-01-18s/bogomips.org/yhbt.net/, update copyrights for 2020
2019-05-12build: add .gitattributes to EXTRA_DIST
2018-06-02fix trace.h dependency on probes.h
2015-11-20Makefile.am: distribute txt2pre in tarball
2015-11-20add cmogstored manpage to website
2015-11-20misc doc updates
2015-11-11doc: publish examples directory to website
2015-11-11fix tmpdir dependency for slow Ruby tests
2015-11-11doc: add example systemd config files
2015-03-06Makefile.am: fix publish rule for website
2014-09-20Makefile.am: gzip README and associated data
2014-02-08Makefile.am: updates for automake 1.14.1
2014-02-08Makefile: do not clobber NOSTD_CFLAGS from configure
2013-09-03Makefile: update for systemtap support files
2013-07-12tests: introduce pwrite-wrap test for slow I/O
2013-07-10file: embed ioq in the opened mog_file object
2013-07-10introduce generic I/O queue functionality
2013-07-04build: fix LIB_CLOCK_GETTIME linkage on some toolchains
2013-06-25tests: fault-injection test for ENOSPC on epoll_ctl
2013-06-25introduce mog_yield wrapper around sched_yield/pthread_yield
2013-06-25Makefile.am: fix systemtap probes.h distribution
2013-06-25shrink mog_packaddr and improve portability
2013-06-25dist: include newly-added files to the tarball
2013-06-25parse out mogilefs devid in mgmt/http requests
2013-06-25build: get the gnulib version via autogen.sh
2013-05-06preliminary systemtap support for tracing
2013-04-17save socket address on accept/accept4
2013-04-16wrap getnameinfo for consistency in error logging
2013-03-08build: add check for GCC atomics
2013-02-15mnt: inform user of slow mountlist scan
2013-02-14selfwake: use epoll_pwait on Linux instead of eventfd
2013-02-11allow self-wakeup to use eventfd under modern Linux
2013-02-07rename fs_usable to mnt_usable
2013-02-06remove warn module and alias it to error() in gnulib
2013-01-31implement nginx-style binary upgrade via SIGUSR2
2013-01-31refactor process management
2013-01-31inherit: preliminary FD inheritance over exec()
2013-01-31move graceful exit functionality into its own file
2013-01-31determine mount point usability via statfs/statvfs
2013-01-31split iostat util% tracking from mountlist
2012-12-05reduce deps for manpage when building from dist tarball
2012-12-04nostd: include generated config.h for setproctitle
2012-10-30die() using error() from glibc/gnulib
2012-07-12build: disable gnulib tests from build
2012-07-12remove user-space, SIMPLEQ-based active queue
2012-07-09gnulib updates
2012-05-02fix subdir builds failing on help2man
2012-04-20tests: use warnings instead of "prove -w" flag
2012-04-19allow check-valgrind target on a single test case
2012-03-25use generic gc module for MD5 from gnulib