svn commit: r282086 - in head: sys/kern usr.sbin/ctld

2015-04-27 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Apr 27 11:18:16 2015 New Revision: 282086 URL: https://svnweb.freebsd.org/changeset/base/282086 Log: Make setproctitle(3) work in Capsicum capability mode. This makes ctld(8) child processes to indicate initiator address and name in their titles, similar to what

Re: svn commit: r281922 - head/usr.bin/nfsstat

2015-04-24 Thread Edward Tomasz Napierala
On 0424T1431, Sergey Kandaurov wrote: On 24 April 2015 at 10:58, Edward Tomasz Napierala tr...@freebsd.org wrote: Author: trasz Date: Fri Apr 24 07:57:59 2015 New Revision: 281922 URL: https://svnweb.freebsd.org/changeset/base/281922 Log: Make nfsstat(1) build with WARNS=6

svn commit: r281922 - head/usr.bin/nfsstat

2015-04-24 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Apr 24 07:57:59 2015 New Revision: 281922 URL: https://svnweb.freebsd.org/changeset/base/281922 Log: Make nfsstat(1) build with WARNS=6. Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/nfsstat/Makefile head/usr.bin/nfsstat/nfsstat.c Modified:

svn commit: r281929 - head/sbin/growfs

2015-04-24 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Apr 24 12:48:48 2015 New Revision: 281929 URL: https://svnweb.freebsd.org/changeset/base/281929 Log: Fix growfs(8) build with debug enabled (make -DGFSDBG). PR: 199641 Submitted by: Willem Jan Withagen wjw at digiware dot nl MFC after:1 month

svn commit: r281888 - head/usr.bin/nfsstat

2015-04-23 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Apr 23 14:36:01 2015 New Revision: 281888 URL: https://svnweb.freebsd.org/changeset/base/281888 Log: Remove oldnfs support from nfsstat(1). Reviewed by: rmacklem@ (earlier version) Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/nfsstat/nfsstat.1

svn commit: r281882 - head/sys/compat/linux

2015-04-23 Thread Edward Tomasz Napierala
Foundation * All rights reserved. * * This code is derived from software contributed to The NetBSD Foundation * by Bill Sommerfeld. * + * Portions of this software were developed by Edward Tomasz Napierala + * under sponsorship from the FreeBSD Foundation. + * * Redistribution and use

svn commit: r281820 - head/usr.sbin/ctld

2015-04-21 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Apr 21 09:11:28 2015 New Revision: 281820 URL: https://svnweb.freebsd.org/changeset/base/281820 Log: Add hint about volmode=dev to ctl.conf(5). Differential Revision:https://reviews.freebsd.org/D2328 Reviewed by: allanjude@, bcr@ MFC after:1 month

svn commit: r281829 - in head/sys: compat/linux kern sys

2015-04-21 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Apr 21 13:55:24 2015 New Revision: 281829 URL: https://svnweb.freebsd.org/changeset/base/281829 Log: Modify kern___getcwd() to take max pathlen limit as an additional argument. This will be used for the Linux emulation layer - for Linux, PATH_MAX is 4096 and not

svn commit: r281726 - head/sys/compat/linux

2015-04-19 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 19 07:12:16 2015 New Revision: 281726 URL: https://svnweb.freebsd.org/changeset/base/281726 Log: Optimize the O_NOCTTY handling hack in linux_common_open(). Differential Revision:https://reviews.freebsd.org/D2323 Reviewed by: kib@ MFC after:1

svn commit: r281725 - in head/sys/fs: nfs nfsclient nfsserver

2015-04-19 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 19 06:18:41 2015 New Revision: 281725 URL: https://svnweb.freebsd.org/changeset/base/281725 Log: Replace new NFS with just NFS in some sysctl description strings. Sponsored by: The FreeBSD Foundation Modified: head/sys/fs/nfs/nfs_commonport.c

svn commit: r281728 - head/sys/compat/linux

2015-04-19 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 19 07:35:18 2015 New Revision: 281728 URL: https://svnweb.freebsd.org/changeset/base/281728 Log: Add back fdrop() missed in r281726. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/compat/linux/linux_file.c Modified:

svn commit: r281691 - in head: . etc/defaults etc/rc.d sbin/mount sbin/mount_nfs share/man/man5 sys/nfsclient usr.bin/nfsstat usr.sbin/nfsd

2015-04-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Apr 18 16:08:06 2015 New Revision: 281691 URL: https://svnweb.freebsd.org/changeset/base/281691 Log: Remove some oldnfs remnants. Differential Revision:https://reviews.freebsd.org/D2287 Reviewed by: rmacklem@ Sponsored by: The FreeBSD Foundation

svn commit: r281689 - head/sys/compat/linux

2015-04-18 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Apr 18 09:49:09 2015 New Revision: 281689 URL: https://svnweb.freebsd.org/changeset/base/281689 Log: Remove unused code from linux_mount(), and make it possible to mount any kind of filesystem instead of harcoded three. MFC after:1 month Sponsored by: The

svn commit: r281551 - in head/sys: compat/freebsd32 compat/linprocfs kern sys

2015-04-15 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 15 09:13:11 2015 New Revision: 281551 URL: https://svnweb.freebsd.org/changeset/base/281551 Log: Rewrite linprocfs_domtab() as a wrapper around kern_getfsstat(). This adds missing jail and MAC checks. Differential Revision:

svn commit: r281461 - head/usr.bin/iscsictl

2015-04-12 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Apr 12 09:36:50 2015 New Revision: 281461 URL: https://svnweb.freebsd.org/changeset/base/281461 Log: Add libxo(3) support to iscsictl(8). PR: 198396 Submitted by: Marie Helene Kvello-Aune marieheleneka at gmail.com MFC after:1 month Sponsored by:

svn commit: r281265 - head/share/man/man4

2015-04-08 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Apr 8 11:59:00 2015 New Revision: 281265 URL: https://svnweb.freebsd.org/changeset/base/281265 Log: Add a hint that device ctl kind of depends on device iscsi. It actually doesn't - device ctl automatically pulls in ICL, which would normally be a part of

svn commit: r281088 - head/sys/dev/iscsi

2015-04-04 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Apr 4 22:11:38 2015 New Revision: 281088 URL: https://svnweb.freebsd.org/changeset/base/281088 Log: Remove icl_conn_connected(); was unused. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/iscsi/icl_conn_if.m

svn commit: r280981 - head/sys/compat/linprocfs

2015-04-02 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Apr 2 10:19:24 2015 New Revision: 280981 URL: https://svnweb.freebsd.org/changeset/base/280981 Log: Remove unused code. Differential Revision:https://reviews.freebsd.org/D2195 Reviewed by: kib@, imp@ MFC after:1 month Sponsored by: The FreeBSD

svn commit: r280984 - head/usr.bin/iscsictl

2015-04-02 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Apr 2 11:52:34 2015 New Revision: 280984 URL: https://svnweb.freebsd.org/changeset/base/280984 Log: Add IPv6 example to iscsi.conf(5) and tweak ordering. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/iscsictl/iscsi.conf.5

svn commit: r280982 - head/usr.bin/iscsictl

2015-04-02 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Apr 2 11:18:43 2015 New Revision: 280982 URL: https://svnweb.freebsd.org/changeset/base/280982 Log: Rewrite iscsi.conf(5) to better match iscsictl(8). MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/iscsictl/iscsi.conf.5

svn commit: r280983 - head/lib/libc/sys

2015-04-02 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Apr 2 11:41:04 2015 New Revision: 280983 URL: https://svnweb.freebsd.org/changeset/base/280983 Log: Update open(2) to make it more obvious that O_NOCTTY and O_TTY_INIT are ignored. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

Re: svn commit: r280982 - head/usr.bin/iscsictl

2015-04-02 Thread Edward Tomasz Napierala
On 0402T0750, Garrett Cooper wrote: On Apr 2, 2015, at 04:18, Edward Tomasz Napierala tr...@freebsd.org wrote: Author: trasz Date: Thu Apr 2 11:18:43 2015 New Revision: 280982 URL: https://svnweb.freebsd.org/changeset/base/280982 Log: Rewrite iscsi.conf(5) to better match

svn commit: r280321 - head/etc/autofs

2015-03-21 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 21 09:42:37 2015 New Revision: 280321 URL: https://svnweb.freebsd.org/changeset/base/280321 Log: Make the autofs LDAP script cope with server returning entries with ENTRY_ATTRIBUTE (eg cn) after the VALUE_ATTRIBUTE (eg automountInformation), instead of before.

svn commit: r279966 - head/contrib/libxo/libxo

2015-03-13 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Mar 13 20:14:55 2015 New Revision: 279966 URL: https://svnweb.freebsd.org/changeset/base/279966 Log: Mark xo_err(3), xo_errx(3), and xo_errc(3) as __dead2. Differential Revision:https://reviews.freebsd.org/D2059 Reviewed by: marcel@ MFC after:1

svn commit: r279954 - head/usr.sbin/autofs

2015-03-13 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Mar 13 12:27:59 2015 New Revision: 279954 URL: https://svnweb.freebsd.org/changeset/base/279954 Log: Get executable direct maps to work. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/autofs/automountd.c Modified:

svn commit: r279955 - in head: etc etc/autofs usr.sbin/autofs

2015-03-13 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Mar 13 12:44:46 2015 New Revision: 279955 URL: https://svnweb.freebsd.org/changeset/base/279955 Log: Add -noauto autofs map, for automatic handling of fstab entries marked noauto. MFC after:1 month Sponsored by: The FreeBSD Foundation Added:

svn commit: r279953 - head/usr.sbin/autofs

2015-03-13 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Mar 13 11:26:02 2015 New Revision: 279953 URL: https://svnweb.freebsd.org/changeset/base/279953 Log: Rework the concat() algorithm to be correct in all cases. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/autofs/common.c

svn commit: r279916 - head/usr.sbin/autofs

2015-03-12 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Mar 12 12:36:08 2015 New Revision: 279916 URL: https://svnweb.freebsd.org/changeset/base/279916 Log: Make automount -LL -o whatever present options in the same order as used by automountd(8). MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r279914 - head/usr.sbin/autofs

2015-03-12 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Mar 12 12:14:11 2015 New Revision: 279914 URL: https://svnweb.freebsd.org/changeset/base/279914 Log: Options from auto_master must be appended to options from maps, not prepended. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r279915 - head/usr.sbin/autofs

2015-03-12 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Mar 12 12:17:15 2015 New Revision: 279915 URL: https://svnweb.freebsd.org/changeset/base/279915 Log: Make concat() accept NULL arguments. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/autofs/automount.c

svn commit: r279845 - head/usr.sbin/autofs

2015-03-10 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Mar 10 11:59:33 2015 New Revision: 279845 URL: https://svnweb.freebsd.org/changeset/base/279845 Log: Fix handling of direct maps, broken in r275756. Previously, running automount(8) would unmount direct map trigger nodes every second time. MFC after:1 month

svn commit: r279843 - head/usr.sbin/autofs

2015-03-10 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Mar 10 09:53:15 2015 New Revision: 279843 URL: https://svnweb.freebsd.org/changeset/base/279843 Log: Refactor. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/autofs/common.c Modified: head/usr.sbin/autofs/common.c

svn commit: r279846 - head/usr.sbin/autofs

2015-03-10 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Mar 10 12:25:05 2015 New Revision: 279846 URL: https://svnweb.freebsd.org/changeset/base/279846 Log: Properly pass options for direct maps. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/autofs/automount.c

svn commit: r279851 - head/usr.sbin/autofs

2015-03-10 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Mar 10 14:43:07 2015 New Revision: 279851 URL: https://svnweb.freebsd.org/changeset/base/279851 Log: Fix typo. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/autofs/automountd.8 Modified: head/usr.sbin/autofs/automountd.8

svn commit: r279808 - head/usr.sbin/autofs

2015-03-09 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Mar 9 13:21:00 2015 New Revision: 279808 URL: https://svnweb.freebsd.org/changeset/base/279808 Log: Fix memory leak. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/autofs/common.c Modified: head/usr.sbin/autofs/common.c

svn commit: r279807 - head/usr.sbin/autofs

2015-03-09 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Mar 9 13:00:59 2015 New Revision: 279807 URL: https://svnweb.freebsd.org/changeset/base/279807 Log: Improve separated_concat() to properly handle the case of concatenating / and /foo. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r279806 - head/usr.sbin/autofs

2015-03-09 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Mar 9 11:59:58 2015 New Revision: 279806 URL: https://svnweb.freebsd.org/changeset/base/279806 Log: Minor optimization/cleanup in node_path(); no functional changes. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r279812 - head/usr.sbin/autofs

2015-03-09 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Mar 9 15:20:12 2015 New Revision: 279812 URL: https://svnweb.freebsd.org/changeset/base/279812 Log: Remove some particularly bad code; no functional changes. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r279815 - head/usr.sbin/autofs

2015-03-09 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Mar 9 15:44:36 2015 New Revision: 279815 URL: https://svnweb.freebsd.org/changeset/base/279815 Log: Erm, revert chunk committed by mistake. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/autofs/auto_master.5 Modified:

svn commit: r279738 - head/sys/boot/amd64/boot1.efi

2015-03-07 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Mar 7 19:14:01 2015 New Revision: 279738 URL: https://svnweb.freebsd.org/changeset/base/279738 Log: Add error reporting (but not actual handling yet, apart from reporting them) for EFI calls to boot1.efi. MFC after:1 month Sponsored by: The FreeBSD

svn commit: r279554 - head/sys/cam

2015-03-02 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Mar 2 22:48:11 2015 New Revision: 279554 URL: https://svnweb.freebsd.org/changeset/base/279554 Log: Make periphdriver_register() take XPT lock when modifying the periph_drivers array. This fixes a panic that sometimes occured when kldloading ctl.ko. Reviewed

svn commit: r279536 - head/sys/fs/fuse

2015-03-02 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Mar 2 19:04:27 2015 New Revision: 279536 URL: https://svnweb.freebsd.org/changeset/base/279536 Log: Make fuse(4) respect FOPEN_DIRECT_IO. This is required for correct operation of GlusterFS. PR: 192701 Submitted by: harsha at harshavardhana.net

svn commit: r279489 - head/sbin/mount_fusefs

2015-03-01 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Mar 1 18:26:26 2015 New Revision: 279489 URL: https://svnweb.freebsd.org/changeset/base/279489 Log: Make the automounted flag work for FUSE filesystems. PR: 192852 Submitted by: taku at tackymt.homeip.net (earlier version) MFC after:1 month

svn commit: r279392 - head/usr.sbin/ctld

2015-02-28 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Feb 28 12:02:32 2015 New Revision: 279392 URL: https://svnweb.freebsd.org/changeset/base/279392 Log: Move the offload clause from the target section to portal-group section; it makes more sense there. MFC after:1 month Sponsored by: The FreeBSD Foundation

svn commit: r279321 - head/share/examples/uefisign

2015-02-26 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Feb 26 14:22:27 2015 New Revision: 279321 URL: https://svnweb.freebsd.org/changeset/base/279321 Log: Make the uefikeys script output slightly more obvious. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r279323 - head/usr.sbin/uefisign

2015-02-26 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Feb 26 15:48:20 2015 New Revision: 279323 URL: https://svnweb.freebsd.org/changeset/base/279323 Log: Use LIBADD. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/uefisign/Makefile Modified: head/usr.sbin/uefisign/Makefile

svn commit: r279314 - head/usr.sbin/ctld

2015-02-26 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Feb 26 09:08:48 2015 New Revision: 279314 URL: https://svnweb.freebsd.org/changeset/base/279314 Log: Add missing error check. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/parse.y Modified: head/usr.sbin/ctld/parse.y

svn commit: r279315 - in head/usr.sbin: . uefisign

2015-02-26 Thread Edward Tomasz Napierala
) +++ head/usr.sbin/uefisign/child.c Thu Feb 26 09:15:24 2015 (r279315) @@ -0,0 +1,277 @@ +/*- + * Copyright (c) 2014 The FreeBSD Foundation + * All rights reserved. + * + * This software was developed by Edward Tomasz Napierala under sponsorship + * from the FreeBSD Foundation

svn commit: r279316 - head/share/man/man8

2015-02-26 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Feb 26 09:16:36 2015 New Revision: 279316 URL: https://svnweb.freebsd.org/changeset/base/279316 Log: Add uefisign(8) reference to uefi(8) manual page. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/share/man/man8/uefi.8 Modified:

svn commit: r279317 - in head: etc/mtree share/examples share/examples/uefisign

2015-02-26 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Feb 26 09:31:25 2015 New Revision: 279317 URL: https://svnweb.freebsd.org/changeset/base/279317 Log: Add key/cert generation script for uefisign(8). (Forgot about Relnotes in the commit that added uefisign(8), so set it here.) MFC after:1 month Relnotes:

svn commit: r278622 - in head/usr.sbin: ctld iscsid

2015-02-12 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Feb 12 11:57:31 2015 New Revision: 278622 URL: https://svnweb.freebsd.org/changeset/base/278622 Log: Remove unused code. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/ctld.h head/usr.sbin/ctld/keys.c

svn commit: r278585 - head/usr.sbin/ctld

2015-02-11 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Feb 11 17:00:32 2015 New Revision: 278585 URL: https://svnweb.freebsd.org/changeset/base/278585 Log: Fix formatting. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/ctl.conf.5 Modified: head/usr.sbin/ctld/ctl.conf.5

svn commit: r278521 - head/sys/fs/autofs

2015-02-10 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Feb 10 16:17:16 2015 New Revision: 278521 URL: https://svnweb.freebsd.org/changeset/base/278521 Log: Restore ABI compatibility, broken in r273127. Note that while this fixes ABI with 10.1, it breaks ABI for 11-CURRENT, so rebuild of automountd(8) is neccessary.

Re: svn commit: r278521 - head/sys/fs/autofs

2015-02-10 Thread Edward Tomasz Napierala
On 0210T1034, Bryan Drewery wrote: On 2/10/2015 10:17 AM, Edward Tomasz Napierala wrote: Author: trasz Date: Tue Feb 10 16:17:16 2015 New Revision: 278521 URL: https://svnweb.freebsd.org/changeset/base/278521 Log: Restore ABI compatibility, broken in r273127. Note that while

svn commit: r278524 - head

2015-02-10 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Feb 10 18:05:58 2015 New Revision: 278524 URL: https://svnweb.freebsd.org/changeset/base/278524 Log: Update UPDATING after changing autofs(4) ABI. Suggested by: bdrewery@ Sponsored by: The FreeBSD Foundation Modified: head/UPDATING Modified: head/UPDATING

svn commit: r278378 - head/sys/dev/iscsi

2015-02-08 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Feb 8 10:58:25 2015 New Revision: 278378 URL: https://svnweb.freebsd.org/changeset/base/278378 Log: Make output of iscsictl -v and ctladm islist -v a little prettier by capitalizing None. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r278397 - in head/sys: cam/ctl dev/iscsi

2015-02-08 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Feb 8 19:15:14 2015 New Revision: 278397 URL: https://svnweb.freebsd.org/changeset/base/278397 Log: Extend ICL to add receive offload methods. For software ICL backend they are no-ops. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r278398 - head/sys/cam/ctl

2015-02-08 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Feb 8 19:18:23 2015 New Revision: 278398 URL: https://svnweb.freebsd.org/changeset/base/278398 Log: Fix ordering of *logout and *terminate; no functional changes. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r278352 - head/lib/libc/sys

2015-02-07 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Feb 7 13:11:45 2015 New Revision: 278352 URL: https://svnweb.freebsd.org/changeset/base/278352 Log: Remove useless comment. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/lib/libc/sys/setresuid.2 Modified:

svn commit: r278360 - in head/usr.sbin/bluetooth: hccontrol sdpcontrol

2015-02-07 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Feb 7 14:31:51 2015 New Revision: 278360 URL: https://svnweb.freebsd.org/changeset/base/278360 Log: Make hccontrol(8) and sdpcontrol(8) appear in man -k bluetooth output. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r278359 - head/sys/dev/iscsi

2015-02-07 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Feb 7 14:15:17 2015 New Revision: 278359 URL: https://svnweb.freebsd.org/changeset/base/278359 Log: Tidy up; no functional changes. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/iscsi/icl_soft.c Modified:

svn commit: r278331 - in head: sys/cam/ctl usr.sbin/ctladm usr.sbin/ctld

2015-02-06 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Feb 6 21:03:25 2015 New Revision: 278331 URL: https://svnweb.freebsd.org/changeset/base/278331 Log: Make it possible to set (via ctl.conf(5)) and query (via ctladm islist -v) target iSCSI offload. Add mechanism to query maximum receive data segment size supported

svn commit: r278316 - head/usr.sbin/ctladm

2015-02-06 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Feb 6 14:44:29 2015 New Revision: 278316 URL: https://svnweb.freebsd.org/changeset/base/278316 Log: Make ctladm islist ignore unknown elements, so the old version continues to work with newer kernel. Other ctladm(8) *list subcommands seem to already handle it in

svn commit: r278232 - in head: sys/dev/iscsi usr.bin/iscsictl usr.sbin/iscsid

2015-02-04 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Feb 5 06:37:59 2015 New Revision: 278232 URL: https://svnweb.freebsd.org/changeset/base/278232 Log: Make it possible to set (via iscsi.conf(5)) and query (via iscsictl -v) initiator iSCSI offload. Pass maximum data segment size supported by chosen offload module to

svn commit: r278233 - head/sys/dev/iscsi

2015-02-04 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Feb 5 07:16:45 2015 New Revision: 278233 URL: https://svnweb.freebsd.org/changeset/base/278233 Log: Fix error handling. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/iscsi/iscsi.c Modified: head/sys/dev/iscsi/iscsi.c

svn commit: r278236 - head/usr.sbin/iscsid

2015-02-04 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Feb 5 07:32:24 2015 New Revision: 278236 URL: https://svnweb.freebsd.org/changeset/base/278236 Log: The connection_new() routine was taking an absurd number of parameters; fix it. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r278237 - head/sys/dev/iscsi

2015-02-04 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Feb 5 07:46:34 2015 New Revision: 278237 URL: https://svnweb.freebsd.org/changeset/base/278237 Log: Don't call callout_drain() with iscsi mutex held; this fixes a warning that was introduced recently. While here, don't try to access is_terminating without lock.

svn commit: r277976 - head/sys/conf

2015-01-31 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jan 31 15:20:58 2015 New Revision: 277976 URL: https://svnweb.freebsd.org/changeset/base/277976 Log: Fix build with device iscsi in kernel config. Sponsored by: The FreeBSD Foundation Modified: head/sys/conf/files Modified: head/sys/conf/files

svn commit: r277978 - head/sys/dev/iscsi

2015-01-31 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jan 31 15:22:45 2015 New Revision: 277978 URL: https://svnweb.freebsd.org/changeset/base/277978 Log: Use proper module name in MODULE_VERSION(). Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/iscsi/icl_soft.c Modified: head/sys/dev/iscsi/icl_soft.c

svn commit: r277977 - head/sys/dev/iscsi

2015-01-31 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Jan 31 15:21:54 2015 New Revision: 277977 URL: https://svnweb.freebsd.org/changeset/base/277977 Log: Drop unneeded include. Sponsored by: The FreeBSD Foundation Modified: head/sys/dev/iscsi/icl_wrappers.h Modified: head/sys/dev/iscsi/icl_wrappers.h

svn commit: r277964 - head/sys/dev/iscsi

2015-01-31 Thread Edward Tomasz Napierala
(r277964) @@ -0,0 +1,87 @@ +#- +# Copyright (c) 2014 The FreeBSD Foundation +# All rights reserved. +# +# This software was developed by Edward Tomasz Napierala under sponsorship +# from the FreeBSD Foundation. +# +# Redistribution and use in source and binary forms, with or without

svn commit: r277963 - in head/sys: cam/ctl conf dev/iscsi modules/ctl modules/iscsi

2015-01-30 Thread Edward Tomasz Napierala
/sys/dev/iscsi/icl.cSat Jan 31 07:49:50 2015(r277963) @@ -0,0 +1,247 @@ +/*- + * Copyright (c) 2012 The FreeBSD Foundation + * All rights reserved. + * + * This software was developed by Edward Tomasz Napierala under sponsorship + * from the FreeBSD Foundation. + * + * Redistribution

svn commit: r277834 - head/usr.sbin/autofs

2015-01-28 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jan 28 15:46:11 2015 New Revision: 277834 URL: https://svnweb.freebsd.org/changeset/base/277834 Log: When there are no automounted filesystems, autounmountd(8) should wait for filesystem event, instead of looping on a timeout. MFC after:1 month Sponsored by:

svn commit: r277799 - head/sbin/geom/class/mountver

2015-01-27 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jan 27 18:27:07 2015 New Revision: 277799 URL: https://svnweb.freebsd.org/changeset/base/277799 Log: Fix sysctl name. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sbin/geom/class/mountver/gmountver.8 Modified:

svn commit: r277769 - head/sys/modules/iscsi

2015-01-26 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 26 19:31:14 2015 New Revision: 277769 URL: https://svnweb.freebsd.org/changeset/base/277769 Log: Remove cruft; ICL_RDMA was never actually working, and will be redone in a completely different manner. MFC after:1 month Sponsored by: The FreeBSD

svn commit: r277172 - head/usr.sbin/fstyp

2015-01-14 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jan 14 11:26:03 2015 New Revision: 277172 URL: https://svnweb.freebsd.org/changeset/base/277172 Log: Improve wording. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/fstyp/fstyp.8 Modified: head/usr.sbin/fstyp/fstyp.8

svn commit: r277175 - head/share/man/man7

2015-01-14 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jan 14 11:53:41 2015 New Revision: 277175 URL: https://svnweb.freebsd.org/changeset/base/277175 Log: Mention /net in hier(7). MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/share/man/man7/hier.7 Modified: head/share/man/man7/hier.7

svn commit: r277171 - head/etc

2015-01-14 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jan 14 11:18:45 2015 New Revision: 277171 URL: https://svnweb.freebsd.org/changeset/base/277171 Log: Use newly added GEOM notifications to discard autofs caches. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/etc/devd.conf Modified:

svn commit: r277170 - in head: sbin/devd sys/geom

2015-01-14 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jan 14 11:15:57 2015 New Revision: 277170 URL: https://svnweb.freebsd.org/changeset/base/277170 Log: Add devd(8) notifications for creation and destruction of GEOM devices. Differential Revision:https://reviews.freebsd.org/D1211 MFC after:1 month

svn commit: r277128 - head/usr.sbin/fstyp

2015-01-13 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Jan 13 13:59:48 2015 New Revision: 277128 URL: https://svnweb.freebsd.org/changeset/base/277128 Log: Fix detection of ext2/ext3 filesystems that lack labels. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/fstyp/ext2fs.c

svn commit: r276883 - head/usr.sbin/autofs

2015-01-09 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Jan 9 10:59:49 2015 New Revision: 276883 URL: https://svnweb.freebsd.org/changeset/base/276883 Log: Improve documentation for autofs variables and executable maps; also some markup fixes. Differential Revision:https://reviews.freebsd.org/D1447 MFC

svn commit: r276833 - head/etc

2015-01-08 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jan 8 16:35:09 2015 New Revision: 276833 URL: https://svnweb.freebsd.org/changeset/base/276833 Log: Make /net use -intr by default. Linux does that, and it seems a good idea. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r276703 - head/usr.sbin/fstyp

2015-01-05 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 5 15:29:28 2015 New Revision: 276703 URL: https://svnweb.freebsd.org/changeset/base/276703 Log: Remove leftovers. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/fstyp/cd9660.c head/usr.sbin/fstyp/ntfs.c Modified:

svn commit: r276704 - head/usr.sbin/fstyp

2015-01-05 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Jan 5 15:34:23 2015 New Revision: 276704 URL: https://svnweb.freebsd.org/changeset/base/276704 Log: Fix memory leaks. CID: 1258582, 1258583. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/fstyp/ext2fs.c

svn commit: r275755 - head/usr.sbin/autofs

2014-12-14 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Dec 14 10:37:17 2014 New Revision: 275755 URL: https://svnweb.freebsd.org/changeset/base/275755 Log: Fix spurious child process X terminated with exit status 1 messages from automountd(8). MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r275756 - head/usr.sbin/autofs

2014-12-14 Thread Edward Tomasz Napierala
Author: trasz Date: Sun Dec 14 10:49:22 2014 New Revision: 275756 URL: https://svnweb.freebsd.org/changeset/base/275756 Log: Fix bug that made automount(8) never unmount stale autofs(5) mounts, ie mounts for entries that were there in auto_master(5), and then got removed. MFC after:

svn commit: r275752 - head/lib/libc/stdlib

2014-12-13 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Dec 13 21:13:28 2014 New Revision: 275752 URL: https://svnweb.freebsd.org/changeset/base/275752 Log: Fix quick_exit(3) manual page to match reality - the status was missing. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r275680 - in head: contrib/file/doc sbin/mount usr.sbin usr.sbin/fstyp

2014-12-10 Thread Edward Tomasz Napierala
/fstyp/cd9660.cWed Dec 10 14:14:16 2014 (r275680) @@ -0,0 +1,72 @@ +/*- + * Copyright (c) 2004 Pawel Jakub Dawidek p...@freebsd.org + * Copyright (c) 2014 The FreeBSD Foundation + * All rights reserved. + * + * This software was developed by Edward Tomasz Napierala under sponsorship

svn commit: r275681 - in head: etc etc/autofs usr.sbin/autofs

2014-12-10 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Dec 10 14:36:44 2014 New Revision: 275681 URL: https://svnweb.freebsd.org/changeset/base/275681 Log: Add -media autofs map, to access data on removable media, such as CD drives or flash keys. It can be enabled by uncommenting a single entry in default

svn commit: r275510 - in head: sbin/iscontrol usr.bin/iscsictl

2014-12-05 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Dec 5 12:38:01 2014 New Revision: 275510 URL: https://svnweb.freebsd.org/changeset/base/275510 Log: Move iscsi.conf.5 from sbin/iscontrol/ to usr.bin/iscsictl/, as the former is obsolete. MFC after:2 weeks Sponsored by: The FreeBSD Foundation Added:

svn commit: r275399 - head/usr.sbin/ctld

2014-12-01 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Dec 2 07:42:25 2014 New Revision: 275399 URL: https://svnweb.freebsd.org/changeset/base/275399 Log: Fix null pointer dereference. MFC after:2 weeks Coverity CID: 1256497 Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/ctld.c Modified:

svn commit: r274954 - head/usr.sbin/ctld

2014-11-24 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Nov 24 08:13:44 2014 New Revision: 274954 URL: https://svnweb.freebsd.org/changeset/base/274954 Log: Remove the pidfile clause from the ctl.conf example. Why do everyone just copy/paste this line into their configs, it's beyond me. MFC after:1 month

svn commit: r274965 - in head/etc: defaults rc.d

2014-11-24 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Nov 24 13:02:39 2014 New Revision: 274965 URL: https://svnweb.freebsd.org/changeset/base/274965 Log: Make it possible to specify flags for autofs daemons in rc.conf. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/etc/defaults/rc.conf

svn commit: r274857 - head/sbin/mount

2014-11-22 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 22 16:43:36 2014 New Revision: 274857 URL: https://svnweb.freebsd.org/changeset/base/274857 Log: Cross-reference automount(8) from mount(8). MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sbin/mount/mount.8 Modified:

svn commit: r274858 - head/sbin/umount

2014-11-22 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 22 16:46:00 2014 New Revision: 274858 URL: https://svnweb.freebsd.org/changeset/base/274858 Log: Cross-reference autounmountd(8) from umount(8). MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sbin/umount/umount.8 Modified:

svn commit: r274859 - in head: sys/fs/autofs usr.sbin/autofs

2014-11-22 Thread Edward Tomasz Napierala
Author: trasz Date: Sat Nov 22 16:48:29 2014 New Revision: 274859 URL: https://svnweb.freebsd.org/changeset/base/274859 Log: Implement automount -c. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/sys/fs/autofs/autofs.c head/sys/fs/autofs/autofs.h

svn commit: r274791 - head/usr.sbin/ctld

2014-11-21 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Nov 21 12:35:18 2014 New Revision: 274791 URL: https://svnweb.freebsd.org/changeset/base/274791 Log: Add missing error checking for kernel_port_{add,remove}(). Both can fail for reasons yet unknown; don't make it increment cumulated_error as a kind of temporary

svn commit: r274796 - head/usr.sbin/autofs

2014-11-21 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Nov 21 15:49:41 2014 New Revision: 274796 URL: https://svnweb.freebsd.org/changeset/base/274796 Log: Document use of wildcards (*) and ampersands () in autofs map files. Differential Revision:https://reviews.freebsd.org/D1199 Reviewed by: wblock@ MFC

svn commit: r274797 - head/usr.sbin/ctld

2014-11-21 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Nov 21 16:14:32 2014 New Revision: 274797 URL: https://svnweb.freebsd.org/changeset/base/274797 Log: Fix error handling. MFC after:1 month Coverity CID: 1249768 Sponsored by: The FreeBSD Foundation Modified: head/usr.sbin/ctld/isns.c Modified:

svn commit: r274784 - head/sys/fs/smbfs

2014-11-20 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Nov 21 06:21:39 2014 New Revision: 274784 URL: https://svnweb.freebsd.org/changeset/base/274784 Log: Fix smbfs to not zero out statfs f_flags field. Previously, this made getmntinfo() return empty flags for smbfs filesystems when called with MNT_WAIT. It's not

<    6   7   8   9   10   11   12   13   14   15   >