| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve wording in ctl.conf(5). | trasz | 2014-11-08 | 1 | -4/+5 |
* | ctld(8) doesn't require -lcam or -lssl; remove those from DPADD and LDADD. | trasz | 2014-11-08 | 1 | -2/+2 |
* | Remove unused assignments, noticed by Clang analyzer. | mav | 2014-11-07 | 1 | -7/+7 |
* | Backout 274170 it breaks for mips | bapt | 2014-11-06 | 1 | -2/+2 |
* | fifolog_writer does not depend on libutil | bapt | 2014-11-06 | 1 | -2/+2 |
* | fifolog_reader does not depend on libutil | bapt | 2014-11-06 | 1 | -2/+2 |
* | iscsid does not need to link to libssl | bapt | 2014-11-06 | 1 | -2/+2 |
* | sntp does not depend on libm | bapt | 2014-11-06 | 1 | -2/+2 |
* | rpcbind does not need to be linked to libutil | bapt | 2014-11-06 | 1 | -2/+2 |
* | Add to CTL support for logical block provisioning threshold notifications. | mav | 2014-11-06 | 1 | -1/+9 |
* | Add EXAMPLES-section entry for new key+=append syntax of sysrc(8). | dteske | 2014-11-05 | 1 | -1/+7 |
* | Improve the ability to cancel an in-flight request by using an | tychon | 2014-11-04 | 1 | -24/+146 |
* | Follow-up to r255036; remove beforeinstall directives from bsdconfig(8) | dteske | 2014-11-04 | 39 | -119/+0 |
* | Add key+=append syntax to sysrc(8). | dteske | 2014-11-03 | 2 | -7/+27 |
* | If the start bit, PxCMD.ST, is cleared and nothing is in-flight then | tychon | 2014-11-03 | 1 | -2/+6 |
* | Require root when running the pw_delete and pw_modify test programs (pw(8) | ngie | 2014-11-03 | 1 | -0/+3 |
* | Integrate usr.sbin/useradd/t_useradd.sh from NetBSD into FreeBSD as pw_test | ngie | 2014-11-03 | 1 | -0/+11 |
* | Rewrite some of the disk setup documentation to be clearer and contain | nwhitehorn | 2014-10-31 | 1 | -32/+34 |
* | Rework the EXAMPLES section to be a bit clearer. | jhb | 2014-10-29 | 1 | -6/+58 |
* | Fix iscsictl(8) and ctld(8) to correctly handle Windows newlines | trasz | 2014-10-29 | 1 | -0/+1 |
* | Keep the token list sorted. | trasz | 2014-10-29 | 1 | -3/+3 |
* | Make it possible to optionally use semicolon to separate statements. | trasz | 2014-10-29 | 2 | -1/+12 |
* | Simplify code; no functional changes. | trasz | 2014-10-29 | 3 | -47/+21 |
* | Add discovery-filter. This makes it possible to restrict which targets | trasz | 2014-10-29 | 7 | -8/+193 |
* | Document iSNS defaults. | trasz | 2014-10-28 | 1 | -1/+3 |
* | Fix renaming a group via the gr_copy function | bapt | 2014-10-28 | 1 | -0/+14 |
* | Ensure pw userdel -u <invalid> do not try to remove root | bapt | 2014-10-28 | 2 | -0/+14 |
* | Fix atf syntax | bapt | 2014-10-28 | 1 | -1/+1 |
* | Do not delete the group wheel when bad argument is passed to pw groupdel -g | bapt | 2014-10-28 | 2 | -0/+17 |
* | Fix a regression in pw usermod -G list | bapt | 2014-10-28 | 2 | -1/+40 |
* | Remove spurious libelf dependency. | nwhitehorn | 2014-10-28 | 1 | -1/+1 |
* | When a group is renamed then the group has been invalidated for sure. | bapt | 2014-10-28 | 2 | -3/+17 |
* | Fix build after previous commit. While here, improve error messages. | trasz | 2014-10-28 | 1 | -13/+27 |
* | Remove the distinction between strings and numbers from ctld(8) yacc parser. | trasz | 2014-10-28 | 2 | -30/+59 |
* | Use pkg-1.4-style platform identifiers based on MACHINE_ARCH (e.g. | nwhitehorn | 2014-10-27 | 3 | -410/+22 |
* | Fix rendering | bapt | 2014-10-27 | 1 | -2/+1 |
* | Clarify the documentation of pmcstat: | bapt | 2014-10-27 | 1 | -1/+8 |
* | Add a comment explaining the intent behind the I/O reservation [0x72-0x77]. | neel | 2014-10-26 | 1 | -0/+4 |
* | Add "rpm" and "formfactor" LUN options to match istgt functionality. | mav | 2014-10-26 | 1 | -1/+7 |
* | Move the ACPI PM timer emulation into vmm.ko. | neel | 2014-10-26 | 2 | -174/+0 |
* | Add basic iSNS client to the iSCSI target. | mav | 2014-10-25 | 8 | -46/+759 |
* | Improve ctld.conf example. | trasz | 2014-10-24 | 1 | -10/+17 |
* | Make the initiator-name and initiator-portal checks a little nicer. | trasz | 2014-10-24 | 3 | -20/+36 |
* | Tidy up the login code; no functional changes. | trasz | 2014-10-24 | 1 | -11/+11 |
* | vt(4): Add PIO_VFONT_DEFAULT ioctl to restore the default builtin font | dumbbell | 2014-10-23 | 2 | -9/+42 |
* | Clean up (refactor) discovery a little; no functional changes. | trasz | 2014-10-23 | 1 | -9/+8 |
* | Fix some buglets in the error-handling of getdevice(). In particular, report | markj | 2014-10-22 | 1 | -3/+3 |
* | Fix ctl.conf example to use proper paths to ZVOLs. | trasz | 2014-10-22 | 1 | -4/+4 |
* | Remove misleading statement. Bump date. | trasz | 2014-10-22 | 1 | -8/+2 |
* | Comment out parts about iSER; it's not implemented. | trasz | 2014-10-22 | 1 | -4/+4 |