aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastd
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Correct alignment.Pawel Jakub Dawidek2013-11-031-1/+1
* | | | | | | Make hastctl list command output current queue sizes.Mikolaj Golub2013-10-264-1/+85
* | | | | | | Merging local and remote bitmaps must be protected by hr_amp lock.Mikolaj Golub2013-10-261-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Fix comments.Mikolaj Golub2013-09-191-3/+2
* | | | | | When updating the map of dirty extents, most recently used extents areMikolaj Golub2013-09-192-9/+25
* | | | | | Use cv_broadcast() instead of cv_signal() when waking up threadsMikolaj Golub2013-09-192-3/+3
| |_|_|_|/ |/| | | |
* | | | | Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-3/+6
* | | | | Make hastctl(1) ('list' command) output a worker pid.Mikolaj Golub2013-07-011-0/+1
* | | | | Correct some grammar.Jens Schweikhardt2013-06-301-18/+18
* | | | | Don't let hastd use C11 atomics.Ed Schouten2013-06-291-5/+5
* | | | | Let hastd use C11 atomics.Ed Schouten2013-06-151-5/+5
* | | | | Improve compatibility with old flex and fix build with GCC.Jung-uk Kim2013-05-223-3/+5
* | | | | Get rid of libl dependency. We needed it only to provide yywrap. ButMikolaj Golub2013-05-112-1/+2
* | | | | Partially revert my last change.Ed Schouten2013-04-271-5/+5
* | | | | Use C11 <stdatomic.h> instead of our non-standard <machine/atomic.h>.Ed Schouten2013-04-272-11/+21
* | | | | Add the Clang specific -Wmissing-variable-declarations to WARNS=6.Ed Schouten2013-04-191-0/+1
| |_|_|/ |/| | |
* | | | Now that ioctl(2) is allowed in capability mode and we can limit ioctls for thePawel Jakub Dawidek2013-03-141-16/+48
* | | | Minor corrections.Pawel Jakub Dawidek2013-03-141-4/+4
* | | | Delete requests can be larger than MAXPHYS.Pawel Jakub Dawidek2013-03-141-1/+1
* | | | Add i/o error counters to hastd(8) and make hastctl(8) displayMikolaj Golub2013-02-254-1/+65
* | | | - Add support for 'memsync' mode. This is the fastest replication mode that'sPawel Jakub Dawidek2013-02-178-43/+334
| |_|/ |/| |
* | | Fix socket calls on error post-r243965.Kevin Lo2012-12-211-1/+1
* | | Revert r228695. We use __func__ here as a format to distinguish betweenPawel Jakub Dawidek2012-11-051-1/+1
| |/ |/|
* | Metaflush on/off values don't need quotes.Mikolaj Golub2012-07-161-4/+4
* | Make use of GEOM Gate direct reads feature. This allows HAST to servePawel Jakub Dawidek2012-07-041-1/+31
* | Check if there is cmsg at all.Pawel Jakub Dawidek2012-07-011-1/+1
* | Revert: r236909Hans Petter Selasky2012-06-111-1/+1
* | Use the correct clock source when computing timeouts.Hans Petter Selasky2012-06-111-1/+1
* | Simplify the code by using snprlcat().Pawel Jakub Dawidek2012-06-031-27/+24
|/
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-1/+1
* Fix world after byacc import:Baptiste Daroussin2012-05-222-291/+296
* General mdoc(7) and typo fixes.Glen Barber2012-05-121-2/+2
* If hastd is invoked with "-P pidfile" option always create pidfileMikolaj Golub2012-03-291-5/+7
* Fix typo.Mikolaj Golub2012-03-231-7/+7
* Nice range comparison.Pawel Jakub Dawidek2012-02-111-5/+3
* If a local write request is from the synchronization thread, when itMikolaj Golub2012-02-051-1/+2
* Fix the regression introduced in r226859: if the local component isMikolaj Golub2012-02-051-1/+1
* Fix typo in comment.Pawel Jakub Dawidek2012-02-041-1/+1
* - Fix documentation to note that /etc/hast.conf is the default configurationPawel Jakub Dawidek2012-01-241-4/+6
* Free memory that won't be used in child.Pawel Jakub Dawidek2012-01-221-3/+7
* Fix minor memory leak.Pawel Jakub Dawidek2012-01-211-0/+1
* Remove another unused token.Pawel Jakub Dawidek2012-01-201-1/+1
* Remove unused token 'port'.Pawel Jakub Dawidek2012-01-202-2/+1
* Style cleanups.Pawel Jakub Dawidek2012-01-131-6/+11
* - Fix a bug where pidfile was removed in SIGHUP when it hasn't changed inPawel Jakub Dawidek2012-01-101-4/+8
* For functions that return -1 on failure check exactly for -1 and not forPawel Jakub Dawidek2012-01-1016-135/+135
* Don't touch pidfiles when running in foreground. Before that change wePawel Jakub Dawidek2012-01-101-11/+19
* Spelling fixes for sbin/Ulrich Spörlein2012-01-076-9/+9
* fork(2) returns -1 on failure, not some random negative number.Pawel Jakub Dawidek2012-01-062-2/+2
* Constify argument.Pawel Jakub Dawidek2012-01-062-2/+2