| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC 261517,261520: | jhb | 2014-02-18 | 1 | -3/+0 |
* | MFC r257155, r257582, r259191, r259192, r259193, r259194, r259195, r259196: | trociny | 2013-12-28 | 8 | -150/+155 |
* | MFC r257154: | trociny | 2013-10-31 | 1 | -1/+1 |
* | Fix comments. | trociny | 2013-09-19 | 1 | -3/+2 |
* | When updating the map of dirty extents, most recently used extents are | trociny | 2013-09-19 | 2 | -9/+25 |
* | Use cv_broadcast() instead of cv_signal() when waking up threads | trociny | 2013-09-19 | 2 | -3/+3 |
* | Change the cap_rights_t type from uint64_t to a structure that we can extend | pjd | 2013-09-05 | 1 | -3/+6 |
* | Make hastctl(1) ('list' command) output a worker pid. | trociny | 2013-07-01 | 1 | -0/+1 |
* | Correct some grammar. | schweikh | 2013-06-30 | 1 | -18/+18 |
* | Don't let hastd use C11 atomics. | ed | 2013-06-29 | 1 | -5/+5 |
* | Let hastd use C11 atomics. | ed | 2013-06-15 | 1 | -5/+5 |
* | Improve compatibility with old flex and fix build with GCC. | jkim | 2013-05-22 | 3 | -3/+5 |
* | Get rid of libl dependency. We needed it only to provide yywrap. But | trociny | 2013-05-11 | 2 | -1/+2 |
* | Partially revert my last change. | ed | 2013-04-27 | 1 | -5/+5 |
* | Use C11 <stdatomic.h> instead of our non-standard <machine/atomic.h>. | ed | 2013-04-27 | 2 | -11/+21 |
* | Add the Clang specific -Wmissing-variable-declarations to WARNS=6. | ed | 2013-04-19 | 1 | -0/+1 |
* | Now that ioctl(2) is allowed in capability mode and we can limit ioctls for the | pjd | 2013-03-14 | 1 | -16/+48 |
* | Minor corrections. | pjd | 2013-03-14 | 1 | -4/+4 |
* | Delete requests can be larger than MAXPHYS. | pjd | 2013-03-14 | 1 | -1/+1 |
* | Add i/o error counters to hastd(8) and make hastctl(8) display | trociny | 2013-02-25 | 4 | -1/+65 |
* | - Add support for 'memsync' mode. This is the fastest replication mode that's | pjd | 2013-02-17 | 8 | -43/+334 |
* | Fix socket calls on error post-r243965. | kevlo | 2012-12-21 | 1 | -1/+1 |
* | Revert r228695. We use __func__ here as a format to distinguish between | pjd | 2012-11-05 | 1 | -1/+1 |
* | Metaflush on/off values don't need quotes. | trociny | 2012-07-16 | 1 | -4/+4 |
* | Make use of GEOM Gate direct reads feature. This allows HAST to serve | pjd | 2012-07-04 | 1 | -1/+31 |
* | Check if there is cmsg at all. | pjd | 2012-07-01 | 1 | -1/+1 |
* | Revert: r236909 | hselasky | 2012-06-11 | 1 | -1/+1 |
* | Use the correct clock source when computing timeouts. | hselasky | 2012-06-11 | 1 | -1/+1 |
* | Simplify the code by using snprlcat(). | pjd | 2012-06-03 | 1 | -27/+24 |
* | Fixes to man8 groff mandoc style, usage mistakes, or typos. | wblock | 2012-05-24 | 1 | -1/+1 |
* | Fix world after byacc import: | bapt | 2012-05-22 | 2 | -291/+296 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-12 | 1 | -2/+2 |
* | If hastd is invoked with "-P pidfile" option always create pidfile | trociny | 2012-03-29 | 1 | -5/+7 |
* | Fix typo. | trociny | 2012-03-23 | 1 | -7/+7 |
* | Nice range comparison. | pjd | 2012-02-11 | 1 | -5/+3 |
* | If a local write request is from the synchronization thread, when it | trociny | 2012-02-05 | 1 | -1/+2 |
* | Fix the regression introduced in r226859: if the local component is | trociny | 2012-02-05 | 1 | -1/+1 |
* | Fix typo in comment. | pjd | 2012-02-04 | 1 | -1/+1 |
* | - Fix documentation to note that /etc/hast.conf is the default configuration | pjd | 2012-01-24 | 1 | -4/+6 |
* | Free memory that won't be used in child. | pjd | 2012-01-22 | 1 | -3/+7 |
* | Fix minor memory leak. | pjd | 2012-01-21 | 1 | -0/+1 |
* | Remove another unused token. | pjd | 2012-01-20 | 1 | -1/+1 |
* | Remove unused token 'port'. | pjd | 2012-01-20 | 2 | -2/+1 |
* | Style cleanups. | pjd | 2012-01-13 | 1 | -6/+11 |
* | - Fix a bug where pidfile was removed in SIGHUP when it hasn't changed in | pjd | 2012-01-10 | 1 | -4/+8 |
* | For functions that return -1 on failure check exactly for -1 and not for | pjd | 2012-01-10 | 16 | -135/+135 |
* | Don't touch pidfiles when running in foreground. Before that change we | pjd | 2012-01-10 | 1 | -11/+19 |
* | Spelling fixes for sbin/ | uqs | 2012-01-07 | 6 | -9/+9 |
* | fork(2) returns -1 on failure, not some random negative number. | pjd | 2012-01-06 | 2 | -2/+2 |
* | Constify argument. | pjd | 2012-01-06 | 2 | -2/+2 |