| Commit message (Expand) | Author | Age | Files | Lines |
* | bsdinstall/zfsboot GPT+BIOS+GELI installs now make use of GELIBOOT | allanjude | 2016-05-22 | 1 | -60/+84 |
* | Wrap EXPAND(..) macro with a do-while(0) loop and put a single statement on e... | ngie | 2016-05-22 | 1 | -1/+4 |
* | Fix default ZFS layout to work better by default with sysutils/beadm | allanjude | 2016-05-22 | 1 | -1/+1 |
* | Fix typo in comments for the zfsboot script | bapt | 2016-05-22 | 1 | -1/+1 |
* | Better document security_show_{success,info,badconfig} in /etc/periodic.conf | asomers | 2016-05-21 | 2 | -6/+7 |
* | Adjust a couple of error cases in camdd(8). | ken | 2016-05-19 | 1 | -3/+6 |
* | When iscsid(8) is running in ICL proxy mode, don't try to send Logout PDUs. | trasz | 2016-05-19 | 1 | -0/+12 |
* | Fix error message. | trasz | 2016-05-19 | 1 | -2/+2 |
* | Add support for managing Shingled Magnetic Recording (SMR) drives. | ken | 2016-05-19 | 5 | -2/+886 |
* | Initialize date of rootNode. | sjg | 2016-05-18 | 1 | -0/+3 |
* | Revert r299830, it has couple of fatal errors. | glebius | 2016-05-18 | 1 | -0/+1 |
* | makefs(8): Clarify the comment concerning seeding. | pfg | 2016-05-18 | 1 | -1/+4 |
* | makefs(1): use all the random(3) range. | pfg | 2016-05-17 | 1 | -1/+2 |
* | makefs(8): use NULL instead of zero for pointers. | pfg | 2016-05-17 | 1 | -5/+5 |
* | Don't repeat the the word 'the' | eadler | 2016-05-17 | 2 | -2/+2 |
* | Add initial support for negotiating iSER parameters to iscsid(8). Some | trasz | 2016-05-17 | 1 | -2/+42 |
* | When clearing rtmsg, pass &rtmsg to bzero() instead of the address of | truckman | 2016-05-17 | 1 | -1/+1 |
* | Don't walk off the end of the array when proto isn't explicitly | truckman | 2016-05-16 | 1 | -7/+7 |
* | Set ai2 to NULL in in find_host() before the loop and after calling | truckman | 2016-05-16 | 1 | -5/+7 |
* | Actually use the loop interation limit so carefully computed on the | truckman | 2016-05-16 | 1 | -1/+1 |
* | Fix an off by one error to avoid overflowing rp[]. | truckman | 2016-05-16 | 1 | -1/+1 |
* | NULL releasedfl after calling deallocate_file_lock() which frees it | truckman | 2016-05-16 | 1 | -0/+1 |
* | pdu_delete(request) frees request, so move the call after | truckman | 2016-05-16 | 1 | -1/+1 |
* | Don't free fnamebuf before we calling cfgfile_add(). This changes a | truckman | 2016-05-16 | 1 | -2/+3 |
* | Simplify overengineered and buggy code that looked like as if it did | araujo | 2016-05-16 | 1 | -29/+18 |
* | When a group contains a non-existent user, make the warning | araujo | 2016-05-16 | 1 | -3/+2 |
* | Use NULL instead of 0 for pointers. | araujo | 2016-05-16 | 1 | -1/+1 |
* | Use strlcpy() instead of strncpy() when copying ifname to ensure | truckman | 2016-05-15 | 1 | -1/+1 |
* | Use strlcpy() instead of strncpy() when copying ifname to ensure | truckman | 2016-05-15 | 1 | -4/+4 |
* | Use strlcpy() instead of strncpy() when copying ifname to ensure | truckman | 2016-05-15 | 2 | -3/+3 |
* | Use strlcpy() instead of strncpy() when copying ifname to ensure | truckman | 2016-05-15 | 1 | -1/+1 |
* | Remove NO_WERROR and add WARNS?= 6 | ngie | 2016-05-15 | 1 | -1/+2 |
* | Remove NO_WERROR.clang from this Makefile | ngie | 2016-05-15 | 1 | -2/+0 |
* | Replace malloc + memset(.., 0, ..) with calloc calls | ngie | 2016-05-15 | 1 | -5/+2 |
* | Use strdup instead of malloc + strlcpy | ngie | 2016-05-15 | 1 | -4/+3 |
* | Correct function names that failed in error messages | ngie | 2016-05-15 | 2 | -4/+4 |
* | Replace QUADFMT with %ju and QUADXFMT with %jx and cast values with uintmax_t | ngie | 2016-05-15 | 1 | -1/+1 |
* | Bump WARNS to 6 | ngie | 2016-05-15 | 1 | -0/+2 |
* | Fix up r299769 | ngie | 2016-05-15 | 1 | -4/+2 |
* | Replace malloc + memset(.., 0, ..) with calloc calls | ngie | 2016-05-15 | 1 | -5/+2 |
* | Fix up both r299764 and r299770 | ngie | 2016-05-15 | 1 | -2/+1 |
* | Convert tok from enum tok to int32_t in function calls | ngie | 2016-05-14 | 1 | -10/+9 |
* | Use a consistent errno save/restore pattern before running strtoul | ngie | 2016-05-14 | 1 | -4/+17 |
* | Do minimal work necessary to cure a -Wunused-but-set-variable warning from gcc | ngie | 2016-05-14 | 1 | -4/+4 |
* | Fix up r299764 | ngie | 2016-05-14 | 1 | -1/+1 |
* | Use the size of the destination buffer instead of the malloc size, repeated, ... | ngie | 2016-05-14 | 1 | -2/+2 |
* | Mute sign compare warning by casting rc to u_int to match nbindings' type | ngie | 2016-05-14 | 1 | -1/+1 |
* | Fix logically dead code pointed out by clang/Coverity | ngie | 2016-05-14 | 1 | -3/+3 |
* | Fix theoretical buffer overflow issues in snmp_oid2asn_oid | ngie | 2016-05-14 | 1 | -2/+1 |
* | Use the size of the destination buffer, not the source buffer. | ngie | 2016-05-14 | 1 | -1/+1 |