| Commit message (Expand) | Author | Age | Files | Lines |
* | Add __dead2 to functions that we know they are going to exit. | pjd | 2010-09-20 | 2 | -3/+3 |
* | Unbreak the build on strong-aligned architectures (arm, ia64). | marcel | 2010-09-20 | 1 | -1/+1 |
* | Fix indent. | pjd | 2010-09-19 | 1 | -7/+7 |
* | Revise r197763 which fixes filesystem corruption when extending | brian | 2010-09-19 | 1 | -14/+13 |
* | nextboot: warn about limitations of /boot/nextboot.conf on ZFS | avg | 2010-09-17 | 1 | -0/+8 |
* | Make the format of "Real Memory" and "Virtual Memory" lines more | zec | 2010-09-16 | 1 | -2/+2 |
* | Add support for identifying a journaled root filesystem. | brian | 2010-09-16 | 1 | -1/+2 |
* | GPART_PARAM_INDEX is now G_TYPE_NUMBER. | pjd | 2010-09-15 | 1 | -8/+4 |
* | Remove dead code. | pjd | 2010-09-14 | 1 | -15/+6 |
* | Remove now unused G_TYPE_ASCNUM. | pjd | 2010-09-14 | 2 | -3/+1 |
* | - Change all places where G_TYPE_ASCNUM is used to G_TYPE_NUMBER. | pjd | 2010-09-14 | 1 | -8/+8 |
* | Update two last places where "arg0" should be used instead of "geom". | pjd | 2010-09-14 | 1 | -2/+2 |
* | Synchronize newfs(8) manual with code. | gjb | 2010-09-14 | 1 | -3/+4 |
* | All gpart(8) subcommands apart from the 'bootcode' subcommand handle | pjd | 2010-09-14 | 1 | -0/+2 |
* | Remove dot which shouldn't be here, as err(3) will attach error message | pjd | 2010-09-14 | 1 | -1/+1 |
* | Introduce special G_VAL_OPTIONAL define, which when given in value field | pjd | 2010-09-14 | 3 | -11/+12 |
* | Add G_TYPE_MULTI flag, which when set for the given option, will | pjd | 2010-09-13 | 2 | -6/+40 |
* | - Remove gc_argname field. It was introduced for gpart(8), but if I | pjd | 2010-09-13 | 17 | -265/+240 |
* | - Allow to specify value as const pointers. | pjd | 2010-09-13 | 6 | -51/+50 |
* | MF tbemd: Move to using Makefile.arch to select what to build. | imp | 2010-09-13 | 8 | -56/+43 |
* | Rewording and typo fixes in newfs(8). | gjb | 2010-09-12 | 1 | -3/+3 |
* | Document dhclient-enter-hooks and dhclient-exit-hooks and mention | brian | 2010-09-06 | 1 | -1/+25 |
* | Handle geli-encrypted root disk devices. | brian | 2010-09-06 | 1 | -2/+7 |
* | Allowed unionfs to use whiteout not supporting file system as | daichi | 2010-09-05 | 1 | -3/+4 |
* | Shut the compiler up; initializes the sotype variable to zero in | kevlo | 2010-09-04 | 1 | -0/+1 |
* | o List MOUNTVER and SCHED classes. X-ref gsched(8). Bump Dd. | maxim | 2010-09-01 | 1 | -1/+6 |
* | Include process PID in log messages. | pjd | 2010-08-31 | 1 | -0/+3 |
* | Correct error message. | pjd | 2010-08-31 | 1 | -1/+1 |
* | Forgot to add event.c and event.h in r212038. | pjd | 2010-08-31 | 2 | -0/+208 |
* | Mask only those signals that we want to handle. | pjd | 2010-08-31 | 1 | -1/+4 |
* | Because it is very hard to make fork(2) from threaded process safe (we are | pjd | 2010-08-30 | 5 | -34/+74 |
* | We only want to know if descriptors are ready for reading. | pjd | 2010-08-30 | 1 | -7/+4 |
* | When someone gives NULL as data, assume this is because he want to declare | pjd | 2010-08-30 | 1 | -0/+8 |
* | Use pjdlog_exit() before fork(). | pjd | 2010-08-30 | 1 | -2/+2 |
* | Constify arguments we can constify. | pjd | 2010-08-30 | 4 | -23/+25 |
* | Make flags in usage() and SYNOPSYS more style(9)-ish. | maxim | 2010-08-30 | 2 | -3/+2 |
* | Execute hook when connection between the nodes is established or lost. | pjd | 2010-08-30 | 3 | -10/+41 |
* | Execute hook when split-brain is detected. | pjd | 2010-08-30 | 3 | -0/+10 |
* | Use sigtimedwait(2) for signals handling in primary process. | pjd | 2010-08-30 | 1 | -81/+40 |
* | - Move functionality responsible for checking one connection to separate | pjd | 2010-08-29 | 1 | -52/+75 |
* | Disconnect after logging errors. | pjd | 2010-08-29 | 1 | -1/+1 |
* | - Call hook on role change. | pjd | 2010-08-29 | 2 | -1/+26 |
* | Allow to run hooks from the main hastd process. | pjd | 2010-08-29 | 3 | -3/+22 |
* | - Add hook_fini() which should be called after fork() from the main hastd | pjd | 2010-08-29 | 2 | -22/+62 |
* | Implement mtx_destroy() and rw_destroy(). | pjd | 2010-08-29 | 1 | -0/+16 |
* | gsched(8): fix example usage, mdoc nits | uqs | 2010-08-29 | 1 | -7/+7 |
* | Fix incorrect usage of 'assure' and 'insure'. | brucec | 2010-08-28 | 1 | -1/+1 |
* | When SIGTERM or SIGINT is received, terminate worker processes. | pjd | 2010-08-27 | 1 | -0/+30 |
* | When logging to stdout/stderr, flush after each log. | pjd | 2010-08-27 | 1 | -0/+1 |
* | Correct when we log interrupted synchronization. | pjd | 2010-08-27 | 1 | -6/+4 |