Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add META_MODE support. | Simon J. Gerraty | 2015-06-13 | 1 | -0/+32 |
|\ | |||||
| * | dirdeps.mk now sets DEP_RELDIR | Simon J. Gerraty | 2015-06-08 | 1 | -2/+0 |
| * | Merge sync of head | Simon J. Gerraty | 2015-05-27 | 3 | -13/+4 |
| |\ | |/ |/| | |||||
| * | Merge from head@274682 | Simon J. Gerraty | 2014-11-19 | 3 | -14/+14 |
| |\ | |||||
| * \ | Merge head from 7/28 | Simon J. Gerraty | 2014-08-19 | 2 | -2/+2 |
| |\ \ | |||||
| * | | | Updated dependencies | Simon J. Gerraty | 2014-05-16 | 1 | -0/+1 |
| * | | | Merge from head | Simon J. Gerraty | 2014-05-08 | 1 | -1/+1 |
| |\ \ \ | |||||
| * \ \ \ | Merge head | Simon J. Gerraty | 2014-04-28 | 10 | -155/+157 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge head@256284 | Simon J. Gerraty | 2013-10-13 | 3 | -15/+30 |
| |\ \ \ \ \ | |||||
| * | | | | | | Updated dependencies | Simon J. Gerraty | 2013-10-13 | 1 | -1/+0 |
| * | | | | | | Merge from head | Simon J. Gerraty | 2013-09-05 | 9 | -33/+51 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | sync from head | Simon J. Gerraty | 2013-04-12 | 11 | -65/+452 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-03-11 | 1 | -0/+2 |
| * | | | | | | | | Updated dependencies | Simon J. Gerraty | 2013-02-16 | 1 | -2/+0 |
| * | | | | | | | | Sync with HEAD. | David E. O'Brien | 2013-02-08 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Sync from head | Simon J. Gerraty | 2012-11-04 | 4 | -34/+61 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | Marcel Moolenaar | 2012-08-22 | 1 | -0/+32 |
* | | | | | | | | | | | mdoc: paragraph improvements. | Joel Dahl | 2015-01-04 | 1 | -9/+1 |
* | | | | | | | | | | | Convert sbin/ to LIBADD | Baptiste Daroussin | 2014-11-25 | 1 | -4/+2 |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
* | | | | | | | | | | Add lock annotations to the threading API used by hastd. | Ed Schouten | 2014-09-01 | 2 | -13/+13 |
* | | | | | | | | | | Garbage collect libl dependency | Enji Cooper | 2014-08-23 | 1 | -2/+2 |
* | | | | | | | | | | Add -ll to LDADD to fix "make checkdpadd" | Enji Cooper | 2014-08-18 | 1 | -1/+1 |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | |||||
* | | | | | | | | | use .Mt to mark up email addresses consistently (part1) | Baptiste Daroussin | 2014-06-20 | 2 | -2/+2 |
| |_|_|_|_|_|_|/ |/| | | | | | | | |||||
* | | | | | | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | Warner Losh | 2014-05-06 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Update most userspace consumers of capability.h to use capsicum.h instead. | Robert Watson | 2014-03-16 | 1 | -1/+1 |
* | | | | | | | Drop the 3rd clause from all 3 clause BSD licenses where I am the sole | John Baldwin | 2014-02-05 | 1 | -3/+0 |
* | | | | | | | Check remote protocol version only for the first connection (when it | Mikolaj Golub | 2013-12-10 | 1 | -6/+6 |
* | | | | | | | Send wakeup to threads waiting on empty queue before releasing the | Mikolaj Golub | 2013-12-10 | 2 | -16/+7 |
* | | | | | | | In remote_send_thread, if sending a request fails don't take the | Mikolaj Golub | 2013-12-10 | 1 | -11/+2 |
* | | | | | | | Fix compiler warnings. | Mikolaj Golub | 2013-12-10 | 2 | -4/+4 |
* | | | | | | | Add some macros to make the code more readable (no functional chages). | Mikolaj Golub | 2013-12-10 | 1 | -6/+9 |
* | | | | | | | For memsync replication, hio_countdown is used not only as an | Mikolaj Golub | 2013-12-10 | 1 | -111/+47 |
* | | | | | | | Correct alignment. | Pawel Jakub Dawidek | 2013-11-03 | 1 | -1/+1 |
* | | | | | | | Make hastctl list command output current queue sizes. | Mikolaj Golub | 2013-10-26 | 4 | -1/+85 |
* | | | | | | | Merging local and remote bitmaps must be protected by hr_amp lock. | Mikolaj Golub | 2013-10-26 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | Fix comments. | Mikolaj Golub | 2013-09-19 | 1 | -3/+2 |
* | | | | | | When updating the map of dirty extents, most recently used extents are | Mikolaj Golub | 2013-09-19 | 2 | -9/+25 |
* | | | | | | Use cv_broadcast() instead of cv_signal() when waking up threads | Mikolaj Golub | 2013-09-19 | 2 | -3/+3 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Change the cap_rights_t type from uint64_t to a structure that we can extend | Pawel Jakub Dawidek | 2013-09-05 | 1 | -3/+6 |
* | | | | | Make hastctl(1) ('list' command) output a worker pid. | Mikolaj Golub | 2013-07-01 | 1 | -0/+1 |
* | | | | | Correct some grammar. | Jens Schweikhardt | 2013-06-30 | 1 | -18/+18 |
* | | | | | Don't let hastd use C11 atomics. | Ed Schouten | 2013-06-29 | 1 | -5/+5 |
* | | | | | Let hastd use C11 atomics. | Ed Schouten | 2013-06-15 | 1 | -5/+5 |
* | | | | | Improve compatibility with old flex and fix build with GCC. | Jung-uk Kim | 2013-05-22 | 3 | -3/+5 |
* | | | | | Get rid of libl dependency. We needed it only to provide yywrap. But | Mikolaj Golub | 2013-05-11 | 2 | -1/+2 |
* | | | | | Partially revert my last change. | Ed Schouten | 2013-04-27 | 1 | -5/+5 |
* | | | | | Use C11 <stdatomic.h> instead of our non-standard <machine/atomic.h>. | Ed Schouten | 2013-04-27 | 2 | -11/+21 |
* | | | | | Add the Clang specific -Wmissing-variable-declarations to WARNS=6. | Ed Schouten | 2013-04-19 | 1 | -0/+1 |
| |_|_|/ |/| | | | |||||
* | | | | Now that ioctl(2) is allowed in capability mode and we can limit ioctls for the | Pawel Jakub Dawidek | 2013-03-14 | 1 | -16/+48 |
* | | | | Minor corrections. | Pawel Jakub Dawidek | 2013-03-14 | 1 | -4/+4 |